@ones-editor/editor 0.0.3-beta.24 → 0.0.3-beta.241

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 (415) hide show
  1. package/@ones-editor/auto-link/package.json +8 -0
  2. package/@ones-editor/auto-link/src/index.d.ts +3 -0
  3. package/@ones-editor/block-locker/src/hook.d.ts +2 -1
  4. package/@ones-editor/block-locker/src/i18n/ja-JP.d.ts +8 -0
  5. package/@ones-editor/block-locker/src/index.d.ts +2 -1
  6. package/@ones-editor/block-locker/src/paste-handler.d.ts +4 -0
  7. package/@ones-editor/block-menu/src/block-menu/index.d.ts +2 -1
  8. package/@ones-editor/block-menu/src/block-menu/items/block-command-items.d.ts +1 -1
  9. package/@ones-editor/block-menu/src/block-menu/items/insert-block-items/index.d.ts +3 -2
  10. package/@ones-editor/block-menu/src/block-menu/items/text-styles/text-style-item.d.ts +3 -0
  11. package/@ones-editor/block-menu/src/block-menu-button/drag-drop/drag-handler.d.ts +5 -4
  12. package/@ones-editor/block-menu/src/block-menu-button/drag-drop/find-preview-element.d.ts +1 -1
  13. package/@ones-editor/block-menu/src/block-menu-button/drag-preview/index.d.ts +2 -2
  14. package/@ones-editor/block-menu/src/locale/en-us.d.ts +4 -0
  15. package/@ones-editor/block-menu/src/locale/ja-jp.d.ts +25 -0
  16. package/@ones-editor/block-menu/src/locale/zh-cn.d.ts +4 -0
  17. package/@ones-editor/block-resizer/src/index.d.ts +1 -0
  18. package/@ones-editor/code-block/src/code-block/caption/caption-input-handler.d.ts +2 -2
  19. package/@ones-editor/code-block/src/code-block/child-container.d.ts +2 -2
  20. package/@ones-editor/code-block/src/code-block/code-caret.d.ts +7 -0
  21. package/@ones-editor/code-block/src/code-block/code-copy.d.ts +4 -0
  22. package/@ones-editor/code-block/src/code-block/create-empty-code.d.ts +2 -2
  23. package/@ones-editor/code-block/src/code-block/index.d.ts +3 -1
  24. package/@ones-editor/code-block/src/code-block/settings/index.d.ts +3 -0
  25. package/@ones-editor/code-block/src/code-block/types.d.ts +3 -0
  26. package/@ones-editor/code-block/src/icons/copy.d.ts +1 -1
  27. package/@ones-editor/code-block/src/icons/wrap.d.ts +1 -1
  28. package/@ones-editor/code-block/src/index.d.ts +2 -0
  29. package/@ones-editor/code-block/src/locale/en-us.d.ts +5 -0
  30. package/@ones-editor/code-block/src/locale/ja-jp.d.ts +12 -0
  31. package/@ones-editor/code-block/src/locale/zh-cn.d.ts +5 -0
  32. package/@ones-editor/column-block/package.json +8 -0
  33. package/@ones-editor/column-block/src/child-containers.d.ts +2 -0
  34. package/@ones-editor/column-block/src/columns-options.d.ts +2 -0
  35. package/@ones-editor/column-block/src/columns-properties.d.ts +15 -0
  36. package/@ones-editor/column-block/src/index.d.ts +4 -0
  37. package/@ones-editor/column-block/src/types.d.ts +11 -0
  38. package/@ones-editor/comments/src/comment-input-handler/paste-handler.d.ts +5 -0
  39. package/@ones-editor/comments/src/comment-item/comment-item.d.ts +2 -0
  40. package/@ones-editor/comments/src/comment-item/mobile-comment-item/mobile-comment-item.d.ts +1 -0
  41. package/@ones-editor/comments/src/comments/comments.d.ts +2 -3
  42. package/@ones-editor/comments/src/comments-helper/active-comment.d.ts +1 -1
  43. package/@ones-editor/comments/src/comments-helper/utils.d.ts +0 -1
  44. package/@ones-editor/comments/src/comments-list/arrange-items.d.ts +1 -1
  45. package/@ones-editor/comments/src/comments-list/comments-list.d.ts +3 -3
  46. package/@ones-editor/comments/src/comments-list/group-item.d.ts +1 -0
  47. package/@ones-editor/comments/src/comments-list/group-list.d.ts +6 -3
  48. package/@ones-editor/comments/src/comments-list/mini-comment/group-list.d.ts +1 -0
  49. package/@ones-editor/comments/src/comments-list/mini-comment/mini-comments-list.d.ts +1 -1
  50. package/@ones-editor/comments/src/comments-list/mobile-comments-list/group-list.d.ts +1 -0
  51. package/@ones-editor/comments/src/comments-list/mobile-comments-list/mobile-comments-list.d.ts +5 -3
  52. package/@ones-editor/comments/src/locale/en-us.d.ts +2 -0
  53. package/@ones-editor/comments/src/locale/ja-jp.d.ts +3 -0
  54. package/@ones-editor/comments/src/locale/zh-cn.d.ts +3 -0
  55. package/@ones-editor/comments/src/text-comments/comments-command-provider.d.ts +1 -0
  56. package/@ones-editor/comments/src/types.d.ts +9 -5
  57. package/@ones-editor/core/src/core/block-renderers/standard-block-render.d.ts +2 -0
  58. package/@ones-editor/core/src/core/blocks/block-anchor/create-block-anchor.d.ts +1 -0
  59. package/@ones-editor/core/src/core/blocks/common/block-dom.d.ts +2 -0
  60. package/@ones-editor/core/src/core/blocks/common/block-properties.d.ts +7 -1
  61. package/@ones-editor/core/src/core/blocks/complex-blocks/complex-block-helper.d.ts +4 -4
  62. package/@ones-editor/core/src/core/blocks/text-blocks/index.d.ts +1 -0
  63. package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-markdown.d.ts +3 -0
  64. package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-plain-html.d.ts +3 -0
  65. package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-plain-text.d.ts +3 -0
  66. package/@ones-editor/core/src/core/boxes/anchor-box/index.d.ts +3 -0
  67. package/@ones-editor/core/src/core/boxes/editor-boxes.d.ts +1 -0
  68. package/@ones-editor/core/src/core/boxes/image-box/index.d.ts +3 -0
  69. package/@ones-editor/core/src/core/boxes/index.d.ts +3 -1
  70. package/@ones-editor/core/src/core/composition/clipboard/copy.d.ts +3 -2
  71. package/@ones-editor/core/src/core/composition/clipboard/cut.d.ts +1 -1
  72. package/@ones-editor/core/src/core/composition/clipboard/paste.d.ts +2 -2
  73. package/@ones-editor/core/src/core/composition/editor-input.d.ts +6 -1
  74. package/@ones-editor/core/src/core/composition/index.d.ts +1 -1
  75. package/@ones-editor/core/src/core/containers/root-container.d.ts +3 -1
  76. package/@ones-editor/core/src/core/converter/block-to-doc.d.ts +1 -1
  77. package/@ones-editor/core/src/core/converter/block-to-html.d.ts +2 -2
  78. package/@ones-editor/core/src/core/converter/block-to-markdown.d.ts +2 -2
  79. package/@ones-editor/core/src/core/converter/block-to-text.d.ts +2 -2
  80. package/@ones-editor/core/src/core/converter/selected-block-to-doc.d.ts +1 -3
  81. package/@ones-editor/core/src/core/data-converter/editor-data-converter.d.ts +4 -2
  82. package/@ones-editor/core/src/core/doc/doc.d.ts +18 -3
  83. package/@ones-editor/core/src/core/doc/to-plain-text.d.ts +1 -0
  84. package/@ones-editor/core/src/core/editor/actions/add-text-attribute.d.ts +2 -2
  85. package/@ones-editor/core/src/core/editor/actions/auto-insert-block.d.ts +2 -2
  86. package/@ones-editor/core/src/core/editor/actions/delete-block-text.d.ts +2 -2
  87. package/@ones-editor/core/src/core/editor/actions/focus-to-end.d.ts +0 -1
  88. package/@ones-editor/core/src/core/editor/actions/insert-block.d.ts +2 -2
  89. package/@ones-editor/core/src/core/editor/actions/insert-text.d.ts +3 -2
  90. package/@ones-editor/core/src/core/editor/actions/is-writable.d.ts +1 -1
  91. package/@ones-editor/core/src/core/editor/editor-dom/dom-events.d.ts +1 -1
  92. package/@ones-editor/core/src/core/editor-doc/editor-doc.d.ts +10 -4
  93. package/@ones-editor/core/src/core/index.d.ts +1 -0
  94. package/@ones-editor/core/src/core/input-handler/input-handler.d.ts +5 -1
  95. package/@ones-editor/core/src/core/selection/actions/index.d.ts +2 -2
  96. package/@ones-editor/core/src/core/selection/actions/select-all.d.ts +3 -1
  97. package/@ones-editor/core/src/core/selection/actions/select-block.d.ts +2 -0
  98. package/@ones-editor/core/src/core/selection/actions/word-offset.d.ts +1 -1
  99. package/@ones-editor/core/src/core/selection/editor-selection.d.ts +3 -2
  100. package/@ones-editor/core/src/core/selection/index.d.ts +1 -0
  101. package/@ones-editor/core/src/core/selection/range/simple-range.d.ts +2 -1
  102. package/@ones-editor/core/src/core/selection/select-handler.d.ts +5 -1
  103. package/@ones-editor/core/src/core/settings/index.d.ts +3 -3
  104. package/@ones-editor/core/src/core/types.d.ts +54 -25
  105. package/@ones-editor/core/src/core/undo-manager/actions/action.d.ts +4 -1
  106. package/@ones-editor/core/src/helper/block-helper.d.ts +1 -1
  107. package/@ones-editor/core/src/helper/find-block.d.ts +3 -0
  108. package/@ones-editor/core/src/helper/index.d.ts +1 -0
  109. package/@ones-editor/core/src/i18n/en-us.d.ts +3 -0
  110. package/@ones-editor/core/src/i18n/i18n.d.ts +63 -1
  111. package/@ones-editor/core/src/i18n/ja-jp.d.ts +20 -0
  112. package/@ones-editor/core/src/i18n/zh-cn.d.ts +3 -0
  113. package/@ones-editor/core/src/local-doc/index.d.ts +5 -1
  114. package/@ones-editor/core/src/utils/abbreviation.d.ts +27 -0
  115. package/@ones-editor/core/src/utils/client.d.ts +1 -0
  116. package/@ones-editor/core/src/utils/dom-scroll.d.ts +3 -1
  117. package/@ones-editor/core/src/utils/dom.d.ts +3 -0
  118. package/@ones-editor/core/src/utils/index.d.ts +2 -0
  119. package/@ones-editor/core/src/utils/logger/index.d.ts +9 -0
  120. package/@ones-editor/core/src/utils/overflow-text.d.ts +1 -0
  121. package/@ones-editor/details-block/package.json +8 -0
  122. package/@ones-editor/details-block/src/auto-expand.d.ts +7 -0
  123. package/@ones-editor/details-block/src/create-empty-details.d.ts +8 -0
  124. package/@ones-editor/details-block/src/details-dom.d.ts +3 -0
  125. package/@ones-editor/details-block/src/details-object.d.ts +11 -0
  126. package/@ones-editor/details-block/src/details-options.d.ts +2 -0
  127. package/@ones-editor/details-block/src/index.d.ts +4 -0
  128. package/@ones-editor/details-block/src/types.d.ts +5 -0
  129. package/@ones-editor/details-block/src/update-expand.d.ts +3 -0
  130. package/@ones-editor/dividing-line-embed/src/i18n/en-us.d.ts +1 -0
  131. package/@ones-editor/dividing-line-embed/src/i18n/ja-jp.d.ts +7 -0
  132. package/@ones-editor/dividing-line-embed/src/i18n/zh-cn.d.ts +1 -0
  133. package/@ones-editor/drawio-embed/src/drawio-embed.d.ts +1 -0
  134. package/@ones-editor/drawio-embed/src/helper/index.d.ts +16 -10
  135. package/@ones-editor/drawio-embed/src/lang/en-us.d.ts +9 -4
  136. package/@ones-editor/drawio-embed/src/lang/index.d.ts +1 -1
  137. package/@ones-editor/drawio-embed/src/lang/ja-jp.d.ts +12 -0
  138. package/@ones-editor/drawio-embed/src/lang/zh-cn.d.ts +9 -4
  139. package/@ones-editor/drawio-embed/types/index.d.ts +4 -4
  140. package/@ones-editor/drop-target/src/drop-target.d.ts +2 -0
  141. package/@ones-editor/drop-target/src/handlers/drag-file.d.ts +0 -1
  142. package/@ones-editor/drop-target/src/handlers/patch-insert-file.d.ts +2 -0
  143. package/@ones-editor/drop-target/src/index.d.ts +2 -1
  144. package/@ones-editor/embed-block-helper/src/block-properties/embed-block-properties.d.ts +2 -1
  145. package/@ones-editor/embed-block-helper/src/block-resizer/index.d.ts +14 -0
  146. package/@ones-editor/embed-block-helper/src/index.d.ts +2 -0
  147. package/@ones-editor/embed-block-helper/src/locale/en-us.d.ts +7 -0
  148. package/@ones-editor/embed-block-helper/src/locale/index.d.ts +1 -0
  149. package/@ones-editor/embed-block-helper/src/locale/ja-jp.d.ts +7 -0
  150. package/@ones-editor/embed-block-helper/src/locale/zh-cn.d.ts +7 -0
  151. package/@ones-editor/excalidraw/package.json +11 -0
  152. package/@ones-editor/excalidraw/src/excalidraw/block-properties.d.ts +2 -0
  153. package/@ones-editor/excalidraw/src/excalidraw/editor.d.ts +2 -0
  154. package/@ones-editor/excalidraw/src/index.d.ts +4 -0
  155. package/@ones-editor/excalidraw/src/types.d.ts +9 -0
  156. package/@ones-editor/excalidraw/src/utils/excalidraw-data.d.ts +4 -0
  157. package/@ones-editor/exclusive-block/package.json +6 -0
  158. package/@ones-editor/exclusive-block/src/exclusive-block-hook.d.ts +6 -0
  159. package/@ones-editor/exclusive-block/src/exclusive-block.d.ts +22 -0
  160. package/@ones-editor/exclusive-block/src/exclusive-dom.d.ts +5 -0
  161. package/@ones-editor/exclusive-block/src/handle-remote-exclusive-message.d.ts +3 -0
  162. package/@ones-editor/exclusive-block/src/index.d.ts +7 -0
  163. package/@ones-editor/exclusive-block/src/locale/en-us.d.ts +7 -0
  164. package/@ones-editor/exclusive-block/src/locale/index.d.ts +1 -0
  165. package/@ones-editor/exclusive-block/src/locale/ja-jp.d.ts +7 -0
  166. package/@ones-editor/exclusive-block/src/locale/zh-cn.d.ts +7 -0
  167. package/@ones-editor/exclusive-block/src/types.d.ts +7 -0
  168. package/@ones-editor/file/src/file-embed/card/index.d.ts +3 -3
  169. package/@ones-editor/file/src/index.d.ts +2 -0
  170. package/@ones-editor/file/src/locale/en-us.d.ts +12 -0
  171. package/@ones-editor/file/src/locale/index.d.ts +1 -0
  172. package/@ones-editor/file/src/locale/ja-jp.d.ts +12 -0
  173. package/@ones-editor/file/src/locale/zh-cn.d.ts +12 -0
  174. package/@ones-editor/file/src/types.d.ts +3 -1
  175. package/@ones-editor/find-dialog/src/doc/doc-handler.d.ts +15 -0
  176. package/@ones-editor/find-dialog/src/find-dialog.d.ts +5 -1
  177. package/@ones-editor/find-dialog/src/highlights/highligh-text.d.ts +3 -0
  178. package/@ones-editor/find-dialog/src/highlights/highlight-dom.d.ts +1 -0
  179. package/@ones-editor/find-dialog/src/locale/ja-jp.d.ts +13 -0
  180. package/@ones-editor/graph-embed/assets/index.d.ts +2 -0
  181. package/@ones-editor/graph-embed/src/helper/graph-base.d.ts +9 -3
  182. package/@ones-editor/graph-embed/src/helper/graph-block-commands.d.ts +5 -3
  183. package/@ones-editor/graph-embed/src/lang/en-us.d.ts +10 -5
  184. package/@ones-editor/graph-embed/src/lang/ja-jp.d.ts +13 -0
  185. package/@ones-editor/graph-embed/src/lang/zh-cn.d.ts +6 -3
  186. package/@ones-editor/heading-collapse/src/index.d.ts +1 -0
  187. package/@ones-editor/heading-collapse/src/locale/en-us.d.ts +7 -0
  188. package/@ones-editor/heading-collapse/src/locale/index.d.ts +1 -0
  189. package/@ones-editor/heading-collapse/src/locale/ja-jp.d.ts +7 -0
  190. package/@ones-editor/heading-collapse/src/locale/zh-cn.d.ts +7 -0
  191. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/code.d.ts +1 -0
  192. package/@ones-editor/image-embed/package.json +2 -1
  193. package/@ones-editor/image-embed/src/copy-handler.d.ts +8 -0
  194. package/@ones-editor/image-embed/src/drag-drop/drag-handler.d.ts +9 -2
  195. package/@ones-editor/image-embed/src/drag-drop/handle-drop-over.d.ts +1 -1
  196. package/@ones-editor/image-embed/src/empty-image-converter.d.ts +5 -0
  197. package/@ones-editor/image-embed/src/image-data.d.ts +6 -4
  198. package/@ones-editor/image-embed/src/image-file.d.ts +4 -0
  199. package/@ones-editor/image-embed/src/image-object.d.ts +5 -1
  200. package/@ones-editor/image-embed/src/image-resizer.d.ts +3 -0
  201. package/@ones-editor/image-embed/src/index.d.ts +5 -2
  202. package/@ones-editor/image-embed/src/locale/en-us.d.ts +2 -1
  203. package/@ones-editor/image-embed/src/locale/ja-jp.d.ts +17 -0
  204. package/@ones-editor/image-embed/src/locale/zh-cn.d.ts +1 -0
  205. package/@ones-editor/image-embed/src/paste-handler.d.ts +7 -0
  206. package/@ones-editor/image-embed/src/shortcuts/copy-image.d.ts +2 -0
  207. package/@ones-editor/image-embed/src/shortcuts/image-clipboard-data.d.ts +7 -0
  208. package/@ones-editor/image-embed/src/shortcuts/index.d.ts +3 -2
  209. package/@ones-editor/image-embed/src/types.d.ts +9 -2
  210. package/@ones-editor/input-handlers/src/enforce-with-document-title/types.d.ts +1 -0
  211. package/@ones-editor/input-handlers/src/i18n/en-us.d.ts +1 -0
  212. package/@ones-editor/input-handlers/src/i18n/ja-jp.d.ts +11 -0
  213. package/@ones-editor/input-handlers/src/i18n/zh-cn.d.ts +1 -0
  214. package/@ones-editor/input-handlers/src/index.d.ts +2 -2
  215. package/@ones-editor/input-handlers/src/markdown-shortcuts/index.d.ts +2 -1
  216. package/@ones-editor/input-handlers/src/markdown-shortcuts/match-block-convert.d.ts +1 -0
  217. package/@ones-editor/input-handlers/src/markdown-shortcuts/table-converter.d.ts +2 -0
  218. package/@ones-editor/list-block/src/converter/convert-list-to.d.ts +2 -0
  219. package/@ones-editor/list-block/src/converter/convert-to-list.d.ts +14 -0
  220. package/@ones-editor/list-block/src/converter/index.d.ts +2 -14
  221. package/@ones-editor/list-block/src/index.d.ts +7 -3
  222. package/@ones-editor/list-block/src/keyboard/shortcut.d.ts +3 -0
  223. package/@ones-editor/list-block/src/lang/ja-jp.d.ts +21 -0
  224. package/@ones-editor/list-block/src/level/change-multi-levels.d.ts +2 -0
  225. package/@ones-editor/list-block/src/level/decrease-level.d.ts +1 -0
  226. package/@ones-editor/list-block/src/marker/customize-start-dialog.d.ts +1 -0
  227. package/@ones-editor/list-block/src/mindmap/index.d.ts +1 -1
  228. package/@ones-editor/list-block/src/mindmap/to-mindmap/close-mindmap.d.ts +1 -0
  229. package/@ones-editor/list-block/src/mindmap/to-mindmap/index.d.ts +3 -1
  230. package/@ones-editor/list-block/src/start/fix-start-by-list.d.ts +9 -0
  231. package/@ones-editor/list-block/src/types.d.ts +2 -1
  232. package/@ones-editor/list-block/src/utils/list-brother.d.ts +5 -1
  233. package/@ones-editor/markdown-to-doc/src/markdown-to-doc.d.ts +1 -0
  234. package/@ones-editor/markdown-to-doc/src/tokens/block-tokens/latex.d.ts +4 -0
  235. package/@ones-editor/markdown-to-doc/src/tokens/block-tokens/paragraph.d.ts +1 -0
  236. package/@ones-editor/mathjax/package.json +3 -0
  237. package/@ones-editor/mathjax/src/index.d.ts +2 -1
  238. package/@ones-editor/mathjax/src/locale/ja-jp.d.ts +7 -0
  239. package/@ones-editor/mathjax/src/mathjax-box/convert-mathjax.d.ts +5 -0
  240. package/@ones-editor/mathjax/src/mathjax-box/mathjax-editor.d.ts +18 -2
  241. package/@ones-editor/media-embed/src/core/media-embed.d.ts +4 -2
  242. package/@ones-editor/media-embed/src/core/media.d.ts +10 -4
  243. package/@ones-editor/media-embed/src/core/video-resizer.d.ts +1 -0
  244. package/@ones-editor/media-embed/src/locale/ja-jp.d.ts +19 -0
  245. package/@ones-editor/media-embed/src/utils/file.d.ts +1 -2
  246. package/@ones-editor/mention/src/block-mention.d.ts +1 -1
  247. package/@ones-editor/mention/src/dom/mention-button.d.ts +1 -1
  248. package/@ones-editor/mention/src/index.d.ts +1 -0
  249. package/@ones-editor/mention/src/locale/en-us.d.ts +6 -0
  250. package/@ones-editor/mention/src/locale/index.d.ts +1 -0
  251. package/@ones-editor/mention/src/locale/ja-jp.d.ts +6 -0
  252. package/@ones-editor/mention/src/locale/zh-cn.d.ts +6 -0
  253. package/@ones-editor/mention/src/mention.d.ts +2 -9
  254. package/@ones-editor/mention/src/types.d.ts +12 -1
  255. package/@ones-editor/misc/src/index.d.ts +2 -1
  256. package/@ones-editor/misc/src/is-secure-env.d.ts +1 -0
  257. package/@ones-editor/mobile-helper/package.json +9 -0
  258. package/@ones-editor/mobile-helper/src/index.d.ts +11 -0
  259. package/@ones-editor/paste-handler/src/paste-handler.d.ts +1 -1
  260. package/@ones-editor/paste-handler/src/text-data-converter.d.ts +2 -2
  261. package/@ones-editor/paste-special/src/index.d.ts +1 -0
  262. package/@ones-editor/paste-special/src/locale/en-us.d.ts +8 -0
  263. package/@ones-editor/paste-special/src/locale/index.d.ts +1 -0
  264. package/@ones-editor/paste-special/src/locale/ja-jp.d.ts +8 -0
  265. package/@ones-editor/paste-special/src/locale/zh-cn.d.ts +8 -0
  266. package/@ones-editor/paste-special/src/paste-special-handler.d.ts +2 -2
  267. package/@ones-editor/scroll-container/src/dom-utils.d.ts +8 -0
  268. package/@ones-editor/scroll-container/src/index.d.ts +8 -18
  269. package/@ones-editor/scroll-container/src/observer/container-resize-observer.d.ts +2 -1
  270. package/@ones-editor/scroll-container/src/observer/locating-resize-observer.d.ts +2 -1
  271. package/@ones-editor/scroll-container/src/scroll-listener.d.ts +2 -0
  272. package/@ones-editor/scroll-container/src/types.d.ts +3 -1
  273. package/@ones-editor/scroll-container/src/utils.d.ts +1 -0
  274. package/@ones-editor/sharedb-doc/src/doc/auth-connection.d.ts +3 -3
  275. package/@ones-editor/sharedb-doc/src/doc/comments.d.ts +0 -1
  276. package/@ones-editor/sharedb-doc/src/doc/op-parser/parse-handler.d.ts +25 -0
  277. package/@ones-editor/sharedb-doc/src/doc/sharedb-client.d.ts +5 -4
  278. package/@ones-editor/sharedb-doc/src/doc/sharedb-doc.d.ts +14 -4
  279. package/@ones-editor/sharedb-doc/src/index.d.ts +1 -0
  280. package/@ones-editor/sharedb-doc/src/types.d.ts +3 -2
  281. package/@ones-editor/table-block/src/constant/index.d.ts +1 -0
  282. package/@ones-editor/table-block/src/locale/en-us.d.ts +5 -0
  283. package/@ones-editor/table-block/src/locale/ja-jp.d.ts +27 -0
  284. package/@ones-editor/table-block/src/locale/zh-cn.d.ts +5 -0
  285. package/@ones-editor/table-block/src/table-block/border-bar/table-border-bar-handler.d.ts +14 -1
  286. package/@ones-editor/table-block/src/table-block/border-bar/table-border-bar-scroll.d.ts +2 -0
  287. package/@ones-editor/table-block/src/table-block/border-bar/table-border-bar.d.ts +2 -1
  288. package/@ones-editor/table-block/src/table-block/border-bar/table-row-column-toolbar.d.ts +1 -0
  289. package/@ones-editor/table-block/src/table-block/convert-table-to.d.ts +2 -0
  290. package/@ones-editor/table-block/src/table-block/doc-change-handler.d.ts +2 -0
  291. package/@ones-editor/table-block/src/table-block/doc-table-data.d.ts +1 -1
  292. package/@ones-editor/table-block/src/table-block/selection-range.d.ts +2 -1
  293. package/@ones-editor/table-block/src/table-block/table-creator/index.d.ts +1 -1
  294. package/@ones-editor/table-block/src/table-block/table-dom.d.ts +1 -0
  295. package/@ones-editor/table-block/src/table-block/table-scroll-events.d.ts +2 -0
  296. package/@ones-editor/table-block/src/types.d.ts +5 -0
  297. package/@ones-editor/tabs-block/package.json +8 -0
  298. package/@ones-editor/tabs-block/src/active-tab.d.ts +2 -0
  299. package/@ones-editor/tabs-block/src/create-empty-tabs.d.ts +8 -0
  300. package/@ones-editor/tabs-block/src/index.d.ts +4 -0
  301. package/@ones-editor/tabs-block/src/tabs-dom.d.ts +4 -0
  302. package/@ones-editor/tabs-block/src/tabs-object.d.ts +14 -0
  303. package/@ones-editor/tabs-block/src/tabs-options.d.ts +2 -0
  304. package/@ones-editor/tabs-block/src/types.d.ts +8 -0
  305. package/@ones-editor/templates/src/locale/ja-jp.d.ts +9 -0
  306. package/@ones-editor/templates/src/templates/select-template.d.ts +0 -1
  307. package/@ones-editor/text-commands/src/index.d.ts +2 -1
  308. package/@ones-editor/text-commands/src/locale/en-us.d.ts +1 -14
  309. package/@ones-editor/text-commands/src/locale/ja-jp.d.ts +13 -0
  310. package/@ones-editor/text-commands/src/locale/zh-cn.d.ts +1 -14
  311. package/@ones-editor/text-commands/src/shortcut-handler.d.ts +2 -0
  312. package/@ones-editor/text-commands/src/text-command-provider.d.ts +1 -1
  313. package/@ones-editor/to-docx/src/doc2other/core.d.ts +1 -1
  314. package/@ones-editor/toc/src/build-toc.d.ts +4 -2
  315. package/@ones-editor/toc/src/heading-scroll/index.d.ts +2 -2
  316. package/@ones-editor/toc/src/index.d.ts +2 -0
  317. package/@ones-editor/toc/src/locale/en-us.d.ts +6 -0
  318. package/@ones-editor/toc/src/locale/index.d.ts +1 -0
  319. package/@ones-editor/toc/src/locale/ja-jp.d.ts +6 -0
  320. package/@ones-editor/toc/src/locale/zh-cn.d.ts +6 -0
  321. package/@ones-editor/toc/src/toc-provider.d.ts +2 -1
  322. package/@ones-editor/toc/src/types.d.ts +3 -0
  323. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  324. package/@ones-editor/ui/src/index.d.ts +6 -4
  325. package/@ones-editor/ui/src/locale/en-us.d.ts +12 -20
  326. package/@ones-editor/ui/src/locale/ja-jp.d.ts +43 -0
  327. package/@ones-editor/ui/src/locale/zh-cn.d.ts +4 -12
  328. package/@ones-editor/ui/src/quick-menu/basic-commands.d.ts +5 -0
  329. package/@ones-editor/ui/src/quick-menu/basic-menu-items.d.ts +13 -10
  330. package/@ones-editor/ui/src/quick-menu/index.d.ts +6 -0
  331. package/@ones-editor/ui/src/quick-menu/inline-box-items.d.ts +8 -14
  332. package/@ones-editor/ui/src/quick-menu/quick-menu-items.d.ts +4 -1
  333. package/@ones-editor/ui/src/toolbar/box-only.d.ts +2 -0
  334. package/@ones-editor/ui/src/toolbar/commands/paragraph.d.ts +1 -0
  335. package/@ones-editor/ui/src/toolbar/helper.d.ts +1 -1
  336. package/@ones-editor/ui/src/toolbar/object-commands.d.ts +5 -1
  337. package/@ones-editor/ui/src/toolbar/toolbar-handler.d.ts +4 -1
  338. package/@ones-editor/ui/src/tooltips/index.d.ts +6 -1
  339. package/@ones-editor/ui-base/src/auto-suggest/auto-suggest-menu.d.ts +23 -13
  340. package/@ones-editor/ui-base/src/auto-suggest/auto-suggest.d.ts +12 -2
  341. package/@ones-editor/ui-base/src/auto-suggest/editor-auto-suggest-menu.d.ts +12 -0
  342. package/@ones-editor/ui-base/src/auto-suggest/index.d.ts +2 -1
  343. package/@ones-editor/ui-base/src/auto-suggest/should-focus-to-editor.d.ts +2 -0
  344. package/@ones-editor/ui-base/src/command-bar/command-bar.d.ts +8 -2
  345. package/@ones-editor/ui-base/src/command-bar/fixed-toolbar.d.ts +12 -0
  346. package/@ones-editor/ui-base/src/command-bar/index.d.ts +2 -1
  347. package/@ones-editor/ui-base/src/command-bar/init-toolbar-item.d.ts +6 -0
  348. package/@ones-editor/ui-base/src/command-bar/manual-command-bar.d.ts +2 -1
  349. package/@ones-editor/ui-base/src/command-bar/types.d.ts +13 -2
  350. package/@ones-editor/ui-base/src/components/button.d.ts +1 -1
  351. package/@ones-editor/ui-base/src/components/checkbox.d.ts +3 -0
  352. package/@ones-editor/ui-base/src/components/index.d.ts +2 -0
  353. package/@ones-editor/ui-base/src/components/loading.d.ts +2 -0
  354. package/@ones-editor/ui-base/src/dialog/index.d.ts +1 -0
  355. package/@ones-editor/ui-base/src/dialog/types.d.ts +4 -0
  356. package/@ones-editor/ui-base/src/dropdown/index.d.ts +44 -0
  357. package/@ones-editor/ui-base/src/icons/index.d.ts +7 -1
  358. package/@ones-editor/ui-base/src/index.d.ts +2 -0
  359. package/@ones-editor/ui-base/src/input/create-input.d.ts +1 -0
  360. package/@ones-editor/ui-base/src/item-shortcuts/index.d.ts +1 -0
  361. package/@ones-editor/ui-base/src/list/drop-down-filterable-list.d.ts +2 -2
  362. package/@ones-editor/ui-base/src/locale/en-us.d.ts +1 -0
  363. package/@ones-editor/ui-base/src/locale/ja-jp.d.ts +12 -0
  364. package/@ones-editor/ui-base/src/locale/zh-cn.d.ts +1 -0
  365. package/@ones-editor/versions/src/history-doc/history-doc.d.ts +6 -5
  366. package/@ones-editor/versions/src/index.d.ts +1 -1
  367. package/@ones-editor/versions/src/locale/en-us.d.ts +29 -0
  368. package/@ones-editor/versions/src/locale/ja-jp.d.ts +44 -0
  369. package/@ones-editor/versions/src/locale/zh-cn.d.ts +29 -0
  370. package/@ones-editor/versions/src/types.d.ts +8 -8
  371. package/@ones-editor/versions/src/utils/index.d.ts +2 -2
  372. package/@ones-editor/versions/src/version-dialog/index.d.ts +26 -2
  373. package/@ones-editor/versions/src/version-dialog/play-history.d.ts +1 -2
  374. package/@ones-editor/versions/src/version-dialog/size-limit-textarea.d.ts +23 -0
  375. package/@ones-editor/versions/src/version-dialog/version-helper.d.ts +3 -0
  376. package/@ones-editor/versions/src/version-dialog/version-info-header.d.ts +13 -0
  377. package/@ones-editor/versions/src/version-dialog/version-list.d.ts +23 -9
  378. package/@ones-editor/versions/src/version-dialog/versions-dropdown.d.ts +27 -0
  379. package/@ones-editor/webpage-embed/src/locale/en-us.d.ts +6 -0
  380. package/@ones-editor/webpage-embed/src/locale/ja-jp.d.ts +27 -0
  381. package/@ones-editor/webpage-embed/src/locale/zh-cn.d.ts +6 -0
  382. package/@ones-editor/webpage-embed/src/types.d.ts +3 -0
  383. package/@ones-editor/webpage-embed/src/ui/dialog.d.ts +2 -2
  384. package/@ones-editor/webpage-embed/src/webpage-embed/webpage-items.d.ts +2 -14
  385. package/dist/comments/create-comment-editor.d.ts +4 -7
  386. package/dist/comments/local-doc-comments-provider.d.ts +19 -0
  387. package/dist/comments/{comments-provider.d.ts → sharedb-doc-comments-provider.d.ts} +4 -6
  388. package/dist/index.d.ts +19 -4
  389. package/dist/index.js +464 -437
  390. package/dist/lang/en-us.d.ts +19 -0
  391. package/dist/lang/index.d.ts +1 -0
  392. package/dist/lang/ja-jp.d.ts +19 -0
  393. package/dist/lang/zh-cn.d.ts +19 -0
  394. package/dist/standard-components.d.ts +3 -0
  395. package/dist/types.d.ts +35 -3
  396. package/dist/versions/versions-provider.d.ts +1 -1
  397. package/package.json +7 -4
  398. package/@ones-editor/block-menu/src/icons/index.d.ts +0 -4
  399. package/@ones-editor/e2e/cypress/support/commands.d.ts +0 -25
  400. package/@ones-editor/e2e/cypress/support/e2e.d.ts +0 -1
  401. package/@ones-editor/e2e/cypress.config.d.ts +0 -3
  402. package/@ones-editor/e2e/package.json +0 -13
  403. package/@ones-editor/e2e/src/block-menu/case.d.ts +0 -17
  404. package/@ones-editor/e2e/src/block-menu/menu.cy.d.ts +0 -1
  405. package/@ones-editor/e2e/src/data.d.ts +0 -131
  406. package/@ones-editor/e2e/src/input-handlers/case.d.ts +0 -10
  407. package/@ones-editor/e2e/src/input-handlers/shortcut.cy.d.ts +0 -1
  408. package/@ones-editor/e2e/src/list-block/case.d.ts +0 -8
  409. package/@ones-editor/e2e/src/list-block/list.cy.d.ts +0 -1
  410. package/@ones-editor/e2e/src/toc/case.d.ts +0 -5
  411. package/@ones-editor/e2e/src/toc/toc.cy.d.ts +0 -1
  412. package/@ones-editor/graph-embed/src/lang/utils.d.ts +0 -3
  413. package/@ones-editor/list-block/src/command/covert-to-list.d.ts +0 -3
  414. package/@ones-editor/versions/src/version-dialog/actions-buttons.d.ts +0 -17
  415. /package/@ones-editor/block-menu/src/block-menu-button/{drag-drop → drag-preview}/element-to-data-url.d.ts +0 -0
