@harbour-enterprises/superdoc 0.14.0-next.2 → 0.14.0-next.21

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 (99) hide show
  1. package/dist/chunks/{eventemitter3-BrspJk8q.es.js → eventemitter3-BIPEy-pY.es.js} +1 -1
  2. package/dist/chunks/{eventemitter3-DfVviFzP.cjs → eventemitter3-DGnD-HK9.cjs} +1 -1
  3. package/dist/chunks/{index-Diu6UKHt.es.js → index-BvK-G6B1.es.js} +4 -4
  4. package/dist/chunks/{index-B4J7wgs6.cjs → index-CCRVYhTn.cjs} +2 -2
  5. package/dist/chunks/{index-Cdsq63Xq.cjs → index-CgJ5KVh6.cjs} +4 -4
  6. package/dist/chunks/{index-Hr3Um-Bg.es.js → index-oHslWah4.es.js} +2 -2
  7. package/dist/chunks/{jszip-DckFs3A7.es.js → jszip-CYDYUNnI.es.js} +1 -1
  8. package/dist/chunks/{jszip-BTAcmbVg.cjs → jszip-D5XoMX4C.cjs} +1 -1
  9. package/dist/chunks/{super-editor.es-C6TRTeBI.es.js → super-editor.es-Cu7C5Ezf.es.js} +3414 -2237
  10. package/dist/chunks/{super-editor.es-DFls-Ipj.cjs → super-editor.es-DM3LYkiV.cjs} +3402 -2225
  11. package/dist/chunks/{url-BIzg4y2i.cjs → url-BG1Z_Z2_.cjs} +2 -2
  12. package/dist/chunks/{url-CHayXMZH.es.js → url-Dvx6wrNT.es.js} +2 -2
  13. package/dist/chunks/{vue-Bi1uWinj.es.js → vue-lU0o_RlU.es.js} +35 -15
  14. package/dist/chunks/{vue-HIY1g7dm.cjs → vue-tQYF719J.cjs} +24 -4
  15. package/dist/chunks/{xml-js-BjqmFOSP.cjs → xml-js-BHJlXtfU.cjs} +13 -6
  16. package/dist/chunks/{xml-js-CfClL-1b.es.js → xml-js-DNISVjNF.es.js} +13 -6
  17. package/dist/composables/use-ai.d.ts +1 -3
  18. package/dist/composables/use-ai.d.ts.map +1 -1
  19. package/dist/core/SuperDoc.d.ts +5 -0
  20. package/dist/core/SuperDoc.d.ts.map +1 -1
  21. package/dist/helpers/floor.d.ts +2 -0
  22. package/dist/helpers/floor.d.ts.map +1 -0
  23. package/dist/stores/hrbr-fields-store.d.ts.map +1 -1
  24. package/dist/style.css +407 -291
  25. package/dist/super-editor/ai-writer.es.js +18 -33
  26. package/dist/super-editor/chunks/{converter-2R-ZXcMD.js → converter-BnCzxu5M.js} +1685 -1609
  27. package/dist/super-editor/chunks/{docx-zipper-D1Hg-x9a.js → docx-zipper-BPw_B6hI.js} +1 -1
  28. package/dist/super-editor/chunks/{editor-DYjOoB1N.js → editor-DD4MGOZb.js} +1788 -1251
  29. package/dist/super-editor/chunks/{toolbar-WyGfV3qj.js → toolbar-BCtZctWE.js} +33 -38
  30. package/dist/super-editor/components/cursor-helpers.d.ts +23 -0
  31. package/dist/super-editor/components/cursor-helpers.d.ts.map +1 -1
  32. package/dist/super-editor/components/slash-menu/constants.d.ts +64 -0
  33. package/dist/super-editor/components/slash-menu/constants.d.ts.map +1 -0
  34. package/dist/super-editor/components/slash-menu/menuItems.d.ts +35 -0
  35. package/dist/super-editor/components/slash-menu/menuItems.d.ts.map +1 -0
  36. package/dist/super-editor/components/slash-menu/utils.d.ts +10 -0
  37. package/dist/super-editor/components/slash-menu/utils.d.ts.map +1 -0
  38. package/dist/super-editor/components/toolbar/defaultItems.d.ts.map +1 -1
  39. package/dist/super-editor/components/toolbar/super-toolbar.d.ts.map +1 -1
  40. package/dist/super-editor/components/toolbar/toolbarIcons.d.ts +3 -12
  41. package/dist/super-editor/components/toolbar/toolbarTexts.d.ts +0 -11
  42. package/dist/super-editor/converter.es.js +1 -1
  43. package/dist/super-editor/core/Editor.d.ts +12 -4
  44. package/dist/super-editor/core/Editor.d.ts.map +1 -1
  45. package/dist/super-editor/core/InputRule.d.ts.map +1 -1
  46. package/dist/super-editor/core/commands/decreaseListIndent.d.ts.map +1 -1
  47. package/dist/super-editor/core/commands/deleteListItem.d.ts.map +1 -1
  48. package/dist/super-editor/core/commands/deleteSelection.d.ts +2 -0
  49. package/dist/super-editor/core/commands/deleteSelection.d.ts.map +1 -1
  50. package/dist/super-editor/core/commands/increaseListIndent.d.ts.map +1 -1
  51. package/dist/super-editor/core/commands/joinBackward.d.ts.map +1 -1
  52. package/dist/super-editor/core/commands/joinForward.d.ts.map +1 -1
  53. package/dist/super-editor/core/commands/splitListItem.d.ts.map +1 -1
  54. package/dist/super-editor/core/commands/toggleList.d.ts +5 -1
  55. package/dist/super-editor/core/commands/toggleList.d.ts.map +1 -1
  56. package/dist/super-editor/core/extensions/keymap.d.ts.map +1 -1
  57. package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +6 -5
  58. package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  59. package/dist/super-editor/core/super-converter/SuperConverter.d.ts.map +1 -1
  60. package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
  61. package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts +1 -1
  62. package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts.map +1 -1
  63. package/dist/super-editor/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -1
  64. package/dist/super-editor/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  65. package/dist/super-editor/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -1
  66. package/dist/super-editor/core/utilities/clipboardUtils.d.ts +27 -0
  67. package/dist/super-editor/core/utilities/clipboardUtils.d.ts.map +1 -0
  68. package/dist/super-editor/core/utilities/index.d.ts +1 -0
  69. package/dist/super-editor/docx-zipper.es.js +2 -2
  70. package/dist/super-editor/editor.es.js +3 -3
  71. package/dist/super-editor/extensions/ai/ai-plugin.d.ts.map +1 -1
  72. package/dist/super-editor/extensions/bullet-list/bullet-list.d.ts.map +1 -1
  73. package/dist/super-editor/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
  74. package/dist/super-editor/extensions/index.d.ts.map +1 -1
  75. package/dist/super-editor/extensions/list-item/list-item.d.ts.map +1 -1
  76. package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts +0 -3
  77. package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
  78. package/dist/super-editor/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -1
  79. package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
  80. package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
  81. package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
  82. package/dist/super-editor/extensions/slash-menu/index.d.ts +2 -0
  83. package/dist/super-editor/extensions/slash-menu/index.d.ts.map +1 -0
  84. package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts +4 -0
  85. package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts.map +1 -0
  86. package/dist/super-editor/extensions/table/table.d.ts.map +1 -1
  87. package/dist/super-editor/file-zipper.es.js +1 -1
  88. package/dist/super-editor/index.d.ts +1 -1
  89. package/dist/super-editor/index.d.ts.map +1 -1
  90. package/dist/super-editor/style.css +368 -261
  91. package/dist/super-editor/super-editor.es.js +1202 -608
  92. package/dist/super-editor/toolbar.es.js +2 -2
  93. package/dist/super-editor.cjs +3 -2
  94. package/dist/super-editor.es.js +15 -14
  95. package/dist/superdoc.cjs +89 -76
  96. package/dist/superdoc.es.js +141 -128
  97. package/dist/superdoc.umd.js +3716 -2509
  98. package/dist/superdoc.umd.js.map +1 -1
  99. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"annotationImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/annotationImporter.js"],"names":[],"mappings":"AAGA;;GAEG;AACH,uCAgEE;AAOK,mEA2CN;AAED;;GAEG;AACH,8CAGE"}
1
+ {"version":3,"file":"annotationImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/annotationImporter.js"],"names":[],"mappings":"AAGA;;GAEG;AACH,uCAuEE;AAOK,yDA2CN;AAoCD;;GAEG;AACH,8CAGE"}
@@ -1 +1 @@
1
- {"version":3,"file":"hyperlinkImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/hyperlinkImporter.js"],"names":[],"mappings":"AAAA;;GAEG;AACH,sCAiDE;AAEF;;GAEG;AACH,6CAGE"}
1
+ {"version":3,"file":"hyperlinkImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/hyperlinkImporter.js"],"names":[],"mappings":"AAAA;;GAEG;AACH,sCAsDE;AAEF;;GAEG;AACH,6CAGE"}
@@ -1 +1 @@
1
- {"version":3,"file":"listImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/listImporter.js"],"names":[],"mappings":"AAkMA;;;;;GAKG;AACH,kCAHW,OAAO,cACL,OAAO,CAgCnB;AAMD;;;;;;GAMG;AACH,gDAJW,MAAM,kBAahB;AAED;;;;;;;;;;;GAWG;AACH,+EAFa,MAAM,GAAC,IAAI,CAwBvB;AAmLD;;;;GAIG;AACH,8CAHW,MAAM,GACJ,MAAM,CAWlB;AAED;;;;;;;GAOG;AACH,6DAJW,GAAG,QACH,UAAU;;;;;;;;;;;;;;;;;;;;;;;;EAiDpB;AAED,kEAEC;AAED,qDAUC;AAED,yDAmBC;AAtjBD;;GAEG;AACH,iCAqBE;AAEF;;GAEG;AACH,oCAGE;AA0UK,kEA+BN;AAEM,sGAWN;AASM,iDALI,MAAM,SACN,MAAM,iCA8ChB"}
1
+ {"version":3,"file":"listImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/listImporter.js"],"names":[],"mappings":"AAkMA;;;;;GAKG;AACH,kCAHW,OAAO,cACL,OAAO,CAgCnB;AAMD;;;;;;GAMG;AACH,gDAJW,MAAM,kBAahB;AAED;;;;;;;;;;;GAWG;AACH,+EAFa,MAAM,GAAC,IAAI,CAwBvB;AAoLD;;;;GAIG;AACH,8CAHW,MAAM,GACJ,MAAM,CAWlB;AAED;;;;;;;GAOG;AACH,6DAJW,GAAG,QACH,UAAU;;;;;;;;;;;;;;;;;;;;;;;;EAiDpB;AAED,kEAEC;AAED,qDAUC;AAED,yDAmBC;AAvjBD;;GAEG;AACH,iCAqBE;AAEF;;GAEG;AACH,oCAGE;AA0UK,kEAgCN;AAEM,sGAWN;AASM,iDALI,MAAM,SACN,MAAM,iCA8ChB"}
@@ -1 +1 @@
1
- {"version":3,"file":"paragraphNodeImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/paragraphNodeImporter.js"],"names":[],"mappings":"AAwSA;;;GAGG;AACH,0DAHW,MAAM,QACN,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;EAuGpB;AAED;;;;;;GAMG;AACH,kDAHW,OAAO,EAAE,SA4CnB;AA5bD;;;;;;;GAOG;AACH,sCAwIE;AAEK;;;;;;EAwCN;AAEM;;;;;EA6CN;AAgDD;;GAEG;AACH,6CAGE"}
1
+ {"version":3,"file":"paragraphNodeImporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/v2/importer/paragraphNodeImporter.js"],"names":[],"mappings":"AAuSA;;;GAGG;AACH,0DAHW,MAAM,QACN,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;EAuGpB;AAED;;;;;;GAMG;AACH,kDAHW,OAAO,EAAE,SA4CnB;AA5bD;;;;;;;GAOG;AACH,sCAwIE;AAEK;;;;;;EAwCN;AAEM;;;;;EA6CN;AAgDD;;GAEG;AACH,6CAGE"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Serializes the current selection in the editor state to HTML and plain text for clipboard use.
3
+ * @param {EditorState} state - The ProseMirror editor state containing the current selection.
4
+ * @returns {{ htmlString: string, text: string }} An object with the HTML string and plain text of the selection.
5
+ */
6
+ export function serializeSelectionToClipboard(state: EditorState): {
7
+ htmlString: string;
8
+ text: string;
9
+ };
10
+ /**
11
+ * Writes HTML and plain text data to the system clipboard.
12
+ * Uses the Clipboard API if available, otherwise falls back to plain text.
13
+ * @param {{ htmlString: string, text: string }} param0 - The HTML and plain text to write to the clipboard.
14
+ * @returns {Promise<void>} A promise that resolves when the clipboard write is complete.
15
+ */
16
+ export function writeToClipboard({ htmlString, text }: {
17
+ htmlString: string;
18
+ text: string;
19
+ }): Promise<void>;
20
+ /**
21
+ * Reads content from the system clipboard and parses it into a ProseMirror fragment.
22
+ * Attempts to read HTML first, falling back to plain text if necessary.
23
+ * @param {EditorState} state - The ProseMirror editor state, used for schema and parsing.
24
+ * @returns {Promise<ProseMirrorNode|null>} A promise that resolves to a ProseMirror fragment or text node, or null if reading fails.
25
+ */
26
+ export function readFromClipboard(state: EditorState): Promise<ProseMirrorNode | null>;
27
+ //# sourceMappingURL=clipboardUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clipboardUtils.d.ts","sourceRoot":"","sources":["../../../src/core/utilities/clipboardUtils.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,qDAHW,WAAW,GACT;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAYhD;AAED;;;;;GAKG;AACH,uDAHW;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAClC,OAAO,CAAC,IAAI,CAAC,CAgBzB;AAED;;;;;GAKG;AACH,yCAHW,WAAW,GACT,OAAO,CAAC,eAAe,GAAC,IAAI,CAAC,CAsCzC"}
@@ -7,4 +7,5 @@ export * from "./objectIncludes.js";
7
7
  export * from "./deleteProps.js";
8
8
  export * from "./parseSizeUnit.js";
9
9
  export * from "./minMax.js";
10
+ export * from "./clipboardUtils.js";
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-2R-ZXcMD.js";
2
- import { D } from "./chunks/docx-zipper-D1Hg-x9a.js";
1
+ import "./chunks/converter-BnCzxu5M.js";
2
+ import { D } from "./chunks/docx-zipper-BPw_B6hI.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-DYjOoB1N.js";
2
- import "./chunks/converter-2R-ZXcMD.js";
3
- import "./chunks/docx-zipper-D1Hg-x9a.js";
1
+ import { E } from "./chunks/editor-DD4MGOZb.js";
2
+ import "./chunks/converter-BnCzxu5M.js";
3
+ import "./chunks/docx-zipper-BPw_B6hI.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ai-plugin.d.ts","sourceRoot":"","sources":["../../../src/extensions/ai/ai-plugin.js"],"names":[],"mappings":"AAKA,yCAA+C;AAE/C,2BA+KG;0BAtL+B,mBAAmB"}
1
+ {"version":3,"file":"ai-plugin.d.ts","sourceRoot":"","sources":["../../../src/extensions/ai/ai-plugin.js"],"names":[],"mappings":"AAKA,yCAA+C;AAE/C,2BA2LG;0BAlM+B,mBAAmB"}
@@ -1 +1 @@
1
- {"version":3,"file":"bullet-list.d.ts","sourceRoot":"","sources":["../../../src/extensions/bullet-list/bullet-list.js"],"names":[],"mappings":"AASA,6BAqFG"}
1
+ {"version":3,"file":"bullet-list.d.ts","sourceRoot":"","sources":["../../../src/extensions/bullet-list/bullet-list.js"],"names":[],"mappings":"AASA,6BAsFG"}
@@ -1 +1 @@
1
- {"version":3,"file":"findRemovedFieldAnnotations.d.ts","sourceRoot":"","sources":["../../../../src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.js"],"names":[],"mappings":"AAEA,4DA+BC"}
1
+ {"version":3,"file":"findRemovedFieldAnnotations.d.ts","sourceRoot":"","sources":["../../../../src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.js"],"names":[],"mappings":"AAEA,4DAkCC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/extensions/index.js"],"names":[],"mappings":"wBACwB,oBAAoB;wBAsBpB,oBAAoB;yBAPnB,qBAAqB;qBACzB,iBAAiB;wBACd,qBAAqB;2BAClB,wBAAwB;4BACvB,yBAAyB;yBAC5B,sBAAsB;0BACrB,sBAAsB;kCAEqB,oBAAoB;gCAApB,oBAAoB;iCAApB,oBAAoB;wBACjE,gBAAgB;0BACH,uBAAuB;0BAAvB,uBAAuB;qBAiBvC,iBAAiB;uBACf,mBAAmB;0BAChB,sBAAsB;0BACtB,sBAAsB;uBACzB,mBAAmB;sBA7CpB,kBAAkB;2BACb,wBAAwB;yBAC1B,sBAAsB;0BACrB,uBAAuB;2BACtB,wBAAwB;0BAoCzB,4BAA4B;2BAnC3B,wBAAwB;+BACpB,4BAA4B;+BA6C5B,oBAAoB;0BA3CzB,sBAAsB;sBAiB1B,kBAAkB;yBAEf,sBAAsB;0BACrB,uBAAuB;4BAFrB,yBAAyB;4BA0BzB,wBAAwB;2BA7CzB,uBAAuB;gCAsBM,6BAA6B;uCAA7B,6BAA6B;sBAC/D,kBAAkB;8BACV,sBAAsB;8BAsBtB,2BAA2B;wBArBjC,oBAAoB;8BAvBd,0BAA0B;oCACpB,iCAAiC;6BA4CxC,0BAA0B;4BAPD,0BAA0B;4BAA1B,0BAA0B;4BAA1B,0BAA0B;6BACnD,oBAAoB;oCAab,0BAA0B;AA4C9D,8CAgEC;AA1GD,+CAwCC;uBA5F+D,eAAe;gCAAf,eAAe;6BAAf,eAAe;yBAAf,eAAe;uBA8CxD,mBAAmB;kCApBR,+BAA+B;4BAqBrC,wBAAwB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/extensions/index.js"],"names":[],"mappings":"wBACwB,oBAAoB;wBAuBpB,oBAAoB;yBAPnB,qBAAqB;qBACzB,iBAAiB;wBACd,qBAAqB;2BAClB,wBAAwB;4BACvB,yBAAyB;yBAC5B,sBAAsB;0BACrB,sBAAsB;kCAEqB,oBAAoB;gCAApB,oBAAoB;iCAApB,oBAAoB;wBACjE,gBAAgB;0BACH,uBAAuB;0BAAvB,uBAAuB;qBAiBvC,iBAAiB;uBACf,mBAAmB;0BAChB,sBAAsB;0BACtB,sBAAsB;uBACzB,mBAAmB;sBA9CpB,kBAAkB;2BACb,wBAAwB;yBAC1B,sBAAsB;0BACrB,uBAAuB;2BACtB,wBAAwB;0BAqCzB,4BAA4B;2BApC3B,wBAAwB;+BACpB,4BAA4B;+BA8C5B,oBAAoB;0BA5CzB,sBAAsB;sBAkB1B,kBAAkB;yBAEf,sBAAsB;0BACrB,uBAAuB;4BAFrB,yBAAyB;4BA0BzB,wBAAwB;2BA9CzB,uBAAuB;gCAuBM,6BAA6B;uCAA7B,6BAA6B;sBAC/D,kBAAkB;8BACV,sBAAsB;8BAsBtB,2BAA2B;wBArBjC,oBAAoB;8BAxBd,0BAA0B;oCACpB,iCAAiC;6BA6CxC,0BAA0B;4BAPD,0BAA0B;4BAA1B,0BAA0B;4BAA1B,0BAA0B;6BACnD,oBAAoB;oCAab,0BAA0B;AA4C9D,8CAiEC;AA3GD,+CAwCC;uBA7F+D,eAAe;gCAAf,eAAe;6BAAf,eAAe;yBAAf,eAAe;uBA+CxD,mBAAmB;kCApBR,+BAA+B;4BAqBrC,wBAAwB"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../src/extensions/list-item/list-item.js"],"names":[],"mappings":"AAKA,2BAuPG"}
1
+ {"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../src/extensions/list-item/list-item.js"],"names":[],"mappings":"AAKA,2BAkPG"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Plugin key for the resize plugin
3
- */
4
1
  export const NodeResizerKey: PluginKey<any>;
