123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: Explore
- *| (C) Copyright IBM Corp. 2018
- *|
- *| US Government Users Restricted Rights - Use, duplication or disclosure
- *| restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- {
- "features": [
- {
- "id": "com.ibm.bi.explore",
- "svgImages": [
- "resources/explore/images/common_icons.svg"
- ],
- "toolItems": [
- {
- "id": "createExplore",
- "containerId": "com.ibm.bi.glass.common.createMenu",
- "type": "MenuContribution",
- "actionController": "explore/create",
- "items": [
- {
- "id": "createDashboard",
- "label": "%explore",
- "icon": "common-explore",
- "weight": 750,
- "environment": {
- "capabilities": ["canUseExploration"]
- }
- }
- ]
- }
- ],
- "actions": [
- {
- "id": "com.ibm.bi.contentApps.defaultAction.exploration",
- "items": [
- {
- "controller": "explore/open",
- "weight": 1300
- }
- ]
- }
- ],
- "contextMenus": [
- {
- "id": "listMenuContribution",
- "containerId": "com.ibm.bi.contentApps.listViewMenu",
- "actionController": "explore/open",
- "type": "MenuContribution",
- "items": [
- {
- "id": "exploreDefaultRunAction",
- "label": "%openExplore",
- "icon": "common-explore",
- "weight": 1100,
- "lensable": false
- }
- ]
- }
- ]
- }, {
- "id": "com.ibm.bi.explore.createExplore",
- "contextMenus": [
- {
- "id": "createExplore",
- "containerId": "com.ibm.bi.contentApps.listViewMenu",
- "actionController": "explore/create",
- "type": "MenuContribution",
- "items": [
- {
- "id": "exploreCreateAction",
- "label": "%createExploreTitle",
- "icon": "common-explore",
- "weight": 320
- }
- ]
- }
- ]
- }, {
- "id": "com.ibm.bi.explore.quickLaunch",
- "collectionItems": [
- {
- "id": "quickLaunchExplore",
- "containerId": "com.ibm.bi.bahome_common.quickLaunchTargets",
- "type": "DropTargetContribution",
- "actionController": "explore/create",
- "targetId": "Explore",
- "requiredType": "uploadedFile",
- "label": "%explore",
- "icon": "common-explore",
- "fileTypes": ["xls","xlm","xlsx","xlsm","xlsb","csv","tsv","tab","txt","zip","gz"],
- "weight": 300,
- "environment": {
- "capabilities": [ "canUseExploration" ]
- }
- }
- ]
- }, {
- "id": "com.ibm.bi.explore.shareAndEmbed",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.glass.common.sharedResources",
- "id": "explore",
- "label": "Share & Embed",
- "types": ["exploration"],
- "perspectives": ["explore"],
- "actionController": "explore/share",
- "weight": 1300
- }
- ]
- }
- ],
- "config": {
- "requirejs": {
- "paths": {
- "explore": "js/explore",
- "explore-common": "js/explore/bundles/explore-common.min"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "explore/bundles/action-handlers.bridge": [
- "explore/create",
- "explore/open",
- "explore/share"
- ],
- "explore/bundles/component.bridge": [],
- "explore/bundles/component.min": []
- }
- }
- }
- }
|