superdoc 0.31.0-next.1 → 0.31.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/chunks/{PdfViewer-DYfpBL2P.es.js → PdfViewer-Ck2UtdkO.es.js} +2 -2
  2. package/dist/chunks/{PdfViewer-CSZtzevK.cjs → PdfViewer-CxLHqmsp.cjs} +2 -2
  3. package/dist/chunks/{eventemitter3-hYlnBzSA.es.js → eventemitter3-BZXKb7j7.es.js} +1 -1
  4. package/dist/chunks/{eventemitter3-DmHNHvFX.cjs → eventemitter3-CFCpOk3d.cjs} +1 -1
  5. package/dist/chunks/{index-BiYSI2c3.es.js → index-S2kR904m.es.js} +6 -6
  6. package/dist/chunks/{index-0zP7LFOd-CQ5IRTwG.es.js → index-TPvf306Z-DLAdtd9g.es.js} +1 -1
  7. package/dist/chunks/{index-0zP7LFOd-PDPveafF.cjs → index-TPvf306Z-Dymhw354.cjs} +1 -1
  8. package/dist/chunks/{index-9j37gBmK.cjs → index-qZtf9OYt.cjs} +6 -6
  9. package/dist/chunks/{jszip-BP2FTbpi.cjs → jszip-B99MTu59.cjs} +1 -1
  10. package/dist/chunks/{jszip-jKrsZoMS.es.js → jszip-Duxs2YMV.es.js} +1 -1
  11. package/dist/chunks/{super-editor.es-BzhuUuJx.es.js → super-editor.es-CNPHD-mt.es.js} +2310 -1997
  12. package/dist/chunks/{super-editor.es-D8j9E-4h.cjs → super-editor.es-d0fSEchl.cjs} +2357 -2044
  13. package/dist/chunks/{vue-Cwv-wUpm.cjs → vue-ARQSyfaw.cjs} +2401 -2360
  14. package/dist/chunks/{vue-CKmzTNVs.es.js → vue-B5QAf5pA.es.js} +2401 -2360
  15. package/dist/chunks/xml-js-CVyfrKaV.es.js +2 -0
  16. package/dist/chunks/xml-js-DQa4Ye5C.cjs +3 -0
  17. package/dist/images/altText_add.svg +3 -0
  18. package/dist/images/altText_disclaimer.svg +3 -0
  19. package/dist/images/altText_done.svg +3 -0
  20. package/dist/images/altText_spinner.svg +30 -0
  21. package/dist/images/altText_warning.svg +3 -0
  22. package/dist/images/annotation-check.svg +11 -0
  23. package/dist/images/annotation-comment.svg +16 -0
  24. package/dist/images/annotation-help.svg +26 -0
  25. package/dist/images/annotation-insert.svg +10 -0
  26. package/dist/images/annotation-key.svg +11 -0
  27. package/dist/images/annotation-newparagraph.svg +11 -0
  28. package/dist/images/annotation-noicon.svg +7 -0
  29. package/dist/images/annotation-note.svg +42 -0
  30. package/dist/images/annotation-paperclip.svg +6 -0
  31. package/dist/images/annotation-paragraph.svg +16 -0
  32. package/dist/images/annotation-pushpin.svg +7 -0
  33. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  34. package/dist/images/cursor-editorFreeText.svg +3 -0
  35. package/dist/images/cursor-editorInk.svg +4 -0
  36. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  37. package/dist/images/editor-toolbar-delete.svg +5 -0
  38. package/dist/images/loading-icon.gif +0 -0
  39. package/dist/images/messageBar_closingButton.svg +3 -0
  40. package/dist/images/messageBar_warning.svg +3 -0
  41. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  42. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  43. package/dist/packages/superdoc/src/core/SuperDoc.d.ts +140 -52
  44. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  45. package/dist/packages/superdoc/src/core/types/index.d.ts +140 -52
  46. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  47. package/dist/style.css +12 -9
  48. package/dist/super-editor/ai-writer.es.js +2 -2
  49. package/dist/super-editor/chunks/{converter-B3mE6WPB.js → converter-CuN7BQ8r.js} +1452 -1348
  50. package/dist/super-editor/chunks/{docx-zipper-FgUekv4g.js → docx-zipper-DvU3g1QE.js} +1 -1
  51. package/dist/super-editor/chunks/{editor-B0PiO07g.js → editor-CJUnMzXV.js} +604 -459
  52. package/dist/super-editor/chunks/{index-0zP7LFOd.js → index-TPvf306Z.js} +1 -1
  53. package/dist/super-editor/chunks/{toolbar-Bj9E8rmT.js → toolbar-_AUH-ukY.js} +2 -2
  54. package/dist/super-editor/converter.es.js +1 -1
  55. package/dist/super-editor/docx-zipper.es.js +2 -2
  56. package/dist/super-editor/editor.es.js +3 -3
  57. package/dist/super-editor/file-zipper.es.js +1 -1
  58. package/dist/super-editor/style.css +12 -9
  59. package/dist/super-editor/super-editor/src/core/Attribute.d.ts +75 -29
  60. package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +1 -1
  61. package/dist/super-editor/super-editor/src/core/CommandService.d.ts +1 -1
  62. package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +1 -1
  63. package/dist/super-editor/super-editor/src/core/Editor.d.ts +145 -673
  64. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +1 -1
  65. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +23 -14
  66. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +1 -1
  67. package/dist/super-editor/super-editor/src/core/Extension.d.ts +25 -11
  68. package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +1 -1
  69. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +1 -1
  70. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  71. package/dist/super-editor/super-editor/src/core/Mark.d.ts +28 -12
  72. package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +1 -1
  73. package/dist/super-editor/super-editor/src/core/Node.d.ts +87 -25
  74. package/dist/super-editor/super-editor/src/core/Node.d.ts.map +1 -1
  75. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +20 -13
  76. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +1 -1
  77. package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +1 -1
  78. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +11 -89
  79. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +1 -1
  81. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +1 -1
  82. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +1 -1
  83. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +1 -1
  84. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +1 -1
  85. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +1 -1
  86. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +1 -1
  87. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  88. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +3 -2
  89. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +1 -1
  90. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +12 -5
  91. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +1 -1
  92. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +1 -1
  93. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +1 -1
  94. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  95. package/dist/super-editor/super-editor/src/core/index.d.ts +18 -13
  96. package/dist/super-editor/super-editor/src/core/index.d.ts.map +1 -1
  97. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts +4 -0
  98. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts.map +1 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +0 -48
  100. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  101. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +7 -0
  102. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  103. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +2 -1
  104. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +1 -1
  105. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +1 -1
  106. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +1 -1
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +8 -0
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +1 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +2 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +1 -0
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +2 -0
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +1 -0
  113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +8 -0
  114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +1 -0
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts +8 -0
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts.map +1 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts +8 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts +7 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +1 -1
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts +5 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts.map +1 -0
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +14 -10
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +1 -1
  127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +1 -1
  129. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts +118 -0
  130. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts.map +1 -0
  131. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts +265 -0
  132. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts.map +1 -0
  133. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts +144 -0
  134. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts.map +1 -0
  135. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts +35 -0
  136. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts.map +1 -0
  137. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts +73 -0
  138. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts.map +1 -0
  139. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts +2 -0
  140. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts.map +1 -0
  141. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +6 -2
  142. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +1 -1
  143. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +1 -1
  144. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +8 -2
  145. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +1 -1
  146. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +7 -1
  147. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +1 -1
  148. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +1 -1
  149. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +1 -1
  150. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +1 -1
  151. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +1 -1
  152. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +3 -1
  153. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +1 -1
  154. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +1 -1
  155. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +1 -1
  156. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +1 -1
  157. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +1 -1
  158. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +1 -1
  159. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +6 -1
  160. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +1 -1
  161. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +9 -1
  162. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +1 -1
  163. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +3 -1
  164. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +1 -1
  165. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +18 -3
  166. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +1 -1
  167. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +5 -1
  168. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +1 -1
  169. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +1 -1
  170. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +1 -1
  171. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +1 -1
  172. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +1 -1
  173. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +1 -1
  174. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +1 -1
  175. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +1 -1
  176. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +1 -1
  177. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +5 -1
  178. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +1 -1
  179. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +1 -1
  180. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +1 -1
  181. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +3 -1
  182. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +1 -1
  183. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +9 -1
  184. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +1 -1
  185. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +7 -1
  186. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +1 -1
  187. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +1 -1
  188. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +1 -1
  189. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +3 -1
  190. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +1 -1
  191. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +3 -1
  192. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +1 -1
  193. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +4 -1
  194. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +1 -1
  195. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +1 -1
  196. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +1 -1
  197. package/dist/super-editor/super-editor/src/extensions/index.d.ts +22 -2
  198. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  199. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +3 -1
  200. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +1 -1
  201. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +2 -2
  202. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +1 -1
  203. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts +6 -1
  204. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts.map +1 -1
  205. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +9 -1
  206. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +1 -1
  207. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -0
  208. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  209. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +1 -1
  210. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +1 -1
  211. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +1 -1
  212. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +6 -1
  213. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +1 -1
  214. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +1 -1
  215. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +1 -1
  216. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +2 -2
  217. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +1 -1
  218. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +8 -1
  219. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +1 -1
  220. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +5 -1
  221. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +1 -1
  222. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +1 -1
  223. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  224. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +3 -1
  225. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +1 -1
  226. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +1 -1
  227. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +1 -1
  228. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +1 -1
  229. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +1 -1
  230. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +1 -1
  231. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +1 -1
  232. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +6 -1
  233. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +1 -1
  234. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +1 -1
  235. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +1 -1
  236. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +6 -1
  237. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +1 -1
  238. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +1 -1
  239. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +1 -1
  240. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +3 -1
  241. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +1 -1
  242. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +6 -1
  243. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +1 -1
  244. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +1 -1
  245. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +1 -1
  246. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +6 -1
  247. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +1 -1
  248. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +9 -3
  249. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +1 -1
  250. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +6 -1
  251. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +1 -1
  252. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts +19 -0
  253. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts.map +1 -0
  254. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +2 -0
  255. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts +53 -0
  256. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts.map +1 -0
  257. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +6 -1
  258. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +1 -1
  259. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +7 -1
  260. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +1 -1
  261. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +19 -1
  262. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +1 -1
  263. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +5 -1
  264. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +1 -1
  265. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +5 -1
  266. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +1 -1
  267. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +6 -1
  268. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +1 -1
  269. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +5 -1
  270. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +1 -1
  271. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +1 -1
  272. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +1 -1
  273. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +4 -1
  274. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +1 -1
  275. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts +7 -1
  276. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts.map +1 -1
  277. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +3 -1
  278. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  279. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +3 -1
  280. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +1 -1
  281. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +140 -52
  282. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  283. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +1 -1
  284. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +1 -1
  285. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +5 -1
  286. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +1 -1
  287. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +5 -1
  288. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +1 -1
  289. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +5 -1
  290. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +1 -1
  291. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +5 -1
  292. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +1 -1
  293. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts +40 -0
  294. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts.map +1 -0
  295. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts +57 -0
  296. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts.map +1 -0
  297. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts +83 -0
  298. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts.map +1 -0
  299. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +3 -1
  300. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +1 -1
  301. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +1 -1
  302. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +1 -1
  303. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -1
  304. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +1 -1
  305. package/dist/super-editor/super-editor.es.js +7 -7
  306. package/dist/super-editor/toolbar.es.js +2 -2
  307. package/dist/super-editor.cjs +2 -2
  308. package/dist/super-editor.es.js +2 -2
  309. package/dist/superdoc.cjs +2 -2
  310. package/dist/superdoc.es.js +2 -2
  311. package/dist/superdoc.umd.js +2699 -2346
  312. package/dist/superdoc.umd.js.map +1 -1
  313. package/package.json +1 -1
  314. package/dist/chunks/xml-js-BSDu25I7.cjs +0 -3
  315. package/dist/chunks/xml-js-CBrRls0f.es.js +0 -2
