Sha256: 49abee69d814d439855e205f3c7558d131ae4380a7700f4a3073d3ee5ed43707

Contents?: true

Size: 593 Bytes

Versions: 4

Compression:

Stored size: 593 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.
 */

// Provides the Design Time Metadata for the sap.m.ObjectListItem control
sap.ui.define([],
	function() {
	"use strict";

	return {
		aggregations: {
			firstStatus: {
				domRef: ":sap-domref .sapMObjLStatus1DivEmpty"
			},
			secondStatus: {
				domRef: ":sap-domref .sapMObjLStatus2DivEmpty"
			},
			attributes: {
				domRef: ":sap-domref .sapMObjLAttrDivEmpty"
			}
		}
	};

}, /* bExport= */ false);

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fiveapples-0.0.7 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/ObjectListItem.designtime-dbg.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/ObjectListItem.designtime-dbg.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/ObjectListItem.designtime-dbg.js
jekyll-openui5-0.1.0 assets/sap/m/designtime/ObjectListItem.designtime-dbg.js