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