@maketribe/ms-app 3.2.22 → 3.2.23

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 (317) hide show
  1. package/dist/cjs/components/basic/doc-editor/editor.vue.js +25 -49
  2. package/dist/cjs/components/basic/doc-editor/editor.vue.js.map +1 -1
  3. package/dist/cjs/components/basic/doc-editor/plugins/AutoLinkPlugin.vue.js +2 -25
  4. package/dist/cjs/components/basic/doc-editor/plugins/AutoLinkPlugin.vue.js.map +1 -1
  5. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/DocHtmlBlockComponent.js +41 -61
  6. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/DocHtmlBlockComponent.js.map +1 -1
  7. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue.js +64 -0
  8. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue.js.map +1 -0
  9. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue2.js +4 -0
  10. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue2.js.map +1 -0
  11. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlEditDialog.js +49 -0
  12. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlEditDialog.js.map +1 -0
  13. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.js +49 -73
  14. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.js.map +1 -1
  15. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.vue.js +13 -23
  16. package/dist/cjs/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.vue.js.map +1 -1
  17. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/DocImageComponent.js +4 -27
  18. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/DocImageComponent.js.map +1 -1
  19. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/ImageEditPanel.js +0 -1
  20. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/ImageEditPanel.js.map +1 -1
  21. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/ImageTools.vue.js +2 -23
  22. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/ImageTools.vue.js.map +1 -1
  23. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/index.js +5 -24
  24. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/index.js.map +1 -1
  25. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/index.vue.js +2 -22
  26. package/dist/cjs/components/basic/doc-editor/plugins/ImagePlugin/index.vue.js.map +1 -1
  27. package/dist/cjs/components/basic/doc-editor/plugins/ImageTextPlugin/index.vue.js +2 -23
  28. package/dist/cjs/components/basic/doc-editor/plugins/ImageTextPlugin/index.vue.js.map +1 -1
  29. package/dist/cjs/components/basic/doc-editor/{lexical-vue/components/LexicalContentEditable.vue.js → plugins/RichTextPlugin/ContentEditable.vue.js} +5 -18
  30. package/dist/{esm/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue.js.map → cjs/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue.js.map} +1 -1
  31. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue2.js +4 -0
  32. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue2.js.map +1 -0
  33. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/DecoratedTeleports.js +13 -0
  34. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/DecoratedTeleports.js.map +1 -0
  35. package/dist/cjs/components/basic/doc-editor/{lexical-vue/components/LexicalRichTextPlugin.vue.js → plugins/RichTextPlugin/index.vue.js} +20 -26
  36. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/index.vue.js.map +1 -0
  37. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/nodes/RichTextNode.js +153 -0
  38. package/dist/cjs/components/basic/doc-editor/plugins/RichTextPlugin/nodes/RichTextNode.js.map +1 -0
  39. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/ContentStyleTool.vue.js +2 -22
  40. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/ContentStyleTool.vue.js.map +1 -1
  41. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/FontStyleTool.vue.js +2 -23
  42. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/FontStyleTool.vue.js.map +1 -1
  43. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/InlineToolsPlugin.vue.js +2 -24
  44. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/InlineToolsPlugin.vue.js.map +1 -1
  45. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolbar.vue.js +16 -26
  46. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolbar.vue.js.map +1 -1
  47. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/index.vue.js +10 -24
  48. package/dist/cjs/components/basic/doc-editor/plugins/ToolbarPlugin/index.vue.js.map +1 -1
  49. package/dist/cjs/components/basic/doc-editor/plugins/nodes.js +12 -7
  50. package/dist/cjs/components/basic/doc-editor/plugins/nodes.js.map +1 -1
  51. package/dist/cjs/components/basic/doc-editor/themes/doc-editor.css.js +1 -1
  52. package/dist/cjs/components/basic/doc-editor/themes/doc-editor.css.js.map +1 -1
  53. package/dist/cjs/components/basic/doc-editor/themes/doc-theme.css.js +4 -8
  54. package/dist/cjs/components/basic/doc-editor/themes/doc-theme.css.js.map +1 -1
  55. package/dist/cjs/components/data-model/data-filter-form/components/condition-date/condition-date-options.js +1 -1
  56. package/dist/cjs/components/data-model/data-filter-form/components/condition-date/condition-date-options.js.map +1 -1
  57. package/dist/cjs/modules/cms/dataviews/cms-articles/CmsArticlesTable.js +3 -3
  58. package/dist/cjs/modules/cms/dataviews/cms-articles/CmsArticlesTable.js.map +1 -1
  59. package/dist/cjs/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js +2 -2
  60. package/dist/cjs/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js.map +1 -1
  61. package/dist/cjs/modules/ms/dataviews/ms-material/ms-material-group/MsMaterialGroupForm.js +4 -0
  62. package/dist/cjs/modules/ms/dataviews/ms-material/ms-material-group/MsMaterialGroupForm.js.map +1 -1
  63. package/dist/cjs/modules/ms/dataviews/ms-member/MsMemberTable.js +1 -1
  64. package/dist/cjs/modules/ms/dataviews/ms-member/MsMemberTable.js.map +1 -1
  65. package/dist/esm/components/basic/doc-editor/editor.vue.js +27 -51
  66. package/dist/esm/components/basic/doc-editor/editor.vue.js.map +1 -1
  67. package/dist/esm/components/basic/doc-editor/plugins/AutoLinkPlugin.vue.js +2 -25
  68. package/dist/esm/components/basic/doc-editor/plugins/AutoLinkPlugin.vue.js.map +1 -1
  69. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/DocHtmlBlockComponent.js +40 -60
  70. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/DocHtmlBlockComponent.js.map +1 -1
  71. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue.js +65 -0
  72. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue.js.map +1 -0
  73. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue2.js +5 -0
  74. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlBlockTools.vue2.js.map +1 -0
  75. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlEditDialog.js +49 -0
  76. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlEditDialog.js.map +1 -0
  77. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.js +51 -75
  78. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.js.map +1 -1
  79. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.vue.js +12 -22
  80. package/dist/esm/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.vue.js.map +1 -1
  81. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/DocImageComponent.js +1 -24
  82. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/DocImageComponent.js.map +1 -1
  83. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/ImageEditPanel.js +0 -1
  84. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/ImageEditPanel.js.map +1 -1
  85. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/ImageTools.vue.js +1 -22
  86. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/ImageTools.vue.js.map +1 -1
  87. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/index.js +4 -23
  88. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/index.js.map +1 -1
  89. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/index.vue.js +1 -21
  90. package/dist/esm/components/basic/doc-editor/plugins/ImagePlugin/index.vue.js.map +1 -1
  91. package/dist/esm/components/basic/doc-editor/plugins/ImageTextPlugin/index.vue.js +1 -22
  92. package/dist/esm/components/basic/doc-editor/plugins/ImageTextPlugin/index.vue.js.map +1 -1
  93. package/dist/esm/components/basic/doc-editor/{lexical-vue/components/LexicalContentEditable.vue.js → plugins/RichTextPlugin/ContentEditable.vue.js} +3 -16
  94. package/dist/{cjs/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue.js.map → esm/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue.js.map} +1 -1
  95. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue2.js +5 -0
  96. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/ContentEditable.vue2.js.map +1 -0
  97. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/DecoratedTeleports.js +14 -0
  98. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/DecoratedTeleports.js.map +1 -0
  99. package/dist/esm/components/basic/doc-editor/{lexical-vue/components/LexicalRichTextPlugin.vue.js → plugins/RichTextPlugin/index.vue.js} +18 -24
  100. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/index.vue.js.map +1 -0
  101. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/nodes/RichTextNode.js +153 -0
  102. package/dist/esm/components/basic/doc-editor/plugins/RichTextPlugin/nodes/RichTextNode.js.map +1 -0
  103. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/ContentStyleTool.vue.js +1 -21
  104. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/ContentStyleTool.vue.js.map +1 -1
  105. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/FontStyleTool.vue.js +1 -22
  106. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/FontStyleTool.vue.js.map +1 -1
  107. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/InlineToolsPlugin.vue.js +1 -23
  108. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/InlineToolsPlugin.vue.js.map +1 -1
  109. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolbar.vue.js +15 -25
  110. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolbar.vue.js.map +1 -1
  111. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/index.vue.js +9 -23
  112. package/dist/esm/components/basic/doc-editor/plugins/ToolbarPlugin/index.vue.js.map +1 -1
  113. package/dist/esm/components/basic/doc-editor/plugins/nodes.js +13 -8
  114. package/dist/esm/components/basic/doc-editor/plugins/nodes.js.map +1 -1
  115. package/dist/esm/components/basic/doc-editor/themes/doc-editor.css.js +1 -1
  116. package/dist/esm/components/basic/doc-editor/themes/doc-editor.css.js.map +1 -1
  117. package/dist/esm/components/basic/doc-editor/themes/doc-theme.css.js +4 -8
  118. package/dist/esm/components/basic/doc-editor/themes/doc-theme.css.js.map +1 -1
  119. package/dist/esm/components/data-model/data-filter-form/components/condition-date/condition-date-options.js +1 -1
  120. package/dist/esm/components/data-model/data-filter-form/components/condition-date/condition-date-options.js.map +1 -1
  121. package/dist/esm/modules/cms/dataviews/cms-articles/CmsArticlesTable.js +3 -3
  122. package/dist/esm/modules/cms/dataviews/cms-articles/CmsArticlesTable.js.map +1 -1
  123. package/dist/esm/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js +2 -2
  124. package/dist/esm/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js.map +1 -1
  125. package/dist/esm/modules/ms/dataviews/ms-material/ms-material-group/MsMaterialGroupForm.js +4 -0
  126. package/dist/esm/modules/ms/dataviews/ms-material/ms-material-group/MsMaterialGroupForm.js.map +1 -1
  127. package/dist/esm/modules/ms/dataviews/ms-member/MsMemberTable.js +1 -1
  128. package/dist/esm/modules/ms/dataviews/ms-member/MsMemberTable.js.map +1 -1
  129. package/dist/types/components/basic/doc-editor/plugins/HtmlBlockPlugin/DocHtmlBlockComponent.d.ts +6 -3
  130. package/dist/types/components/basic/doc-editor/plugins/HtmlBlockPlugin/HtmlEditDialog.d.ts +6 -0
  131. package/dist/types/components/basic/doc-editor/plugins/HtmlBlockPlugin/index.d.ts +18 -19
  132. package/dist/types/components/basic/doc-editor/plugins/ImagePlugin/index.d.ts +2 -1
  133. package/dist/types/components/basic/doc-editor/{lexical-vue/components/LexicalRichTextPlugin.vue.d.ts → plugins/RichTextPlugin/index.vue.d.ts} +12 -11
  134. package/dist/types/components/basic/doc-editor/plugins/RichTextPlugin/nodes/RichTextNode.d.ts +12 -0
  135. package/dist/types/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolbar.vue.d.ts +22 -1
  136. package/dist/types/components/basic/doc-editor/plugins/ToolbarPlugin/index.vue.d.ts +22 -1
  137. package/dist/types/components/basic/doc-editor/plugins/VideoPlugin/VideoNode.d.ts +2 -2
  138. package/dist/types/components/basic/doc-editor/plugins/index.d.ts +9 -0
  139. package/dist/types/components/basic/doc-editor/plugins/nodes.d.ts +1 -1
  140. package/dist/types/components/data-model/data-filter-form/components/condition-date/condition-date-options.d.ts +1 -1
  141. package/dist/types/components/data-model/data-filter-form/components/condition-date/condition-date.d.ts +2 -2
  142. package/dist/types/components/data-model/data-filter-form/components/condition-date/index.d.ts +2 -2
  143. package/dist/types/components/data-model/data-table/views/table/index.d.ts +1 -1
  144. package/dist/types/components/data-model/data-table/views/table/table.d.ts +1 -1
  145. package/dist/types/components/data-model/data-table/views/tree/index.d.ts +1 -1
  146. package/dist/types/components/data-model/data-table/views/tree/tree.d.ts +1 -1
  147. package/dist/types/modules/ms/components/material-list/material-item.vue.d.ts +1 -1
  148. package/dist/types/modules/ms/dataviews/ms-material/ms-material-group/MsMaterialGroupForm.d.ts +1 -0
  149. package/package.json +25 -25
  150. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/shared.js +0 -5
  151. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/shared.js.map +0 -1
  152. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue.js +0 -4
  153. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue.js.map +0 -1
  154. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue2.js +0 -39
  155. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue2.js.map +0 -1
  156. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/shared.js +0 -176
  157. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/shared.js.map +0 -1
  158. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue.js +0 -4
  159. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue.js.map +0 -1
  160. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue2.js +0 -108
  161. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue2.js.map +0 -1
  162. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue.js +0 -74
  163. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue.js.map +0 -1
  164. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue2.js +0 -4
  165. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue2.js.map +0 -1
  166. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue2.js +0 -4
  167. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue2.js.map +0 -1
  168. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalDecoratedTeleports.js +0 -26
  169. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalDecoratedTeleports.js.map +0 -1
  170. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalDecoratorBlockNode.js +0 -36
  171. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalDecoratorBlockNode.js.map +0 -1
  172. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue.js +0 -31
  173. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue.js.map +0 -1
  174. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue2.js +0 -4
  175. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue2.js.map +0 -1
  176. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalMenu/shared.js +0 -16
  177. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalMenu/shared.js.map +0 -1
  178. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue.js.map +0 -1
  179. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue2.js +0 -4
  180. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue2.js.map +0 -1
  181. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/shared.js +0 -5
  182. package/dist/cjs/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/shared.js.map +0 -1
  183. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/inject.js +0 -5
  184. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/inject.js.map +0 -1
  185. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useCanShowPlaceholder.js +0 -31
  186. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useCanShowPlaceholder.js.map +0 -1
  187. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useCollaborationContext.js +0 -29
  188. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useCollaborationContext.js.map +0 -1
  189. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useDecorators.js +0 -31
  190. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useDecorators.js.map +0 -1
  191. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useHistory.js +0 -15
  192. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useHistory.js.map +0 -1
  193. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useLexicalComposer.js +0 -17
  194. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useLexicalComposer.js.map +0 -1
  195. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useLexicalNodeSelection.js +0 -54
  196. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useLexicalNodeSelection.js.map +0 -1
  197. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useMounted.js +0 -14
  198. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useMounted.js.map +0 -1
  199. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useRichTextSetup.js +0 -16
  200. package/dist/cjs/components/basic/doc-editor/lexical-vue/composables/useRichTextSetup.js.map +0 -1
  201. package/dist/cjs/components/basic/doc-editor/plugins/index.vue.js +0 -23
  202. package/dist/cjs/components/basic/doc-editor/plugins/index.vue.js.map +0 -1
  203. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/shared.js +0 -4
  204. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/shared.js.map +0 -1
  205. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue.js +0 -5
  206. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue.js.map +0 -1
  207. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue2.js +0 -40
  208. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue2.js.map +0 -1
  209. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/shared.js +0 -176
  210. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/shared.js.map +0 -1
  211. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue.js +0 -5
  212. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue.js.map +0 -1
  213. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue2.js +0 -109
  214. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue2.js.map +0 -1
  215. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue.js +0 -75
  216. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue.js.map +0 -1
  217. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue2.js +0 -5
  218. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue2.js.map +0 -1
  219. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue2.js +0 -5
  220. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalContentEditable.vue2.js.map +0 -1
  221. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalDecoratedTeleports.js +0 -27
  222. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalDecoratedTeleports.js.map +0 -1
  223. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalDecoratorBlockNode.js +0 -36
  224. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalDecoratorBlockNode.js.map +0 -1
  225. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue.js +0 -32
  226. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue.js.map +0 -1
  227. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue2.js +0 -5
  228. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue2.js.map +0 -1
  229. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalMenu/shared.js +0 -15
  230. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalMenu/shared.js.map +0 -1
  231. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue.js.map +0 -1
  232. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue2.js +0 -5
  233. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalRichTextPlugin.vue2.js.map +0 -1
  234. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/shared.js +0 -4
  235. package/dist/esm/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/shared.js.map +0 -1
  236. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/inject.js +0 -5
  237. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/inject.js.map +0 -1
  238. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useCanShowPlaceholder.js +0 -31
  239. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useCanShowPlaceholder.js.map +0 -1
  240. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useCollaborationContext.js +0 -28
  241. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useCollaborationContext.js.map +0 -1
  242. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useDecorators.js +0 -31
  243. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useDecorators.js.map +0 -1
  244. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useHistory.js +0 -15
  245. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useHistory.js.map +0 -1
  246. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useLexicalComposer.js +0 -17
  247. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useLexicalComposer.js.map +0 -1
  248. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useLexicalNodeSelection.js +0 -54
  249. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useLexicalNodeSelection.js.map +0 -1
  250. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useMounted.js +0 -14
  251. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useMounted.js.map +0 -1
  252. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useRichTextSetup.js +0 -16
  253. package/dist/esm/components/basic/doc-editor/lexical-vue/composables/useRichTextSetup.js.map +0 -1
  254. package/dist/esm/components/basic/doc-editor/plugins/index.vue.js +0 -24
  255. package/dist/esm/components/basic/doc-editor/plugins/index.vue.js.map +0 -1
  256. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/index.vue.d.ts +0 -36
  257. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoEmbedPlugin/shared.d.ts +0 -21
  258. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoFocusPlugin.vue.d.ts +0 -15
  259. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/index.vue.d.ts +0 -26
  260. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoLinkPlugin/shared.d.ts +0 -14
  261. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalAutoScrollPlugin.vue.d.ts +0 -15
  262. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalBlockWithAlignableContents.vue.d.ts +0 -31
  263. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalCharacterLimitPlugin.vue.d.ts +0 -29
  264. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalClearEditorPlugin.vue.d.ts +0 -6
  265. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalClickableLinkPlugin.vue.d.ts +0 -29
  266. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalCollaborationPlugin.vue.d.ts +0 -34
  267. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalComposer.vue.d.ts +0 -31
  268. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalContextMenuPlugin.vue.d.ts +0 -62
  269. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalDecoratorBlockNode.d.ts +0 -16
  270. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalHashtagPlugin.vue.d.ts +0 -2
  271. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalHistoryPlugin.vue.d.ts +0 -16
  272. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalLinkPlugin.vue.d.ts +0 -15
  273. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalListPlugin.vue.d.ts +0 -2
  274. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalMarkdownShortcutPlugin.vue.d.ts +0 -30
  275. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalMenu/index.vue.d.ts +0 -55
  276. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalMenu/shared.d.ts +0 -32
  277. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalNodeMenuPlugin.vue.d.ts +0 -61
  278. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalOnChangePlugin.vue.d.ts +0 -39
  279. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalPlainTextPlugin.vue.d.ts +0 -12
  280. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalTabIndentationPlugin.vue.d.ts +0 -2
  281. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalTablePlugin.vue.d.ts +0 -39
  282. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalTreeViewPlugin.vue.d.ts +0 -25
  283. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/index.vue.d.ts +0 -59
  284. package/dist/types/components/basic/doc-editor/lexical-vue/components/LexicalTypeaheadMenuPlugin/shared.d.ts +0 -21
  285. package/dist/types/components/basic/doc-editor/lexical-vue/components/index.d.ts +0 -32
  286. package/dist/types/components/basic/doc-editor/lexical-vue/composables/index.d.ts +0 -16
  287. package/dist/types/components/basic/doc-editor/lexical-vue/composables/inject.d.ts +0 -1
  288. package/dist/types/components/basic/doc-editor/lexical-vue/composables/listenerManager.d.ts +0 -1
  289. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useCanShowPlaceholder.d.ts +0 -2
  290. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useCharacterLimit.d.ts +0 -9
  291. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useCollaborationContext.d.ts +0 -1388
  292. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useDecorators.d.ts +0 -4
  293. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useEffect.d.ts +0 -5
  294. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useHistory.d.ts +0 -4
  295. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useLexicalCommandsLog.d.ts +0 -5
  296. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useLexicalComposer.d.ts +0 -6
  297. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useLexicalIsTextContentEmpty.d.ts +0 -2
  298. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useLexicalNodeSelection.d.ts +0 -7
  299. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useLexicalTextEntity.d.ts +0 -3
  300. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useList.d.ts +0 -2
  301. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useMounted.d.ts +0 -4
  302. package/dist/types/components/basic/doc-editor/lexical-vue/composables/usePlainTextSetup.d.ts +0 -2
  303. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useReactiveEditor.d.ts +0 -2
  304. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useRichTextSetup.d.ts +0 -2
  305. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useTableOfContents.d.ts +0 -8
  306. package/dist/types/components/basic/doc-editor/lexical-vue/composables/useYjsCollaboration.d.ts +0 -8
  307. package/dist/types/components/basic/doc-editor/lexical-vue/index.d.ts +0 -2
  308. package/dist/types/components/basic/doc-editor/lexical-vue/types.d.ts +0 -2
  309. package/dist/types/components/basic/doc-editor/plugins/ToolbarPlugin/PreviewToolba-back.vue.d.ts +0 -2
  310. package/dist/types/components/basic/doc-editor/plugins/index.vue.d.ts +0 -2
  311. /package/dist/cjs/components/basic/doc-editor/plugins/{index.vue2.js → RichTextPlugin/index.vue2.js} +0 -0
  312. /package/dist/cjs/components/basic/doc-editor/plugins/{index.vue2.js.map → RichTextPlugin/index.vue2.js.map} +0 -0
  313. /package/dist/esm/components/basic/doc-editor/plugins/{index.vue2.js → RichTextPlugin/index.vue2.js} +0 -0
  314. /package/dist/esm/components/basic/doc-editor/plugins/{index.vue2.js.map → RichTextPlugin/index.vue2.js.map} +0 -0
  315. /package/dist/types/components/basic/doc-editor/{lexical-vue/components/LexicalCheckListPlugin.vue.d.ts → plugins/HtmlBlockPlugin/HtmlBlockTools.vue.d.ts} +0 -0
  316. /package/dist/types/components/basic/doc-editor/{lexical-vue/components/LexicalContentEditable.vue.d.ts → plugins/RichTextPlugin/ContentEditable.vue.d.ts} +0 -0
  317. /package/dist/types/components/basic/doc-editor/{lexical-vue/components/LexicalDecoratedTeleports.d.ts → plugins/RichTextPlugin/DecoratedTeleports.d.ts} +0 -0
