'use strict'; /** * Licensed Materials - Property of IBM * IBM Cognos Products: Storytelling (C) Copyright IBM Corp. 2018 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ define(['baglass/core-client/js/core-client/utils/UniqueId'], function (UniqueId) { return { get: function get() { var _widgets; var multi1Id = UniqueId.get('multi1_'); var multi2Id = UniqueId.get('multi2_'); var multi3Id = UniqueId.get('multi3_'); return { layout: { type: 'container', templateName: 'Template1', items: [{ type: 'genericPage', layoutPositioning: 'relative', css: 'templateBox aspectRatio_default', items: [{ type: 'templateIndicator', style: { 'top': '0%', 'left': '0%', 'right': '0%', 'bottom': '0%' } }, { id: multi1Id, type: 'widget', style: { width: '49.00%', height: '48.18%', top: '1.82%', left: '1.00%' } }, { id: multi2Id, type: 'widget', style: { width: '49.00%', height: '48.18%', top: '1.82%', left: '50.00%' } }, { id: multi3Id, type: 'widget', style: { width: '98.00%', height: '48.18%', top: '50.00%', left: '1.00%' } }] }] }, widgets: (_widgets = {}, _widgets[multi1Id] = { id: multi1Id, type: 'multipurpose' }, _widgets[multi2Id] = { id: multi2Id, type: 'multipurpose' }, _widgets[multi3Id] = { id: multi3Id, type: 'multipurpose' }, _widgets) }; } }; }); //# sourceMappingURL=SceneLayout10.js.map