@@ -1 +1 @@
1
- {"version":3,"file":"page-number.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/page-number/page-number.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AACH,8BAqFG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AACH,kCAoFG;AAuBH;IACE,wFAQC;IAPC,UAAgB;IAChB,YAAoB;IACpB,UAAuB;IACvB,YAAoB;IAGpB,qBAAgD;IAmDlD,2BAMC;;CACF;;;;;;;;;;;;;;;;;qBA9S+B,gBAAgB"}
1
+ {"version":3,"file":"page-number.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/page-number/page-number.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AACH,4EAqFG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AACH,gFAoFG;AAuBH;IACE,wFAQC;IAPC,UAAgB;IAChB,YAAoB;IACpB,UAAuB;IACvB,YAAoB;IAGpB,qBAAgD;IAmDlD,2BAMC;;CACF;;;;;;;;;;;;;;;;;qBA9S+B,gBAAgB"}
@@ -1,3 +1,10 @@
1
- export const PageReference: Node;
1
+ export const PageReference: Node<{
2
+ htmlAttributes: {
3
+ contenteditable: boolean;
4
+ 'data-id': string;
5
+ 'aria-label': string;
6
+ class: string;
7
+ };
8
+ }, Record<string, never>>;
2
9
  import { Node } from '@core/index.js';
