Sha256: 71eea4dad214b97544aee04dad34287bcdb1a7a861340c7484bab8be1fd68e43

Contents?: true

Size: 753 Bytes

Versions: 4

Compression:

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

		return {
			name: {
				singular: "DATEPICKER_NAME",
				plural: "DATEPICKER_NAME_PLURAL"
			},
			palette: {
				group: "INPUT",
				icons: {
					svg: "sap/m/designtime/DatePicker.icon.svg"
				}
			},
			actions: {
				remove: {
					changeType: "hideControl"
				},
				reveal: {
					changeType: "unhideControl"
				}
			},
			templates: {
				create: "sap/m/designtime/DatePicker.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/DatePicker.designtime-dbg.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/DatePicker.designtime-dbg.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/m/designtime/DatePicker.designtime-dbg.js
jekyll-openui5-0.1.0 assets/sap/m/designtime/DatePicker.designtime-dbg.js