Sha256: 980989c5c9c7263fd578bfd22e265528fc2fbbd23450fe0bdcc68d71cc9cc659
Contents?: true
Size: 549 Bytes
Versions: 3
Compression:
Stored size: 549 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.f.Avatar control sap.ui.define([], function () { "use strict"; return { templates: { create: "sap/f/designtime/Avatar.create.fragment.xml" }, actions: { remove: { changeType: "hideControl" }, reveal: { changeType: "unhideControl" } } }; }, /* bExport= */ false);
Version data entries
3 entries across 3 versions & 1 rubygems