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.54.5 to 1.54.6

4

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

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

"dependencies": {
"@openui5/sap.ui.core": "1.54.5"
"@openui5/sap.ui.core": "1.54.6"
}
}

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -66,0 +66,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @extends sap.ui.core.LayoutData
* @version 1.54.5
* @version 1.54.6
* @constructor

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -42,0 +42,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @experimental Since 1.48.0

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

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

*
* @version 1.54.5
* @version 1.54.6
*

@@ -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.54.5
* @version 1.54.6
*

@@ -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.54.5
* @version 1.54.6
* @experimental Since 1.27.0

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @experimental Since 1.27.0

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @experimental Since 1.34.0

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @since 1.48

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @since 1.40

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @experimental Since 1.27.0

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

@@ -213,2 +213,23 @@ /*!

return oControl.getLabel().getDomRef();
},
getState : function(oSimpleForm) {
var aContent = oSimpleForm.getContent();
return {
content : aContent.map(function(oElement) {
return {
element : oElement,
text : oElement.getText ? oElement.getText() : undefined,
index : aContent.indexOf(oElement)
};
})
};
},
restoreState : function(oSimpleForm, oState) {
oSimpleForm.removeAllContent();
oState.content.forEach(function(oElementState) {
oSimpleForm.insertContent(oElementState.element, oElementState.index);
if (oElementState.element.setText){
oElementState.element.setText(oElementState.text);
}
});
}

@@ -215,0 +236,0 @@ },

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -95,0 +95,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -63,0 +63,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @extends sap.ui.layout.form.FormLayout
* @version 1.54.5
* @version 1.54.6
*

@@ -39,0 +39,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -39,0 +39,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -44,0 +44,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @version
* 1.54.5
* 1.54.6
* @namespace

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
* @public

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

name : "sap.ui.layout",
version: "1.54.5",
version: "1.54.6",
dependencies: ["sap.ui.core"],

@@ -34,0 +34,0 @@ designtime: "sap/ui/layout/designtime/library.designtime",

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -44,0 +44,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -72,0 +72,0 @@ * @constructor

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

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

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

* @extends sap.ui.core.LayoutData
* @version 1.54.5
* @version 1.54.6
*

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

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

* @author SAP SE
* @version 1.54.5
* @version 1.54.6
*

@@ -31,0 +31,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