@@ -1,3 +1,4 @@
1
1
  import type { Embed } from '../../../@ones-editor/core';
2
+ import './lang';
2
3
  declare const DrawioEmbed: Embed;
3
4
  export default DrawioEmbed;
@@ -1,5 +1,5 @@
1
- import type { OnesEditor, BlockContentElement } from '../../../../@ones-editor/core';
2
- import { type EmbedElement, DrawIoData, GraphDataType, XmlData, XmlSvgData, SrcData, DrawIoOptions } from '../../types';
1
+ import type { OnesEditor, BlockElement } from '../../../../@ones-editor/core';
2
+ import { DrawIoData, GraphDataType, XmlData, XmlSvgData, SrcData, DrawIoOptions } from '../../types';
3
3
  import '../../types/window.d';
4
4
  export declare function getDrawioOptions(editor: OnesEditor): DrawIoOptions;
5
5
  export declare function getDrawioLang(editor: OnesEditor): string;
@@ -11,12 +11,18 @@ export declare function initializeDrawioIframe(editor: OnesEditor): Promise<{
11
11
  drawioIframe: HTMLIFrameElement;
12
12
  exit: () => void;
13
13
  }>;
14
- export declare function contactWithIframe(editor: OnesEditor, block: BlockContentElement, drawIoData: DrawIoData, iframe: HTMLIFrameElement, loaded: () => void, exit: () => void, isInitializationCompleted: boolean): void;
15
- export declare function editGraph(editor: OnesEditor, block: BlockContentElement, data: DrawIoData, isInitializationCompleted: boolean): Promise<void>;
14
+ export declare function contactWithIframe(editor: OnesEditor, block: BlockElement, drawIoData: DrawIoData, iframe: HTMLIFrameElement, loaded: () => void, exit: () => void, isInitializationCompleted: boolean): void;
15
+ export declare function editGraph(editor: OnesEditor, block: BlockElement, data: DrawIoData, isInitializationCompleted: boolean): Promise<void>;
16
16
  export declare function initDrawIo(editor: OnesEditor): Promise<void>;
