@ones-editor/editor 1.1.8-beta.9 → 1.1.9-beta.3

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 (93) hide show
  1. package/@ones-editor/block-menu/src/block-menu/items/insert-block-items/index.d.ts +1 -1
  2. package/@ones-editor/block-menu/src/block-menu/standard-block-actions/hook.d.ts +2 -0
  3. package/@ones-editor/code-block/src/code-block/header/index.d.ts +1 -0
  4. package/@ones-editor/code-block/src/code-block/languages.d.ts +1 -1
  5. package/@ones-editor/code-block/src/locale/en-us.d.ts +1 -0
  6. package/@ones-editor/code-block/src/locale/ja-jp.d.ts +1 -0
  7. package/@ones-editor/code-block/src/locale/zh-cn.d.ts +1 -0
  8. package/@ones-editor/comments/src/comment-quick-reply/index.d.ts +1 -0
  9. package/@ones-editor/comments/src/comments/comments.d.ts +1 -1
  10. package/@ones-editor/comments/src/comments-list/comments-list.d.ts +1 -1
  11. package/@ones-editor/comments/src/comments-list/group-list.d.ts +3 -1
  12. package/@ones-editor/comments/src/comments-list/mini-comment/mini-comments-list.d.ts +1 -1
  13. package/@ones-editor/comments/src/comments-render/index.d.ts +1 -0
  14. package/@ones-editor/context-menu/src/menu/index.d.ts +1 -0
  15. package/@ones-editor/core/src/core/blocks/common/execute-block-command.d.ts +2 -2
  16. package/@ones-editor/core/src/core/blocks/common/heading-block-dom.d.ts +7 -0
  17. package/@ones-editor/core/src/core/blocks/common/index.d.ts +1 -0
  18. package/@ones-editor/core/src/core/blocks/complex-blocks/child-blocks.d.ts +1 -0
  19. package/@ones-editor/core/src/core/blocks/complex-blocks/complex-block-helper.d.ts +3 -2
  20. package/@ones-editor/core/src/core/command-providers/commands/range-commands.d.ts +1 -1
  21. package/@ones-editor/core/src/core/command-providers/editor-command-providers.d.ts +1 -1
  22. package/@ones-editor/core/src/core/composition/clipboard/copy.d.ts +2 -1
  23. package/@ones-editor/core/src/core/composition/editor-input.d.ts +2 -0
  24. package/@ones-editor/core/src/core/composition/index.d.ts +1 -1
  25. package/@ones-editor/core/src/core/containers/container.d.ts +1 -1
  26. package/@ones-editor/core/src/core/doc/rich-text/text-style.d.ts +1 -0
  27. package/@ones-editor/core/src/core/editor/actions/update-block-text.d.ts +3 -3
  28. package/@ones-editor/core/src/core/editor/actions/update-box-data.d.ts +2 -2
  29. package/@ones-editor/core/src/core/editor/editor-dom/editor-dom.d.ts +2 -2
  30. package/@ones-editor/core/src/core/editor-doc/editor-doc.d.ts +1 -0
  31. package/@ones-editor/core/src/core/input-handler/input-handler.d.ts +3 -1
  32. package/@ones-editor/core/src/core/selection/ensure-block-visible.d.ts +2 -0
  33. package/@ones-editor/core/src/core/types.d.ts +15 -5
  34. package/@ones-editor/core/src/core/undo-manager/actions/action.d.ts +2 -2
  35. package/@ones-editor/core/src/utils/dom.d.ts +4 -0
  36. package/@ones-editor/core/src/utils/file.d.ts +2 -1
  37. package/@ones-editor/excalidraw/src/types.d.ts +2 -1
  38. package/@ones-editor/find-dialog/src/find-dialog.d.ts +1 -0
  39. package/@ones-editor/heading-collapse/src/doc-event/collapse-handler.d.ts +4 -0
  40. package/@ones-editor/heading-collapse/src/heading-collapse-button/collapse-heading-block.d.ts +2 -2
  41. package/@ones-editor/heading-collapse/src/heading-collapse-button/heading-utils.d.ts +0 -4
  42. package/@ones-editor/heading-collapse/src/heading-collapse-button/index.d.ts +1 -0
  43. package/@ones-editor/heading-collapse/src/heading-collapse-button/paste-handler.d.ts +8 -0
  44. package/@ones-editor/input-handlers/src/enforce-with-document-title/types.d.ts +2 -0
  45. package/@ones-editor/list-block/src/index.d.ts +2 -1
  46. package/@ones-editor/list-block/src/local-events/paste-handler.d.ts +6 -0
  47. package/@ones-editor/list-block/src/mindmap/to-mindmap/to-mindmap.d.ts +2 -2
  48. package/@ones-editor/list-block/src/mindmap/to-mindmap/types.d.ts +2 -2
  49. package/@ones-editor/sharedb-doc/src/doc/auth-connection.d.ts +2 -1
  50. package/@ones-editor/sharedb-doc/src/types.d.ts +1 -0
  51. package/@ones-editor/status/package.json +7 -0
  52. package/@ones-editor/status/src/dom/input.d.ts +1 -0
  53. package/@ones-editor/status/src/dom/overflow-tooltip-tag.d.ts +10 -0
  54. package/@ones-editor/status/src/dom/status-palette.d.ts +6 -0
  55. package/@ones-editor/status/src/index.d.ts +4 -0
  56. package/@ones-editor/status/src/locale/en-us.d.ts +25 -0
  57. package/@ones-editor/status/src/locale/index.d.ts +1 -0
  58. package/@ones-editor/status/src/locale/ja-jp.d.ts +25 -0
  59. package/@ones-editor/status/src/locale/zh-cn.d.ts +25 -0
  60. package/@ones-editor/status/src/status-box-command.d.ts +7 -0
  61. package/@ones-editor/status/src/status-box-data.d.ts +5 -0
  62. package/@ones-editor/status/src/status-box-editor.d.ts +21 -0
  63. package/@ones-editor/status/src/status-box.d.ts +4 -0
  64. package/@ones-editor/status/src/types.d.ts +8 -0
  65. package/@ones-editor/table-block/package.json +1 -0
  66. package/@ones-editor/table-block/src/table-block/table-grid.d.ts +3 -0
  67. package/@ones-editor/templates/src/index.d.ts +2 -2
  68. package/@ones-editor/templates/src/templates/select-template.d.ts +4 -0
  69. package/@ones-editor/templates/src/templates/types.d.ts +1 -0
  70. package/@ones-editor/to-docx/src/doc2other/core.d.ts +1 -0
  71. package/@ones-editor/to-docx/src/doc2other/image.d.ts +1 -1
  72. package/@ones-editor/to-docx/src/doc2other/types.d.ts +1 -1
  73. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  74. package/@ones-editor/ui/src/index.d.ts +2 -2
  75. package/@ones-editor/ui/src/link-popup/index.d.ts +4 -1
  76. package/@ones-editor/ui/src/quick-menu/basic-menu-items.d.ts +2 -2
  77. package/@ones-editor/ui/src/quick-menu/inline-box-items.d.ts +2 -2
  78. package/@ones-editor/ui/src/quick-menu/quick-menu-items.d.ts +2 -1
  79. package/@ones-editor/ui/src/quick-menu/types.d.ts +8 -3
  80. package/@ones-editor/ui/src/toolbar/toolbar-handler.d.ts +2 -0
  81. package/@ones-editor/ui-base/src/command-bar/manual-menu.d.ts +1 -1
  82. package/@ones-editor/ui-base/src/command-bar/types.d.ts +1 -0
  83. package/@ones-editor/ui-base/src/icons/index.d.ts +2 -1
  84. package/@ones-editor/ui-base/src/input/create-input.d.ts +3 -2
  85. package/@ones-editor/ui-base/src/popup/popup.d.ts +1 -0
  86. package/@ones-editor/versions/src/types.d.ts +4 -1
  87. package/@ones-editor/versions/src/version-dialog/size-limit-textarea.d.ts +2 -1
  88. package/@ones-editor/versions/src/version-dialog/version-list.d.ts +2 -0
  89. package/dist/index.d.ts +1 -1
  90. package/dist/index.js +222 -211
  91. package/dist/types.d.ts +8 -0
  92. package/package.json +5 -3
  93. package/@ones-editor/to-docx/src/doc2other/html-css.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.