Sha256: 7ae55f0f2e30bfbc19877ee983b88eb95783ad0e49222874e5ee9f263796b304
Contents?: true
Size: 575 Bytes
Versions: 4
Compression:
Stored size: 575 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','./library','sap/ui/core/Element'],function(q,l,E){"use strict";var R=E.extend("sap.ui.commons.RowRepeaterSorter",{metadata:{library:"sap.ui.commons",properties:{text:{type:"string",group:"Appearance",defaultValue:null},icon:{type:"string",group:"Appearance",defaultValue:null},sorter:{type:"object",group:"Data",defaultValue:null}}}});return R;},true);
Version data entries
4 entries across 4 versions & 2 rubygems