@openui5/sap.ui.unified 1.84.54 → 1.84.56

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 (89) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/unified/.library +2 -2
  4. package/src/sap/ui/unified/Calendar.js +2 -2
  5. package/src/sap/ui/unified/CalendarAppointment.js +2 -2
  6. package/src/sap/ui/unified/CalendarDateInterval.js +2 -2
  7. package/src/sap/ui/unified/CalendarDateIntervalRenderer.js +1 -1
  8. package/src/sap/ui/unified/CalendarLegend.js +2 -2
  9. package/src/sap/ui/unified/CalendarLegendItem.js +2 -2
  10. package/src/sap/ui/unified/CalendarLegendRenderer.js +1 -1
  11. package/src/sap/ui/unified/CalendarMonthInterval.js +2 -2
  12. package/src/sap/ui/unified/CalendarMonthIntervalRenderer.js +1 -1
  13. package/src/sap/ui/unified/CalendarOneMonthInterval.js +2 -2
  14. package/src/sap/ui/unified/CalendarOneMonthIntervalRenderer.js +1 -1
  15. package/src/sap/ui/unified/CalendarRenderer.js +1 -1
  16. package/src/sap/ui/unified/CalendarRow.js +2 -2
  17. package/src/sap/ui/unified/CalendarRowRenderer.js +1 -1
  18. package/src/sap/ui/unified/CalendarTimeInterval.js +2 -2
  19. package/src/sap/ui/unified/CalendarTimeIntervalRenderer.js +1 -1
  20. package/src/sap/ui/unified/CalendarWeekInterval.js +2 -2
  21. package/src/sap/ui/unified/ColorPicker.js +2 -2
  22. package/src/sap/ui/unified/ColorPickerDisplayMode.js +1 -1
  23. package/src/sap/ui/unified/ColorPickerPopover.js +2 -2
  24. package/src/sap/ui/unified/ColorPickerRenderer.js +1 -1
  25. package/src/sap/ui/unified/ContentSwitcher.js +2 -2
  26. package/src/sap/ui/unified/ContentSwitcherRenderer.js +1 -1
  27. package/src/sap/ui/unified/Currency.js +2 -2
  28. package/src/sap/ui/unified/CurrencyRenderer.js +2 -2
  29. package/src/sap/ui/unified/DateRange.js +2 -2
  30. package/src/sap/ui/unified/DateTypeRange.js +2 -2
  31. package/src/sap/ui/unified/FileUploader.js +2 -2
  32. package/src/sap/ui/unified/FileUploaderHttpRequestMethod.js +1 -1
  33. package/src/sap/ui/unified/FileUploaderParameter.js +2 -2
  34. package/src/sap/ui/unified/FileUploaderRenderer.js +1 -1
  35. package/src/sap/ui/unified/FileUploaderXHRSettings.js +2 -2
  36. package/src/sap/ui/unified/Menu.js +2 -2
  37. package/src/sap/ui/unified/MenuItem.js +2 -2
  38. package/src/sap/ui/unified/MenuItemBase.js +2 -2
  39. package/src/sap/ui/unified/MenuRenderer.js +2 -2
  40. package/src/sap/ui/unified/MenuTextFieldItem.js +2 -2
  41. package/src/sap/ui/unified/Shell.js +2 -2
  42. package/src/sap/ui/unified/ShellHeadItem.js +2 -2
  43. package/src/sap/ui/unified/ShellHeadUserItem.js +2 -2
  44. package/src/sap/ui/unified/ShellHeader.js +1 -1
  45. package/src/sap/ui/unified/ShellLayout.js +2 -2
  46. package/src/sap/ui/unified/ShellLayoutRenderer.js +1 -1
  47. package/src/sap/ui/unified/ShellOverlay.js +2 -2
  48. package/src/sap/ui/unified/ShellOverlayRenderer.js +1 -1
  49. package/src/sap/ui/unified/ShellRenderer.js +1 -1
  50. package/src/sap/ui/unified/SplitContainer.js +2 -2
  51. package/src/sap/ui/unified/SplitContainerRenderer.js +1 -1
  52. package/src/sap/ui/unified/calendar/CalendarDate.js +1 -1
  53. package/src/sap/ui/unified/calendar/CalendarUtils.js +1 -1
  54. package/src/sap/ui/unified/calendar/CustomMonthPicker.js +1 -1
  55. package/src/sap/ui/unified/calendar/CustomYearPicker.js +1 -1
  56. package/src/sap/ui/unified/calendar/DatesRow.js +2 -2
  57. package/src/sap/ui/unified/calendar/DatesRowRenderer.js +1 -1
  58. package/src/sap/ui/unified/calendar/Header.js +2 -2
  59. package/src/sap/ui/unified/calendar/HeaderRenderer.js +1 -1
  60. package/src/sap/ui/unified/calendar/Month.js +2 -2
  61. package/src/sap/ui/unified/calendar/MonthPicker.js +2 -2
  62. package/src/sap/ui/unified/calendar/MonthPickerRenderer.js +1 -1
  63. package/src/sap/ui/unified/calendar/MonthRenderer.js +1 -1
  64. package/src/sap/ui/unified/calendar/MonthsRow.js +2 -2
  65. package/src/sap/ui/unified/calendar/MonthsRowRenderer.js +1 -1
  66. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +2 -2
  67. package/src/sap/ui/unified/calendar/OneMonthDatesRowRenderer.js +1 -1
  68. package/src/sap/ui/unified/calendar/TimesRow.js +2 -2
  69. package/src/sap/ui/unified/calendar/TimesRowRenderer.js +1 -1
  70. package/src/sap/ui/unified/calendar/YearPicker.js +2 -2
  71. package/src/sap/ui/unified/calendar/YearPickerRenderer.js +1 -1
  72. package/src/sap/ui/unified/calendar/YearRangePicker.js +2 -2
  73. package/src/sap/ui/unified/calendar/YearRangePickerRenderer.js +1 -1
  74. package/src/sap/ui/unified/designtime/Calendar.designtime.js +1 -1
  75. package/src/sap/ui/unified/designtime/CalendarDateInterval.designtime.js +1 -1
  76. package/src/sap/ui/unified/designtime/CalendarLegend.designtime.js +1 -1
  77. package/src/sap/ui/unified/designtime/Currency.designtime.js +1 -1
  78. package/src/sap/ui/unified/designtime/FileUploader.designtime.js +1 -1
  79. package/src/sap/ui/unified/designtime/library.designtime.js +1 -1
  80. package/src/sap/ui/unified/library.js +3 -3
  81. package/src/sap/ui/unified/library.support.js +1 -1
  82. package/src/sap/ui/unified/messagebundle_da.properties +1 -1
  83. package/src/sap/ui/unified/messagebundle_es_MX.properties +3 -3
  84. package/src/sap/ui/unified/messagebundle_lt.properties +2 -2
  85. package/src/sap/ui/unified/messagebundle_th.properties +2 -2
  86. package/src/sap/ui/unified/messagebundle_vi.properties +2 -2
  87. package/src/sap/ui/unified/rules/FileUploader.support.js +1 -1
  88. package/src/sap/ui/unified/themes/base/library.source.less +1 -1
  89. package/src/sap/ui/unified/themes/sap_hcb/library.source.less +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.84.54
