Sha256: 9a1db37eb88d76064062a72d34c1f4ab177a452ab6274ddf9c09de9a7b6cbad8

Contents?: true

Size: 606 Bytes

Versions: 4

Compression:

Stored size: 606 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.InputBase control
sap.ui.define([],
	function () {
		"use strict";

		return {
			name: {
				singular: "INPUT_NAME",
				plural: "INPUT_NAME_PLURAL"
			},
			palette: {
				group: "INPUT",
				icons: {
					svg: "sap/m/designtime/Input.icon.svg"
				}
			},
			templates: {
				create: "sap/m/designtime/Input.create.fragment.xml"
			}
		};
	}, /* 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/Input.designtime-dbg.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/Input.designtime-dbg.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/Input.designtime-dbg.js
jekyll-openui5-0.1.0 assets/sap/m/designtime/Input.designtime-dbg.js