3
10
  //# sourceMappingURL=page-reference.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-reference.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/page-reference/page-reference.js"],"names":[],"mappings":"AAEA,iCAyCG;qBA3C6B,gBAAgB"}
1
+ {"version":3,"file":"page-reference.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/page-reference/page-reference.js"],"names":[],"mappings":"AAEA;;;;;;;0BAyCG;qBA3C6B,gBAAgB"}
@@ -1,3 +1,7 @@
1
- export const Pagination: Extension;
1
+ export const Pagination: Extension<Record<string, never>, {
2
+ height: number;
3
+ sectionData: any;
4
+ headerFooterEditors: Map<any, any>;
5
+ }>;
2
6
  import { Extension } from '@core/Extension.js';
3
7
  //# sourceMappingURL=pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/pagination/pagination.js"],"names":[],"mappings":"AAyBA,mCAsQG;0BA7RuB,oBAAoB"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/pagination/pagination.js"],"names":[],"mappings":"AAyBA;;;;GAsQG;0BA7RuB,oBAAoB"}
@@ -39,7 +39,7 @@
39
39
  * @sidebarTitle Paragraph
40
40
  * @snippetPath /snippets/extensions/paragraph.mdx
41
41
  */
42
- export const Paragraph: OxmlNode;
42
+ export const Paragraph: OxmlNode<Record<string, never>, Record<string, never>>;
43
43
  /**
44
44
  * Configuration options for Paragraph
45
45
  */