17
- export declare function removeDrawioEmptyStatus(el: HTMLElement): void;
18
- export declare function addDrawioEmptyStatus(el: HTMLElement): void;
19
- export declare function setGraph(embed: EmbedElement, data: GraphDataType): void;
20
- export declare function updateGraphBySrc(src: SrcData['src'], embed: EmbedElement, editor: OnesEditor): void;
21
- export declare function updateGraphByXml(mxFile: XmlData['xml'], embed: EmbedElement, editor: OnesEditor): void;
22
- export declare function updateGraphByXmlSvg(xmlSvg: XmlSvgData['xmlSvg'], embed: EmbedElement): void;
17
+ export declare function removeDrawioEmptyStatus(embed: HTMLElement): void;
18
+ export declare function addDrawioEmptyStatus(embed: HTMLElement): void;
19
+ export declare function addDrawioLoadErrorStatus(editor: OnesEditor, embed: HTMLElement, data: DrawIoData): void;
20
+ export declare function setGraph(embed: HTMLElement, data: GraphDataType): void;
21
+ export declare function getPreGraphData(embed: HTMLElement): {
22
+ src: string;
23
+ xmlSvg: string;
24
+ xml: string;
25
+ };
26
+ export declare function updateGraphBySrc(src: SrcData['src'], embed: HTMLElement, editor: OnesEditor): void;
27
+ export declare function updateGraphByXml(mxFile: XmlData['xml'], embed: HTMLElement, editor: OnesEditor): void;
28
+ export declare function updateGraphByXmlSvg(xmlSvg: XmlSvgData['xmlSvg'], embed: HTMLElement): void;
@@ -1,7 +1,12 @@
1
1
  declare const _default: {
2
- title: string;
3
- empty: string;
4
- loading: string;
5
- abstract: string;
2
+ drawio: {
3
+ title: string;
4
+ empty: string;
5
+ loading: string;
6
+ abstract: string;
7
+ errorTips: string;
8
+ errorSubTips: string;
9
+ retry: string;
10
+ };
6
11
  };
