Skip to content

Commit

Permalink
v1.2.0-rc.10, type of componentregister in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Mar 24, 2019
1 parent ddc84e6 commit 8feb2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete",
"version": "1.2.0-rc.9",
"version": "1.2.0-rc.10",
"description": "JavaScript framework",
"main": "build/rete.common.js",
"module": "build/rete.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Control } from './control';
import { Transform, ZoomSource, Mouse } from './view/area';
import { EditorView } from './view';
import { Data } from './core/data';
import { Component } from './component';

export class EditorEvents extends Events {

Expand Down Expand Up @@ -51,6 +52,7 @@ export class EditorEvents extends Events {


export interface EventsTypes {
componentregister: Component;
nodecreate: Node;
nodecreated: Node;
noderemove: Node;
Expand Down

0 comments on commit 8feb2e2

Please sign in to comment.