@@ -1 +1 @@
1
- {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AA+BA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH;;;;GAIG;AACH,iCAigBG;;;;;;;;;yBAzkBiC,gBAAgB"}
1
+ {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AA+BA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH;;;;GAIG;AACH,+EAqgBG;;;;;;;;;yBA7kBiC,gBAAgB"}
@@ -9,7 +9,9 @@
9
9
  * @sidebarTitle Placeholder
10
10
  * @snippetPath /snippets/extensions/placeholder.mdx
11
11
  */
12
- export const Placeholder: Extension;
12
+ export const Placeholder: Extension<{
13
+ placeholder: string;
14
+ }, Record<string, never>>;
13
15
  /**
14
16
  * Configuration options for Placeholder
15
17
  */
@@ -1 +1 @@
1
- {"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/placeholder/placeholder.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;GAIG;AACH,oCAyCG;;;;;0BAvDuB,oBAAoB"}
1
+ {"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/placeholder/placeholder.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;GAIG;AACH;;0BAyCG;;;;;0BAvDuB,oBAAoB"}
@@ -3,7 +3,7 @@
3
3
  * @sidebarTitle Popover Plugin
4
4
  * @snippetPath /snippets/extensions/popover-plugin.mdx
5
5
  */
6
- export const PopoverPlugin: Extension;
6
+ export const PopoverPlugin: Extension<{}, Record<string, never>>;
7
7
  /**
8
8
  * Configuration options for PopoverPlugin
9
9
  */
@@ -1 +1 @@
1
- {"version":3,"file":"popover-plugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/popover-plugin/popover-plugin.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,sCA2CG;;;;;0BA9DuB,oBAAoB"}
1
+ {"version":3,"file":"popover-plugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/popover-plugin/popover-plugin.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,iEA2CG;;;;;0BA9DuB,oBAAoB"}
@@ -2,6 +2,6 @@
2
2
  * Run node emulates OOXML w:r (run) boundaries while remaining transparent to layout.
3
3
  * It carries run-level metadata (runProperties, rsid attributes) without affecting visual style.
4
4
  */
5
- export const Run: OxmlNode;
5
+ export const Run: OxmlNode<Record<string, never>, Record<string, never>>;
6
6
  import { OxmlNode } from '@core/index.js';
7
7
  //# sourceMappingURL=run.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/run/run.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,2BAwDG;yBA/DiC,gBAAgB"}
1
+ {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/run/run.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH,yEAyDG;yBAhEiC,gBAAgB"}
@@ -16,7 +16,7 @@
16
16
  * @sidebarTitle Search
17
17
  * @snippetPath /snippets/extensions/search.mdx
18
18
  */
19
- export const Search: Extension;
19
+ export const Search: Extension<Record<string, never>, Record<string, never>>;
20
20
  /**
21
21
  * Search match object
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/search/search.js"],"names":[],"mappings":"AASA;;;;;;;GAOG;AAEH;;;;GAIG;AAEH;;;;GAIG;AACH,+BAsJG;;;;;;;;UAvKW,MAAM;;;;UACN,MAAM;;;;QACN,MAAM;;;;QACN,MAAM;;;;;;0BAdM,oBAAoB"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/search/search.js"],"names":[],"mappings":"AAUA;;;;;;;GAOG;AAEH;;;;GAIG;AAEH;;;;GAIG;AACH,6EAuJG;;;;;;;;UAxKW,MAAM;;;;UACN,MAAM;;;;QACN,MAAM;;;;QACN,MAAM;;;;;;0BAdM,oBAAoB"}
@@ -19,7 +19,12 @@
19
19
  * @sidebarTitle Shape Container
20
20
  * @snippetPath /snippets/extensions/shape-container.mdx
21
21
  */
22
- export const ShapeContainer: Node;
22
+ export const ShapeContainer: Node<{
23
+ htmlAttributes: {
24
+ class: string;
25
+ 'aria-label': string;
26
+ };
27
+ }, Record<string, never>>;
23
28
  /**
24
29
  * Configuration options for ShapeContainer
25
30
  */
@@ -1 +1 @@
1
- {"version":3,"file":"shape-container.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-container/shape-container.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;;;;GASG;AAEH;;;;GAIG;AACH,kCAsEG;;;;;;;;;qBA/F6B,gBAAgB"}
1
+ {"version":3,"file":"shape-container.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-container/shape-container.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;;;;GASG;AAEH;;;;GAIG;AACH;;;;;0BAsEG;;;;;;;;;qBA/F6B,gBAAgB"}
@@ -1,3 +1,3 @@
1
- export const ShapeGroup: Node;
1
+ export const ShapeGroup: Node<Record<string, never>, Record<string, never>>;
2
2
  import { Node } from '@core/index';
3
3
  //# sourceMappingURL=shape-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shape-group.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-group/shape-group.js"],"names":[],"mappings":"AAGA,8BAmFG;qBAtF6B,aAAa"}
1
+ {"version":3,"file":"shape-group.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-group/shape-group.js"],"names":[],"mappings":"AAGA,4EAmFG;qBAtF6B,aAAa"}
@@ -16,7 +16,12 @@
16
16
  * @sidebarTitle Shape Textbox
17
17
  * @snippetPath /snippets/extensions/shape-textbox.mdx
18
18
  */
19
- export const ShapeTextbox: Node;
19
+ export const ShapeTextbox: Node<{
20
+ htmlAttributes: {
21
+ class: string;
22
+ 'aria-label': string;
23
+ };
24
+ }, Record<string, never>>;
20
25
  /**
21
26
  * Configuration options for ShapeTextbox
22
27
  */
@@ -1 +1 @@
1
- {"version":3,"file":"shape-textbox.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-textbox/shape-textbox.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;;GAIG;AACH,gCAiDG;;;;;;;;;qBAvE6B,gBAAgB"}
1
+ {"version":3,"file":"shape-textbox.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-textbox/shape-textbox.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;;GAIG;AACH;;;;;0BAiDG;;;;;;;;;qBAvE6B,gBAAgB"}
@@ -4,7 +4,7 @@ export const SlashMenuPluginKey: PluginKey<any>;
4
4
  * @sidebarTitle Slash Menu
5
5
  * @snippetPath /snippets/extensions/slash-menu.mdx
6
6
  */
7
- export const SlashMenu: Extension;
7
+ export const SlashMenu: Extension<{}, Record<string, never>>;
8
8
  /**
9
9
  * Configuration options for SlashMenu
10
10
  */
@@ -1 +1 @@
1
- {"version":3,"file":"slash-menu.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/slash-menu/slash-menu.js"],"names":[],"mappings":"AAmCA,gDAA6D;AAE7D;;;;GAIG;AACH,kCAyKG;;;;;0BAnN+B,mBAAmB;0BAC3B,oBAAoB"}
1
+ {"version":3,"file":"slash-menu.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/slash-menu/slash-menu.js"],"names":[],"mappings":"AAmCA,gDAA6D;AAE7D;;;;GAIG;AACH,6DAyKG;;;;;0BAnN+B,mBAAmB;0BAC3B,oBAAoB"}
@@ -10,7 +10,9 @@
10
10
  * @snippetPath /snippets/extensions/strike.mdx
11
11
  * @shortcut Mod-Shift-s | toggleStrike | Toggle strikethrough formatting
12
12
  */
13
- export const Strike: Mark;
13
+ export const Strike: Mark<{
14
+ htmlAttributes: {};
15
+ }, Record<string, never>>;
14
16
  /**
15
17
  * Configuration options for Strike
16
18
  */
@@ -1 +1 @@
1
- {"version":3,"file":"strike.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/strike/strike.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;;GAKG;AACH,0BAoFG;;;;;qBApG6B,gBAAgB"}
1
+ {"version":3,"file":"strike.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/strike/strike.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;;GAKG;AACH;;0BAoFG;;;;;qBApG6B,gBAAgB"}
@@ -1,3 +1,8 @@
1
- export const DocumentPartObject: Node;
1
+ export const DocumentPartObject: Node<{
2
+ htmlAttributes: {
3
+ class: string;
4
+ 'aria-label': string;
5
+ };
6
+ }, Record<string, never>>;
2
7
  import { Node } from '@core/index.js';
3
8
  //# sourceMappingURL=document-part-object.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"document-part-object.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/document-part-object.js"],"names":[],"mappings":"AAGA,sCA6CG;qBA/C6B,gBAAgB"}
1
+ {"version":3,"file":"document-part-object.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/document-part-object.js"],"names":[],"mappings":"AAGA;;;;;0BA8CG;qBAhD6B,gBAAgB"}
@@ -39,7 +39,7 @@
39
39
  * @sidebarTitle Document Section
40
40
  * @snippetPath /snippets/extensions/document-section.mdx
41
41
  */
42
- export const DocumentSection: Node;
42
+ export const DocumentSection: Node<Record<string, never>, Record<string, never>>;
43
43
  /**
44
44
  * Document section creation options
45
45
  */
