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