@@ -1,1388 +0,0 @@
1
- import type { Doc } from 'yjs';
2
- export interface CollaborationContextType {
3
- clientID: number;
4
- color: string;
5
- isCollabActive: boolean;
6
- name: string;
7
- yjsDocMap: Map<string, Doc>;
8
- }
9
- declare const _default: import("vue").Ref<{
10
- clientID: number;
11
- color: string;
12
- isCollabActive: boolean;
13
- name: string;
14
- yjsDocMap: Map<string, {
15
- gc: boolean;
16
- gcFilter: (arg0: import("yjs").Item) => boolean;
17
- clientID: number;
18
- guid: string;
19
- collectionid: string | null;
20
- share: Map<string, {
21
- _item: {
22
- origin: {
23
- client: number;
24
- clock: number;
25
- } | null;
26
- left: any | null;
27
- right: any | null;
28
- rightOrigin: {
29
- client: number;
30
- clock: number;
31
- } | null;
32
- parent: {
33
- client: number;
34
- clock: number;
35
- } | {
36
- _item: any | null;
37
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
38
- _start: any | null;
39
- doc: any | null;
40
- _length: number;
41
- _eH: {
42
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
43
- };
44
- _dEH: {
45
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
46
- };
47
- _searchMarker: {
48
- p: any;
49
- index: number;
50
- timestamp: number;
51
- }[] | null;
52
- readonly parent: any | null;
53
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
54
- _copy: () => import("yjs").AbstractType<any>;
55
- clone: () => import("yjs").AbstractType<any>;
56
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
57
- readonly _first: any | null;
58
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
59
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
60
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
61
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
62
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
63
- toJSON: () => any;
64
- } | null;
65
- parentSub: string | null;
66
- redone: {
67
- client: number;
68
- clock: number;
69
- } | null;
70
- content: {
71
- getLength: () => number;
72
- getContent: () => Array<any>;
73
- isCountable: () => boolean;
74
- copy: () => import("yjs/dist/src/internals").AbstractContent;
75
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
76
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
77
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
78
- delete: (_transaction: import("yjs").Transaction) => void;
79
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
80
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
81
- getRef: () => number;
82
- };
83
- info: number;
84
- marker: boolean;
85
- keep: boolean;
86
- readonly countable: boolean;
87
- deleted: boolean;
88
- markDeleted: () => void;
89
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
90
- readonly next: any | null;
91
- readonly prev: any | null;
92
- readonly lastId: {
93
- client: number;
94
- clock: number;
95
- };
96
- mergeWith: (right: import("yjs").Item) => boolean;
97
- delete: (transaction: import("yjs").Transaction) => void;
98
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
99
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
100
- id: {
101
- client: number;
102
- clock: number;
103
- };
104
- length: number;
105
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
106
- } | null;
107
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
108
- _start: {
109
- origin: {
110
- client: number;
111
- clock: number;
112
- } | null;
113
- left: any | null;
114
- right: any | null;
115
- rightOrigin: {
116
- client: number;
117
- clock: number;
118
- } | null;
119
- parent: {
120
- client: number;
121
- clock: number;
122
- } | {
123
- _item: any | null;
124
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
125
- _start: any | null;
126
- doc: any | null;
127
- _length: number;
128
- _eH: {
129
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
130
- };
131
- _dEH: {
132
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
133
- };
134
- _searchMarker: {
135
- p: any;
136
- index: number;
137
- timestamp: number;
138
- }[] | null;
139
- readonly parent: any | null;
140
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
141
- _copy: () => import("yjs").AbstractType<any>;
142
- clone: () => import("yjs").AbstractType<any>;
143
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
144
- readonly _first: any | null;
145
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
146
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
147
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
148
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
149
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
150
- toJSON: () => any;
151
- } | null;
152
- parentSub: string | null;
153
- redone: {
154
- client: number;
155
- clock: number;
156
- } | null;
157
- content: {
158
- getLength: () => number;
159
- getContent: () => Array<any>;
160
- isCountable: () => boolean;
161
- copy: () => import("yjs/dist/src/internals").AbstractContent;
162
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
163
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
164
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
165
- delete: (_transaction: import("yjs").Transaction) => void;
166
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
167
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
168
- getRef: () => number;
169
- };
170
- info: number;
171
- marker: boolean;
172
- keep: boolean;
173
- readonly countable: boolean;
174
- deleted: boolean;
175
- markDeleted: () => void;
176
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
177
- readonly next: any | null;
178
- readonly prev: any | null;
179
- readonly lastId: {
180
- client: number;
181
- clock: number;
182
- };
183
- mergeWith: (right: import("yjs").Item) => boolean;
184
- delete: (transaction: import("yjs").Transaction) => void;
185
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
186
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
187
- id: {
188
- client: number;
189
- clock: number;
190
- };
191
- length: number;
192
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
193
- } | null;
194
- doc: any | null;
195
- _length: number;
196
- _eH: {
197
- l: ((arg0: import("yjs").YEvent<any>, arg1: import("yjs").Transaction) => void)[];
198
- };
199
- _dEH: {
200
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
201
- };
202
- _searchMarker: {
203
- p: any;
204
- index: number;
205
- timestamp: number;
206
- }[] | null;
207
- readonly parent: {
208
- _item: any | null;
209
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
210
- _start: any | null;
211
- doc: any | null;
212
- _length: number;
213
- _eH: {
214
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
215
- };
216
- _dEH: {
217
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
218
- };
219
- _searchMarker: {
220
- p: any;
221
- index: number;
222
- timestamp: number;
223
- }[] | null;
224
- readonly parent: any | null;
225
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
226
- _copy: () => import("yjs").AbstractType<any>;
227
- clone: () => import("yjs").AbstractType<any>;
228
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
229
- readonly _first: any | null;
230
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
231
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
232
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
233
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
234
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
235
- toJSON: () => any;
236
- } | null;
237
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
238
- _copy: () => import("yjs").AbstractType<import("yjs").YEvent<any>>;
239
- clone: () => import("yjs").AbstractType<import("yjs").YEvent<any>>;
240
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
241
- readonly _first: {
242
- origin: {
243
- client: number;
244
- clock: number;
245
- } | null;
246
- left: any | null;
247
- right: any | null;
248
- rightOrigin: {
249
- client: number;
250
- clock: number;
251
- } | null;
252
- parent: {
253
- client: number;
254
- clock: number;
255
- } | {
256
- _item: any | null;
257
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
258
- _start: any | null;
259
- doc: any | null;
260
- _length: number;
261
- _eH: {
262
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
263
- };
264
- _dEH: {
265
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
266
- };
267
- _searchMarker: {
268
- p: any;
269
- index: number;
270
- timestamp: number;
271
- }[] | null;
272
- readonly parent: any | null;
273
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
274
- _copy: () => import("yjs").AbstractType<any>;
275
- clone: () => import("yjs").AbstractType<any>;
276
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
277
- readonly _first: any | null;
278
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
279
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
280
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
281
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
282
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
283
- toJSON: () => any;
284
- } | null;
285
- parentSub: string | null;
286
- redone: {
287
- client: number;
288
- clock: number;
289
- } | null;
290
- content: {
291
- getLength: () => number;
292
- getContent: () => Array<any>;
293
- isCountable: () => boolean;
294
- copy: () => import("yjs/dist/src/internals").AbstractContent;
295
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
296
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
297
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
298
- delete: (_transaction: import("yjs").Transaction) => void;
299
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
300
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
301
- getRef: () => number;
302
- };
303
- info: number;
304
- marker: boolean;
305
- keep: boolean;
306
- readonly countable: boolean;
307
- deleted: boolean;
308
- markDeleted: () => void;
309
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
310
- readonly next: any | null;
311
- readonly prev: any | null;
312
- readonly lastId: {
313
- client: number;
314
- clock: number;
315
- };
316
- mergeWith: (right: import("yjs").Item) => boolean;
317
- delete: (transaction: import("yjs").Transaction) => void;
318
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
319
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
320
- id: {
321
- client: number;
322
- clock: number;
323
- };
324
- length: number;
325
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
326
- } | null;
327
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
328
- observe: (f: (arg0: import("yjs").YEvent<any>, arg1: import("yjs").Transaction) => void) => void;
329
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
330
- unobserve: (f: (arg0: import("yjs").YEvent<any>, arg1: import("yjs").Transaction) => void) => void;
331
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
332
- toJSON: () => any;
333
- }> & Omit<Map<string, import("yjs").AbstractType<import("yjs").YEvent<any>>>, keyof Map<any, any>>;
334
- store: {
335
- clients: Map<number, ({
336
- origin: {
337
- client: number;
338
- clock: number;
339
- } | null;
340
- left: any | null;
341
- right: any | null;
342
- rightOrigin: {
343
- client: number;
344
- clock: number;
345
- } | null;
346
- parent: {
347
- client: number;
348
- clock: number;
349
- } | {
350
- _item: any | null;
351
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
352
- _start: any | null;
353
- doc: any | null;
354
- _length: number;
355
- _eH: {
356
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
357
- };
358
- _dEH: {
359
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
360
- };
361
- _searchMarker: {
362
- p: any;
363
- index: number;
364
- timestamp: number;
365
- }[] | null;
366
- readonly parent: any | null;
367
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
368
- _copy: () => import("yjs").AbstractType<any>;
369
- clone: () => import("yjs").AbstractType<any>;
370
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
371
- readonly _first: any | null;
372
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
373
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
374
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
375
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
376
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
377
- toJSON: () => any;
378
- } | null;
379
- parentSub: string | null;
380
- redone: {
381
- client: number;
382
- clock: number;
383
- } | null;
384
- content: {
385
- getLength: () => number;
386
- getContent: () => Array<any>;
387
- isCountable: () => boolean;
388
- copy: () => import("yjs/dist/src/internals").AbstractContent;
389
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
390
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
391
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
392
- delete: (_transaction: import("yjs").Transaction) => void;
393
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
394
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
395
- getRef: () => number;
396
- };
397
- info: number;
398
- marker: boolean;
399
- keep: boolean;
400
- readonly countable: boolean;
401
- deleted: boolean;
402
- markDeleted: () => void;
403
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
404
- readonly next: any | null;
405
- readonly prev: any | null;
406
- readonly lastId: {
407
- client: number;
408
- clock: number;
409
- };
410
- mergeWith: (right: import("yjs").Item) => boolean;
411
- delete: (transaction: import("yjs").Transaction) => void;
412
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
413
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
414
- id: {
415
- client: number;
416
- clock: number;
417
- };
418
- length: number;
419
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
420
- } | {
421
- delete: () => void;
422
- mergeWith: (right: import("yjs").GC) => boolean;
423
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
424
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
425
- id: {
426
- client: number;
427
- clock: number;
428
- };
429
- length: number;
430
- readonly deleted: boolean;
431
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
432
- })[]> & Omit<Map<number, (import("yjs").Item | import("yjs").GC)[]>, keyof Map<any, any>>;
433
- pendingStructs: {
434
- missing: Map<number, number> & Omit<Map<number, number>, keyof Map<any, any>>;
435
- update: {
436
- [x: number]: number;
437
- readonly BYTES_PER_ELEMENT: number;
438
- readonly buffer: {
439
- readonly byteLength: number;
440
- slice: (begin: number, end?: number) => ArrayBuffer;
441
- readonly [Symbol.toStringTag]: string;
442
- } | {
443
- readonly byteLength: number;
444
- slice: (begin: number, end?: number) => SharedArrayBuffer;
445
- readonly [Symbol.species]: SharedArrayBuffer;
446
- readonly [Symbol.toStringTag]: "SharedArrayBuffer";
447
- };
448
- readonly byteLength: number;
449
- readonly byteOffset: number;
450
- copyWithin: (target: number, start: number, end?: number) => Uint8Array;
451
- every: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => boolean;
452
- fill: (value: number, start?: number, end?: number) => Uint8Array;
453
- filter: (predicate: (value: number, index: number, array: Uint8Array) => any, thisArg?: any) => Uint8Array;
454
- find: (predicate: (value: number, index: number, obj: Uint8Array) => boolean, thisArg?: any) => number | undefined;
455
- findIndex: (predicate: (value: number, index: number, obj: Uint8Array) => boolean, thisArg?: any) => number;
456
- forEach: (callbackfn: (value: number, index: number, array: Uint8Array) => void, thisArg?: any) => void;
457
- indexOf: (searchElement: number, fromIndex?: number) => number;
458
- join: (separator?: string) => string;
459
- lastIndexOf: (searchElement: number, fromIndex?: number) => number;
460
- readonly length: number;
461
- map: (callbackfn: (value: number, index: number, array: Uint8Array) => number, thisArg?: any) => Uint8Array;
462
- reduce: {
463
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number): number;
464
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue: number): number;
465
- <U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U;
466
- };
467
- reduceRight: {
468
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number): number;
469
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue: number): number;
470
- <U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U;
471
- };
472
- reverse: () => Uint8Array;
473
- set: (array: ArrayLike<number>, offset?: number) => void;
474
- slice: (start?: number, end?: number) => Uint8Array;
475
- some: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => boolean;
476
- sort: (compareFn?: ((a: number, b: number) => number) | undefined) => Uint8Array;
477
- subarray: (begin?: number, end?: number) => Uint8Array;
478
- toLocaleString: {
479
- (): string;
480
- (locales: string | string[], options?: Intl.NumberFormatOptions): string;
481
- };
482
- toString: () => string;
483
- valueOf: () => Uint8Array;
484
- entries: () => IterableIterator<[number, number]>;
485
- keys: () => IterableIterator<number>;
486
- values: () => IterableIterator<number>;
487
- includes: (searchElement: number, fromIndex?: number) => boolean;
488
- at: (index: number) => number | undefined;
489
- findLast: {
490
- <S extends number>(predicate: (value: number, index: number, array: Uint8Array) => value is S, thisArg?: any): S | undefined;
491
- (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): number | undefined;
492
- };
493
- findLastIndex: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => number;
494
- toReversed: () => Uint8Array;
495
- toSorted: (compareFn?: ((a: number, b: number) => number) | undefined) => Uint8Array;
496
- with: (index: number, value: number) => Uint8Array;
497
- [Symbol.iterator]: () => IterableIterator<number>;
498
- readonly [Symbol.toStringTag]: "Uint8Array";
499
- };
500
- } | null;
501
- pendingDs: {
502
- [x: number]: number;
503
- readonly BYTES_PER_ELEMENT: number;
504
- readonly buffer: {
505
- readonly byteLength: number;
506
- slice: (begin: number, end?: number) => ArrayBuffer;
507
- readonly [Symbol.toStringTag]: string;
508
- } | {
509
- readonly byteLength: number;
510
- slice: (begin: number, end?: number) => SharedArrayBuffer;
511
- readonly [Symbol.species]: SharedArrayBuffer;
512
- readonly [Symbol.toStringTag]: "SharedArrayBuffer";
513
- };
514
- readonly byteLength: number;
515
- readonly byteOffset: number;
516
- copyWithin: (target: number, start: number, end?: number) => Uint8Array;
517
- every: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => boolean;
518
- fill: (value: number, start?: number, end?: number) => Uint8Array;
519
- filter: (predicate: (value: number, index: number, array: Uint8Array) => any, thisArg?: any) => Uint8Array;
520
- find: (predicate: (value: number, index: number, obj: Uint8Array) => boolean, thisArg?: any) => number | undefined;
521
- findIndex: (predicate: (value: number, index: number, obj: Uint8Array) => boolean, thisArg?: any) => number;
522
- forEach: (callbackfn: (value: number, index: number, array: Uint8Array) => void, thisArg?: any) => void;
523
- indexOf: (searchElement: number, fromIndex?: number) => number;
524
- join: (separator?: string) => string;
525
- lastIndexOf: (searchElement: number, fromIndex?: number) => number;
526
- readonly length: number;
527
- map: (callbackfn: (value: number, index: number, array: Uint8Array) => number, thisArg?: any) => Uint8Array;
528
- reduce: {
529
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number): number;
530
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue: number): number;
531
- <U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U;
532
- };
533
- reduceRight: {
534
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number): number;
535
- (callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue: number): number;
536
- <U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U;
537
- };
538
- reverse: () => Uint8Array;
539
- set: (array: ArrayLike<number>, offset?: number) => void;
540
- slice: (start?: number, end?: number) => Uint8Array;
541
- some: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => boolean;
542
- sort: (compareFn?: ((a: number, b: number) => number) | undefined) => Uint8Array;
543
- subarray: (begin?: number, end?: number) => Uint8Array;
544
- toLocaleString: {
545
- (): string;
546
- (locales: string | string[], options?: Intl.NumberFormatOptions): string;
547
- };
548
- toString: () => string;
549
- valueOf: () => Uint8Array;
550
- entries: () => IterableIterator<[number, number]>;
551
- keys: () => IterableIterator<number>;
552
- values: () => IterableIterator<number>;
553
- includes: (searchElement: number, fromIndex?: number) => boolean;
554
- at: (index: number) => number | undefined;
555
- findLast: {
556
- <S extends number>(predicate: (value: number, index: number, array: Uint8Array) => value is S, thisArg?: any): S | undefined;
557
- (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): number | undefined;
558
- };
559
- findLastIndex: (predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any) => number;
560
- toReversed: () => Uint8Array;
561
- toSorted: (compareFn?: ((a: number, b: number) => number) | undefined) => Uint8Array;
562
- with: (index: number, value: number) => Uint8Array;
563
- [Symbol.iterator]: () => IterableIterator<number>;
564
- readonly [Symbol.toStringTag]: "Uint8Array";
565
- } | null;
566
- };
567
- _transaction: {
568
- doc: any;
569
- deleteSet: {
570
- clients: Map<number, {
571
- clock: number;
572
- len: number;
573
- }[]> & Omit<Map<number, import("yjs/dist/src/internals").DeleteItem[]>, keyof Map<any, any>>;
574
- };
575
- beforeState: Map<number, number> & Omit<Map<number, number>, keyof Map<any, any>>;
576
- afterState: Map<number, number> & Omit<Map<number, number>, keyof Map<any, any>>;
577
- changed: Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, Set<string | null> & Omit<Set<string | null>, keyof Set<any>>> & Omit<Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, Set<string | null>>, keyof Map<any, any>>;
578
- changedParentTypes: Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, {
579
- target: any;
580
- currentTarget: {
581
- _item: any | null;
582
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
583
- _start: any | null;
584
- doc: any | null;
585
- _length: number;
586
- _eH: {
587
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
588
- };
589
- _dEH: {
590
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
591
- };
592
- _searchMarker: {
593
- p: any;
594
- index: number;
595
- timestamp: number;
596
- }[] | null;
597
- readonly parent: any | null;
598
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
599
- _copy: () => import("yjs").AbstractType<any>;
600
- clone: () => import("yjs").AbstractType<any>;
601
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
602
- readonly _first: any | null;
603
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
604
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
605
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
606
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
607
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
608
- toJSON: () => any;
609
- };
610
- transaction: any;
611
- _changes: Object | null;
612
- _keys: (Map<string, {
613
- action: "add" | "update" | "delete";
614
- oldValue: any;
615
- newValue: any;
616
- }> & Omit<Map<string, {
617
- action: "add" | "update" | "delete";
618
- oldValue: any;
619
- newValue: any;
620
- }>, keyof Map<any, any>>) | null;
621
- _delta: {
622
- insert?: string | object | any[] | {
623
- _item: any | null;
624
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
625
- _start: any | null;
626
- doc: any | null;
627
- _length: number;
628
- _eH: {
629
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
630
- };
631
- _dEH: {
632
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
633
- };
634
- _searchMarker: {
635
- p: any;
636
- index: number;
637
- timestamp: number;
638
- }[] | null;
639
- readonly parent: any | null;
640
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
641
- _copy: () => import("yjs").AbstractType<any>;
642
- clone: () => import("yjs").AbstractType<any>;
643
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
644
- readonly _first: any | null;
645
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
646
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
647
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
648
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
649
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
650
- toJSON: () => any;
651
- } | undefined;
652
- retain?: number | undefined;
653
- delete?: number | undefined;
654
- attributes?: {
655
- [x: string]: any;
656
- } | undefined;
657
- }[] | null;
658
- _path: Array<string | number> | null;
659
- readonly path: (string | number)[];
660
- deletes: (struct: import("yjs").AbstractStruct) => boolean;
661
- readonly keys: Map<string, {
662
- action: "add" | "update" | "delete";
663
- oldValue: any;
664
- newValue: any;
665
- }> & Omit<Map<string, {
666
- action: "add" | "update" | "delete";
667
- oldValue: any;
668
- newValue: any;
669
- }>, keyof Map<any, any>>;
670
- readonly delta: {
671
- insert?: string | object | any[] | {
672
- _item: any | null;
673
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
674
- _start: any | null;
675
- doc: any | null;
676
- _length: number;
677
- _eH: {
678
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
679
- };
680
- _dEH: {
681
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
682
- };
683
- _searchMarker: {
684
- p: any;
685
- index: number;
686
- timestamp: number;
687
- }[] | null;
688
- readonly parent: any | null;
689
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
690
- _copy: () => import("yjs").AbstractType<any>;
691
- clone: () => import("yjs").AbstractType<any>;
692
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
693
- readonly _first: any | null;
694
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
695
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
696
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
697
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
698
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
699
- toJSON: () => any;
700
- } | undefined;
701
- retain?: number | undefined;
702
- delete?: number | undefined;
703
- attributes?: {
704
- [x: string]: any;
705
- } | undefined;
706
- }[];
707
- adds: (struct: import("yjs").AbstractStruct) => boolean;
708
- readonly changes: {
709
- added: Set<{
710
- origin: {
711
- client: number;
712
- clock: number;
713
- } | null;
714
- left: any | null;
715
- right: any | null;
716
- rightOrigin: {
717
- client: number;
718
- clock: number;
719
- } | null;
720
- parent: {
721
- client: number;
722
- clock: number;
723
- } | {
724
- _item: any | null;
725
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
726
- _start: any | null;
727
- doc: any | null;
728
- _length: number;
729
- _eH: {
730
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
731
- };
732
- _dEH: {
733
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
734
- };
735
- _searchMarker: {
736
- p: any;
737
- index: number;
738
- timestamp: number;
739
- }[] | null;
740
- readonly parent: any | null;
741
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
742
- _copy: () => import("yjs").AbstractType<any>;
743
- clone: () => import("yjs").AbstractType<any>;
744
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
745
- readonly _first: any | null;
746
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
747
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
748
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
749
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
750
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
751
- toJSON: () => any;
752
- } | null;
753
- parentSub: string | null;
754
- redone: {
755
- client: number;
756
- clock: number;
757
- } | null;
758
- content: {
759
- getLength: () => number;
760
- getContent: () => Array<any>;
761
- isCountable: () => boolean;
762
- copy: () => import("yjs/dist/src/internals").AbstractContent;
763
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
764
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
765
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
766
- delete: (_transaction: import("yjs").Transaction) => void;
767
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
768
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
769
- getRef: () => number;
770
- };
771
- info: number;
772
- marker: boolean;
773
- keep: boolean;
774
- readonly countable: boolean;
775
- deleted: boolean;
776
- markDeleted: () => void;
777
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
778
- readonly next: any | null;
779
- readonly prev: any | null;
780
- readonly lastId: {
781
- client: number;
782
- clock: number;
783
- };
784
- mergeWith: (right: import("yjs").Item) => boolean;
785
- delete: (transaction: import("yjs").Transaction) => void;
786
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
787
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
788
- id: {
789
- client: number;
790
- clock: number;
791
- };
792
- length: number;
793
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
794
- }> & Omit<Set<import("yjs").Item>, keyof Set<any>>;
795
- deleted: Set<{
796
- origin: {
797
- client: number;
798
- clock: number;
799
- } | null;
800
- left: any | null;
801
- right: any | null;
802
- rightOrigin: {
803
- client: number;
804
- clock: number;
805
- } | null;
806
- parent: {
807
- client: number;
808
- clock: number;
809
- } | {
810
- _item: any | null;
811
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
812
- _start: any | null;
813
- doc: any | null;
814
- _length: number;
815
- _eH: {
816
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
817
- };
818
- _dEH: {
819
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
820
- };
821
- _searchMarker: {
822
- p: any;
823
- index: number;
824
- timestamp: number;
825
- }[] | null;
826
- readonly parent: any | null;
827
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
828
- _copy: () => import("yjs").AbstractType<any>;
829
- clone: () => import("yjs").AbstractType<any>;
830
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
831
- readonly _first: any | null;
832
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
833
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
834
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
835
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
836
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
837
- toJSON: () => any;
838
- } | null;
839
- parentSub: string | null;
840
- redone: {
841
- client: number;
842
- clock: number;
843
- } | null;
844
- content: {
845
- getLength: () => number;
846
- getContent: () => Array<any>;
847
- isCountable: () => boolean;
848
- copy: () => import("yjs/dist/src/internals").AbstractContent;
849
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
850
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
851
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
852
- delete: (_transaction: import("yjs").Transaction) => void;
853
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
854
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
855
- getRef: () => number;
856
- };
857
- info: number;
858
- marker: boolean;
859
- keep: boolean;
860
- readonly countable: boolean;
861
- deleted: boolean;
862
- markDeleted: () => void;
863
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
864
- readonly next: any | null;
865
- readonly prev: any | null;
866
- readonly lastId: {
867
- client: number;
868
- clock: number;
869
- };
870
- mergeWith: (right: import("yjs").Item) => boolean;
871
- delete: (transaction: import("yjs").Transaction) => void;
872
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
873
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
874
- id: {
875
- client: number;
876
- clock: number;
877
- };
878
- length: number;
879
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
880
- }> & Omit<Set<import("yjs").Item>, keyof Set<any>>;
881
- keys: Map<string, {
882
- action: "add" | "update" | "delete";
883
- oldValue: any;
884
- }> & Omit<Map<string, {
885
- action: "add" | "update" | "delete";
886
- oldValue: any;
887
- }>, keyof Map<any, any>>;
888
- delta: {
889
- insert?: Array<any> | string;
890
- delete?: number;
891
- retain?: number;
892
- }[];
893
- };
894
- }[]> & Omit<Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, import("yjs").YEvent<any>[]>, keyof Map<any, any>>;
895
- _mergeStructs: {
896
- id: {
897
- client: number;
898
- clock: number;
899
- };
900
- length: number;
901
- readonly deleted: boolean;
902
- mergeWith: (right: import("yjs").AbstractStruct) => boolean;
903
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number, encodingRef: number) => void;
904
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
905
- }[];
906
- origin: any;
907
- meta: Map<any, any> & Omit<Map<any, any>, keyof Map<any, any>>;
908
- local: boolean;
909
- subdocsAdded: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
910
- subdocsRemoved: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
911
- subdocsLoaded: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
912
- _needFormattingCleanup: boolean;
913
- } | null;
914
- _transactionCleanups: {
915
- doc: any;
916
- deleteSet: {
917
- clients: Map<number, {
918
- clock: number;
919
- len: number;
920
- }[]> & Omit<Map<number, import("yjs/dist/src/internals").DeleteItem[]>, keyof Map<any, any>>;
921
- };
922
- beforeState: Map<number, number> & Omit<Map<number, number>, keyof Map<any, any>>;
923
- afterState: Map<number, number> & Omit<Map<number, number>, keyof Map<any, any>>;
924
- changed: Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, Set<string | null> & Omit<Set<string | null>, keyof Set<any>>> & Omit<Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, Set<string | null>>, keyof Map<any, any>>;
925
- changedParentTypes: Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, {
926
- target: any;
927
- currentTarget: {
928
- _item: any | null;
929
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
930
- _start: any | null;
931
- doc: any | null;
932
- _length: number;
933
- _eH: {
934
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
935
- };
936
- _dEH: {
937
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
938
- };
939
- _searchMarker: {
940
- p: any;
941
- index: number;
942
- timestamp: number;
943
- }[] | null;
944
- readonly parent: any | null;
945
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
946
- _copy: () => import("yjs").AbstractType<any>;
947
- clone: () => import("yjs").AbstractType<any>;
948
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
949
- readonly _first: any | null;
950
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
951
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
952
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
953
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
954
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
955
- toJSON: () => any;
956
- };
957
- transaction: any;
958
- _changes: Object | null;
959
- _keys: (Map<string, {
960
- action: "add" | "update" | "delete";
961
- oldValue: any;
962
- newValue: any;
963
- }> & Omit<Map<string, {
964
- action: "add" | "update" | "delete";
965
- oldValue: any;
966
- newValue: any;
967
- }>, keyof Map<any, any>>) | null;
968
- _delta: {
969
- insert?: string | object | any[] | {
970
- _item: any | null;
971
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
972
- _start: any | null;
973
- doc: any | null;
974
- _length: number;
975
- _eH: {
976
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
977
- };
978
- _dEH: {
979
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
980
- };
981
- _searchMarker: {
982
- p: any;
983
- index: number;
984
- timestamp: number;
985
- }[] | null;
986
- readonly parent: any | null;
987
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
988
- _copy: () => import("yjs").AbstractType<any>;
989
- clone: () => import("yjs").AbstractType<any>;
990
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
991
- readonly _first: any | null;
992
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
993
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
994
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
995
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
996
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
997
- toJSON: () => any;
998
- } | undefined;
999
- retain?: number | undefined;
1000
- delete?: number | undefined;
1001
- attributes?: {
1002
- [x: string]: any;
1003
- } | undefined;
1004
- }[] | null;
1005
- _path: Array<string | number> | null;
1006
- readonly path: (string | number)[];
1007
- deletes: (struct: import("yjs").AbstractStruct) => boolean;
1008
- readonly keys: Map<string, {
1009
- action: "add" | "update" | "delete";
1010
- oldValue: any;
1011
- newValue: any;
1012
- }> & Omit<Map<string, {
1013
- action: "add" | "update" | "delete";
1014
- oldValue: any;
1015
- newValue: any;
1016
- }>, keyof Map<any, any>>;
1017
- readonly delta: {
1018
- insert?: string | object | any[] | {
1019
- _item: any | null;
1020
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
1021
- _start: any | null;
1022
- doc: any | null;
1023
- _length: number;
1024
- _eH: {
1025
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
1026
- };
1027
- _dEH: {
1028
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
1029
- };
1030
- _searchMarker: {
1031
- p: any;
1032
- index: number;
1033
- timestamp: number;
1034
- }[] | null;
1035
- readonly parent: any | null;
1036
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
1037
- _copy: () => import("yjs").AbstractType<any>;
1038
- clone: () => import("yjs").AbstractType<any>;
1039
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
1040
- readonly _first: any | null;
1041
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
1042
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1043
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1044
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1045
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1046
- toJSON: () => any;
1047
- } | undefined;
1048
- retain?: number | undefined;
1049
- delete?: number | undefined;
1050
- attributes?: {
1051
- [x: string]: any;
1052
- } | undefined;
1053
- }[];
1054
- adds: (struct: import("yjs").AbstractStruct) => boolean;
1055
- readonly changes: {
1056
- added: Set<{
1057
- origin: {
1058
- client: number;
1059
- clock: number;
1060
- } | null;
1061
- left: any | null;
1062
- right: any | null;
1063
- rightOrigin: {
1064
- client: number;
1065
- clock: number;
1066
- } | null;
1067
- parent: {
1068
- client: number;
1069
- clock: number;
1070
- } | {
1071
- _item: any | null;
1072
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
1073
- _start: any | null;
1074
- doc: any | null;
1075
- _length: number;
1076
- _eH: {
1077
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
1078
- };
1079
- _dEH: {
1080
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
1081
- };
1082
- _searchMarker: {
1083
- p: any;
1084
- index: number;
1085
- timestamp: number;
1086
- }[] | null;
1087
- readonly parent: any | null;
1088
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
1089
- _copy: () => import("yjs").AbstractType<any>;
1090
- clone: () => import("yjs").AbstractType<any>;
1091
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
1092
- readonly _first: any | null;
1093
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
1094
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1095
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1096
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1097
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1098
- toJSON: () => any;
1099
- } | null;
1100
- parentSub: string | null;
1101
- redone: {
1102
- client: number;
1103
- clock: number;
1104
- } | null;
1105
- content: {
1106
- getLength: () => number;
1107
- getContent: () => Array<any>;
1108
- isCountable: () => boolean;
1109
- copy: () => import("yjs/dist/src/internals").AbstractContent;
1110
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
1111
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
1112
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
1113
- delete: (_transaction: import("yjs").Transaction) => void;
1114
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
1115
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
1116
- getRef: () => number;
1117
- };
1118
- info: number;
1119
- marker: boolean;
1120
- keep: boolean;
1121
- readonly countable: boolean;
1122
- deleted: boolean;
1123
- markDeleted: () => void;
1124
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
1125
- readonly next: any | null;
1126
- readonly prev: any | null;
1127
- readonly lastId: {
1128
- client: number;
1129
- clock: number;
1130
- };
1131
- mergeWith: (right: import("yjs").Item) => boolean;
1132
- delete: (transaction: import("yjs").Transaction) => void;
1133
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
1134
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
1135
- id: {
1136
- client: number;
1137
- clock: number;
1138
- };
1139
- length: number;
1140
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
1141
- }> & Omit<Set<import("yjs").Item>, keyof Set<any>>;
1142
- deleted: Set<{
1143
- origin: {
1144
- client: number;
1145
- clock: number;
1146
- } | null;
1147
- left: any | null;
1148
- right: any | null;
1149
- rightOrigin: {
1150
- client: number;
1151
- clock: number;
1152
- } | null;
1153
- parent: {
1154
- client: number;
1155
- clock: number;
1156
- } | {
1157
- _item: any | null;
1158
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
1159
- _start: any | null;
1160
- doc: any | null;
1161
- _length: number;
1162
- _eH: {
1163
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
1164
- };
1165
- _dEH: {
1166
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
1167
- };
1168
- _searchMarker: {
1169
- p: any;
1170
- index: number;
1171
- timestamp: number;
1172
- }[] | null;
1173
- readonly parent: any | null;
1174
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
1175
- _copy: () => import("yjs").AbstractType<any>;
1176
- clone: () => import("yjs").AbstractType<any>;
1177
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
1178
- readonly _first: any | null;
1179
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
1180
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1181
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1182
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1183
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1184
- toJSON: () => any;
1185
- } | null;
1186
- parentSub: string | null;
1187
- redone: {
1188
- client: number;
1189
- clock: number;
1190
- } | null;
1191
- content: {
1192
- getLength: () => number;
1193
- getContent: () => Array<any>;
1194
- isCountable: () => boolean;
1195
- copy: () => import("yjs/dist/src/internals").AbstractContent;
1196
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
1197
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
1198
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
1199
- delete: (_transaction: import("yjs").Transaction) => void;
1200
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
1201
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
1202
- getRef: () => number;
1203
- };
1204
- info: number;
1205
- marker: boolean;
1206
- keep: boolean;
1207
- readonly countable: boolean;
1208
- deleted: boolean;
1209
- markDeleted: () => void;
1210
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
1211
- readonly next: any | null;
1212
- readonly prev: any | null;
1213
- readonly lastId: {
1214
- client: number;
1215
- clock: number;
1216
- };
1217
- mergeWith: (right: import("yjs").Item) => boolean;
1218
- delete: (transaction: import("yjs").Transaction) => void;
1219
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
1220
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
1221
- id: {
1222
- client: number;
1223
- clock: number;
1224
- };
1225
- length: number;
1226
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
1227
- }> & Omit<Set<import("yjs").Item>, keyof Set<any>>;
1228
- keys: Map<string, {
1229
- action: "add" | "update" | "delete";
1230
- oldValue: any;
1231
- }> & Omit<Map<string, {
1232
- action: "add" | "update" | "delete";
1233
- oldValue: any;
1234
- }>, keyof Map<any, any>>;
1235
- delta: {
1236
- insert?: Array<any> | string;
1237
- delete?: number;
1238
- retain?: number;
1239
- }[];
1240
- };
1241
- }[]> & Omit<Map<import("yjs").AbstractType<import("yjs").YEvent<any>>, import("yjs").YEvent<any>[]>, keyof Map<any, any>>;
1242
- _mergeStructs: {
1243
- id: {
1244
- client: number;
1245
- clock: number;
1246
- };
1247
- length: number;
1248
- readonly deleted: boolean;
1249
- mergeWith: (right: import("yjs").AbstractStruct) => boolean;
1250
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number, encodingRef: number) => void;
1251
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
1252
- }[];
1253
- origin: any;
1254
- meta: Map<any, any> & Omit<Map<any, any>, keyof Map<any, any>>;
1255
- local: boolean;
1256
- subdocsAdded: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
1257
- subdocsRemoved: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
1258
- subdocsLoaded: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
1259
- _needFormattingCleanup: boolean;
1260
- }[];
1261
- subdocs: Set<any> & Omit<Set<Doc>, keyof Set<any>>;
1262
- _item: {
1263
- origin: {
1264
- client: number;
1265
- clock: number;
1266
- } | null;
1267
- left: any | null;
1268
- right: any | null;
1269
- rightOrigin: {
1270
- client: number;
1271
- clock: number;
1272
- } | null;
1273
- parent: {
1274
- client: number;
1275
- clock: number;
1276
- } | {
1277
- _item: any | null;
1278
- _map: Map<string, any> & Omit<Map<string, import("yjs").Item>, keyof Map<any, any>>;
1279
- _start: any | null;
1280
- doc: any | null;
1281
- _length: number;
1282
- _eH: {
1283
- l: ((arg0: any, arg1: import("yjs").Transaction) => void)[];
1284
- };
1285
- _dEH: {
1286
- l: ((arg0: import("yjs").YEvent<any>[], arg1: import("yjs").Transaction) => void)[];
1287
- };
1288
- _searchMarker: {
1289
- p: any;
1290
- index: number;
1291
- timestamp: number;
1292
- }[] | null;
1293
- readonly parent: any | null;
1294
- _integrate: (y: Doc, item: import("yjs").Item | null) => void;
1295
- _copy: () => import("yjs").AbstractType<any>;
1296
- clone: () => import("yjs").AbstractType<any>;
1297
- _write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2) => void;
1298
- readonly _first: any | null;
1299
- _callObserver: (transaction: import("yjs").Transaction, _parentSubs: Set<null | string>) => void;
1300
- observe: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1301
- observeDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1302
- unobserve: (f: (arg0: any, arg1: import("yjs").Transaction) => void) => void;
1303
- unobserveDeep: (f: (arg0: Array<import("yjs").YEvent<any>>, arg1: import("yjs").Transaction) => void) => void;
1304
- toJSON: () => any;
1305
- } | null;
1306
- parentSub: string | null;
1307
- redone: {
1308
- client: number;
1309
- clock: number;
1310
- } | null;
1311
- content: {
1312
- getLength: () => number;
1313
- getContent: () => Array<any>;
1314
- isCountable: () => boolean;
1315
- copy: () => import("yjs/dist/src/internals").AbstractContent;
1316
- splice: (_offset: number) => import("yjs/dist/src/internals").AbstractContent;
1317
- mergeWith: (_right: import("yjs/dist/src/internals").AbstractContent) => boolean;
1318
- integrate: (_transaction: import("yjs").Transaction, _item: import("yjs").Item) => void;
1319
- delete: (_transaction: import("yjs").Transaction) => void;
1320
- gc: (_store: import("yjs/dist/src/internals").StructStore) => void;
1321
- write: (_encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, _offset: number) => void;
1322
- getRef: () => number;
1323
- };
1324
- info: number;
1325
- marker: boolean;
1326
- keep: boolean;
1327
- readonly countable: boolean;
1328
- deleted: boolean;
1329
- markDeleted: () => void;
1330
- getMissing: (transaction: import("yjs").Transaction, store: import("yjs/dist/src/internals").StructStore) => null | number;
1331
- readonly next: any | null;
1332
- readonly prev: any | null;
1333
- readonly lastId: {
1334
- client: number;
1335
- clock: number;
1336
- };
1337
- mergeWith: (right: import("yjs").Item) => boolean;
1338
- delete: (transaction: import("yjs").Transaction) => void;
1339
- gc: (store: import("yjs/dist/src/internals").StructStore, parentGCd: boolean) => void;
1340
- write: (encoder: import("yjs").UpdateEncoderV1 | import("yjs").UpdateEncoderV2, offset: number) => void;
1341
- id: {
1342
- client: number;
1343
- clock: number;
1344
- };
1345
- length: number;
1346
- integrate: (transaction: import("yjs").Transaction, offset: number) => void;
1347
- } | null;
1348
- shouldLoad: boolean;
1349
- autoLoad: boolean;
1350
- meta: any;
1351
- isLoaded: boolean;
1352
- isSynced: boolean;
1353
- whenLoaded: {
1354
- then: <TResult1 = any, TResult2 = never>(onfulfilled?: ((value: any) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => Promise<TResult1 | TResult2>;
1355
- catch: <TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined) => Promise<any | TResult>;
1356
- finally: (onfinally?: (() => void) | null | undefined) => Promise<any>;
1357
- readonly [Symbol.toStringTag]: string;
1358
- };
1359
- whenSynced: {
1360
- then: <TResult1 = any, TResult2 = never>(onfulfilled?: ((value: any) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => Promise<TResult1 | TResult2>;
1361
- catch: <TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined) => Promise<any | TResult>;
1362
- finally: (onfinally?: (() => void) | null | undefined) => Promise<any>;
1363
- readonly [Symbol.toStringTag]: string;
1364
- };
1365
- load: () => void;
1366
- getSubdocs: () => Set<Doc>;
1367
- getSubdocGuids: () => Set<string>;
1368
- transact: <T>(f: (arg0: import("yjs").Transaction) => T, origin?: any) => T;
1369
- get: <Type extends {
1370
- new (): import("yjs").AbstractType<any>;
1371
- }>(name: string, TypeConstructor?: Type) => InstanceType<Type>;
1372
- getArray: <T_1>(name?: string | undefined) => import("yjs").Array<T_1>;
1373
- getText: (name?: string | undefined) => import("yjs").Text;
1374
- getMap: <T_2>(name?: string | undefined) => import("yjs").Map<T_2>;
1375
- getXmlElement: (name?: string | undefined) => import("yjs").XmlElement;
1376
- getXmlFragment: (name?: string | undefined) => import("yjs").XmlFragment;
1377
- toJSON: () => {
1378
- [x: string]: any;
1379
- };
1380
- _observers: Map<string, Set<any> & Omit<Set<any>, keyof Set<any>>> & Omit<Map<string, Set<any>>, keyof Map<any, any>>;
1381
- on: <NAME extends "update" | "sync" | "load" | "subdocs" | "destroy" | "updateV2" | "beforeAllTransactions" | "beforeTransaction" | "beforeObserverCalls" | "afterTransaction" | "afterTransactionCleanup" | "afterAllTransactions">(name: NAME, f: import("yjs/dist/src/internals").DocEvents[NAME]) => import("yjs/dist/src/internals").DocEvents[NAME];
1382
- once: <NAME_1 extends "update" | "sync" | "load" | "subdocs" | "destroy" | "updateV2" | "beforeAllTransactions" | "beforeTransaction" | "beforeObserverCalls" | "afterTransaction" | "afterTransactionCleanup" | "afterAllTransactions">(name: NAME_1, f: import("yjs/dist/src/internals").DocEvents[NAME_1]) => void;
1383
- off: <NAME_2 extends "update" | "sync" | "load" | "subdocs" | "destroy" | "updateV2" | "beforeAllTransactions" | "beforeTransaction" | "beforeObserverCalls" | "afterTransaction" | "afterTransactionCleanup" | "afterAllTransactions">(name: NAME_2, f: import("yjs/dist/src/internals").DocEvents[NAME_2]) => void;
1384
- emit: <NAME_3 extends "update" | "sync" | "load" | "subdocs" | "destroy" | "updateV2" | "beforeAllTransactions" | "beforeTransaction" | "beforeObserverCalls" | "afterTransaction" | "afterTransactionCleanup" | "afterAllTransactions">(name: NAME_3, args: Parameters<import("yjs/dist/src/internals").DocEvents[NAME_3]>) => void;
1385
- destroy: () => void;
1386
- }> & Omit<Map<string, Doc>, keyof Map<any, any>>;
1387
- }>;
1388
- export default _default;