Sha256: d7877f0a80ebb66b6fce441b4255024358d2c9439b133f05f91fbcc89314e65c
Contents?: true
Size: 700 Bytes
Versions: 4
Compression:
Stored size: 700 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.TabContainer control sap.ui.define([], function() { "use strict"; return { name: { singular: "TABCONTAINER_NAME", plural: "TABCONTAINER_NAME_PLURAL" }, palette: { group: "CONTAINER" // TODO: uncomment this when icon is avaiable // icons: { // svg: "sap/m/designtime/TabContainer.icon.svg" // } }, templates: { create: "sap/m/designtime/TabContainer.create.fragment.xml" } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems