@ones-editor/editor 2.1.0-beta.1 → 2.1.0-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 (72) hide show
  1. package/@ones-editor/{ui → block-menu}/src/block-menu/index.d.ts +1 -3
  2. package/@ones-editor/block-menu/src/block-menu/items/block-command-items.d.ts +3 -0
  3. package/@ones-editor/block-menu/src/block-menu/items/index.d.ts +5 -0
  4. package/@ones-editor/block-menu/src/block-menu/items/insert-block-items/index.d.ts +5 -0
  5. package/@ones-editor/block-menu/src/block-menu/items/text-styles/text-style-item.d.ts +30 -0
  6. package/@ones-editor/block-menu/src/block-menu/items/types.d.ts +5 -0
  7. package/@ones-editor/block-menu/src/block-menu-button/menu-button/index.d.ts +1 -1
  8. package/@ones-editor/callout-block/src/callout-block/callout-quick-menu-item-filter.d.ts +4 -3
  9. package/@ones-editor/comments/src/comments-helper/old-version-comment.d.ts +17 -0
  10. package/@ones-editor/comments/src/index.d.ts +3 -0
  11. package/@ones-editor/comments/src/text-comments/comments-command-provider.d.ts +3 -4
  12. package/@ones-editor/core/src/core/blocks/common/block-properties.d.ts +9 -9
  13. package/@ones-editor/core/src/core/blocks/common/execute-block-command.d.ts +2 -2
  14. package/@ones-editor/core/src/core/blocks/complex-blocks/child-blocks.d.ts +2 -1
  15. package/@ones-editor/core/src/core/blocks/text-blocks/base/child.d.ts +2 -7
  16. package/@ones-editor/core/src/core/command-providers/commands/index.d.ts +0 -2
  17. package/@ones-editor/core/src/core/command-providers/commands/range-commands.d.ts +3 -3
  18. package/@ones-editor/core/src/core/command-providers/editor-command-providers.d.ts +3 -4
  19. package/@ones-editor/core/src/core/doc/doc.d.ts +1 -0
  20. package/@ones-editor/core/src/core/types.d.ts +31 -23
  21. package/@ones-editor/sharedb-doc/src/index.d.ts +3 -0
  22. package/@ones-editor/table-block/src/commands/table-block-commands.d.ts +3 -4
  23. package/@ones-editor/text-commands/src/text-command-provider.d.ts +3 -4
  24. package/@ones-editor/text-commands/src/text-commands.d.ts +3 -3
  25. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  26. package/@ones-editor/ui/src/index.d.ts +10 -7
  27. package/@ones-editor/ui/src/{providers/utils → quick-menu}/basic-commands.d.ts +2 -1
  28. package/@ones-editor/ui/src/quick-menu/basic-menu-items.d.ts +16 -0
  29. package/@ones-editor/ui/src/quick-menu/index.d.ts +18 -6
  30. package/@ones-editor/ui/src/quick-menu/inline-box-items.d.ts +8 -0
  31. package/@ones-editor/ui/src/quick-menu/insert-empty-block.d.ts +4 -0
  32. package/@ones-editor/ui/src/quick-menu/order.d.ts +1 -0
  33. package/@ones-editor/ui/src/quick-menu/quick-menu-items.d.ts +9 -0
  34. package/@ones-editor/ui/src/quick-menu/types.d.ts +4 -0
  35. package/@ones-editor/ui/src/readonly-toolbar/add-comment-to-old-doc.d.ts +22 -0
  36. package/@ones-editor/ui/src/readonly-toolbar/index.d.ts +29 -0
  37. package/@ones-editor/ui/src/readonly-toolbar/types.d.ts +12 -0
  38. package/@ones-editor/ui/src/{providers → toolbar/commands}/align.d.ts +4 -4
  39. package/@ones-editor/ui/src/toolbar/commands/paragraph.d.ts +11 -0
  40. package/@ones-editor/ui/src/toolbar/commands/turn-into.d.ts +10 -0
  41. package/@ones-editor/ui/src/toolbar/link-commands.d.ts +7 -0
  42. package/@ones-editor/ui/src/toolbar/merge-commands.d.ts +2 -0
  43. package/@ones-editor/ui/src/toolbar/text-commands.d.ts +2 -2
  44. package/dist/comments/local-doc-comments-provider.d.ts +2 -1
  45. package/dist/index.js +14195 -13588
  46. package/dist/types.d.ts +1 -1
  47. package/package.json +1 -1
  48. package/@ones-editor/core/src/core/command-providers/commands/inject-source.d.ts +0 -3
  49. package/@ones-editor/core/src/core/command-providers/commands/merge-commands.d.ts +0 -3
  50. package/@ones-editor/layout-block/src/command-filter.d.ts +0 -7
  51. package/@ones-editor/ui/src/block-menu/block-command-providers.d.ts +0 -10
  52. package/@ones-editor/ui/src/providers/abstract-providers.d.ts +0 -19
  53. package/@ones-editor/ui/src/providers/align-dropdown.d.ts +0 -10
  54. package/@ones-editor/ui/src/providers/block-hook-provider.d.ts +0 -16
  55. package/@ones-editor/ui/src/providers/heading.d.ts +0 -13
  56. package/@ones-editor/ui/src/providers/insert-above.d.ts +0 -9
  57. package/@ones-editor/ui/src/providers/insert-after.d.ts +0 -9
  58. package/@ones-editor/ui/src/providers/insert-box-provider.d.ts +0 -12
  59. package/@ones-editor/ui/src/providers/insert-group.d.ts +0 -7
  60. package/@ones-editor/ui/src/providers/insert-menu.d.ts +0 -16
  61. package/@ones-editor/ui/src/providers/link.d.ts +0 -17
  62. package/@ones-editor/ui/src/providers/list.d.ts +0 -13
  63. package/@ones-editor/ui/src/providers/paragraph.d.ts +0 -8
  64. package/@ones-editor/ui/src/providers/proxy-provider.d.ts +0 -9
  65. package/@ones-editor/ui/src/providers/quoted.d.ts +0 -10
  66. package/@ones-editor/ui/src/providers/text-fixed-provider.d.ts +0 -16
  67. package/@ones-editor/ui/src/providers/text-styles.d.ts +0 -9
  68. package/@ones-editor/ui/src/providers/turn-into.d.ts +0 -9
  69. package/@ones-editor/ui/src/providers/utils/add-section.d.ts +0 -2
  70. package/@ones-editor/ui/src/providers/utils/inject-block-options.d.ts +0 -5
  71. package/@ones-editor/ui/src/quick-menu/quick-command-providers.d.ts +0 -10
  72. /package/@ones-editor/{ui → block-menu}/src/block-menu/standard-block-actions/hook.d.ts +0 -0

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.