Sha256: 77e061afbd1265094ca8408f546c2a05396fa2c66dd4ce3c887cab29d29b7619
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 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.SplitContainer control sap.ui.define([], function() { "use strict"; return { name: { singular: "SPLIT_CONTAINER_NAME", plural: "SPLIT_CONTAINER_NAME_PLURAL" }, palette: { group: "CONTAINER" }, aggregations : { masterPages : { domRef : ":sap-domref > .sapMSplitContainerMaster, :sap-domref > .sapMSplitContainerMobile" }, detailPages : { domRef : ":sap-domref > .sapMSplitContainerDetail" } } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems