'use strict'; /** * Licensed Materials - Property of IBM * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2016, 2018 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ define(['./TitleSceneLayout', './SceneLayout1', 'underscore'], function (TitleSceneLayout, SceneLayout1, _) { var scene1 = TitleSceneLayout.get(); var scene2 = SceneLayout1.get(); var scene3 = SceneLayout1.get(); var scene4 = SceneLayout1.get(); var scene5 = SceneLayout1.get(); var scene6 = SceneLayout1.get(); var scene7 = SceneLayout1.get(); return { layout: { type: 'panAndZoom4', items: [_.extend(scene1.layout, { 'data': { 'positionIndex': 0 } }), _.extend(scene2.layout, { 'data': { 'positionIndex': 1 } }), _.extend(scene3.layout, { 'data': { 'positionIndex': 2 } }), _.extend(scene4.layout, { 'data': { 'positionIndex': 3 } }), _.extend(scene5.layout, { 'data': { 'positionIndex': 4 } }), _.extend(scene6.layout, { 'data': { 'positionIndex': 5 } }), _.extend(scene7.layout, { 'data': { 'positionIndex': 6 } })], hasOverview: true, showOverviews: { showStart: true, showEnd: true }, disableScrollDrop: true, pageSize: { width: 1280, height: 704 }, 'layoutPositioning': 'relative' }, widgets: _.extend(scene1.widgets, scene2.widgets, scene3.widgets, scene4.widgets, scene5.widgets, scene6.widgets, scene7.widgets) }; }); //# sourceMappingURL=PanAndZoomLayout4.js.map