Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openui5/sap.ui.layout

Package Overview
Dependencies
Maintainers
4
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openui5/sap.ui.layout - npm Package Compare versions

Comparing version 1.52.6 to 1.52.7

4

package.json
{
"name": "@openui5/sap.ui.layout",
"version": "1.52.6",
"version": "1.52.7",
"description": "OpenUI5 UI Library sap.ui.layout",

@@ -17,4 +17,4 @@ "author": "SAP SE (https://www.sap.com)",

"dependencies": {
"@openui5/sap.ui.core": "1.52.6"
"@openui5/sap.ui.core": "1.52.7"
}
}

@@ -27,3 +27,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -30,0 +30,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -26,0 +26,0 @@ * @constructor

@@ -57,3 +57,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -60,0 +60,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -26,0 +26,0 @@ * @constructor

@@ -21,3 +21,3 @@ /*!

* @extends sap.ui.core.LayoutData
* @version 1.52.6
* @version 1.52.7
* @constructor

@@ -24,0 +24,0 @@ * @public

@@ -33,3 +33,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -36,0 +36,0 @@ * @constructor

@@ -16,3 +16,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @experimental Since 1.48.0

@@ -19,0 +19,0 @@ */

@@ -22,3 +22,3 @@ /*!

*
* @version 1.52.6
* @version 1.52.7
*

@@ -25,0 +25,0 @@ * @experimental Since 1.50.0 This class is experimental and provides only limited functionality. Also the API might be

@@ -22,3 +22,3 @@ /*!

*
* @version 1.52.6
* @version 1.52.7
*

@@ -25,0 +25,0 @@ * @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be

@@ -16,3 +16,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @experimental Since 1.27.0

@@ -28,3 +28,3 @@ */

if (aStopToken.indexOf(sType) === -1) {
if (aContent[i].getVisible()) {
if (oModifier.getVisible(aContent[i])) {
return true;

@@ -31,0 +31,0 @@ }

@@ -16,3 +16,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @experimental Since 1.27.0

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @experimental Since 1.34.0

@@ -80,7 +80,7 @@ */

var fnIsTitleOrToolbar = function(aElements, iIndex) {
var fnIsTitleOrToolbar = function(aElements, iIndex, oModifier) {
if (iIndex >= aElements.length || iIndex === -1) {
return true;
}
var sType = aElements[iIndex].getMetadata().getName();
var sType = oModifier.getControlType(aElements[iIndex]);
return (MoveSimpleForm.sTypeTitle === sType

@@ -115,3 +115,3 @@ || MoveSimpleForm.sTypeToolBar === sType

var fnMapFieldIndexToContentAggregationIndex = function(oModifier, aContent, iGroupStart, iFieldIndex, bUp) {
if (!fnIsTitleOrToolbar(aContent, iGroupStart)) {
if (!fnIsTitleOrToolbar(aContent, iGroupStart, oModifier)) {
jQuery.sap.log.error("Illegal argument. iIndex has to point to a Label.");

@@ -118,0 +118,0 @@ } else {

@@ -19,3 +19,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @since 1.48

@@ -22,0 +22,0 @@ * @private

@@ -19,3 +19,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @since 1.40

@@ -22,0 +22,0 @@ * @private

@@ -16,3 +16,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @experimental Since 1.27.0

@@ -19,0 +19,0 @@ */

@@ -86,3 +86,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -89,0 +89,0 @@ * @constructor

@@ -46,3 +46,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -49,0 +49,0 @@ * @constructor

@@ -43,3 +43,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -46,0 +46,0 @@ * @constructor

@@ -26,3 +26,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -29,0 +29,0 @@ * @constructor

@@ -24,3 +24,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -27,0 +27,0 @@ * @constructor

@@ -30,3 +30,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -33,0 +33,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -26,0 +26,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -26,0 +26,0 @@ * @constructor

@@ -32,3 +32,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -35,0 +35,0 @@ * @constructor

@@ -33,3 +33,3 @@ /*!

* @extends sap.ui.layout.form.FormLayout
* @version 1.52.6
* @version 1.52.7
*

@@ -36,0 +36,0 @@ * @constructor

@@ -33,3 +33,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -36,0 +36,0 @@ * @constructor

@@ -25,3 +25,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -28,0 +28,0 @@ * @constructor

@@ -25,3 +25,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -28,0 +28,0 @@ * @constructor

@@ -18,3 +18,3 @@ /*!

* @version
* 1.52.6
* 1.52.7
* @namespace

@@ -21,0 +21,0 @@ */

@@ -25,3 +25,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -28,0 +28,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
* @public

@@ -31,3 +31,3 @@ */

name : "sap.ui.layout",
version: "1.52.6",
version: "1.52.7",
dependencies : ["sap.ui.core"],

@@ -34,0 +34,0 @@ types: [

@@ -28,3 +28,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -31,0 +31,0 @@ * @constructor

@@ -25,3 +25,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -28,0 +28,0 @@ * @constructor

@@ -25,3 +25,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -28,0 +28,0 @@ * @constructor

@@ -47,3 +47,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -50,0 +50,0 @@ * @constructor

@@ -24,3 +24,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -27,0 +27,0 @@ * @constructor

@@ -30,3 +30,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -33,0 +33,0 @@ * @constructor

@@ -35,3 +35,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -38,0 +38,0 @@ * @constructor

@@ -27,3 +27,3 @@ /*!

* @extends sap.ui.core.LayoutData
* @version 1.52.6
* @version 1.52.7
*

@@ -30,0 +30,0 @@ * @constructor

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.52.6
* @version 1.52.7
*

@@ -26,0 +26,0 @@ * @constructor

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc