@ones-editor/editor 2.2.14-beta.15 → 2.2.14-beta.16

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.
@@ -26,7 +26,7 @@ export default abstract class GraphBase {
26
26
  private handleClick;
27
27
  private handleSelectionChanged;
28
28
  private handleInputFocusChange;
29
- createEmbedContent(content: BlockContentElement, blockData: DocEmbedBlock): void;
29
+ createEmbedContent(blockContent: BlockContentElement, blockData: DocEmbedBlock): void;
30
30
  private updateHeight;
31
31
  private updateLayout;
32
32
  private updateDraw;
@@ -5,6 +5,7 @@ export declare class MermaidInstance extends GraphBase {
5
5
  static graphType: GraphType;
6
6
  protected graphType: GraphType;
7
7
  static get(editor: OnesEditor, id: string): MermaidInstance;
8
+ static destroyCustom(editor: OnesEditor, id: string): void;
8
9
  code2ObjectUrl(code: string): Promise<string>;
9
10
  code2ResourceId(code: string): Promise<string>;
10
11
  static createEmptyEmbedData: () => {