UNPKG
dmn-js-drd
Version:
latest (17.3.0)
17.3.0
17.2.1
17.2.0
17.1.0
17.0.1
17.0.0
16.8.2
16.8.0
16.7.1
16.7.0
16.6.1
16.6.0
16.5.0
16.4.0
16.3.2
16.3.1
16.3.0
16.2.1
16.2.0
16.1.0
16.0.2
16.0.0
15.1.0
15.0.0
14.7.0
14.6.0
14.5.0
14.4.1
14.3.0
14.2.0
14.1.5
14.1.4
14.1.2
14.0.2
14.0.1
14.0.0
13.0.0
12.3.0
12.2.1
12.2.0
12.1.1
12.1.0
12.0.0
11.1.2
11.1.1
11.1.0
11.0.2
11.0.1
11.0.0
10.3.0
10.2.2
10.2.0
10.1.0
10.1.0-alpha.2
10.1.0-alpha.1
10.1.0-alpha.0
10.0.0
10.0.0-alpha.0
9.4.0
9.3.2
9.3.1
9.3.0
9.2.0
9.1.1
9.1.0
9.1.0-colors.0
9.0.0
8.4.0-alpha.0
8.3.1
8.3.0
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
8.0.0-alpha.1
8.0.0-alpha.0
7.5.1
7.5.0
7.4.4
7.4.2
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.2.0-beta.1
7.2.0-beta.0
7.0.0
6.3.3
6.3.2
6.3.1
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.0
5.0.0-1
5.0.0-0
4.3.1
4.3.0
4.2.1
4.2.0
4.0.0
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-alpha8
2.0.0-alpha7
2.0.0-alpha6
2.0.0-alpha5
2.0.0-alpha4
2.0.0-alpha3
2.0.0-alpha2
2.0.0-alpha1
1.5.1
1.5.0
1.4.3
1.4.2
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
A decision requirements diagram view for dmn-js
bpmn-io/dmn-js
dmn-js-drd
/
lib
/
features
/
editor-actions
/
index.js
7 lines
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
EditorActionsModule
from
'diagram-js/lib/features/editor-actions'
;
import
DrdEditorActions
from
'./DrdEditorActions'
;
export
default
{
__depends__
: [
EditorActionsModule
],
editorActions
: [
'type'
,
DrdEditorActions
] };
//# sourceMappingURL=index.js.map