@openui5/sap.ui.unified 1.115.0 → 1.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +2 -2
  4. package/src/sap/ui/unified/.library +1 -1
  5. package/src/sap/ui/unified/Calendar.js +2 -2
  6. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  7. package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
  8. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  9. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  10. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  11. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  12. package/src/sap/ui/unified/CalendarRow.js +1 -1
  13. package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
  14. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  15. package/src/sap/ui/unified/ColorPicker.js +1 -1
  16. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  17. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  18. package/src/sap/ui/unified/Currency.js +1 -1
  19. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  20. package/src/sap/ui/unified/DateRange.js +1 -1
  21. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  22. package/src/sap/ui/unified/FileUploader.js +1 -1
  23. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  24. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  25. package/src/sap/ui/unified/Menu.js +12 -9
  26. package/src/sap/ui/unified/MenuItem.js +4 -8
  27. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  28. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  29. package/src/sap/ui/unified/MenuTextFieldItem.js +7 -4
  30. package/src/sap/ui/unified/Shell.js +1 -1
  31. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  32. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  33. package/src/sap/ui/unified/ShellLayout.js +1 -1
  34. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  35. package/src/sap/ui/unified/SplitContainer.js +1 -1
  36. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  37. package/src/sap/ui/unified/calendar/Header.js +1 -1
  38. package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
  39. package/src/sap/ui/unified/calendar/Month.js +1 -1
  40. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  41. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  42. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  43. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  44. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  45. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  46. package/src/sap/ui/unified/library.js +2 -2
  47. package/src/sap/ui/unified/messagebundle_sl.properties +1 -1
  48. package/src/sap/ui/unified/messagebundle_sv.properties +1 -1
  49. package/src/sap/ui/unified/messagebundle_th.properties +1 -1
  50. package/src/sap/ui/unified/themes/base/Calendar.less +13 -9
package/.reuse/dep5 CHANGED
@@ -457,11 +457,6 @@ Comment: these files belong to: UI5 Web Components
457
457
 
458
458
  # Outside of Libraries:
459
459
 
460
- Files: src/testsuite-utils/src/main/resources/META-INF/less/less.js
461
- Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
462
- License: Apache-2.0
463
- Comment: these files belong to: LESS
464
-
465
460
  Files: lib/jsdoc/ui5/plugin.js
466
461
  Copyright:
467
462
  2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
package/THIRDPARTY.txt CHANGED
@@ -460,19 +460,13 @@ Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
460
460
 
461
461
  Outside of Libraries:
462
462
 
463
- Component: LESS, version: 1.6.3
464
- Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
465
- License: Apache-2.0
466
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
467
- Contained in: src/testsuite-utils/src/main/resources/META-INF/less/less.js
468
-
469
463
  Component: JSDoc 3, version: 3.6.7
470
464
  Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
471
465
  License: Apache-2.0
472
466
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
473
467
  Contained in: lib/jsdoc/ui5/plugin.js
474
468
 
475
- Component: SAP Theming Base Content, version: 11.3.0
469
+ Component: SAP Theming Base Content, version: 11.4.2
476
470
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
477
471
  License: Apache-2.0
478
472
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.unified",
3
- "version": "1.115.0",
3
+ "version": "1.116.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.unified",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.115.0"
17
+ "@openui5/sap.ui.core": "1.116.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.115.0</version>
9
+ <version>1.116.0</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * Basic Calendar.
77
77
  * This calendar is used for DatePickers
78
78
  * @extends sap.ui.core.Control
