2014-11-23 15:41:20 -08:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"routes": [
|
|
|
|
{
|
2015-06-16 13:14:10 -07:00
|
|
|
"when": "/browse/:ids*",
|
2015-06-16 15:23:55 -07:00
|
|
|
"templateUrl": "templates/browse.html",
|
|
|
|
"reloadOnSearch": false
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"when": "",
|
2015-06-16 15:23:55 -07:00
|
|
|
"templateUrl": "templates/browse.html",
|
|
|
|
"reloadOnSearch": false
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "BrowseController",
|
|
|
|
"implementation": "BrowseController.js",
|
2015-09-15 12:06:35 -07:00
|
|
|
"depends": [
|
|
|
|
"$scope",
|
|
|
|
"$route",
|
|
|
|
"$location",
|
|
|
|
"objectService",
|
|
|
|
"navigationService",
|
|
|
|
"urlService"
|
|
|
|
]
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
2015-09-17 17:03:35 -07:00
|
|
|
{
|
2015-10-22 13:33:43 -07:00
|
|
|
"key": "PaneController",
|
|
|
|
"implementation": "PaneController.js",
|
2015-09-18 15:55:58 -07:00
|
|
|
"priority": "preferred",
|
2015-10-26 12:19:37 -07:00
|
|
|
"depends": [ "$scope", "agentService","$window" ]
|
2015-09-17 17:03:35 -07:00
|
|
|
},
|
2015-06-16 14:58:03 -07:00
|
|
|
{
|
|
|
|
"key": "BrowseObjectController",
|
|
|
|
"implementation": "BrowseObjectController.js",
|
2015-06-16 15:23:55 -07:00
|
|
|
"depends": [ "$scope", "$location", "$route" ]
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "CreateMenuController",
|
2015-09-15 12:06:35 -07:00
|
|
|
"implementation": "creation/CreateMenuController.js",
|
2014-11-23 15:41:20 -08:00
|
|
|
"depends": [ "$scope" ]
|
2014-12-03 13:51:07 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "LocatorController",
|
2015-09-15 12:06:35 -07:00
|
|
|
"implementation": "creation/LocatorController.js",
|
2015-09-09 17:13:33 -07:00
|
|
|
"depends": [ "$scope", "$timeout" ]
|
2015-06-30 13:33:40 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "MenuArrowController",
|
2015-09-15 12:06:35 -07:00
|
|
|
"implementation": "MenuArrowController.js",
|
|
|
|
"depends": [ "$scope" ]
|
2014-12-03 13:51:07 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controls": [
|
|
|
|
{
|
|
|
|
"key": "locator",
|
|
|
|
"templateUrl": "templates/create/locator.html"
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"representations": [
|
|
|
|
{
|
|
|
|
"key": "browse-object",
|
|
|
|
"templateUrl": "templates/browse-object.html",
|
|
|
|
"uses": [ "view" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "create-button",
|
2014-12-03 12:56:53 -08:00
|
|
|
"templateUrl": "templates/create/create-button.html"
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "create-menu",
|
2014-12-03 12:56:53 -08:00
|
|
|
"templateUrl": "templates/create/create-menu.html",
|
2014-11-23 15:41:20 -08:00
|
|
|
"uses": [ "action" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "grid-item",
|
|
|
|
"templateUrl": "templates/items/grid-item.html",
|
2015-08-06 09:49:50 -07:00
|
|
|
"uses": [ "type", "action", "location" ],
|
|
|
|
"gestures": [ "info", "menu" ]
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "object-header",
|
|
|
|
"templateUrl": "templates/browse/object-header.html",
|
|
|
|
"uses": [ "type" ]
|
2015-06-30 13:33:40 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "menu-arrow",
|
|
|
|
"templateUrl": "templates/menu-arrow.html",
|
2015-06-30 15:22:10 -07:00
|
|
|
"uses": [ "action" ],
|
|
|
|
"gestures": [ "menu" ]
|
2015-07-27 15:21:59 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "back-arrow",
|
2015-09-18 15:27:14 -07:00
|
|
|
"uses": [ "context" ],
|
2015-07-27 15:21:59 -07:00
|
|
|
"templateUrl": "templates/back-arrow.html"
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "navigationService",
|
|
|
|
"implementation": "navigation/NavigationService.js"
|
2015-08-06 09:49:50 -07:00
|
|
|
}
|
2014-11-23 15:41:20 -08:00
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"key": "navigate",
|
|
|
|
"implementation": "navigation/NavigateAction.js",
|
2014-11-25 16:53:22 -08:00
|
|
|
"depends": [ "navigationService", "$q" ]
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "window",
|
2015-06-30 10:38:10 -07:00
|
|
|
"name": "Open In New Tab",
|
2015-06-22 15:35:08 -07:00
|
|
|
"implementation": "windowing/NewTabAction.js",
|
2015-06-26 15:36:55 -07:00
|
|
|
"description": "Open in a new browser tab",
|
2015-06-23 11:05:00 -07:00
|
|
|
"category": ["view-control", "contextual"],
|
2015-06-24 11:32:59 -07:00
|
|
|
"depends": [ "urlService", "$window" ],
|
2014-11-23 15:41:20 -08:00
|
|
|
"group": "windowing",
|
2015-06-26 15:36:55 -07:00
|
|
|
"glyph": "y",
|
2015-09-01 10:41:27 -07:00
|
|
|
"priority": "preferred"
|
2014-11-23 15:41:20 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "fullscreen",
|
|
|
|
"implementation": "windowing/FullscreenAction.js",
|
|
|
|
"category": "view-control",
|
|
|
|
"group": "windowing",
|
2015-06-26 15:36:55 -07:00
|
|
|
"glyph": "z",
|
2015-09-01 10:41:27 -07:00
|
|
|
"priority": "default"
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"key": "items",
|
|
|
|
"name": "Items",
|
2015-01-27 14:50:45 -08:00
|
|
|
"glyph": "9",
|
2015-04-15 17:40:12 -07:00
|
|
|
"description": "Grid of available items",
|
2014-11-23 15:41:20 -08:00
|
|
|
"templateUrl": "templates/items/items.html",
|
|
|
|
"uses": [ "composition" ],
|
2014-12-05 09:12:35 -08:00
|
|
|
"gestures": [ "drop" ],
|
2015-04-01 15:45:43 -07:00
|
|
|
"type": "folder",
|
|
|
|
"editable": false
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"key": "CreateActionProvider",
|
|
|
|
"provides": "actionService",
|
|
|
|
"type": "provider",
|
|
|
|
"implementation": "creation/CreateActionProvider.js",
|
2015-04-07 22:21:37 -07:00
|
|
|
"depends": [ "typeService", "dialogService", "creationService", "policyService" ]
|
2015-09-01 10:41:27 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "CreationService",
|
|
|
|
"provides": "creationService",
|
|
|
|
"type": "provider",
|
|
|
|
"implementation": "creation/CreationService.js",
|
2015-09-22 11:32:18 -07:00
|
|
|
"depends": [ "persistenceService", "now", "$q", "$log" ]
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
2015-01-27 15:37:47 -08:00
|
|
|
],
|
2015-05-20 09:57:04 -07:00
|
|
|
"runs": [
|
|
|
|
{
|
|
|
|
"implementation": "windowing/WindowTitler.js",
|
|
|
|
"depends": [ "navigationService", "$rootScope", "$document" ]
|
|
|
|
}
|
|
|
|
],
|
2015-01-27 15:37:47 -08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"name": "screenfull.js",
|
|
|
|
"version": "1.2.0",
|
2015-04-15 17:40:12 -07:00
|
|
|
"description": "Wrapper for cross-browser usage of fullscreen API",
|
2015-01-27 15:37:47 -08:00
|
|
|
"author": "Sindre Sorhus",
|
|
|
|
"website": "https://github.com/sindresorhus/screenfull.js/",
|
2015-04-15 17:40:12 -07:00
|
|
|
"copyright": "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
|
|
|
"license": "license-mit",
|
2015-01-27 15:37:47 -08:00
|
|
|
"link": "https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Math.uuid.js",
|
|
|
|
"version": "1.4",
|
|
|
|
"description": "Unique identifer generation (code adapted.)",
|
|
|
|
"author": "Robert Kieffer",
|
|
|
|
"website": "https://github.com/broofa/node-uuid",
|
2015-05-22 14:42:51 -07:00
|
|
|
"copyright": "Copyright (c) 2010 Robert Kieffer",
|
2015-04-15 17:40:12 -07:00
|
|
|
"license": "license-mit",
|
2015-01-27 15:37:47 -08:00
|
|
|
"link": "http://opensource.org/licenses/MIT"
|
|
|
|
}
|
2014-11-23 15:41:20 -08:00
|
|
|
]
|
|
|
|
}
|
2015-06-16 13:00:03 -07:00
|
|
|
}
|