@ebl-vue/editorjs 2.31.51 → 2.31.54

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editorjs",
3
- "version": "2.31.51",
3
+ "version": "2.31.54",
4
4
  "description": "Editor.js — open source block-style WYSIWYG editor with JSON output",
5
5
  "main": "dist/editorjs.umd.js",
6
6
  "module": "dist/editorjs.mjs",
package/types/index.d.ts CHANGED
@@ -139,6 +139,8 @@ declare class EditorJS {
139
139
  public toolbar: Toolbar;
140
140
  public inlineToolbar: InlineToolbar;
141
141
  public readOnly: ReadOnly;
142
+ public blockSelection: any;
143
+ public blockManager: any;
142
144
  constructor(configuration?: EditorConfig|string);
143
145
 
144
146
  /**