79
- * @version 1.115.0
79
+ * @version 1.116.0
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -2094,7 +2094,7 @@ sap.ui.define([
2094
2094
  oFocusedDate = this._getFocusedDate(),
2095
2095
  oFocusMonthDelegate = {
2096
2096
  onAfterRendering: function() {
2097
- this._oItemNavigation.focusItem(this._oItemNavigation.getFocusedIndex());
2097
+ this._oItemNavigation.focusItem(this._oItemNavigation.getFocusedIndex(), undefined, true);
2098
2098
  this.removeDelegate(oFocusMonthDelegate);
2099
2099
  }
2100
2100
  },
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  *
44
44
  * Applications could inherit from this element to add own fields.
45
45
  * @extends sap.ui.unified.DateTypeRange
46
- * @version 1.115.0
46
+ * @version 1.116.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @class
60
60
  * <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
61
61
  * @extends sap.ui.unified.Calendar
62
- * @version 1.115.0
62
+ * @version 1.116.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.115.0
59
+ * @version 1.116.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
21
21
  * @class
22
22
  * Item to be displayed in a CalendarLegend.
23
23
  * @extends sap.ui.core.Element
24
- * @version 1.115.0
24
+ * @version 1.116.0
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * <b>Note:</b> UI5Date or JavaScript Date objects are used to set and return the months, mark them as selected or as a special type.
66
66
  * But the date part of the Date object is not used. If a Date object is returned the date will be set to the 1st of the corresponding month.
67
67
  * @extends sap.ui.core.Control
68
- * @version 1.115.0
68
+ * @version 1.116.0
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * Navigation via year picker switches to the corresponding year and the same month as before the navigation.
58
58
  *
59
59
  * @extends sap.ui.unified.CalendarDateInterval
60
- * @version 1.115.0
60
+ * @version 1.116.0
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @class
89
89
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
90
90
  * @extends sap.ui.core.Control
91
- * @version 1.115.0
91
+ * @version 1.116.0
92
92
  *
93
93
  * @constructor
94
94
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @class
69
69
  * Calendar with granularity of time items displayed in one line.
70
70
  * @extends sap.ui.core.Control
71
- * @version 1.115.0
71
+ * @version 1.116.0
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -39,7 +39,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
39
39
  * its start date to the first date of the same week as the date the user chose.
40
40
  *
41
41
  * @extends sap.ui.unified.CalendarDateInterval
42
- * @version 1.115.0
42
+ * @version 1.116.0
43
43
  *
44
44
  * @constructor
45
45
  * @private
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.ui.core.Control
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.115.0
68
+ * @version 1.116.0
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * A thin wrapper over {@link sap.ui.unified.ColorPicker} allowing the latter to be used in a popover.
48
48
  *
49
49
  * @extends sap.ui.core.Control
50
- * @version 1.115.0
50
+ * @version 1.116.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.115.0
34
+ * @version 1.116.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @extends sap.ui.core.Control
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.115.0
61
+ * @version 1.116.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/library", "sap/ui/core/Core"],
14
14
  /**
15
15
  * Currency renderer.
16
16
  *
17
- * @version 1.115.0
17
+ * @version 1.116.0
18
18
  * @namespace
19
19
  */
20
20
  var CurrencyRenderer = {
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/calendar/Cale
20
20
  * @class
21
21
  * Date range for use in DatePicker
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.115.0
23
+ * @version 1.116.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./DateRange', './library'],
25
25
  * @class
26
26
  * Date range with calendar day type information. Used to visualize special days in the Calendar.
27
27
  * @extends sap.ui.unified.DateRange
28
- * @version 1.115.0
28
+ * @version 1.116.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.115.0
68
+ * @version 1.116.0
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.115.0
25
+ * @version 1.116.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.115.0
23
+ * @version 1.116.0
24
24
  *
25
25
  * @constructor
26
26
  * @since 1.52
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @implements sap.ui.core.IContextMenu
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.115.0
64
+ * @version 1.116.0
65
65
  * @since 1.21.0
66
66
  *
67
67
  * @constructor
@@ -630,7 +630,7 @@ sap.ui.define([
630
630
  //right or down (RTL: left or down)
631
631
  if (oEvent.keyCode !== KeyCodes.ARROW_DOWN && !oEvent.metaKey && !oEvent.altKey) {
632
632
  //Go to sub menu if available
633
- if (oSubMenu && this.checkEnabled(this.oHoveredItem)) {
633
+ if (oSubMenu) {
634
634
  if (oSubMenu.bOpen) {
635
635
  oNextSelectableItem = oSubMenu.getNextSelectableItem(-1);
636
636
  oSubMenu.setHoveredItem(oNextSelectableItem);
@@ -820,13 +820,12 @@ sap.ui.define([
820
820
  }
821
821
  this._discardOpenSubMenuDelayed();
822
822
  this._delayedSubMenuTimer = setTimeout(function(){
823
- this.checkEnabled(oItem) && this.closeSubmenu(false, true);
824
- if (this.checkEnabled(oItem) && oItem.getSubmenu()) {
823
+ if (oItem.getSubmenu()) {
825
824
  this.setHoveredItem(oItem);
826
825
  oItem && oItem.focus(this);
827
826
  this.openSubmenu(oItem, false, true);
828
827
  }
829
- }.bind(this), oItem.getSubmenu() && this.checkEnabled(oItem) ? Menu._DELAY_SUBMENU_TIMER : Menu._DELAY_SUBMENU_TIMER_EXT);
828
+ }.bind(this), oItem.getSubmenu() ? Menu._DELAY_SUBMENU_TIMER : Menu._DELAY_SUBMENU_TIMER_EXT);
830
829
  };
831
830
 
832
831
  Menu.prototype._discardOpenSubMenuDelayed = function(oItem){
@@ -1017,6 +1016,10 @@ sap.ui.define([
1017
1016
  return;
1018
1017
  }
1019
1018
 
1019
+ if (!this.checkEnabled(oItem)) {
1020
+ return;
1021
+ }
1022
+
1020
1023
  if (this.oOpenedSubMenu && this.oOpenedSubMenu !== oSubMenu) {
1021
1024
  // Another sub menu is open and has not been fixed. Close it at first.
1022
1025
  this.closeSubmenu();
@@ -1109,12 +1112,12 @@ sap.ui.define([
1109
1112
 
1110
1113
  // At first, start with the next index
1111
1114
  for (var i = iIdx + 1; i < aItems.length; i++) {
1112
- if (aItems[i].getVisible() && this.checkEnabled(aItems[i])) {
1115
+ if (aItems[i].getVisible()) {
1113
1116
  return aItems[i];
1114
1117
  }
1115
1118
  }
1116
1119
 
1117
- return oItem && oItem.getVisible() && this.checkEnabled(oItem) ? oItem : null;
1120
+ return oItem && oItem.getVisible() ? oItem : null;
1118
1121
  };
1119
1122
 
1120
1123
  Menu.prototype.getPreviousSelectableItem = function(iIdx){
@@ -1123,12 +1126,12 @@ sap.ui.define([
1123
1126
 
1124
1127
  // At first, start with the previous index
1125
1128
  for (var i = iIdx - 1; i >= 0; i--) {
1126
- if (aItems[i].getVisible() && this.checkEnabled(aItems[i])) {
1129
+ if (aItems[i].getVisible()) {
1127
1130
  return aItems[i];
1128
1131
  }
1129
1132
  }
1130
1133
 
1131
- return oItem && oItem.getVisible() && this.checkEnabled(oItem) ? oItem : null;
1134
+ return oItem && oItem.getVisible() ? oItem : null;
1132
1135
  };
1133
1136
 
1134
1137
  Menu.prototype.setRootMenuTopStyle = function(bUseTopStyle){
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
23
23
  * @extends sap.ui.unified.MenuItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.115.0
26
+ * @version 1.116.0
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -63,7 +63,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
63
63
 
64
64
  rm.openStart("li", oItem);
65
65
 
66
- if (oItem.getVisible() && bIsEnabled) {
66
+ if (oItem.getVisible()) {
67
67
  rm.attr("tabindex", "0");
68
68
  }
69
69
 
@@ -80,10 +80,6 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
80
80
  rm.class("sapUiMnuItmSepBefore");
81
81
  }
82
82
 
83
- if (!bIsEnabled) {
84
- rm.attr("disabled", "disabled");
85
- }
86
-
87
83
  if (oItem.getTooltip_AsString()) {
88
84
  rm.attr("title", oItem.getTooltip_AsString());
89
85
  }
@@ -92,7 +88,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
92
88
  if (oInfo.bAccessible) {
93
89
  rm.accessibilityState(oItem, {
94
90
  role: "menuitem",
95
- disabled: null, // Prevent aria-disabled as a disabled attribute is enough
91
+ disabled: !bIsEnabled,
96
92
  posinset: oInfo.iItemNo,
97
93
  setsize: oInfo.iTotalItems,
98
94
  labelledby: { value: this.getId() + "-txt", append: true }
@@ -158,7 +154,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
158
154
  };
159
155
 
160
156
  MenuItem.prototype.focus = function(oMenu){
161
- if (this.getEnabled() && this.getVisible()) {
157
+ if (this.getVisible()) {
162
158
  this.$().trigger("focus");
163
159
  } else {
164
160
  oMenu.focus();
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.115.0
26
+ * @version 1.116.0
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/core/Configuration"],
15
15
  * Menu renderer.
16
16
  * @author SAP - TD Core UI&AM UI Infra
17
17
  *
18
- * @version 1.115.0
18
+ * @version 1.116.0
19
19
  * @namespace
20
20
  */
21
21
  var MenuRenderer = {
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.unified.MenuItemBase
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.115.0
55
+ * @version 1.116.0
56
56
  * @since 1.21.0
57
57
  *
58
58
  * @constructor
@@ -172,13 +172,13 @@ sap.ui.define([
172
172
  MenuTextFieldItem.prototype.hover = function(bHovered, oMenu){
173
173
  this.$().toggleClass("sapUiMnuItmHov", bHovered);
174
174
 
175
- if (bHovered && oMenu.checkEnabled(this)) {
175
+ if (bHovered) {
176
176
  oMenu.closeSubmenu(false, true);
177
177
  }
178
178
  };
179
179
 
180
180
  MenuTextFieldItem.prototype.focus = function(oMenu){
181
- if (this.getEnabled() && this.getVisible()) {
181
+ if (this.getVisible()) {
182
182
  this.$("tf").get(0).focus();
183
183
  } else {
184
184
  oMenu.focus();
@@ -240,7 +240,7 @@ sap.ui.define([
240
240
 
241
241
  MenuTextFieldItem.prototype.onclick = function(oEvent){
242
242
  this.getParent().closeSubmenu(false, true);
243
- if (!Device.system.desktop && this.getParent().checkEnabled(this)) {
243
+ if (!Device.system.desktop) {
244
244
  this.focus();
245
245
  }
246
246
  oEvent.stopPropagation();
@@ -270,6 +270,7 @@ sap.ui.define([
270
270
  * @name sap.ui.unified.MenuTextFieldItem#getSubmenu
271
271
  * @deprecated As of version 1.21, the aggregation <code>submenu</code> (inherited from parent class) is not supported for this type of menu item.
272
272
  * @function
273
+ * @ui5-not-supported
273
274
  */
274
275
 
275
276
  /**
@@ -279,6 +280,7 @@ sap.ui.define([
279
280
  * @public
280
281
  * @name sap.ui.unified.MenuTextFieldItem#destroySubmenu
281
282
  * @deprecated As of version 1.21, the aggregation <code>submenu</code> (inherited from parent class) is not supported for this type of menu item.
283
+ * @ui5-not-supported
282
284
  * @function
283
285
  */
284
286
 
@@ -289,6 +291,7 @@ sap.ui.define([
289
291
  * @return {this} <code>this</code> to allow method chaining
290
292
  * @public
291
293
  * @deprecated As of version 1.21, the aggregation <code>submenu</code> (inherited from parent class) is not supported for this type of menu item.
294
+ * @ui5-not-supported
292
295
  */
293
296
  MenuTextFieldItem.prototype.setSubmenu = function(oMenu){
294
297
  Log.warning("The aggregation 'submenu' is not supported for this type of menu item.", "", "sap.ui.unified.MenuTextFieldItem");
@@ -25,7 +25,7 @@ sap.ui.define(['./ShellHeader', './ShellLayout', './library', './ShellRenderer']
25
25
  * @extends sap.ui.unified.ShellLayout
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.115.0
28
+ * @version 1.116.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.115.0
31
+ * @version 1.116.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.115.0
30
+ * @version 1.116.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.115.0
53
+ * @version 1.116.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.115.0
46
+ * @version 1.116.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.115.0
37
+ * @version 1.116.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * If used inside the calendar the properties and aggregation are directly taken from the parent
36
36
  * (To not duplicate and sync DateRanges and so on...)
37
37
  * @extends sap.ui.unified.calendar.Month
38
- * @version 1.115.0
38
+ * @version 1.116.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * <b>Note:</b> This is used inside the calendar. Not for standalone usage
29
29
  * @extends sap.ui.core.Control
30
- * @version 1.115.0
30
+ * @version 1.116.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * This control serves for picking an item from a grid with items which are relative periods in Plannig Calendar.
33
33
  * This is used inside the sap.m.PlanningCalendar relative views. Not for stand alone usage.
34
34
  * @extends sap.ui.core.Control
35
- * @version 1.115.0
35
+ * @version 1.116.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * If used inside the calendar the properties and aggregation are directly taken from the parent
80
80
  * (To not duplicate and sync DateRanges and so on...)
81
81
  * @extends sap.ui.core.Control
82
- * @version 1.115.0
82
+ * @version 1.116.0
83
83
  *
84
84
  * @constructor
85
85
  * @public
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * renders a MonthPicker with ItemNavigation
56
56
  * This is used inside the calendar. Not for stand alone usage
57
57
  * @extends sap.ui.core.Control
58
- * @version 1.115.0
58
+ * @version 1.116.0
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * The MontsRow works with UI5Date or JavaScript Date objects, but only the month and the year are used to display and interact.
65
65
  * As representation for a month, the 1st of the month will always be returned in the API.
66
66
  * @extends sap.ui.core.Control
67
- * @version 1.115.0
67
+ * @version 1.116.0
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * Other usages are not supported.
35
35
  *
36
36
  * @extends sap.ui.unified.calendar.DatesRow
37
- * @version 1.115.0
37
+ * @version 1.116.0
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  *
62
62
  * The TimesRow works with UI5Date or JavaScript Date objects.
63
63
  * @extends sap.ui.core.Control
64
- * @version 1.115.0
64
+ * @version 1.116.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
61
61
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
62
62
  * @extends sap.ui.core.Control
63
- * @version 1.115.0
63
+ * @version 1.116.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.unified.calendar.YearPicker
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.115.0
48
+ * @version 1.116.0
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -28,13 +28,13 @@ sap.ui.define([
28
28
  * @namespace
29
29
  * @alias sap.ui.unified
30
30
  * @author SAP SE
31
- * @version 1.115.0
31
+ * @version 1.116.0
32
32
  * @since 1.28
33
33
  * @public
34
34
  */
35
35
  var thisLib = sap.ui.getCore().initLibrary({
36
36
  name : "sap.ui.unified",
37
- version: "1.115.0",
37
+ version: "1.116.0",
38
38
  dependencies : ["sap.ui.core"],
39
39
  designtime: "sap/ui/unified/designtime/library.designtime",
40
40
  types: [
@@ -55,7 +55,7 @@ APPOINTMENT=Termin
55
55
 
56
56
  APPOINTMENT_TENTATIVE=S pridr\u017Ekom
57
57
 
58
- FILEUPLOAD_BROWSE=Iskanje ...
58
+ FILEUPLOAD_BROWSE=Prebrskaj ...
59
59
 
60
60
  FILEUPLOAD_ACC=Aktiviranje za izbiro datoteke
61
61
 
@@ -65,7 +65,7 @@ FILEUPLOAD_REQUIRED=Obligatorisk
65
65
 
66
66
  FILEUPLOAD_NO_FILE_CHOSEN=Ingen fil har valts
67
67
 
68
- LEGEND_SELECTED=Valda
68
+ LEGEND_SELECTED=Vald
69
69
 
70
70
  LEGEND_TODAY=Idag
71
71
 
@@ -71,7 +71,7 @@ LEGEND_TODAY=\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49
71
71
 
72
72
  LEGEND_NORMAL_DAY=\u0E27\u0E31\u0E19\u0E17\u0E33\u0E07\u0E32\u0E19
73
73
 
74
- LEGEND_NON_WORKING_DAY=\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\u0E27\u0E31\u0E19\u0E17\u0E33\u0E01\u0E32\u0E23
74
+ LEGEND_NON_WORKING_DAY=\u0E27\u0E31\u0E19\u0E2B\u0E22\u0E38\u0E14\u0E07\u0E32\u0E19
75
75
 
76
76
  LEGEND_UNNAMED_TYPE=\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17 {0}
77
77
 
@@ -275,7 +275,7 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
275
275
  }
276
276
 
277
277
  .sapUiCalItem,
278
- .sapUiCalWeekNum{
278
+ .sapUiCalWeekNum {
279
279
  height: 3rem;
280
280
  line-height: 2.875rem;
281
281
  font-size: @sapMFontMediumSize;
@@ -288,7 +288,7 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
288
288
  cursor: default;
289
289
  }
290
290
 
291
- .sapUiCalWH{
291
+ .sapUiCalWH {
292
292
  color: @sapUiBaseText;
293
293
  white-space: nowrap;
294
294
  height: 2rem;
@@ -296,14 +296,14 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
296
296
  font-size: @sapMFontSmallSize;
297
297
  }
298
298
 
299
- .sapUiCalItem{
299
+ .sapUiCalItem {
300
300
  color: @sapUiBaseText;
301
301
  background-color: lighten(@sapUiContentForegroundColor,7);
302
302
  }
303
303
 
304
- .sapUiCalItemDsbl{
304
+ .sapUiCalItemDsbl {
305
305
  pointer-events: none;
306
- color: fade(@sapUiBaseText, 50);
306
+ color: fade(@sapUiBaseText, (@sapUiContentDisabledOpacity * 100));
307
307
  background-color: fade(lighten(@sapUiContentForegroundColor,5), 50);
308
308
  }
309
309
 
@@ -321,15 +321,15 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
321
321
  margin-left: 0;
322
322
  }
323
323
 
324
- .sapUiCalItemOtherMonth{
324
+ .sapUiCalItemOtherMonth {
325
325
  color: @sapUiContentDisabledTextColor;
326
326
  }
327
327
 
328
- .sapUiCalMulti .sapUiCalItemOtherMonth{
328
+ .sapUiCalMulti .sapUiCalItemOtherMonth {
329
329
  visibility: hidden;
330
330
  }
331
331
 
332
- .sapUiCalItemNow{
332
+ .sapUiCalItemNow {
333
333
  color: @sapUiHighlight;
334
334
  }
335
335
 
@@ -337,7 +337,7 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
337
337
  color: fade(@sapUiBaseText, 50);
338
338
  }
339
339
 
340
- .sapUiCalItemWeekEnd{
340
+ .sapUiCalItemWeekEnd {
341
341
  background-color: darken(@sapUiContentForegroundColor, 3);
342
342
  }
343
343
 
@@ -345,6 +345,10 @@ html.sap-desktop .sapUiCalHead > button.sapUiCalDsbl:focus,
345
345
  background-color: fade(@sapUiContentForegroundColor, 50);
346
346
  }
347
347
 
348
+ .sapUiCalItemOtherMonth.sapUiCalItemWeekEnd {
349
+ background-color: @sapUiListBackground;
350
+ }
351
+
348
352
  .sapUiCalItemSel{
349
353
  background-color: @sapUiSelected;
350
354
  }