7
12
  export default _default;
@@ -1 +1 @@
1
- export default function injectLang(): void;
1
+ export {};
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ drawio: {
3
+ title: string;
4
+ empty: string;
5
+ loading: string;
6
+ abstract: string;
7
+ errorTips: string;
8
+ errorSubTips: string;
9
+ retry: string;
10
+ };
11
+ };
12
+ export default _default;
@@ -1,7 +1,12 @@
1
1
  declare const _default: {
2
- title: string;
3
- empty: string;
4
- loading: string;
5
- abstract: string;
2
+ drawio: {
3
+ title: string;
4
+ empty: string;
5
+ loading: string;
6
+ abstract: string;
7
+ errorTips: string;
8
+ errorSubTips: string;
9
+ retry: string;
10
+ };
6
11
  };
7
12
  export default _default;
@@ -1,4 +1,4 @@
1
- import { type OnesEditor, BlockContentElement } from '@ones-editor/core';
1
+ import { type OnesEditor, BlockElement } from '@ones-editor/core';
2
2
  export type WithNull<T> = T | null;
3
3
  export type EmbedElement = HTMLElement & {
4
4
  __neverUse: 'EmbedElement';
@@ -7,7 +7,7 @@ export interface DrawIoData {
7
7
  xml?: string;
8
8
  xmlSvg?: string;
9
9
  src?: string;
10
- [K: string]: any;
10
+ height?: number;
11
11
  }
12
12
  export type UpdateFnTypes<T> = (data: T, embed: EmbedElement, editor?: OnesEditor) => void;
13
13
  export interface XmlData {
@@ -22,7 +22,7 @@ export interface SrcData {
22
22
  }
23
23
  export type GraphDataType = XmlData | XmlSvgData | SrcData;
24
24
  export type LANG = Record<string, string | Record<string, string>>;
25
- export type OnesEditorLang = 'zh-CN' | 'zh-TW' | 'js-JP';
25
+ export type OnesEditorLang = 'zh-CN' | 'zh-TW' | 'ja-JP' | 'en-US';
26
26
  export interface DrawIoOptions {
27
27
  lang?: OnesEditorLang;
28
28
  cdn?: {
@@ -34,6 +34,6 @@ export interface DrawIoOptions {
34
34
  onError?: (editor: OnesEditor, error: Error) => void;
35
35
  onCreateDrawIoFrame?: (editor: OnesEditor) => Promise<HTMLIFrameElement>;
36
36
  onCloseDrawIoFrame?: (editor: OnesEditor, iframe: HTMLIFrameElement) => boolean;
37
- onBeginInitDrawIo?: (editor: OnesEditor, block: BlockContentElement) => void;
37
+ onBeginInitDrawIo?: (editor: OnesEditor, block: BlockElement) => void;
38
38
  };
39
39
  }
@@ -17,6 +17,7 @@ export default class OnesEditorDropTarget {
17
17
  addHandler(handler: DropHandler): void;
18
18
  static register(editor: OnesEditor): OnesEditorDropTarget;
19
19
  static get(editor: OnesEditor): OnesEditorDropTarget;
20
+ static find(editor: OnesEditor): OnesEditorDropTarget | null;
20
21
  private canInsertAfter;
21
22
  private canInsertBefore;
22
23
  private canDrop;
@@ -24,4 +25,5 @@ export default class OnesEditorDropTarget {
24
25
  private findInsertPos;
25
26
  private handleDragOver;
26
27
  private handleDrop;
28
+ private handleDragLeave;
27
29
  }
@@ -3,6 +3,5 @@ import type { DropHandler } from '../drop-target';
3
3
  export declare class DropFileHandler implements DropHandler {
4
4
  private editor;
5
5
  constructor(editor: OnesEditor);
6
- private getEmbedClassByFile;
7
6
  handleDrop: (editor: OnesEditor, dragData: BlockElement | File[], targetContainer: ContainerElement, blockIndex: number) => boolean;
8
7
  }
@@ -0,0 +1,2 @@
1
+ import { OnesEditor } from '../../../../@ones-editor/core';
2
+ export declare function patchInsertFile(editor: OnesEditor, files: File[], containerId: string, blockIndex: number): Promise<void>;
@@ -1,4 +1,5 @@
1
1
  import OnesEditorDropTarget from './drop-target';
2
2
  import type { DropHandler } from './drop-target';
3
+ import { patchInsertFile } from './handlers/patch-insert-file';
3
4
  export * from './drag-object';
4
- export { OnesEditorDropTarget, DropHandler };
5
+ export { OnesEditorDropTarget, DropHandler, patchInsertFile };
@@ -8,10 +8,11 @@ export interface StandardEmbedBlockProperties<T = PresetCommandId> {
8
8
  export declare function addCommentToBlock(editor: OnesEditor, block: BlockElement): boolean;
9
9
  export declare class StandardEmbedBlockCommands<T = PresetCommandId> implements BlockCommands {
10
10
  protected editor: OnesEditor;
11
+ protected block: BlockElement;
11
12
  protected properties?: StandardEmbedBlockProperties<T> | undefined;
12
13
  group: string;
14
+ constructor(editor: OnesEditor, block: BlockElement, properties?: StandardEmbedBlockProperties<T> | undefined);
13
15
  _commands: CommandItem[];
14
- constructor(editor: OnesEditor, properties?: StandardEmbedBlockProperties<T> | undefined);
15
16
  get commands(): CommandItem[];
16
17
  executeCommand(editor: OnesEditor, block: BlockElement, item: CommandItem): void;
17
18
  }
@@ -0,0 +1,14 @@
1
+ import { BlockElement, OnesEditor } from '../../../../@ones-editor/core';
2
+ import { BlockResizer } from '../../../../@ones-editor/block-resizer';
3
+ export declare class EmbedBlockResizer {
4
+ private editor;
5
+ blockResizer: BlockResizer;
6
+ constructor(editor: OnesEditor);
7
+ handleResizing: (resizer: BlockResizer, rect: DOMRect) => void;
8
+ destroy(): void;
9
+ handleHoveringBlockChange: (block: BlockElement | null, old: BlockElement | null) => void;
10
+ tryEnableResizer(block: BlockElement): void;
11
+ disableResizer(): void;
12
+ static get(editor: OnesEditor): EmbedBlockResizer;
13
+ static register(editor: OnesEditor, block: BlockElement): EmbedBlockResizer;
14
+ }
@@ -1 +1,3 @@
1
+ import './locale';
1
2
  export * from './block-properties';
3
+ export * from './block-resizer';
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ embedProperties: {
3
+ edit: string;
4
+ addComment: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ embedProperties: {
3
+ edit: string;
4
+ addComment: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ embedProperties: {
3
+ edit: string;
4
+ addComment: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@ones-editor/excalidraw",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "main": "src/index.ts",
6
+ "devDependencies": {
7
+ "@types/react": "^18.0.26",
8
+ "@types/react-dom": "^18.0.9"
9
+ },
10
+ "types": "src/index.d.ts"
11
+ }
@@ -0,0 +1,2 @@
1
+ import { BlockElement, BlockProperties, OnesEditor } from '../../../../@ones-editor/core';
2
+ export declare function getBlockProperties(editor: OnesEditor, block: BlockElement): BlockProperties;
@@ -0,0 +1,2 @@
1
+ import { BlockElement, OnesEditor } from '../../../../@ones-editor/core';
2
+ export declare function editExcalidraw(editor: OnesEditor, block: BlockElement): void;
@@ -0,0 +1,4 @@
1
+ import type { Embed } from '../../../@ones-editor/core';
2
+ import './excalidraw-styles.scss';
3
+ declare const ExcalidrawEmbed: Embed;
4
+ export default ExcalidrawEmbed;
@@ -0,0 +1,9 @@
1
+ import { BinaryFiles } from '@excalidraw/excalidraw/types/types';
2
+ export type ExcalidrawEmbedData = {
3
+ src: string;
4
+ height?: number;
5
+ };
6
+ export type ExcalidrawSvgMetadata = {
7
+ files: BinaryFiles;
8
+ elements: readonly unknown[];
9
+ };
@@ -0,0 +1,4 @@
1
+ import { OnesEditor } from 'packages/core/src';
2
+ import { ExcalidrawSvgMetadata } from '../types';
3
+ export declare function downloadDataFromUrl(url: string): Promise<ExcalidrawSvgMetadata | null>;
4
+ export declare function uploadSvg(editor: OnesEditor, svg: SVGSVGElement, metadata: ExcalidrawSvgMetadata): Promise<import("packages/core/src").UploadResourceResult>;
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@ones-editor/exclusive-block",
3
+ "version": "0.0.1",
4
+ "main": "src/index.ts",
5
+ "types": "src/index.d.ts"
6
+ }
@@ -0,0 +1,6 @@
1
+ import { BlockElement, BlockPath, ContainerElement, DocBlock, OnesEditor, OnesEditorBlockHook } from '../../../@ones-editor/core';
2
+ export default class BlockExclusiveHook implements OnesEditorBlockHook {
3
+ writable(editor: OnesEditor, blockElement: BlockElement | BlockElement[]): boolean | undefined;
4
+ create(editor: OnesEditor, path: BlockPath, container: ContainerElement, blockElement: BlockElement, blockData: DocBlock): void;
5
+ update(editor: OnesEditor, path: BlockPath, container: ContainerElement, blockElement: BlockElement, blockData: DocBlock): void;
6
+ }
@@ -0,0 +1,22 @@
1
+ import { BlockElement, OnesEditor, OnesEditorCustom, OnesEditorDocCallbacks, OnesEditorUser } from '../../../@ones-editor/core';
2
+ import { ExclusiveBlockMessage } from './types';
3
+ export declare class OnesEditorExclusiveBlock implements OnesEditorCustom, OnesEditorDocCallbacks {
4
+ private editor;
5
+ exclusiveBlockIds: Set<string>;
6
+ exclusiveBlockTimer: number;
7
+ remoteExclusiveBlockIds: Map<string, ExclusiveBlockMessage>;
8
+ constructor(editor: OnesEditor);
9
+ destroy(): void;
10
+ onCustomMessage(msg: unknown): void;
11
+ handleUserChanged: (users: OnesEditorUser[]) => void;
12
+ getExclusiveMessage(blockId: string): ExclusiveBlockMessage | undefined;
13
+ broadcastExclusiveBlockMessage(blocks: BlockElement[], exclusive: boolean): void;
14
+ exclusiveBlock(block: BlockElement): void;
15
+ unexclusiveBlock(block: BlockElement): void;
16
+ startExclusiveBlockTimer(): void;
17
+ stopExclusiveBlockTimer(): void;
18
+ static get(editor: OnesEditor): OnesEditorExclusiveBlock;
19
+ static register(editor: OnesEditor): OnesEditorExclusiveBlock;
20
+ }
21
+ export declare function exclusiveBlock(editor: OnesEditor, block: BlockElement): void;
22
+ export declare function unexclusiveBlock(editor: OnesEditor, block: BlockElement): void;
@@ -0,0 +1,5 @@
1
+ import { BlockElement, OnesEditor } from '../../../@ones-editor/core';
2
+ export declare function addExclusiveStyle(editor: OnesEditor, block: BlockElement, userId: string, displayName: string): void;
3
+ export declare function removeExclusiveStyle(block: BlockElement): void;
4
+ export declare function updateBlockExclusive(editor: OnesEditor, block: BlockElement, exclusive: boolean, userId: string, displayName: string): void;
5
+ export declare function isExclusiveBlock(block: BlockElement): boolean;
@@ -0,0 +1,3 @@
1
+ import { OnesEditor } from '../../../@ones-editor/core';
2
+ import { ExclusiveBlockMessage } from './types';
3
+ export declare function handleRemoteBlockExclusiveMessage(editor: OnesEditor, message: ExclusiveBlockMessage): void;
@@ -0,0 +1,7 @@
1
+ import { OnesEditorExclusiveBlock } from './exclusive-block';
2
+ import BlockExclusiveHook from './exclusive-block-hook';
3
+ import './exclusive-block-styles.scss';
4
+ import './locale';
5
+ export { isExclusiveBlock } from './exclusive-dom';
6
+ export { exclusiveBlock, unexclusiveBlock } from './exclusive-block';
7
+ export { BlockExclusiveHook, OnesEditorExclusiveBlock };
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ exclusive: {
3
+ tips: string;
4
+ fallbackAbstract: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ exclusive: {
3
+ tips: string;
4
+ fallbackAbstract: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ exclusive: {
3
+ tips: string;
4
+ fallbackAbstract: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export interface ExclusiveBlockMessage {
2
+ type: 'exclusiveBlock';
3
+ userId: string;
4
+ displayName: string;
5
+ blockIds: string[];
6
+ exclusive: boolean;
7
+ }
@@ -1,6 +1,6 @@
1
- import { BlockContentElement } from '../../../../../@ones-editor/core';
1
+ import { OnesEditor, BlockContentElement } from '../../../../../@ones-editor/core';
2
2
  import { FileEmbedData } from '../../types';
3
- export declare function renderFileCard(content: BlockContentElement, data: FileEmbedData): {
3
+ export declare function renderFileCard(editor: OnesEditor, content: BlockContentElement, data: FileEmbedData): Promise<{
4
4
  card: HTMLDivElement;
5
5
  downloadButton: HTMLButtonElement;
6
- };
6
+ }>;
@@ -1,3 +1,5 @@
1
1
  import FileBox from './file-box';
2
2
  import FileEmbed from './file-embed';
3
+ import './locale';
4
+ export * from './types';
3
5
  export { FileBox, FileEmbed };
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ file: {
3
+ abstract: string;
4
+ commands: {
5
+ download: string;
6
+ toLink: string;
7
+ toCard: string;
8
+ comment: string;
9
+ };
10
+ };
11
+ };
12
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ file: {
3
+ abstract: string;
4
+ commands: {
5
+ download: string;
6
+ toLink: string;
7
+ toCard: string;
8
+ comment: string;
9
+ };
10
+ };
11
+ };
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ file: {
3
+ abstract: string;
4
+ commands: {
5
+ download: string;
6
+ toLink: string;
7
+ toCard: string;
8
+ comment: string;
9
+ };
10
+ };
11
+ };
12
+ export default _default;
@@ -18,5 +18,7 @@ export interface FileEmbedData extends DocEmbedData, FileData {
18
18
  }
19
19
  export interface FileOptions {
20
20
  onClick?: (editor: OnesEditor, elem: BlockElement | BoxElement, event: MouseEvent) => void;
21
- onDownloadFile?: (editor: OnesEditor, data: FileData) => void;
21
+ onDownloadFile?: (editor: OnesEditor, data: FileData | FileBoxData, source: 'embed' | 'box') => void;
22
+ renderFileCardIcon?: (editor: OnesEditor, blockData: FileEmbedData) => Promise<false | HTMLImageElement>;
23
+ onGetFileDownloadUrl?: (editor: OnesEditor, data: FileBoxData | FileEmbedData) => Promise<string | undefined>;
22
24
  }
@@ -0,0 +1,15 @@
1
+ import { TypedEmitter } from 'tiny-typed-emitter';
2
+ import type { OnesEditorDocCallbacks, OnesEditor, DocBlockTextActions, BlockElement, DocBlock } from '../../../../@ones-editor/core';
3
+ interface DocEvent {
4
+ onDocChanged: (changedBlock: BlockElement) => void;
5
+ onDocInserted: () => void;
6
+ onDocDeleted: (deletedBlock: BlockElement) => void;
7
+ }
8
+ declare class FindDialogDocHandler extends TypedEmitter<DocEvent> implements OnesEditorDocCallbacks {
9
+ private editor;
10
+ constructor(editor: OnesEditor);
11
+ onUpdateBlockText(containerId: string, blockIndex: number, actions: DocBlockTextActions): void;
12
+ onInsertBlock(containerId: string, blockIndex: number, blockData: DocBlock, local: boolean): void;
13
+ onDeleteBlock(containerId: string, blockIndex: number, local: boolean): void;
14
+ }
15
+ export default FindDialogDocHandler;
@@ -1,5 +1,6 @@
1
+ /// <reference types="lodash" />
1
2
  import { ManualCloseDialog } from '../../../@ones-editor/ui-base';
2
- import { OnesEditor } from '../../../@ones-editor/core';
3
+ import { OnesEditor, BlockElement } from '../../../@ones-editor/core';
3
4
  export default class FindDialog {
4
5
  private editor;
5
6
  dialog: ManualCloseDialog | null;
@@ -24,6 +25,9 @@ export default class FindDialog {
24
25
  constructor(editor: OnesEditor);
25
26
  handleFindChanged: () => void;
26
27
  handleCompositionEnd: () => void;
28
+ handleDocChanged: (changedBlock: BlockElement) => void;
29
+ handleDocInserted: () => void;
30
+ handleDocDeleted: (deletedBlock: BlockElement) => void;
27
31
  handleInput: (event: Event) => void;
28
32
  handleFind: () => void;
29
33
  findNext(options: {
@@ -3,6 +3,9 @@ export declare function clearAllReplaceResultHighlight(editor: OnesEditor): void
3
3
  export declare function clearAllHighlights(editor: OnesEditor, options?: {
4
4
  keepReplaceResult?: boolean;
5
5
  }): void;
6
+ export declare function clearHighlightsInBlock(editor: OnesEditor, block: BlockElement, options?: {
7
+ keepReplaceResult?: boolean;
8
+ }): void;
6
9
  export declare function getCurrentHighlighIndex(editor: OnesEditor): number;
7
10
  export declare function gotoFirstHighlight(editor: OnesEditor): number;
8
11
  export declare function gotoNextHighlight(editor: OnesEditor): number;
@@ -1,6 +1,7 @@
1
1
  import { BlockElement, OnesEditor } from '../../../../@ones-editor/core';
2
2
  export declare function isHighlight(elem: HTMLElement): boolean;
3
3
  export declare function getAllHighlights(editor: OnesEditor): HTMLElement[];
4
+ export declare function getHighlightsInBlock(editor: OnesEditor, block: BlockElement): HTMLElement[];
4
5
  export declare function getAllReplaceResultHighlights(editor: OnesEditor): HTMLElement[];
5
6
  export declare function getBlockHighlight(block: BlockElement): HTMLElement[];
6
7
  export declare function clearBlockHighlight(block: BlockElement): void;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ find: {
3
+ findLabel: string;
4
+ replaceLabel: string;
5
+ findButton: string;
6
+ replaceButton: string;
7
+ replaceAllButton: string;
8
+ moreButton: string;
9
+ findPlaceholder: string;
10
+ replacePlaceholder: string;
11
+ };
12
+ };
13
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import GraphIcon from './graph-icon.svg?raw';
2
+ export { GraphIcon, };
@@ -1,11 +1,14 @@
1
1
  import { BlockProperties } from '../../../../@ones-editor/core';
2
- import type { OnesEditor, BlockContentElement, DocEmbedBlock, Logger } from '../../../../@ones-editor/core';
2
+ import type { OnesEditor, BlockContentElement, DocEmbedBlock, BlockElement, Logger } from '../../../../@ones-editor/core';
3
3
  import type { GraphType, GraphEmbedBlockProperties } from './graph-block-commands';
4
4
  export default abstract class GraphBase {
5
5
  private graphType;
6
6
  private codeEmbedDataKey;
7
7
  protected editor: OnesEditor;
8
8
  logger: Logger;
9
+ editing: boolean;
10
+ private graphEmbedContent;
11
+ private status;
9
12
  constructor(editor: OnesEditor, graphType: GraphType, codeEmbedDataKey: string);
10
13
  protected abstract code2ObjectUrl(code: string): Promise<string>;
11
14
  protected abstract code2ResourceId(code: string): Promise<string>;
@@ -16,8 +19,11 @@ export default abstract class GraphBase {
16
19
  createEmbedContent(content: BlockContentElement, block: DocEmbedBlock): void;
17
20
  updateEmbedContent(content: BlockContentElement, block: DocEmbedBlock): void;
18
21
  protected updateImage(embed: HTMLDivElement, code: string | undefined, url: string | undefined | null, err: Error | null): Promise<void>;
19
- protected updateClasses(embed: HTMLDivElement, code: string | undefined, err: Error | null): void;
22
+ protected errorBoundary(embed: HTMLDivElement, code: string | undefined, url: string | undefined | null, reason: 'imageLoadError' | 'grammarError'): void;
23
+ protected emptyContent(): void;
24
+ protected updateSpecialClasses(embed: HTMLDivElement, code: string | undefined, err: Error | null): void;
20
25
  editGraph(content: BlockContentElement): void;
21
- getBlockProperties(properties?: GraphEmbedBlockProperties): BlockProperties;
26
+ getBlockProperties(block: BlockElement, properties?: GraphEmbedBlockProperties): BlockProperties;
22
27
  private hasChanged;
28
+ private removeStatusContent;
23
29
  }
@@ -1,21 +1,23 @@
1
- import type { BlockElement, CommandItem, OnesEditor } from '../../../../@ones-editor/core';
2
1
  import { StandardEmbedBlockCommands } from '../../../../@ones-editor/embed-block-helper';
2
+ import type { BlockElement, CommandItem, OnesEditor } from '../../../../@ones-editor/core';
3
3
  import type { StandardEmbedBlockProperties } from '../../../../@ones-editor/embed-block-helper';
4
4
  export type PresetCommandId = 'edit' | 'help';
5
5
  export type GraphType = 'mermaid' | 'flowchart' | 'plantuml';
6
6
  export type GraphEmbedBlockProperties = StandardEmbedBlockProperties<PresetCommandId>;
7
7
  declare class GraphBlockCommands extends StandardEmbedBlockCommands<PresetCommandId> {
8
8
  editor: OnesEditor;
9
+ block: BlockElement;
9
10
  graphType: GraphType;
10
11
  properties?: GraphEmbedBlockProperties | undefined;
11
12
  group: string;
12
13
  _commands: CommandItem[];
13
- constructor(editor: OnesEditor, graphType: GraphType, properties?: GraphEmbedBlockProperties | undefined);
14
+ constructor(editor: OnesEditor, block: BlockElement, graphType: GraphType, properties?: GraphEmbedBlockProperties | undefined);
14
15
  executeCommand(editor: OnesEditor, block: BlockElement, item: CommandItem): void;
15
16
  }
16
- export declare function getGraphEmbedBlockProperties(editor: OnesEditor, type: 'mermaid' | 'flowchart' | 'plantuml', properties?: GraphEmbedBlockProperties): {
17
+ export declare function getGraphEmbedBlockProperties(editor: OnesEditor, block: BlockElement, type: 'mermaid' | 'flowchart' | 'plantuml', properties?: GraphEmbedBlockProperties): {
17
18
  blockCommands: {
18
19
  'hovering-toolbar': GraphBlockCommands;
19
20
  };
21
+ abstract: string;
20
22
  };
21
23
  export {};
@@ -1,8 +1,13 @@
1
1
  declare const _default: {
2
- invalid: string;
3
- empty: string;
4
- flowchart: {};
5
- mermaid: {};
6
- plantuml: {};
2
+ graph: {
3
+ invalid: string;
4
+ empty: string;
5
+ edit: string;
6
+ comment: string;
7
+ help: string;
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
11
+ };
7
12
  };
8
13
  export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ graph: {
3
+ invalid: string;
4
+ empty: string;
5
+ edit: string;
6
+ comment: string;
7
+ help: string;
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
11
+ };
12
+ };
13
+ export default _default;
@@ -2,9 +2,12 @@ declare const _default: {
2
2
  graph: {
3
3
  invalid: string;
4
4
  empty: string;
5
- flowchart: {};
6
- mermaid: {};
7
- plantuml: {};
5
+ edit: string;
6
+ comment: string;
7
+ help: string;
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
8
11
  };
9
12
  };
10
13
  export default _default;