New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openui5/sap.ui.unified

Package Overview
Dependencies
Maintainers
1
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
1.62.1

4

package.json
{
"name": "@openui5/sap.ui.unified",
"version": "1.62.0",
"version": "1.62.1",
"description": "OpenUI5 UI Library sap.ui.unified",

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

"dependencies": {
"@openui5/sap.ui.core": "1.62.0"
"@openui5/sap.ui.core": "1.62.1"
}
}

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

* @extends sap.ui.unified.calendar.Month
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

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

@@ -81,5 +81,28 @@ /*!

iBtn = MAX_HEADER_BUTTONS - 1 - i;
// when we have two months displayed next to each other, we have 4 buttons
// and they should be arranged in order to show year, first month, year, second month
// this is why the numbers of the buttons are hard-coded
if (this._isTwoMonthsCalendar(oHead)) {
switch (i) {
case 0:
iBtn = 2;
break;
case 2:
iBtn = 4;
break;
case 1:
iBtn = 1;
break;
case 3:
iBtn = 3;
break;
}
}
} else {
iBtn = i;
}
if (this._isTwoMonthsCalendar(oHead)) {
iFirst = 2;
iLast = 3;
}
this.renderCalendarButtons(oRm, oHead, sId, iFirst, iLast, mAccProps, iBtn);

@@ -201,4 +224,8 @@ }

HeaderRenderer._isTwoMonthsCalendar = function (oHead) {
return (oHead.getParent() instanceof sap.ui.unified.Calendar && (oHead.getParent().getMonths() >= 2));
};
return HeaderRenderer;
}, /* bExport= */ true);

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

@@ -65,0 +65,0 @@ * @constructor

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

* @extends sap.ui.unified.calendar.DatesRow
* @version 1.62.0
* @version 1.62.1
*

@@ -40,0 +40,0 @@ * @constructor

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

@@ -58,0 +58,0 @@ * @constructor

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

* @extends sap.ui.unified.DateTypeRange
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.unified.Calendar
* @version 1.62.0
* @version 1.62.1
*

@@ -56,0 +56,0 @@ * @constructor

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.core.Element
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

@@ -71,0 +71,0 @@ * @constructor

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

* @extends sap.ui.unified.CalendarDateInterval
* @version 1.62.0
* @version 1.62.1
*

@@ -67,0 +67,0 @@ * @constructor

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

* @extends sap.ui.unified.CalendarDateInterval
* @version 1.62.0
* @version 1.62.1
*

@@ -45,0 +45,0 @@ * @constructor

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

* @extends sap.ui.core.Control
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

@@ -37,0 +37,0 @@ * @constructor

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

*
* @version 1.62.0
* @version 1.62.1
* @namespace

@@ -20,0 +20,0 @@ */

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

* @extends sap.ui.core.Element
* @version 1.62.0
* @version 1.62.1
*

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

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

* @extends sap.ui.unified.DateRange
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

@@ -65,0 +65,0 @@ * @constructor

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

name : "sap.ui.unified",
version: "1.62.0",
version: "1.62.1",
dependencies : ["sap.ui.core"],

@@ -84,3 +84,3 @@ designtime: "sap/ui/unified/designtime/library.designtime",

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
* @public

@@ -87,0 +87,0 @@ */

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
* @since 1.21.0

@@ -65,0 +65,0 @@ *

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
* @since 1.21.0

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
* @since 1.21.0

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

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

*
* @version 1.62.0
* @version 1.62.1
* @namespace

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
* @since 1.21.0

@@ -51,0 +51,0 @@ *

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

@@ -34,0 +34,0 @@ * @constructor

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

@@ -54,0 +54,0 @@ * @constructor

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

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

* @author SAP SE
* @version 1.62.0
* @version 1.62.1
*

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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

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

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

Sorry, the diff of this file is not supported yet