Sha256: a37ab7e4a632c34108fba4ec3812c56614409fbced1bad5f2d4fddf724efee46
Contents?: true
Size: 550 Bytes
Versions: 4
Compression:
Stored size: 550 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.DateTimeInput control sap.ui.define([], function() { "use strict"; return { palette: { group: "INPUT", icons: { svg: "sap/m/designtime/DateTimeInput.icon.svg" } }, templates: { create: "sap/m/designtime/DateTimeInput.create.fragment.xml" } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems