Sha256: 520dff27450a10f5489c0b864df31646b80be7480a8b12fe9ed0541a9ad9ace1
Contents?: true
Size: 751 Bytes
Versions: 3
Compression:
Stored size: 751 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['jquery.sap.global','sap/ui/core/UIComponent'],function(q,U){"use strict";var C=U.extend("sap.f.cards.CardComponent",{constructor:function(s){U.apply(this,arguments);this._mSettings=s;},metadata:{properties:{verticalSize:{type:"int"},horizontalSize:{type:"int"}}}});C.prototype.applySettings=function(){U.prototype.applySettings.apply(this,arguments);};C.prototype.createContent=function(){return U.prototype.createContent.apply(this,arguments);};U.prototype.render=function(r){var c=this.getRootControl();if(c&&r){r.renderControl(c);}};return C;});
Version data entries
3 entries across 3 versions & 1 rubygems