51
+ * @version 1.84.56
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.84.54
43
+ * @version 1.84.56
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.84.54
36
+ * @version 1.84.56
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * If used inside the calendar the properties and aggregation are directly taken from the parent
33
33
  * (To not duplicate and sync DateRanges and so on...)
34
34
  * @extends sap.ui.unified.calendar.Month
35
- * @version 1.84.54
35
+ * @version 1.84.56
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.84.54
30
+ * @version 1.84.56
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * If used inside the calendar the properties and aggregation are directly taken from the parent
76
76
  * (To not duplicate and sync DateRanges and so on...)
77
77
  * @extends sap.ui.core.Control
78
- * @version 1.84.54
78
+ * @version 1.84.56
79
79
  *
80
80
  * @constructor
81
81
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * renders a MonthPicker with ItemNavigation
52
52
  * This is used inside the calendar. Not for stand alone usage
53
53
  * @extends sap.ui.core.Control
54
- * @version 1.84.54
54
+ * @version 1.84.56
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * The MontsRow works with JavaScript Date objects, but only the month and the year are used to display and interact.
62
62
  * As representation for a month, the 1st of the month will always be returned in the API.
63
63
  * @extends sap.ui.core.Control
64
- * @version 1.84.54
64
+ * @version 1.84.56
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.84.54
37
+ * @version 1.84.56
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  *
63
63
  * The TimesRow works with JavaScript Date objects.
64
64
  * @extends sap.ui.core.Control
65
- * @version 1.84.54
65
+ * @version 1.84.56
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
57
57
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
58
58
  * @extends sap.ui.core.Control
59
- * @version 1.84.54
59
+ * @version 1.84.56
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.unified.calendar.YearPicker
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.54
52
+ * @version 1.84.56
53
53
  *
54
54
  * @constructor
