@harbour-enterprises/superdoc 0.21.0-RC1 → 0.21.0-next.1
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/README.md +4 -4
- package/dist/chunks/{PdfViewer-DK1etjvu.es.js → PdfViewer-0jdn-cVx.es.js} +1 -1
- package/dist/chunks/{PdfViewer-BdrjIRpr.cjs → PdfViewer-Bn3Lvd0m.cjs} +1 -1
- package/dist/chunks/{index-ucP9WQ5I.es.js → index-BiZcP3bK.es.js} +57 -15
- package/dist/chunks/{index-C_zTr1ZR.cjs → index-C0XOj4vH.cjs} +57 -15
- package/dist/chunks/{super-editor.es-XC168Mlw.cjs → super-editor.es-BWdUsCXq.cjs} +8876 -7238
- package/dist/chunks/{super-editor.es-KKA9G1l1.es.js → super-editor.es-DQx0kzCl.es.js} +8876 -7238
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/stores/comments-store.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-DMpIH4c0.js} +6338 -5385
- package/dist/super-editor/chunks/{docx-zipper-B8nhsVFW.js → docx-zipper-CDrFfcVc.js} +2 -2
- package/dist/super-editor/chunks/{editor-CQ0o4v54.js → editor-DrzPfOIy.js} +2070 -1444
- package/dist/super-editor/chunks/{toolbar-DWzoslZk.js → toolbar-NxB-WhNb.js} +21 -11
- 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 +9533 -7853
- package/dist/superdoc.umd.js.map +1 -1
- package/npm-deprecation-notice.cjs +10 -0
- package/package.json +11 -6
- 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
|
@@ -13,6 +13,28 @@
|
|
|
13
13
|
* @property {ContentBlockSize} [size] - Size and position configuration
|
|
14
14
|
* @property {string} [background] - Background color (hex, rgb, or named color)
|
|
15
15
|
*/
|
|
16
|
+
/**
|
|
17
|
+
* Configuration options for ContentBlock
|
|
18
|
+
* @typedef {Object} ContentBlockOptions
|
|
19
|
+
* @category Options
|
|
20
|
+
* @property {Object} [htmlAttributes] HTML attributes for the block element
|
|
21
|
+
*/
|
|
22
|
+
/**
|
|
23
|
+
* Attributes for content blocks
|
|
24
|
+
* @typedef {Object} ContentBlockAttributes
|
|
25
|
+
* @category Attributes
|
|
26
|
+
* @property {boolean} [horizontalRule=false] Whether this block is a horizontal rule
|
|
27
|
+
* @property {ContentBlockSize} [size] Size and position of the content block
|
|
28
|
+
* @property {string} [background] Background color for the block
|
|
29
|
+
* @property {Object} [drawingContent] @internal Internal drawing data
|
|
30
|
+
* @property {Object} [attributes] @internal Additional internal attributes
|
|
31
|
+
* @example
|
|
32
|
+
* // Insert a custom content block
|
|
33
|
+
* editor.commands.insertContentBlock({
|
|
34
|
+
* size: { width: '100%', height: 2 },
|
|
35
|
+
* background: '#e5e7eb'
|
|
36
|
+
* })
|
|
37
|
+
*/
|
|
16
38
|
/**
|
|
17
39
|
* @module ContentBlock
|
|
18
40
|
* @sidebarTitle Content Block
|
|
@@ -57,4 +79,12 @@ export type ContentBlockConfig = {
|
|
|
57
79
|
*/
|
|
58
80
|
background?: string;
|
|
59
81
|
};
|
|
82
|
+
/**
|
|
83
|
+
* Configuration options for ContentBlock
|
|
84
|
+
*/
|
|
85
|
+
export type ContentBlockOptions = any;
|
|
86
|
+
/**
|
|
87
|
+
* Attributes for content blocks
|
|
88
|
+
*/
|
|
89
|
+
export type ContentBlockAttributes = any;
|
|
60
90
|
import { Node } from '@core/index.js';
|
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
* @property {Object|null} preservedSelection - Stored selection
|
|
6
6
|
* @property {boolean} showVisualSelection - Whether to show selection decoration
|
|
7
7
|
*/
|
|
8
|
+
/**
|
|
9
|
+
* Configuration options for CustomSelection
|
|
10
|
+
* @typedef {Object} CustomSelectionOptions
|
|
11
|
+
* @category Options
|
|
12
|
+
* @example
|
|
13
|
+
* // CustomSelection works automatically
|
|
14
|
+
* new SuperDoc({
|
|
15
|
+
* selector: '#editor',
|
|
16
|
+
* document: 'document.docx'
|
|
17
|
+
* // Selection handling is built-in
|
|
18
|
+
* });
|
|
19
|
+
*/
|
|
8
20
|
/**
|
|
9
21
|
* Plugin key for custom selection management
|
|
10
22
|
* @private
|
|
@@ -33,5 +45,9 @@ export type SelectionState = {
|
|
|
33
45
|
*/
|
|
34
46
|
showVisualSelection: boolean;
|
|
35
47
|
};
|
|
48
|
+
/**
|
|
49
|
+
* Configuration options for CustomSelection
|
|
50
|
+
*/
|
|
51
|
+
export type CustomSelectionOptions = any;
|
|
36
52
|
import { PluginKey } from 'prosemirror-state';
|
|
37
53
|
import { Extension } from '@core/Extension.js';
|
|
@@ -1,7 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for Document
|
|
3
|
+
* @typedef {Object} DocumentOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @example
|
|
6
|
+
* // Document node is the root - always included
|
|
7
|
+
* new SuperDoc({
|
|
8
|
+
* selector: '#editor',
|
|
9
|
+
* document: 'document.docx',
|
|
10
|
+
* // Document node wraps all content
|
|
11
|
+
* });
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Attributes for document nodes
|
|
15
|
+
* @typedef {Object} DocumentAttributes
|
|
16
|
+
* @category Attributes
|
|
17
|
+
* @property {Object} [attributes] @internal Internal document attributes
|
|
18
|
+
*/
|
|
1
19
|
/**
|
|
2
20
|
* @module Document
|
|
3
21
|
* @sidebarTitle Document
|
|
4
22
|
* @snippetPath /snippets/extensions/document.mdx
|
|
5
23
|
*/
|
|
6
24
|
export const Document: Node;
|
|
25
|
+
/**
|
|
26
|
+
* Configuration options for Document
|
|
27
|
+
*/
|
|
28
|
+
export type DocumentOptions = any;
|
|
29
|
+
/**
|
|
30
|
+
* Attributes for document nodes
|
|
31
|
+
*/
|
|
32
|
+
export type DocumentAttributes = any;
|
|
7
33
|
import { Node } from '@core/index.js';
|
|
@@ -1,7 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for DropCursor
|
|
3
|
+
* @typedef {Object} DropCursorOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @property {string} [color='currentColor'] CSS color for the drop cursor indicator
|
|
6
|
+
* @property {number} [width=2] Width of the drop cursor line in pixels
|
|
7
|
+
* @property {string} [class] Optional CSS class to apply to the drop cursor element
|
|
8
|
+
* @example
|
|
9
|
+
* // Customize drop cursor appearance
|
|
10
|
+
* const ConfiguredDropCursor = DropCursor.configure({
|
|
11
|
+
* color: '#3b82f6',
|
|
12
|
+
* width: 3,
|
|
13
|
+
* class: 'custom-drop-cursor'
|
|
14
|
+
* });
|
|
15
|
+
*
|
|
16
|
+
* // Use in SuperDoc
|
|
17
|
+
* new SuperDoc({
|
|
18
|
+
* selector: '#editor',
|
|
19
|
+
* document: 'document.docx',
|
|
20
|
+
* editorExtensions: [ConfiguredDropCursor]
|
|
21
|
+
* });
|
|
22
|
+
*/
|
|
1
23
|
/**
|
|
2
24
|
* @module DropCursor
|
|
3
25
|
* @sidebarTitle Drop Cursor
|
|
4
26
|
* @snippetPath /snippets/extensions/dropcursor.mdx
|
|
5
27
|
*/
|
|
6
28
|
export const DropCursor: Extension;
|
|
29
|
+
/**
|
|
30
|
+
* Configuration options for DropCursor
|
|
31
|
+
*/
|
|
32
|
+
export type DropCursorOptions = any;
|
|
7
33
|
import { Extension } from '@core/index.js';
|
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
* @typedef {string} FontFamilyValue
|
|
4
4
|
* @description CSS font-family string (e.g., 'Arial', 'Times New Roman', 'sans-serif')
|
|
5
5
|
*/
|
|
6
|
+
/**
|
|
7
|
+
* Configuration options for FontFamily
|
|
8
|
+
* @typedef {Object} FontFamilyOptions
|
|
9
|
+
* @category Options
|
|
10
|
+
* @property {string[]} [types=['textStyle']] Mark types to add font family support to
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Attributes for font family marks
|
|
14
|
+
* @typedef {Object} FontFamilyAttributes
|
|
15
|
+
* @category Attributes
|
|
16
|
+
* @property {FontFamilyValue} [fontFamily] Font family for text
|
|
17
|
+
* @example
|
|
18
|
+
* // Set font family on selected text
|
|
19
|
+
* editor.commands.setFontFamily('Arial')
|
|
20
|
+
*
|
|
21
|
+
* // Change to serif font
|
|
22
|
+
* editor.commands.setFontFamily('Georgia, serif')
|
|
23
|
+
*
|
|
24
|
+
* // Remove custom font
|
|
25
|
+
* editor.commands.unsetFontFamily()
|
|
26
|
+
*/
|
|
6
27
|
/**
|
|
7
28
|
* @module FontFamily
|
|
8
29
|
* @sidebarTitle Font Family
|
|
@@ -13,4 +34,12 @@ export const FontFamily: Extension;
|
|
|
13
34
|
* Font family value
|
|
14
35
|
*/
|
|
15
36
|
export type FontFamilyValue = string;
|
|
37
|
+
/**
|
|
38
|
+
* Configuration options for FontFamily
|
|
39
|
+
*/
|
|
40
|
+
export type FontFamilyOptions = any;
|
|
41
|
+
/**
|
|
42
|
+
* Attributes for font family marks
|
|
43
|
+
*/
|
|
44
|
+
export type FontFamilyAttributes = any;
|
|
16
45
|
import { Extension } from '@core/index.js';
|
|
@@ -18,6 +18,19 @@
|
|
|
18
18
|
* @typedef {string|number} FontSizeValue
|
|
19
19
|
* @description Size with optional unit (e.g., '12pt', '16px', 14)
|
|
20
20
|
*/
|
|
21
|
+
/**
|
|
22
|
+
* Configuration options for FontSize
|
|
23
|
+
* @typedef {Object} FontSizeOptions
|
|
24
|
+
* @category Options
|
|
25
|
+
* @property {string[]} [types=['textStyle', 'tableCell']] - Node/mark types to add font size support to
|
|
26
|
+
* @property {FontSizeDefaults} [defaults] - Default size configuration
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* Attributes for font size
|
|
30
|
+
* @typedef {Object} FontSizeAttributes
|
|
31
|
+
* @category Attributes
|
|
32
|
+
* @property {FontSizeValue} [fontSize] - Font size with unit
|
|
33
|
+
*/
|
|
21
34
|
/**
|
|
22
35
|
* @module FontSize
|
|
23
36
|
* @sidebarTitle Font Size
|
|
@@ -49,4 +62,12 @@ export type FontSizeDefaults = {
|
|
|
49
62
|
* Font size value
|
|
50
63
|
*/
|
|
51
64
|
export type FontSizeValue = string | number;
|
|
65
|
+
/**
|
|
66
|
+
* Configuration options for FontSize
|
|
67
|
+
*/
|
|
68
|
+
export type FontSizeOptions = any;
|
|
69
|
+
/**
|
|
70
|
+
* Attributes for font size
|
|
71
|
+
*/
|
|
72
|
+
export type FontSizeAttributes = any;
|
|
52
73
|
import { Extension } from '@core/index.js';
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
* @property {string} name - Mark name
|
|
5
5
|
* @property {Object} attrs - Mark attributes
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Configuration options for FormatCommands
|
|
9
|
+
* @typedef {Object} FormatCommandsOptions
|
|
10
|
+
* @category Options
|
|
11
|
+
*/
|
|
7
12
|
/**
|
|
8
13
|
* @module FormatCommands
|
|
9
14
|
* @sidebarTitle Format Commands
|
|
@@ -24,4 +29,8 @@ export type StoredStyle = {
|
|
|
24
29
|
*/
|
|
25
30
|
attrs: any;
|
|
26
31
|
};
|
|
32
|
+
/**
|
|
33
|
+
* Configuration options for FormatCommands
|
|
34
|
+
*/
|
|
35
|
+
export type FormatCommandsOptions = any;
|
|
27
36
|
import { Extension } from '@core/index.js';
|
|
@@ -1,7 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for Gapcursor
|
|
3
|
+
* @typedef {Object} GapcursorOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
*/
|
|
1
6
|
/**
|
|
2
7
|
* @module Gapcursor
|
|
3
8
|
* @sidebarTitle Gap Cursor
|
|
4
9
|
* @snippetPath /snippets/extensions/gapcursor.mdx
|
|
5
10
|
*/
|
|
6
11
|
export const Gapcursor: Extension;
|
|
12
|
+
/**
|
|
13
|
+
* Configuration options for Gapcursor
|
|
14
|
+
*/
|
|
15
|
+
export type GapcursorOptions = any;
|
|
7
16
|
import { Extension } from '@core/index.js';
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Heading attributes
|
|
3
3
|
* @typedef {Object} HeadingAttributes
|
|
4
|
+
* @category Attributes
|
|
4
5
|
* @property {number} level - Heading level (1-6)
|
|
5
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Configuration options for Heading
|
|
9
|
+
* @typedef {Object} HeadingOptions
|
|
10
|
+
* @category Options
|
|
11
|
+
* @property {number[]} [levels=[1,2,3,4,5,6]] - Supported heading levels
|
|
12
|
+
*/
|
|
6
13
|
/**
|
|
7
14
|
* @module Heading
|
|
8
15
|
* @sidebarTitle Heading
|
|
@@ -18,10 +25,9 @@ export const Heading: Extension;
|
|
|
18
25
|
/**
|
|
19
26
|
* Heading attributes
|
|
20
27
|
*/
|
|
21
|
-
export type HeadingAttributes =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
};
|
|
28
|
+
export type HeadingAttributes = any;
|
|
29
|
+
/**
|
|
30
|
+
* Configuration options for Heading
|
|
31
|
+
*/
|
|
32
|
+
export type HeadingOptions = any;
|
|
27
33
|
import { Extension } from '@core/index.js';
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for Highlight
|
|
3
|
+
* @typedef {Object} HighlightOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @property {Object} [htmlAttributes={}] - HTML attributes for highlight elements
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Attributes for highlight marks
|
|
9
|
+
* @typedef {Object} HighlightAttributes
|
|
10
|
+
* @category Attributes
|
|
11
|
+
* @property {string} [color] - Background color (CSS color value)
|
|
12
|
+
*/
|
|
1
13
|
/**
|
|
2
14
|
* @module Highlight
|
|
3
15
|
* @sidebarTitle Highlight
|
|
@@ -5,4 +17,12 @@
|
|
|
5
17
|
* @shortcut Mod-Shift-h | toggleHighlight | Toggle highlighted formatting
|
|
6
18
|
*/
|
|
7
19
|
export const Highlight: Mark;
|
|
20
|
+
/**
|
|
21
|
+
* Configuration options for Highlight
|
|
22
|
+
*/
|
|
23
|
+
export type HighlightOptions = any;
|
|
24
|
+
/**
|
|
25
|
+
* Attributes for highlight marks
|
|
26
|
+
*/
|
|
27
|
+
export type HighlightAttributes = any;
|
|
8
28
|
import { Mark } from '@core/index.js';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* History
|
|
3
|
-
* @typedef {Object}
|
|
4
|
-
* @
|
|
5
|
-
* @property {number} [
|
|
2
|
+
* Configuration options for History
|
|
3
|
+
* @typedef {Object} HistoryOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @property {number} [depth=100] - Maximum undo/redo steps to remember
|
|
6
|
+
* @property {number} [newGroupDelay=500] - Milliseconds to wait before starting a new history group
|
|
6
7
|
*/
|
|
7
8
|
/**
|
|
8
9
|
* @module History
|
|
@@ -14,16 +15,7 @@
|
|
|
14
15
|
*/
|
|
15
16
|
export const History: Extension;
|
|
16
17
|
/**
|
|
17
|
-
* History
|
|
18
|
+
* Configuration options for History
|
|
18
19
|
*/
|
|
19
|
-
export type
|
|
20
|
-
/**
|
|
21
|
-
* - Maximum number of history events to store
|
|
22
|
-
*/
|
|
23
|
-
depth?: number;
|
|
24
|
-
/**
|
|
25
|
-
* - Time in ms to group changes together
|
|
26
|
-
*/
|
|
27
|
-
newGroupDelay?: number;
|
|
28
|
-
};
|
|
20
|
+
export type HistoryOptions = any;
|
|
29
21
|
import { Extension } from '@core/Extension.js';
|
|
@@ -1,7 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for Image
|
|
3
|
+
* @typedef {Object} ImageOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @property {boolean} [allowBase64=true] - Allow base64 encoded images
|
|
6
|
+
* @property {Object} [htmlAttributes] - Default HTML attributes for image elements
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Attributes for image nodes
|
|
10
|
+
* @typedef {Object} ImageAttributes
|
|
11
|
+
* @category Attributes
|
|
12
|
+
* @property {string} [src] - Image source URL or path
|
|
13
|
+
* @property {string} [alt='Uploaded picture'] - Alternative text for accessibility
|
|
14
|
+
* @property {string} [title] - Image title/tooltip text
|
|
15
|
+
* @property {Object} [size] - Image dimensions
|
|
16
|
+
* @property {number} [size.width] - Width in pixels
|
|
17
|
+
* @property {number} [size.height] - Height in pixels
|
|
18
|
+
* @property {Object} [padding] - Image padding/margins
|
|
19
|
+
* @property {number} [padding.left] - Left padding in pixels
|
|
20
|
+
* @property {number} [padding.top] - Top padding in pixels
|
|
21
|
+
* @property {number} [padding.bottom] - Bottom padding in pixels
|
|
22
|
+
* @property {number} [padding.right] - Right padding in pixels
|
|
23
|
+
* @property {Object} [marginOffset] - Margin offset for anchored images
|
|
24
|
+
* @property {number} [marginOffset.left] - Left margin offset
|
|
25
|
+
* @property {number} [marginOffset.top] - Top margin offset
|
|
26
|
+
* @property {string} [style] - Custom inline CSS styles
|
|
27
|
+
* @property {string} [id] @internal Image element ID
|
|
28
|
+
* @property {string} [rId] @internal Relationship ID for Word export
|
|
29
|
+
* @property {Object} [originalPadding] @internal Original padding values from Word import
|
|
30
|
+
* @property {Object} [originalAttributes] @internal Original attributes from Word import
|
|
31
|
+
* @property {boolean} [wrapTopAndBottom] @internal Wrap text above and below image
|
|
32
|
+
* @property {Object} [anchorData] @internal Anchor positioning data for Word
|
|
33
|
+
* @property {boolean} [isAnchor] @internal Whether image is anchored
|
|
34
|
+
* @property {boolean} [simplePos] @internal Simple positioning flag
|
|
35
|
+
* @property {string} [wrapText] @internal Text wrapping style
|
|
36
|
+
*/
|
|
37
|
+
/**
|
|
38
|
+
* Options for inserting an image
|
|
39
|
+
* @typedef {Object} ImageInsertOptions
|
|
40
|
+
* @property {string} src - Image source URL or data URI
|
|
41
|
+
* @property {string} [alt] - Alternative text
|
|
42
|
+
* @property {string} [title] - Image title
|
|
43
|
+
* @property {Object} [size] - Image dimensions
|
|
44
|
+
* @property {number} [size.width] - Width in pixels
|
|
45
|
+
* @property {number} [size.height] - Height in pixels
|
|
46
|
+
*/
|
|
1
47
|
/**
|
|
2
48
|
* @module Image
|
|
3
49
|
* @sidebarTitle Image
|
|
4
50
|
* @snippetPath /snippets/extensions/image.mdx
|
|
5
51
|
*/
|
|
6
52
|
export const Image: Node;
|
|
53
|
+
/**
|
|
54
|
+
* Configuration options for Image
|
|
55
|
+
*/
|
|
56
|
+
export type ImageOptions = any;
|
|
57
|
+
/**
|
|
58
|
+
* Attributes for image nodes
|
|
59
|
+
*/
|
|
60
|
+
export type ImageAttributes = any;
|
|
61
|
+
/**
|
|
62
|
+
* Options for inserting an image
|
|
63
|
+
*/
|
|
64
|
+
export type ImageInsertOptions = {
|
|
65
|
+
/**
|
|
66
|
+
* - Image source URL or data URI
|
|
67
|
+
*/
|
|
68
|
+
src: string;
|
|
69
|
+
/**
|
|
70
|
+
* - Alternative text
|
|
71
|
+
*/
|
|
72
|
+
alt?: string;
|
|
73
|
+
/**
|
|
74
|
+
* - Image title
|
|
75
|
+
*/
|
|
76
|
+
title?: string;
|
|
77
|
+
/**
|
|
78
|
+
* - Image dimensions
|
|
79
|
+
*/
|
|
80
|
+
size?: {
|
|
81
|
+
width?: number;
|
|
82
|
+
height?: number;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
7
85
|
import { Node } from '@core/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function base64ToFile(base64String: any): File;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function ImageRegistrationPlugin({ editor }: {
|
|
2
|
+
editor: any;
|
|
3
|
+
}): Plugin<{
|
|
4
|
+
set: DecorationSet;
|
|
5
|
+
}>;
|
|
6
|
+
export function findPlaceholder(state: any, id: any): any;
|
|
7
|
+
export function removeImagePlaceholder(state: any, tr: any, id: any): any;
|
|
8
|
+
export function addImagePlaceholder(state: any, tr: any, id: any, pos: any): any;
|
|
9
|
+
export function getImageRegistrationMetaType(tr: any): any;
|
|
10
|
+
import { DecorationSet } from 'prosemirror-view';
|
|
11
|
+
import { Plugin } from 'prosemirror-state';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./getFileOpener.js";
|
|
2
2
|
export * from "./startImageUpload.js";
|
|
3
3
|
export * from "./handleImageUpload.js";
|
|
4
|
-
export * from "./
|
|
4
|
+
export * from "./imageRegistrationPlugin.js";
|
|
5
5
|
export * from "./processUploadedImage.js";
|
|
6
6
|
export * from "./imagePositionPlugin.js";
|
|
7
|
+
export * from "./fileNameUtils.js";
|
|
8
|
+
export * from "./rotation.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function processUploadedImage(fileData: string | File,
|
|
2
|
-
export function getAllowedImageDimensions(width: number, height: number,
|
|
1
|
+
export function processUploadedImage(fileData: string | File, getMaxContentSize: Function): Promise<string | any>;
|
|
2
|
+
export function getAllowedImageDimensions(width: number, height: number, getMaxContentSize: Function): any;
|
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* @category Helper
|
|
4
|
-
* @param {Object} params - Upload parameters
|
|
5
|
-
* @param {Object} params.editor - Editor instance
|
|
6
|
-
* @param {Object} params.view - Editor view
|
|
7
|
-
* @param {File} params.file - Processed image file
|
|
8
|
-
* @param {Object} params.size - Image dimensions
|
|
9
|
-
* @param {Function} params.uploadHandler - Function to handle the upload
|
|
10
|
-
* @returns {Promise<void>}
|
|
11
|
-
* @example
|
|
12
|
-
* await uploadImage({ editor, view, file, size, uploadHandler });
|
|
13
|
-
* @note Shows placeholder during upload
|
|
14
|
-
* @note Handles collaboration mode image sharing
|
|
15
|
-
*/
|
|
16
|
-
export function uploadImage({ editor, view, file, size, uploadHandler }: {
|
|
17
|
-
editor: any;
|
|
1
|
+
export function replaceSelectionWithImagePlaceholder({ editorOptions, view, id }: {
|
|
2
|
+
editorOptions: any;
|
|
18
3
|
view: any;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}): Promise<void>;
|
|
23
|
-
export function startImageUpload({ editor, view, file }: {
|
|
4
|
+
id: any;
|
|
5
|
+
}): void;
|
|
6
|
+
export function uploadAndInsertImage({ editor, view, file, size, id }: {
|
|
24
7
|
editor: any;
|
|
25
8
|
view: any;
|
|
26
|
-
file:
|
|
9
|
+
file: any;
|
|
10
|
+
size: any;
|
|
11
|
+
id: any;
|
|
27
12
|
}): Promise<void>;
|
|
13
|
+
export function checkAndProcessImage({ getMaxContentSize, file }: {
|
|
14
|
+
getMaxContentSize: any;
|
|
15
|
+
file: any;
|
|
16
|
+
}): Promise<{
|
|
17
|
+
file: any;
|
|
18
|
+
size: {
|
|
19
|
+
width: any;
|
|
20
|
+
height: any;
|
|
21
|
+
};
|
|
22
|
+
}>;
|
|
@@ -39,6 +39,7 @@ import { FieldAnnotation } from './field-annotation/index.js';
|
|
|
39
39
|
import { fieldAnnotationHelpers } from './field-annotation/index.js';
|
|
40
40
|
import { Image } from './image/index.js';
|
|
41
41
|
import { BookmarkStart } from './bookmarks/index.js';
|
|
42
|
+
import { BookmarkEnd } from './bookmarks/index.js';
|
|
42
43
|
import { PopoverPlugin } from './popover-plugin/index.js';
|
|
43
44
|
import { Mention } from './mention/index.js';
|
|
44
45
|
import { Collaboration } from './collaboration/index.js';
|
|
@@ -62,4 +63,4 @@ import { DocumentSection } from './structured-content/index.js';
|
|
|
62
63
|
import { NodeResizer } from './noderesizer/index.js';
|
|
63
64
|
import { CustomSelection } from './custom-selection/index.js';
|
|
64
65
|
import { TextTransform } from './text-transform/index.js';
|
|
65
|
-
export { History, Heading, Document, Text, Run, BulletList, OrderedList, ListItem, Paragraph, CommentRangeStart, CommentRangeEnd, CommentReference, TabNode, LineBreak, HardBreak, Bold, Italic, Underline, Highlight, Strike, Color, FontFamily, FontSize, TextAlign, TextIndent, TextStyle, LineHeight, FormatCommands, CommentsPlugin, Gapcursor, Table, TableRow, TableCell, TableHeader, Placeholder, DropCursor, BlockNode, FieldAnnotation, fieldAnnotationHelpers, Image, BookmarkStart, PopoverPlugin, Mention, Collaboration, CollaborationCursor, TrackChanges, TrackInsert, TrackDelete, TrackFormat, CommentsMark, trackChangesHelpers, AiMark, AiAnimationMark, AiLoaderNode, AiPlugin, Search, StructuredContent, StructuredContentBlock, DocumentSection, NodeResizer, CustomSelection, TextTransform };
|
|
66
|
+
export { History, Heading, Document, Text, Run, BulletList, OrderedList, ListItem, Paragraph, CommentRangeStart, CommentRangeEnd, CommentReference, TabNode, LineBreak, HardBreak, Bold, Italic, Underline, Highlight, Strike, Color, FontFamily, FontSize, TextAlign, TextIndent, TextStyle, LineHeight, FormatCommands, CommentsPlugin, Gapcursor, Table, TableRow, TableCell, TableHeader, Placeholder, DropCursor, BlockNode, FieldAnnotation, fieldAnnotationHelpers, Image, BookmarkStart, BookmarkEnd, PopoverPlugin, Mention, Collaboration, CollaborationCursor, TrackChanges, TrackInsert, TrackDelete, TrackFormat, CommentsMark, trackChangesHelpers, AiMark, AiAnimationMark, AiLoaderNode, AiPlugin, Search, StructuredContent, StructuredContentBlock, DocumentSection, NodeResizer, CustomSelection, TextTransform };
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for Italic
|
|
3
|
+
* @typedef {Object} ItalicOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
* @property {Object} [htmlAttributes={}] - HTML attributes for italic elements
|
|
6
|
+
*/
|
|
1
7
|
/**
|
|
2
8
|
* @module Italic
|
|
3
9
|
* @sidebarTitle Italic
|
|
@@ -6,4 +12,8 @@
|
|
|
6
12
|
* @shortcut Mod-I | toggleItalic | Toggle italic formatting (uppercase)
|
|
7
13
|
*/
|
|
8
14
|
export const Italic: Mark;
|
|
15
|
+
/**
|
|
16
|
+
* Configuration options for Italic
|
|
17
|
+
*/
|
|
18
|
+
export type ItalicOptions = any;
|
|
9
19
|
import { Mark } from '@core/index.js';
|
|
@@ -1,13 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration options for LineBreak
|
|
3
|
+
* @typedef {Object} LineBreakOptions
|
|
4
|
+
* @category Options
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* Attributes for line break nodes
|
|
8
|
+
* @typedef {Object} LineBreakAttributes
|
|
9
|
+
* @category Attributes
|
|
10
|
+
* @property {string} [lineBreakType] @internal Type of line break - passthrough in this node
|
|
11
|
+
* @property {string} [clear] @internal Clear attribute - passthrough in this node
|
|
12
|
+
*/
|
|
1
13
|
/**
|
|
2
14
|
* @module LineBreak
|
|
3
15
|
* @sidebarTitle Line Break
|
|
4
16
|
* @snippetPath /snippets/extensions/line-break.mdx
|
|
5
17
|
*/
|
|
6
18
|
export const LineBreak: Node;
|
|
19
|
+
/**
|
|
20
|
+
* Configuration options for HardBreak
|
|
21
|
+
* @typedef {Object} HardBreakOptions
|
|
22
|
+
* @category Options
|
|
23
|
+
* @property {Object} [htmlAttributes] - HTML attributes for the break element
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* Attributes for hard break nodes
|
|
27
|
+
* @typedef {Object} HardBreakAttributes
|
|
28
|
+
* @category Attributes
|
|
29
|
+
* @property {string} [pageBreakSource] @internal Source of the page break
|
|
30
|
+
* @property {string} [pageBreakType] @internal Type of page break
|
|
31
|
+
* @property {string} [lineBreakType] @internal Type of line break - passthrough in this node
|
|
32
|
+
* @property {string} [clear] @internal Clear attribute - passthrough in this node
|
|
33
|
+
*/
|
|
7
34
|
/**
|
|
8
35
|
* @module HardBreak
|
|
9
36
|
* @sidebarTitle Hard Break
|
|
10
37
|
* @snippetPath /snippets/extensions/hard-break.mdx
|
|
11
38
|
*/
|
|
12
39
|
export const HardBreak: Node;
|
|
40
|
+
/**
|
|
41
|
+
* Configuration options for LineBreak
|
|
42
|
+
*/
|
|
43
|
+
export type LineBreakOptions = any;
|
|
44
|
+
/**
|
|
45
|
+
* Attributes for line break nodes
|
|
46
|
+
*/
|
|
47
|
+
export type LineBreakAttributes = any;
|
|
48
|
+
/**
|
|
49
|
+
* Configuration options for HardBreak
|
|
50
|
+
*/
|
|
51
|
+
export type HardBreakOptions = any;
|
|
52
|
+
/**
|
|
53
|
+
* Attributes for hard break nodes
|
|
54
|
+
*/
|
|
55
|
+
export type HardBreakAttributes = any;
|
|
13
56
|
import { Node } from '@core/index.js';
|
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
* @typedef {string|number} LineHeightValue
|
|
4
4
|
* @description Line height as number (1.5) or string with unit ('1.5em', '24px')
|
|
5
5
|
*/
|
|
6
|
+
/**
|
|
7
|
+
* Configuration options for LineHeight
|
|
8
|
+
* @typedef {Object} LineHeightOptions
|
|
9
|
+
* @category Options
|
|
10
|
+
* @property {string[]} [types=['heading', 'paragraph']] - Block types to add line height support to
|
|
11
|
+
* @property {Object} [defaults] - Default configuration
|
|
12
|
+
* @property {string} [defaults.unit=''] - Default unit for line height values
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Attributes for line height
|
|
16
|
+
* @typedef {Object} LineHeightAttributes
|
|
17
|
+
* @category Attributes
|
|
18
|
+
* @property {LineHeightValue} [lineHeight] - Line height value
|
|
19
|
+
*/
|
|
6
20
|
/**
|
|
7
21
|
* @module LineHeight
|
|
8
22
|
* @sidebarTitle Line Height
|
|
@@ -13,4 +27,12 @@ export const LineHeight: Extension;
|
|
|
13
27
|
* Line height value
|
|
14
28
|
*/
|
|
15
29
|
export type LineHeightValue = string | number;
|
|
30
|
+
/**
|
|
31
|
+
* Configuration options for LineHeight
|
|
32
|
+
*/
|
|
33
|
+
export type LineHeightOptions = any;
|
|
34
|
+
/**
|
|
35
|
+
* Attributes for line height
|
|
36
|
+
*/
|
|
37
|
+
export type LineHeightAttributes = any;
|
|
16
38
|
import { Extension } from '@core/index.js';
|