@@ -1 +1 @@
1
- {"version":3,"file":"document-section.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/document-section.js"],"names":[],"mappings":"AASA;;;;;;;;;;GAUG;AAEH;;;;;;;GAOG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,mCA2UG;;;;;;;;SArXW,MAAM;;;;YACN,MAAM;;;;kBACN,MAAM;;;;kBACN,MAAM;;;;eACN,OAAO;;;;WACP,MAAM;;;;;;;;;;;;;QAON,MAAM;;;;WACN,MAAM;;;;;;;;YAEN,OAAO,CAAC,yBAAyB,CAAC;;;;;;;;;;qBA1BhB,gBAAgB"}
1
+ {"version":3,"file":"document-section.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/document-section.js"],"names":[],"mappings":"AAUA;;;;;;;;;;GAUG;AAEH;;;;;;;GAOG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,iFA4UG;;;;;;;;SAtXW,MAAM;;;;YACN,MAAM;;;;kBACN,MAAM;;;;kBACN,MAAM;;;;eACN,OAAO;;;;WACP,MAAM;;;;;;;;;;;;;QAON,MAAM;;;;WACN,MAAM;;;;;;;;YAEN,OAAO,CAAC,yBAAyB,CAAC;;;;;;;;;;qBA1BhB,gBAAgB"}
@@ -20,7 +20,12 @@ export const structuredContentInnerClass: "sd-structured-content-block__content"
20
20
  * const attrs = editor.getAttributes('structuredContentBlock')
21
21
  * console.log(attrs.id, attrs.alias)
22
22
  */
23
- export const StructuredContentBlock: Node;
23
+ export const StructuredContentBlock: Node<{
24
+ htmlAttributes: {
25
+ class: string;
26
+ 'aria-label': string;
27
+ };
28
+ }, Record<string, never>>;
24
29
  /**
25
30
  * Configuration options for StructuredContentBlock
26
31
  */
@@ -1 +1 @@
1
- {"version":3,"file":"structured-content-block.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content-block.js"],"names":[],"mappings":"AAGA,qCAAsC,6BAA6B,CAAC;AACpE,0CAA2C,sCAAsC,CAAC;AAElF;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH,0CA4EG;;;;;;;;;qBAxG6B,aAAa"}
1
+ {"version":3,"file":"structured-content-block.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content-block.js"],"names":[],"mappings":"AAGA,qCAAsC,6BAA6B,CAAC;AACpE,0CAA2C,sCAAsC,CAAC;AAElF;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH;;;;;0BA4EG;;;;;;;;;qBAxG6B,aAAa"}
@@ -3,12 +3,14 @@
3
3
  * @property {string} [text] - Text content to insert
4
4
  * @property {Object} [json] - ProseMirror JSON
5
5
  * @property {Object} [attrs] - Node attributes
6
+ * @property {string} [attrs.group] - Group identifier for linking multiple fields (auto-encoded to JSON tag)
6
7
  */
7
8
  /**
8
9
  * @typedef {Object} StructuredContentBlockInsert
9
10
  * @property {string} [html] - HTML content to insert
10
11
  * @property {Object} [json] - ProseMirror JSON
11
12
  * @property {Object} [attrs] - Node attributes
13
+ * @property {string} [attrs.group] - Group identifier for linking multiple fields (auto-encoded to JSON tag)
12
14
  */
13
15
  /**
14
16
  * @typedef {Object} StructuredContentUpdate
@@ -24,7 +26,7 @@
24
26
  * @property {Array<string[]>|Array<string>} rows - Cell values to append
25
27
  * @property {boolean} [copyRowStyle=false] - Clone the last row's styling when true
26
28
  */
27
- export const StructuredContentCommands: Extension;
29
+ export const StructuredContentCommands: Extension<Record<string, never>, Record<string, never>>;
28
30
  export type StructuredContentInlineInsert = {
29
31
  /**
30
32
  * - Text content to insert
@@ -37,7 +39,9 @@ export type StructuredContentInlineInsert = {
37
39
  /**
38
40
  * - Node attributes
39
41
  */
40
- attrs?: any;
42
+ attrs?: {
43
+ group?: string;
44
+ };
41
45
  };
42
46
  export type StructuredContentBlockInsert = {
43
47
  /**
@@ -51,7 +55,9 @@ export type StructuredContentBlockInsert = {
51
55
  /**
52
56
  * - Node attributes
53
57
  */
54
- attrs?: any;
58
+ attrs?: {
59
+ group?: string;
60
+ };
55
61
  };
56
62
  export type StructuredContentUpdate = {
57
63
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"structured-content-commands.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content-commands.js"],"names":[],"mappings":"AAUA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;;;;GAMG;AAEH,kDAoUG;;;;;WAhWW,MAAM;;;;;;;;;;;;;;WAON,MAAM;;;;;;;;;;;;;;WAON,MAAM;;;;WACN,MAAM;;;;;;;;;;;;;;QAON,MAAM;;;;iBACN,MAAM;;;;UACN,KAAK,CAAC,MAAM,EAAE,CAAC,GAAC,KAAK,CAAC,MAAM,CAAC;;;;mBAC7B,OAAO;;0BApCK,aAAa"}
1
+ {"version":3,"file":"structured-content-commands.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content-commands.js"],"names":[],"mappings":"AAYA;;;;;;GAMG;AAEH;;;;;;GAMG;AAEH;;;;;;GAMG;AAEH;;;;;;GAMG;AAEH,gGA2cG;;;;;WAzeW,MAAM;;;;;;;;YAGjB;QAA0B,KAAK,GAApB,MAAM;KACnB;;;;;;WAIa,MAAM;;;;;;;;YAGjB;QAA0B,KAAK,GAApB,MAAM;KACnB;;;;;;WAIa,MAAM;;;;WACN,MAAM;;;;;;;;;;;;;;QAON,MAAM;;;;iBACN,MAAM;;;;UACN,KAAK,CAAC,MAAM,EAAE,CAAC,GAAC,KAAK,CAAC,MAAM,CAAC;;;;mBAC7B,OAAO;;0BAxCK,aAAa"}
@@ -25,7 +25,12 @@ export const structuredContentInnerClass: "sd-structured-content__content";
25
25
  * @sidebarTitle Structured Content
26
26
  * @snippetPath /snippets/extensions/structured-content.mdx
27
27
  */
28
- export const StructuredContent: Node;
28
+ export const StructuredContent: Node<{
29
+ htmlAttributes: {
30
+ class: string;
31
+ 'aria-label': string;
32
+ };
33
+ }, Record<string, never>>;
29
34
  /**
30
35
  * Configuration options for StructuredContent
31
36
  */
