2014-11-22 09:29:41 -08:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"directives": [
|
|
|
|
{
|
|
|
|
"key": "mctInclude",
|
|
|
|
"implementation": "MCTInclude.js",
|
2015-06-18 14:43:14 -07:00
|
|
|
"depends": [ "templates[]", "$sce" ]
|
2014-11-22 09:29:41 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "mctRepresentation",
|
|
|
|
"implementation": "MCTRepresentation.js",
|
2015-06-18 14:43:14 -07:00
|
|
|
"depends": [ "representations[]", "views[]", "representers[]", "$q", "$sce", "$log" ]
|
2014-11-22 09:29:41 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"gestures": [
|
|
|
|
{
|
|
|
|
"key": "drag",
|
|
|
|
"implementation": "gestures/DragGesture.js",
|
2015-03-19 12:34:52 -07:00
|
|
|
"depends": [ "$log", "dndService" ]
|
2014-11-22 09:29:41 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "drop",
|
|
|
|
"implementation": "gestures/DropGesture.js",
|
2015-04-07 20:35:54 -07:00
|
|
|
"depends": [ "dndService", "$q" ]
|
2014-11-22 09:29:41 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "menu",
|
|
|
|
"implementation": "gestures/ContextMenuGesture.js",
|
2015-08-04 10:11:25 -07:00
|
|
|
"depends": ["$timeout", "agentService"]
|
2014-11-22 09:29:41 -08:00
|
|
|
}
|
2014-11-22 11:35:57 -08:00
|
|
|
],
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"provides": "gestureService",
|
|
|
|
"type": "provider",
|
2014-11-23 15:35:53 -08:00
|
|
|
"implementation": "gestures/GestureProvider.js",
|
|
|
|
"depends": ["gestures[]"]
|
2014-11-22 11:35:57 -08:00
|
|
|
}
|
2014-12-05 09:43:22 -08:00
|
|
|
],
|
|
|
|
"representers": [
|
|
|
|
{
|
|
|
|
"implementation": "gestures/GestureRepresenter.js",
|
|
|
|
"depends": [ "gestureService" ]
|
|
|
|
}
|
2015-03-19 12:34:52 -07:00
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "dndService",
|
|
|
|
"implementation": "services/DndService.js",
|
|
|
|
"depends": [ "$log" ]
|
|
|
|
}
|
2015-06-30 16:17:00 -07:00
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
2015-07-02 10:01:38 -07:00
|
|
|
"key": "menu",
|
2015-06-30 16:17:00 -07:00
|
|
|
"implementation": "actions/ContextMenuAction.js",
|
2015-08-04 10:11:25 -07:00
|
|
|
"depends": [ "$compile", "$document", "$window", "$rootScope", "agentService" ]
|
2015-06-30 16:17:00 -07:00
|
|
|
}
|
2014-11-22 09:29:41 -08:00
|
|
|
]
|
|
|
|
}
|
2015-06-18 14:43:14 -07:00
|
|
|
}
|