UNPKG
dmn-js-decision-table-custom-z
Version:
latest (11.0.9)
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
A decision table view for dmn-js
github.com/bpmn-io/dmn-js
bpmn-io/dmn-js
dmn-js-decision-table-custom-z
/
lib
/
features
/
simple-date-edit
/
index.js
9 lines
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
SimpleMode
from
'../simple-mode'
;
import
SimpleDateEdit
from
'./SimpleDateEdit'
;
import
Keyboard
from
'../keyboard'
;
export
default
{
__depends__
: [
Keyboard
,
SimpleMode
],
__init__
: [
'simpleDateEdit'
],
simpleDateEdit
: [
'type'
,
SimpleDateEdit
] };
//# sourceMappingURL=index.js.map