@@ -1 +1 @@
1
- {"version":3,"file":"structured-content.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content.js"],"names":[],"mappings":"AAGA,qCAAsC,uBAAuB,CAAC;AAC9D,0CAA2C,gCAAgC,CAAC;AAE5E;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH;;;;GAIG;AACH,qCA8EG;;;;;;;;;qBA/G6B,aAAa"}
1
+ {"version":3,"file":"structured-content.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/structured-content/structured-content.js"],"names":[],"mappings":"AAGA,qCAAsC,uBAAuB,CAAC;AAC9D,0CAA2C,gCAAgC,CAAC;AAE5E;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH;;;;GAIG;AACH;;;;;0BA8EG;;;;;;;;;qBA/G6B,aAAa"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Get structured content nodes by group identifier.
3
+ * Groups are JSON-encoded in the tag attribute as { "group": "value" }.
4
+ * @category Helper
5
+ * @param {string | string[]} groupOrGroups - Single group or array of groups to find
6
+ * @param {import('prosemirror-state').EditorState} state - Editor state
7
+ * @returns {Array<{ node: import('prosemirror-model').Node, pos: number }>} Matching structured content nodes
8
+ * @example
9
+ * // Find all fields with group "customer-info"
10
+ * const fields = editor.helpers.getStructuredContentByGroup('customer-info', editor.state)
11
+ *
12
+ * // Find fields with multiple groups
13
+ * const fields = editor.helpers.getStructuredContentByGroup(['customer-info', 'terms'], editor.state)
14
+ */
15
+ export function getStructuredContentByGroup(groupOrGroups: string | string[], state: import("prosemirror-state").EditorState): Array<{
16
+ node: import("prosemirror-model").Node;
17
+ pos: number;
18
+ }>;
19
+ //# sourceMappingURL=getStructuredContentByGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getStructuredContentByGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,2DAVW,MAAM,GAAG,MAAM,EAAE,SACjB,OAAO,mBAAmB,EAAE,WAAW,GACrC,KAAK,CAAC;IAAE,IAAI,EAAE,OAAO,mBAAmB,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC,CA0B1E"}
@@ -2,5 +2,7 @@ export * from "./getStructuredContentTags";
2
2
  export * from "./getStructuredContentInlineTags";
3
3
  export * from "./getStructuredContentBlockTags";
4
4
  export * from "./getStructuredContentTagsById";
5
+ export * from "./getStructuredContentByGroup";
5
6
  export * from "./getStructuredContentTablesById";
7
+ export * from "./tagUtils";
6
8
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Utilities for handling structured content tags with JSON encoding.
3
+ * Supports extensible tag objects while maintaining backward compatibility with plain strings.
4
+ */
5
+ /**
6
+ * Creates a JSON-encoded tag object.
7
+ * @param {Object} tagData - Tag properties
8
+ * @param {string} [tagData.group] - Group identifier for linking multiple fields
9
+ * @param {...*} [tagData.rest] - Additional extensible properties
10
+ * @returns {string} JSON-encoded tag string
11
+ * @example
12
+ * createTagObject({ group: 'customer-info' })
13
+ * // => '{"group":"customer-info"}'
14
+ *
15
+ * createTagObject({ group: 'terms', style: 'header' })
16
+ * // => '{"group":"terms","style":"header"}'
17
+ */
18
+ export function createTagObject(tagData: {
19
+ group?: string;
20
+ rest?: any[];
21
+ }): string;
22
+ /**
23
+ * Parses a tag value into an object.
24
+ * Returns null for plain string tags or invalid JSON.
25
+ * @param {string} tag - Tag value to parse
26
+ * @returns {Object|null} Parsed tag object or null
27
+ * @example
28
+ * parseTagObject('{"group":"customer-info"}')
29
+ * // => { group: 'customer-info' }
30
+ *
31
+ * parseTagObject('inline_text_sdt')
32
+ * // => null (plain string tag)
33
+ */
34
+ export function parseTagObject(tag: string): any | null;
35
+ /**
36
+ * Checks if a tag has a group property.
37
+ * @param {string} tag - Tag value to check
38
+ * @returns {boolean} True if tag has a group property
39
+ * @example
40
+ * hasGroup('{"group":"customer-info"}') // => true
41
+ * hasGroup('inline_text_sdt') // => false
42
+ */
43
+ export function hasGroup(tag: string): boolean;
44
+ /**
45
+ * Extracts the group value from a tag.
46
+ * @param {string} tag - Tag value
47
+ * @returns {string|null} Group value or null if not found
48
+ * @example
49
+ * getGroup('{"group":"customer-info"}') // => 'customer-info'
50
+ * getGroup('inline_text_sdt') // => null
51
+ */
52
+ export function getGroup(tag: string): string | null;
53
+ //# sourceMappingURL=tagUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tagUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/structured-content/structuredContentHelpers/tagUtils.js"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;GAYG;AACH,yCAVG;IAAyB,KAAK,GAAtB,MAAM;IACS,IAAI,GAAhB,GAAC,EAAA;CACZ,GAAU,MAAM,CAalB;AAED;;;;;;;;;;;GAWG;AACH,oCATW,MAAM,GACJ,MAAO,IAAI,CAkBvB;AAED;;;;;;;GAOG;AACH,8BANW,MAAM,GACJ,OAAO,CAQnB;AAED;;;;;;;GAOG;AACH,8BANW,MAAM,GACJ,MAAM,GAAC,IAAI,CAQvB"}
@@ -15,7 +15,12 @@
15
15
  * @sidebarTitle Tab
16
16
  * @snippetPath /snippets/extensions/tab.mdx
17
17
  */