5
2
  export const NodeResizer: any;
6
3
  import { PluginKey } from 'prosemirror-state';
@@ -1 +1 @@
1
- {"version":3,"file":"noderesizer.d.ts","sourceRoot":"","sources":["../../../src/extensions/noderesizer/noderesizer.js"],"names":[],"mappings":"AAIA;;GAEG;AACH,4CAA4D;AA+S5D,8BASG;0BA/T+B,mBAAmB"}
1
+ {"version":3,"file":"noderesizer.d.ts","sourceRoot":"","sources":["../../../src/extensions/noderesizer/noderesizer.js"],"names":[],"mappings":"AAIA,4CAA4D;AA4U5D,8BASG;0BAzV+B,mBAAmB"}
@@ -1 +1 @@
1
- {"version":3,"file":"orderedListSyncPlugin.d.ts","sourceRoot":"","sources":["../../../../src/extensions/ordered-list/helpers/orderedListSyncPlugin.js"],"names":[],"mappings":"AAOA,0DAoFC;AAED,mCAEC;AA3FD,sDAAyE;uBAJvC,mBAAmB;0BAAnB,mBAAmB"}
1
+ {"version":3,"file":"orderedListSyncPlugin.d.ts","sourceRoot":"","sources":["../../../../src/extensions/ordered-list/helpers/orderedListSyncPlugin.js"],"names":[],"mappings":"AAMA,0DAwGC;AAED,mCAEC;AA9GD,sDAAyE;uBAJvC,mBAAmB;0BAAnB,mBAAmB"}
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-helpers.d.ts","sourceRoot":"","sources":["../../../src/extensions/pagination/pagination-helpers.js"],"names":[],"mappings":"AAKA,iDAAqE;AAQ9D,2CAHI,WAAW,OAuCrB;AA8BM;;;;;;;;;QAwEN;AAEM,6EAeN;AAEM;;;;;SAsBN;AAEM;;;8DAmBN;0BArNyB,mBAAmB"}
1
+ {"version":3,"file":"pagination-helpers.d.ts","sourceRoot":"","sources":["../../../src/extensions/pagination/pagination-helpers.js"],"names":[],"mappings":"AAKA,iDAAqE;AAQ9D,2CAHI,WAAW,OAuCrB;AA8BM;;;;;;;;;QA0EN;AAEM,6EAeN;AAEM;;;;;SAsBN;AAEM;;;8DAmBN;0BAvNyB,mBAAmB"}
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/extensions/pagination/pagination.js"],"names":[],"mappings":"AAkBA,6BAgKG"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/extensions/pagination/pagination.js"],"names":[],"mappings":"AAkBA,6BAgMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AAMA,4BAwJG"}
1
+ {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AAMA,4BAyJG"}
@@ -0,0 +1,2 @@
1
+ export * from "./slash-menu.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/extensions/slash-menu/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export const SlashMenuPluginKey: PluginKey<any>;
2
+ export const SlashMenu: any;
3
+ import { PluginKey } from 'prosemirror-state';
4
+ //# sourceMappingURL=slash-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slash-menu.d.ts","sourceRoot":"","sources":["../../../src/extensions/slash-menu/slash-menu.js"],"names":[],"mappings":"AA6BA,gDAA6D;AAE7D,4BAoKG;0BAnM+B,mBAAmB"}
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/extensions/table/table.js"],"names":[],"mappings":"AAsCA,wBA8aG"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/extensions/table/table.js"],"names":[],"mappings":"AAuCA,wBAojBG"}
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-D1Hg-x9a.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-BPw_B6hI.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -21,5 +21,5 @@ export namespace Extensions {
21
21
  import { TrackChangesBasePluginKey } from './extensions/track-changes/plugins/index.js';
22
22
  import { CommentsPluginKey } from './extensions/comment/comments-plugin.js';
23
23
  import { Plugin } from 'prosemirror-state';
24
- export { SuperConverter, DocxZipper, SuperToolbar, Editor, SuperEditor, SuperInput, BasicUpload, Toolbar, AIWriter, helpers, fieldAnnotationHelpers, trackChangesHelpers, AnnotatorHelpers, getMarksFromSelection, getActiveFormatting, getStarterExtensions, getRichTextExtensions, createZip, getAllowedImageDimensions, TrackChangesBasePluginKey, CommentsPluginKey };
24
+ export { SuperConverter, DocxZipper, SuperToolbar, Editor, SuperEditor, SuperInput, BasicUpload, Toolbar, AIWriter, SlashMenu, helpers, fieldAnnotationHelpers, trackChangesHelpers, AnnotatorHelpers, getMarksFromSelection, getActiveFormatting, getStarterExtensions, getRichTextExtensions, createZip, getAllowedImageDimensions, TrackChangesBasePluginKey, CommentsPluginKey };
25
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"+BAC+B,uCAAuC;2BAKlC,iBAAiB;6BADxB,uCAAuC;uBAE7C,kBAAkB;wBADL,iBAAiB;wCAcb,+DAA+D;qCAClE,yDAAyD;sCAnBxD,yCAAyC;oCAC3C,uCAAuC;qCACf,uBAAuB;sCAAvB,uBAAuB;0BAIzD,kCAAkC;0CAClB,yDAAyD;;;;;;;;0CAazD,6CAA6C;kCACrD,yCAAyC;uBAXpD,mBAAmB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"+BAC+B,uCAAuC;2BAKlC,iBAAiB;6BADxB,uCAAuC;uBAE7C,kBAAkB;wBADL,iBAAiB;wCAeb,+DAA+D;qCAClE,yDAAyD;sCApBxD,yCAAyC;oCAC3C,uCAAuC;qCACf,uBAAuB;sCAAvB,uBAAuB;0BAIzD,kCAAkC;0CAClB,yDAAyD;;;;;;;;0CAczD,6CAA6C;kCACrD,yCAAyC;uBAZpD,mBAAmB"}