@ones-editor/editor 2.2.15-beta.2 → 2.3.0-beta.1

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 (68) hide show
  1. package/@ones-editor/callout-block/src/callout-block/callout-block-content.d.ts +2 -3
  2. package/@ones-editor/callout-block/src/callout-block/helper.d.ts +2 -4
  3. package/@ones-editor/callout-block/src/locale/en-us.d.ts +0 -3
  4. package/@ones-editor/callout-block/src/locale/ja-jp.d.ts +0 -3
  5. package/@ones-editor/callout-block/src/locale/zh-cn.d.ts +0 -3
  6. package/@ones-editor/comments/src/comments-list/group-list.d.ts +1 -1
  7. package/@ones-editor/core/src/core/blocks/text-blocks/base/text-range.d.ts +1 -1
  8. package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-plain-html.d.ts +2 -2
  9. package/@ones-editor/core/src/core/composition/index.d.ts +1 -0
  10. package/@ones-editor/core/src/core/editor/editor-dom/editor-dom.d.ts +2 -3
  11. package/@ones-editor/core/src/core/selection/range-from-point.d.ts +1 -1
  12. package/@ones-editor/core/src/core/types.d.ts +2 -1
  13. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/figcaption.d.ts +1 -0
  14. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/font-size.d.ts +1 -0
  15. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/text-color.d.ts +1 -0
  16. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/underline.d.ts +1 -0
  17. package/@ones-editor/main-toolbar/package.json +7 -0
  18. package/@ones-editor/main-toolbar/src/index.d.ts +18 -0
  19. package/@ones-editor/main-toolbar/src/items/comment.d.ts +8 -0
  20. package/@ones-editor/main-toolbar/src/items/find.d.ts +8 -0
  21. package/@ones-editor/main-toolbar/src/items/font-style.d.ts +40 -0
  22. package/@ones-editor/main-toolbar/src/items/image.d.ts +8 -0
  23. package/@ones-editor/main-toolbar/src/items/index.d.ts +17 -0
  24. package/@ones-editor/main-toolbar/src/items/insert.d.ts +12 -0
  25. package/@ones-editor/main-toolbar/src/items/link.d.ts +11 -0
  26. package/@ones-editor/main-toolbar/src/items/list.d.ts +29 -0
  27. package/@ones-editor/main-toolbar/src/items/more-item.d.ts +20 -0
  28. package/@ones-editor/main-toolbar/src/items/paragraph.d.ts +14 -0
  29. package/@ones-editor/main-toolbar/src/items/quote.d.ts +11 -0
  30. package/@ones-editor/main-toolbar/src/items/separator.d.ts +7 -0
  31. package/@ones-editor/main-toolbar/src/items/text-align.d.ts +21 -0
  32. package/@ones-editor/main-toolbar/src/items/text-color.d.ts +49 -0
  33. package/@ones-editor/main-toolbar/src/items/undo.d.ts +18 -0
  34. package/@ones-editor/main-toolbar/src/locale/en-us.d.ts +9 -0
  35. package/@ones-editor/main-toolbar/src/locale/index.d.ts +1 -0
  36. package/@ones-editor/main-toolbar/src/locale/ja-jp.d.ts +9 -0
  37. package/@ones-editor/main-toolbar/src/locale/zh-cn.d.ts +9 -0
  38. package/@ones-editor/main-toolbar/src/types.d.ts +5 -0
  39. package/@ones-editor/markdown-to-doc/src/custom/tag.d.ts +8 -0
  40. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/custom-tag.d.ts +4 -0
  41. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/font-size.d.ts +2 -0
  42. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/html.d.ts +2 -0
  43. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/text-color.d.ts +2 -0
  44. package/@ones-editor/sharedb-doc/src/types.d.ts +3 -3
  45. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  46. package/@ones-editor/ui/src/box-helper/standard-box-commands.d.ts +6 -2
  47. package/@ones-editor/ui/src/index.d.ts +1 -0
  48. package/@ones-editor/ui/src/toolbar/toolbar-handler.d.ts +2 -0
  49. package/@ones-editor/ui-base/src/color-button/color-button.d.ts +1 -0
  50. package/@ones-editor/ui-base/src/command-bar/command-bar.d.ts +3 -2
  51. package/@ones-editor/ui-base/src/command-bar/fixed-toolbar.d.ts +1 -0
  52. package/@ones-editor/ui-base/src/command-bar/types.d.ts +1 -0
  53. package/@ones-editor/ui-base/src/dropdown/index.d.ts +1 -0
  54. package/@ones-editor/ui-base/src/emoji-item/emoji-item.d.ts +2 -1
  55. package/@ones-editor/ui-base/src/emoji-palette/index.d.ts +12 -9
  56. package/@ones-editor/ui-base/src/emoji-palette/types.d.ts +0 -9
  57. package/@ones-editor/ui-base/src/index.d.ts +0 -2
  58. package/@ones-editor/ui-base/src/locale/en-us.d.ts +1 -0
  59. package/@ones-editor/ui-base/src/locale/ja-jp.d.ts +1 -0
  60. package/@ones-editor/ui-base/src/locale/zh-cn.d.ts +1 -0
  61. package/@ones-editor/versions/src/types.d.ts +1 -0
  62. package/@ones-editor/versions/src/version-dialog/versions-dropdown.d.ts +2 -0
  63. package/dist/index.d.ts +60 -1
  64. package/dist/index.js +3562 -2264
  65. package/dist/types.d.ts +13 -6
  66. package/package.json +1 -1
  67. package/@ones-editor/callout-block/src/callout-block/callout-icon.d.ts +0 -14
  68. package/@ones-editor/ui-base/src/emoji-palette/default-emoji-palette.d.ts +0 -3

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.