18
- export const TabNode: Node;
18
+ export const TabNode: Node<{
19
+ htmlAttributes: {
20
+ class: string;
21
+ contentEditable: boolean;
22
+ };
23
+ }, Record<string, never>>;
19
24
  export namespace __testing__ {
20
25
  export { getTabDecorations };
21
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/tab/tab.js"],"names":[],"mappings":"AAMA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AACH,2BAuKG;;;;;;;;;;;;qBAhM6B,gBAAgB;kCAId,6BAA6B"}
1
+ {"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/tab/tab.js"],"names":[],"mappings":"AAOA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AACH;;;;;0BA4KG;;;;;;;;;;;;qBAtM6B,gBAAgB;kCAId,6BAA6B"}
@@ -1,4 +1,10 @@
1
- export function updateColumns(node: any, colgroup: any, table: any, cellMinWidth: any, overrideCol: any, overrideValue: any, editor: any): void;
1
+ /**
2
+ * @param {import('./table.js').TableNode} node
3
+ * @param {HTMLTableColElement} colgroup
4
+ * @param {HTMLTableElement} table
5
+ * @param {number} cellMinWidth
6
+ */
7
+ export function updateColumns(node: import("./table.js").TableNode, colgroup: HTMLTableColElement, table: HTMLTableElement, cellMinWidth: number): void;
2
8
  export function createTableView({ editor }: {
3
9
  editor: any;
4
10
  }): {
@@ -1 +1 @@
1
- {"version":3,"file":"TableView.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table/TableView.js"],"names":[],"mappings":"AAoEA,gJAsHC;AAlLM;;;;;;;;;;;;;;EA0DN"}
1
+ {"version":3,"file":"TableView.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table/TableView.js"],"names":[],"mappings":"AAmEA;;;;;GAKG;AACH,oCALW,OAAO,YAAY,EAAE,SAAS,YAC9B,mBAAmB,SACnB,gBAAgB,gBAChB,MAAM,QA6FhB;AA7JM;;;;;;;;;;;;;;EA0DN"}
@@ -48,6 +48,15 @@
48
48
  * @property {import('prosemirror-model').Node} cell - The cell node
49
49
  * @property {Object} attrs - Cell attributes
50
50
  */
51
+ /**
52
+ * @typedef {Object} TableNodeAttributes
53
+ * @property {TableProperties} tableProperties
54
+ * @property {TableGrid} grid
55
+ */
56
+ /**
57
+ * @typedef {Node} TableNode
58
+ * @property {TableNodeAttributes} attrs
59
+ */
51
60
  /**
52
61
  * @module Table
53
62
  * @sidebarTitle Table
@@ -57,7 +66,7 @@
57
66
  * @shortcut Backspace | deleteTableWhenSelected | Delete table when all cells selected
58
67
  * @shortcut Delete | deleteTableWhenSelected | Delete table when all cells selected
59
68
  */
60
- export const Table: Node;
69
+ export const Table: Node<Record<string, never>, Record<string, never>>;
61
70
  /**
62
71
  * Theme color options
63
72
  */
@@ -369,6 +378,10 @@ export type TableProperties = {
369
378
  * - Table border configuration
370
379
  */
371
380
  borders?: TableBorders;
381
+ /**
382
+ * - Cell margin configuration
383
+ */
384
+ cellMargins?: TableCellMargins;
372
385
  };
373
386
  /**
374
387
  * Column width definition
@@ -540,5 +553,10 @@ export type CurrentCellInfo = {
540
553
  */
541
554
  attrs: any;
542
555
  };
556
+ export type TableNodeAttributes = {
557
+ tableProperties: TableProperties;
558
+ grid: TableGrid;
559
+ };
560
+ export type TableNode = Node;
543
561
  import { Node } from '@core/index.js';
544
562
  //# sourceMappingURL=table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table/table.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table/table.js"],"names":[],"mappings":"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"}
@@ -36,7 +36,11 @@
36
36
  * @sidebarTitle Table Cell
37
37
  * @snippetPath /snippets/extensions/table-cell.mdx
38
38
  */
39
- export const TableCell: Node;
39
+ export const TableCell: Node<{
40
+ htmlAttributes: {
41
+ 'aria-label': string;
42
+ };
43
+ }, Record<string, never>>;
40
44
  /**
41
45
  * Conditional formatting properties
42
46
  */
