Sha256: de310b4a6a5893ef86d1a65118d2c8e49dcb10e60c165ed066e86f9e5ee7fd16
Contents?: true
Size: 580 Bytes
Versions: 3
Compression:
Stored size: 580 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. */ /** * Adds support rules of the sap.f library to the support infrastructure. */ sap.ui.define([ "sap/ui/support/library", "./rules/Avatar.support", "./rules/DynamicPage.support" ], function (SupportLib, AvatarSupport, DynamicPageSupport) { "use strict"; return { name: "sap.f", niceName: "UI5 Fiori Library", ruleset: [AvatarSupport, DynamicPageSupport] }; }, true);
Version data entries
3 entries across 3 versions & 1 rubygems