55
55
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  // delegate further initialization of this library to the Core
26
26
  sap.ui.getCore().initLibrary({
27
27
  name : "sap.ui.unified",
28
- version: "1.84.54",
28
+ version: "1.84.56",
29
29
  dependencies : ["sap.ui.core"],
30
30
  designtime: "sap/ui/unified/designtime/library.designtime",
31
31
  types: [
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * @namespace
99
99
  * @alias sap.ui.unified
100
100
  * @author SAP SE
101
- * @version 1.84.54
101
+ * @version 1.84.56
102
102
  * @public
103
103
  */
104
104
  var thisLib = sap.ui.unified;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -31,7 +31,7 @@ CALENDAR_CANCEL=Afbryd
31
31
 
32
32
  CALENDAR_BTN_PREV=Tilbage
33
33
 
34
- CALENDAR_BTN_NEXT=Frem
34
+ CALENDAR_BTN_NEXT=N\u00E6ste
35
35
 
36
36
  CALENDAR_DATES_ROW_WEEK_NUMBER=Uge {0}
37
37
 
@@ -41,11 +41,11 @@ CALENDAR_MONTH_PICKER_OPEN_HINT=Presione F4 para seleccionar un mes
41
41
 
42
42
  YEAR_PICKER=Selector de a\u00F1os
43
43
 
44
- YEAR_RANGE_PICKER=Selector de intervalos de a\u00F1os
44
+ YEAR_RANGE_PICKER=Selector de rango de a\u00F1o
45
45
 
46
- CALENDAR_YEAR_PICKER_OPEN_HINT=Presione May\u00FAs + F4 para seleccionar un a\u00F1o
46
+ CALENDAR_YEAR_PICKER_OPEN_HINT=Presione May\u00FAs+F4 para seleccionar un a\u00F1o
47
47
 
48
- CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=Presione May\u00FAs + F4 para seleccionar un intervalo de a\u00F1os
48
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=Presione May\u00FAs+F4 para seleccionar un rango de a\u00F1o
49
49
 
50
50
  APPOINTMENT=Cita
51
51
 
@@ -43,9 +43,9 @@ YEAR_PICKER=Met\u0173 ie\u0161kos \u012Frankis
43
43
 
44
44
  YEAR_RANGE_PICKER=Met\u0173 intervalo ie\u0161kos \u012Frankis
45
45
 
46
- CALENDAR_YEAR_PICKER_OPEN_HINT=Nor\u0117dami pasirinkti metus, paspauskite Shift + F4
46
+ CALENDAR_YEAR_PICKER_OPEN_HINT=Nor\u0117dami pasirinkti metus, paspauskite SHIFT + F4
47
47
 
48
- CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=Nor\u0117dami pasirinkti met\u0173 interval\u0105, paspauskite Shift + F4
48
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=Nor\u0117dami pasirinkti met\u0173 interval\u0105, paspauskite SHIFT + F4
49
49
 
50
50
  APPOINTMENT=Susitikimas
51
51
 
@@ -85,9 +85,9 @@ COLORPICKER_VALUE=\u0E04\u0E48\u0E32
85
85
 
86
86
  COLORPICKER_HEX=\u0E40\u0E25\u0E02\u0E10\u0E32\u0E19\u0E2A\u0E34\u0E1A\u0E2B\u0E01
87
87
 
88
- COLORPICKER_ALPHA=\u0E2D\u0E31\u0E25\u0E1F\u0E32
88
+ COLORPICKER_ALPHA=\u0E04\u0E27\u0E32\u0E21\u0E42\u0E1B\u0E23\u0E48\u0E07\u0E43\u0E2A (Alpha)
89
89
 
90
- COLORPICKER_LIGHTNESS=\u0E04\u0E27\u0E32\u0E21\u0E08\u0E32\u0E07
90
+ COLORPICKER_LIGHTNESS=\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E27\u0E48\u0E32\u0E07
91
91
 
92
92
  COLORPICKER_NEW_OLD_COLOR=\u0E2A\u0E35\u0E40\u0E14\u0E34\u0E21\u0E08\u0E30\u0E16\u0E39\u0E01\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E14\u0E49\u0E27\u0E22\u0E2A\u0E35\u0E43\u0E2B\u0E21\u0E48\u0E15\u0E32\u0E21\u0E17\u0E34\u0E28\u0E17\u0E32\u0E07\u0E25\u0E39\u0E01\u0E28\u0E23
93
93
 
@@ -31,7 +31,7 @@ CALENDAR_CANCEL=Hu\u0309y
31
31
 
32
32
  CALENDAR_BTN_PREV=Tr\u01B0\u01A1\u0301c
33
33
 
34
- CALENDAR_BTN_NEXT=K\u00EA\u0301 ti\u1EBFp
34
+ CALENDAR_BTN_NEXT=Ti\u1EBFp theo
35
35
 
36
36
  CALENDAR_DATES_ROW_WEEK_NUMBER=Tu\u00E2\u0300n {0}
37
37
 
@@ -63,7 +63,7 @@ LEGEND_SELECTED=\u0110\u01B0\u01A1\u0323c cho\u0323n
63
63
 
64
64
  LEGEND_TODAY=H\u00F4m nay
65
65
 
66
- LEGEND_NORMAL_DAY=Nga\u0300y la\u0300m vi\u00EA\u0323c
66
+ LEGEND_NORMAL_DAY=Nga\u0300y la\u0300m vi\u1EC7c
67
67
 
68
68
  LEGEND_NON_WORKING_DAY=Ng\u00E0y kh\u00F4ng l\u00E0m vi\u1EC7c
69
69
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6