@@ -1 +1 @@
1
- {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-cell/table-cell.js"],"names":[],"mappings":"AA0CA;;;;;;;GAOG;AAEH;;;;GAIG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;GAaG;AAEH;;;;GAIG;AACH,6BAsIG;;;;;;;;eArNW,OAAO;;;;cACP,OAAO;;;;kBACP,OAAO;;;;iBACP,OAAO;;;;eACP,OAAO;;;;gBACP,OAAO;;;;eACP,OAAO;;;;gBACP,OAAO;;;;0BACP,OAAO;;;;yBACP,OAAO;;;;yBACP,OAAO;;;;wBACP,OAAO;;;;;;;;;eAOP,QAAQ;;;;gBACR,OAAO,mBAAmB,EAAE,gBAAgB;;;;eAC5C,MAAM;;;;aACN,SAAS,GAAG,UAAU;;;;cACtB,OAAO,mBAAmB,EAAE,YAAY;;;;cACxC,OAAO,mBAAmB,EAAE,iBAAiB;;;;aAC7C,OAAO;;;;kBACP,OAAO,mBAAmB,EAAE,gBAAgB;;;;oBAC5C,MAAM,GAAG,MAAM;;;;gBACf,OAAO;;;;aACP,KAAK,GAAG,QAAQ,GAAG,QAAQ;;;;eAC3B,OAAO;;;;cACP;QAAC,MAAM,EAAE,MAAM,CAAA;KAAC,EAAE;;;;;;;;;UAUlB,MAAM;;;;YACN,MAAM;;;;aACN,MAAM;;;;WACN,MAAM;;;;;;;;;WAMN,MAAM;;;;;;;;;;qBAfY,gBAAgB"}
1
+ {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-cell/table-cell.js"],"names":[],"mappings":"AA0CA;;;;;;;GAOG;AAEH;;;;GAIG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;GAaG;AAEH;;;;GAIG;AACH;;;;0BA4IG;;;;;;;;eA3NW,OAAO;;;;cACP,OAAO;;;;kBACP,OAAO;;;;iBACP,OAAO;;;;eACP,OAAO;;;;gBACP,OAAO;;;;eACP,OAAO;;;;gBACP,OAAO;;;;0BACP,OAAO;;;;yBACP,OAAO;;;;yBACP,OAAO;;;;wBACP,OAAO;;;;;;;;;eAOP,QAAQ;;;;gBACR,OAAO,mBAAmB,EAAE,gBAAgB;;;;eAC5C,MAAM;;;;aACN,SAAS,GAAG,UAAU;;;;cACtB,OAAO,mBAAmB,EAAE,YAAY;;;;cACxC,OAAO,mBAAmB,EAAE,iBAAiB;;;;aAC7C,OAAO;;;;kBACP,OAAO,mBAAmB,EAAE,gBAAgB;;;;oBAC5C,MAAM,GAAG,MAAM;;;;gBACf,OAAO;;;;aACP,KAAK,GAAG,QAAQ,GAAG,QAAQ;;;;eAC3B,OAAO;;;;cACP;QAAC,MAAM,EAAE,MAAM,CAAA;KAAC,EAAE;;;;;;;;;UAUlB,MAAM;;;;YACN,MAAM;;;;aACN,MAAM;;;;WACN,MAAM;;;;;;;;;WAMN,MAAM;;;;;;;;;;qBAfY,gBAAgB"}
@@ -17,7 +17,11 @@
17
17
  * @sidebarTitle Table Header
18
18
  * @snippetPath /snippets/extensions/table-header.mdx
19
19
  */
20
- export const TableHeader: Node;
20
+ export const TableHeader: Node<{
21
+ htmlAttributes: {
22
+ 'aria-label': string;
23
+ };
24
+ }, Record<string, never>>;
21
25
  /**
22
26
  * Configuration options for TableHeader
23
27
  */
@@ -1 +1 @@
1
- {"version":3,"file":"table-header.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-header/table-header.js"],"names":[],"mappings":"AAGA;;;;;GAKG;AAEH;;;;;;;GAOG;AAEH;;;;GAIG;AACH,+BAiEG;;;;;;;;;qBAxF6B,gBAAgB"}
1
+ {"version":3,"file":"table-header.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-header/table-header.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;;;;GAOG;AAEH;;;;GAIG;AACH;;;;0BAkEG;;;;;;;;;qBAzF6B,gBAAgB"}
@@ -1,3 +1,8 @@
1
- export const TableOfContents: Node;
1
+ export const TableOfContents: Node<{
2
+ htmlAttributes: {
3
+ 'data-id': string;
4
+ 'aria-label': string;
5
+ };
6
+ }, Record<string, never>>;
2
7
  import { Node } from '@core/index.js';
3
8
  //# sourceMappingURL=table-of-contents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-of-contents.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-of-contents/table-of-contents.js"],"names":[],"mappings":"AAEA,mCAmDG;qBArD6B,gBAAgB"}
1
+ {"version":3,"file":"table-of-contents.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-of-contents/table-of-contents.js"],"names":[],"mappings":"AAEA;;;;;0BAmDG;qBArD6B,gBAAgB"}
@@ -61,7 +61,11 @@
61
61
  * @sidebarTitle Table Row
62
62
  * @snippetPath /snippets/extensions/table-row.mdx
63
63
  */
64
- export const TableRow: Node;
64
+ export const TableRow: Node<{
65
+ htmlAttributes: {
66
+ 'aria-label': string;
67
+ };
68
+ }, Record<string, never>>;
65
69
  export type CnfStyle = {
66
70
  /**
67
71
  * Specifies that the object has inherited the conditional properties applied to the even numbered horizontal bands of the parent object.
@@ -1 +1 @@
1
- {"version":3,"file":"table-row.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-row/table-row.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;GAgBG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;GAaG;AAEH;;;;GAIG;AACH,4BA0EG;;;;;gBA3IW,OAAO;;;;gBACP,OAAO;;;;kBACP,OAAO;;;;eACP,OAAO;;;;0BACP,OAAO;;;;yBACP,OAAO;;;;;iBACP,OAAO;;;;;cAEP,OAAO;;;;yBAEP,OAAO;;;;wBACP,OAAO;;;;eACP,OAAO;;;;eACP,OAAO;;;;;;gBAKP,OAAO;;;;eACP,QAAQ;;;;YACR,MAAM;;;;gBACN,MAAM;;;;iBACN,MAAM;;;;aACN,OAAO;;;;SACP,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO;;;;qBAExD;QAAmC,KAAK,GAA7B,MAAM;QAC0C,IAAI,GAApD,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KACzC;;;;mBAAW,OAAO;;;;WACP,SAAS,GAAG,OAAO,GAAG,MAAM;;;;aAEvC;QAA2B,KAAK,GAArB,MAAM;QACkC,IAAI,GAA5C,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KACzC;;;;cACA;QAA4B,KAAK,GAAtB,MAAM;QACmC,IAAI,GAA7C,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KAC3C;;;;;;;;;;qBAxC+B,gBAAgB"}
1
+ {"version":3,"file":"table-row.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/table-row/table-row.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;GAgBG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;GAaG;AAEH;;;;GAIG;AACH;;;;0BA0EG;;;;;gBA3IW,OAAO;;;;gBACP,OAAO;;;;kBACP,OAAO;;;;eACP,OAAO;;;;0BACP,OAAO;;;;yBACP,OAAO;;;;;iBACP,OAAO;;;;;cAEP,OAAO;;;;yBAEP,OAAO;;;;wBACP,OAAO;;;;eACP,OAAO;;;;eACP,OAAO;;;;;;gBAKP,OAAO;;;;eACP,QAAQ;;;;YACR,MAAM;;;;gBACN,MAAM;;;;iBACN,MAAM;;;;aACN,OAAO;;;;SACP,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO;;;;qBAExD;QAAmC,KAAK,GAA7B,MAAM;QAC0C,IAAI,GAApD,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KACzC;;;;mBAAW,OAAO;;;;WACP,SAAS,GAAG,OAAO,GAAG,MAAM;;;;aAEvC;QAA2B,KAAK,GAArB,MAAM;QACkC,IAAI,GAA5C,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KACzC;;;;cACA;QAA4B,KAAK,GAAtB,MAAM;QACmC,IAAI,GAA7C,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK;KAC3C;;;;;;;;;;qBAxC+B,gBAAgB"}
@@ -8,7 +8,7 @@
8
8
  * @sidebarTitle Text
9
9
  * @snippetPath /snippets/extensions/text.mdx
10
10
  */
11
- export const Text: Node;
11
+ export const Text: Node<{}, Record<string, never>>;
12
12
  /**
13
13
  * Configuration options for Text
14
14
  */