@openui5/sap.ui.unified 1.108.30 → 1.108.34

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 (95) hide show
  1. package/package.json +2 -2
  2. package/src/sap/ui/unified/.library +1 -1
  3. package/src/sap/ui/unified/Calendar.js +1 -1
  4. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  5. package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
  6. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  7. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  8. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  9. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  10. package/src/sap/ui/unified/CalendarRow.js +3 -2
  11. package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
  12. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  13. package/src/sap/ui/unified/ColorPicker.js +1 -1
  14. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  15. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  16. package/src/sap/ui/unified/Currency.js +1 -1
  17. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  18. package/src/sap/ui/unified/DateRange.js +1 -1
  19. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  20. package/src/sap/ui/unified/FileUploader.js +1 -1
  21. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  22. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  23. package/src/sap/ui/unified/Menu.js +1 -1
  24. package/src/sap/ui/unified/MenuItem.js +1 -1
  25. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  26. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  27. package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
  28. package/src/sap/ui/unified/Shell.js +1 -1
  29. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  30. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  31. package/src/sap/ui/unified/ShellLayout.js +1 -1
  32. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  33. package/src/sap/ui/unified/SplitContainer.js +1 -1
  34. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  35. package/src/sap/ui/unified/calendar/Header.js +1 -1
  36. package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
  37. package/src/sap/ui/unified/calendar/Month.js +1 -1
  38. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  39. package/src/sap/ui/unified/calendar/MonthRenderer.js +23 -28
  40. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  41. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  42. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  43. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  44. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  45. package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -6
  46. package/src/sap/ui/unified/library.js +2 -2
  47. package/src/sap/ui/unified/messagebundle.properties +3 -0
  48. package/src/sap/ui/unified/messagebundle_ar.properties +2 -0
  49. package/src/sap/ui/unified/messagebundle_bg.properties +2 -0
  50. package/src/sap/ui/unified/messagebundle_ca.properties +2 -0
  51. package/src/sap/ui/unified/messagebundle_cs.properties +2 -0
  52. package/src/sap/ui/unified/messagebundle_cy.properties +2 -0
  53. package/src/sap/ui/unified/messagebundle_da.properties +2 -0
  54. package/src/sap/ui/unified/messagebundle_de.properties +3 -1
  55. package/src/sap/ui/unified/messagebundle_el.properties +2 -0
  56. package/src/sap/ui/unified/messagebundle_en.properties +2 -0
  57. package/src/sap/ui/unified/messagebundle_en_GB.properties +2 -0
  58. package/src/sap/ui/unified/messagebundle_en_US_saprigi.properties +2 -0
  59. package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +63 -58
  60. package/src/sap/ui/unified/messagebundle_es.properties +2 -0
  61. package/src/sap/ui/unified/messagebundle_es_MX.properties +2 -0
  62. package/src/sap/ui/unified/messagebundle_et.properties +2 -0
  63. package/src/sap/ui/unified/messagebundle_fi.properties +2 -0
  64. package/src/sap/ui/unified/messagebundle_fr.properties +2 -0
  65. package/src/sap/ui/unified/messagebundle_fr_CA.properties +2 -0
  66. package/src/sap/ui/unified/messagebundle_hi.properties +2 -0
  67. package/src/sap/ui/unified/messagebundle_hr.properties +2 -0
  68. package/src/sap/ui/unified/messagebundle_hu.properties +2 -0
  69. package/src/sap/ui/unified/messagebundle_id.properties +2 -0
  70. package/src/sap/ui/unified/messagebundle_it.properties +2 -0
  71. package/src/sap/ui/unified/messagebundle_iw.properties +2 -0
  72. package/src/sap/ui/unified/messagebundle_ja.properties +2 -0
  73. package/src/sap/ui/unified/messagebundle_kk.properties +2 -0
  74. package/src/sap/ui/unified/messagebundle_ko.properties +2 -0
  75. package/src/sap/ui/unified/messagebundle_lt.properties +2 -0
  76. package/src/sap/ui/unified/messagebundle_lv.properties +2 -0
  77. package/src/sap/ui/unified/messagebundle_ms.properties +2 -0
  78. package/src/sap/ui/unified/messagebundle_nl.properties +2 -0
  79. package/src/sap/ui/unified/messagebundle_no.properties +2 -0
  80. package/src/sap/ui/unified/messagebundle_pl.properties +2 -0
  81. package/src/sap/ui/unified/messagebundle_pt.properties +2 -0
  82. package/src/sap/ui/unified/messagebundle_pt_PT.properties +2 -0
  83. package/src/sap/ui/unified/messagebundle_ro.properties +2 -0
  84. package/src/sap/ui/unified/messagebundle_ru.properties +2 -0
  85. package/src/sap/ui/unified/messagebundle_sh.properties +2 -0
  86. package/src/sap/ui/unified/messagebundle_sk.properties +2 -0
  87. package/src/sap/ui/unified/messagebundle_sl.properties +2 -0
  88. package/src/sap/ui/unified/messagebundle_sr.properties +2 -0
  89. package/src/sap/ui/unified/messagebundle_sv.properties +2 -0
  90. package/src/sap/ui/unified/messagebundle_th.properties +2 -0
  91. package/src/sap/ui/unified/messagebundle_tr.properties +2 -0
  92. package/src/sap/ui/unified/messagebundle_uk.properties +2 -0
  93. package/src/sap/ui/unified/messagebundle_vi.properties +2 -0
  94. package/src/sap/ui/unified/messagebundle_zh_CN.properties +2 -0
  95. package/src/sap/ui/unified/messagebundle_zh_TW.properties +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.unified",
3
- "version": "1.108.30",
3
+ "version": "1.108.34",
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.108.30"
17
+ "@openui5/sap.ui.core": "1.108.34"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.30</version>
9
+ <version>1.108.34</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  * Basic Calendar.
75
75
  * This calendar is used for DatePickers
76
76
  * @extends sap.ui.core.Control
77
- * @version 1.108.30
77
+ * @version 1.108.34
78
78
  *
79
79
  * @constructor
80
80
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./DateTypeRange', 'sap/ui/core/format/DateFormat', 'sap/ui/core/
21
21
  *
22
22
  * Applications could inherit from this element to add own fields.
23
23
  * @extends sap.ui.unified.DateTypeRange
24
- * @version 1.108.30
24
+ * @version 1.108.34
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @class
57
57
  * <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
58
58
  * @extends sap.ui.unified.Calendar
59
- * @version 1.108.30
59
+ * @version 1.108.34
60
60
  *
61
61
  * @constructor
62
62
  * @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.108.30
59
+ * @version 1.108.34
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.108.30
24
+ * @version 1.108.34
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * <b>Note:</b> 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.108.30
68
+ * @version 1.108.34
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.108.30
60
+ * @version 1.108.34
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -86,7 +86,7 @@ sap.ui.define([
86
86
  * @class
87
87
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
88
88
  * @extends sap.ui.core.Control
89
- * @version 1.108.30
89
+ * @version 1.108.34
90
90
  *
91
91
  * @constructor
92
92
  * @public
@@ -361,9 +361,10 @@ sap.ui.define([
361
361
 
362
362
  this._bRTL = Configuration.getRTL();
363
363
  this._oRb = sap.ui.getCore().getLibraryResourceBundle("sap.ui.unified");
364
+ var pattern = this._oRb.getText("APPOINTMENT_DATE_TIME_DESCRIPTION", [_getLocaleData.call(this).getDatePattern("long"), _getLocaleData.call(this).getTimePattern("medium")]);
364
365
 
365
366
  this._oFormatAria = DateFormat.getDateTimeInstance({
366
- pattern: "EEEE dd/MM/YYYY 'at' " + _getLocaleData.call(this).getTimePattern("medium")
367
+ pattern: "EEEE " + pattern
367
368
  });
368
369
 
369
370
  this._aVisibleAppointments = [];
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @class
67
67
  * Calendar with granularity of time items displayed in one line.
68
68
  * @extends sap.ui.core.Control
69
- * @version 1.108.30
69
+ * @version 1.108.34
70
70
  *
71
71
  * @constructor
72
72
  * @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.108.30
42
+ * @version 1.108.34
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.108.30
68
+ * @version 1.108.34
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.108.30
50
+ * @version 1.108.34
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.108.30
34
+ * @version 1.108.34
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.108.30
61
+ * @version 1.108.34
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.108.30
17
+ * @version 1.108.34
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.108.30
23
+ * @version 1.108.34
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.108.30
28
+ * @version 1.108.34
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.108.30
68
+ * @version 1.108.34
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.108.30
25
+ * @version 1.108.34
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.108.30
23
+ * @version 1.108.34
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.108.30
64
+ * @version 1.108.34
65
65
  * @since 1.21.0
66
66
  *
67
67
  * @constructor
@@ -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.108.30
26
+ * @version 1.108.34
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -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.108.30
26
+ * @version 1.108.34
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.108.30
18
+ * @version 1.108.34
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.108.30
55
+ * @version 1.108.34
56
56
  * @since 1.21.0
57
57
  *
58
58
  * @constructor
@@ -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.108.30
28
+ * @version 1.108.34
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.108.30
31
+ * @version 1.108.34
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.108.30
30
+ * @version 1.108.34
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.108.30
53
+ * @version 1.108.34
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.108.30
46
+ * @version 1.108.34
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.108.30
37
+ * @version 1.108.34
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -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.108.30
35
+ * @version 1.108.34
36
36
  *
37
37
  * @constructor
38
38
  * @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.108.30
30
+ * @version 1.108.34
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.108.30
35
+ * @version 1.108.34
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  * If used inside the calendar the properties and aggregation are directly taken from the parent
78
78
  * (To not duplicate and sync DateRanges and so on...)
79
79
  * @extends sap.ui.core.Control
80
- * @version 1.108.30
80
+ * @version 1.108.34
81
81
  *
82
82
  * @constructor
83
83
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * renders a MonthPicker with ItemNavigation
54
54
  * This is used inside the calendar. Not for stand alone usage
55
55
  * @extends sap.ui.core.Control
56
- * @version 1.108.30
56
+ * @version 1.108.34
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -378,8 +378,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
378
378
  },
379
379
  bBeforeFirstYear = oDay._bBeforeFirstYear,
380
380
  sAriaType = "",
381
- oLegend = oHelper.oLegend,
382
- sNonWorkingDayText;
381
+ oLegend = oHelper.oLegend;
383
382
 
384
383
  var sYyyymmdd = oMonth._oFormatYyyymmdd.format(oDay.toUTCJSDate(), true);
385
384
  var iWeekDay = oDay.getDay();
@@ -389,6 +388,10 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
389
388
  var bEnabled = oMonth._checkDateEnabled(oDay);
390
389
  var i = 0;
391
390
  var bShouldBeMarkedAsSpecialDate = oMonth._isSpecialDateMarkerEnabled(oDay);
391
+
392
+ var sNonWorkingDayText = oMonth._oUnifiedRB.getText("LEGEND_NON_WORKING_DAY");
393
+ var aTooltipTexts = [];
394
+
392
395
  // Days before 0001.01.01 should be disabled.
393
396
  if (bBeforeFirstYear) {
394
397
  bEnabled = false;
@@ -409,7 +412,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
409
412
  }
410
413
  if (oDay.isSame(oHelper.oToday)) {
411
414
  oRm.class("sapUiCalItemNow");
412
- mAccProps["label"] = oHelper.sToday + " ";
415
+ aTooltipTexts.push(oMonth._oUnifiedRB.getText("LEGEND_TODAY"));
413
416
  }
414
417
 
415
418
  if (iSelected > 0) {
@@ -441,8 +444,8 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
441
444
  aDayTypes.forEach(function(oDayType) {
442
445
  if (oDayType.type !== CalendarDayType.None) {
443
446
  if (oDayType.type === CalendarDayType.NonWorking) {
447
+ aTooltipTexts.push(sNonWorkingDayText);
444
448
  oRm.class("sapUiCalItemWeekEnd");
445
- sNonWorkingDayText = this._addNonWorkingDayText(mAccProps);
446
449
  return;
447
450
  }
448
451
 
@@ -450,26 +453,30 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
450
453
  oRm.class("sapUiCalItem" + oDayType.type);
451
454
  sAriaType = oDayType.type;
452
455
  if (oDayType.tooltip) {
453
- oRm.attr('title', oDayType.tooltip);
456
+ aTooltipTexts.push(oDayType.tooltip);
454
457
  }
455
458
  }
456
459
  }
457
- }.bind(this));
460
+ });
458
461
  }
459
462
 
460
463
 
461
- if (!sNonWorkingDayText) { // if sNonWorkingDayText exists, it is already included above as specialDate of type NonWorking
462
- if (oHelper.aNonWorkingDays) { // check if there are nonWorkingDays passed and add text to them
463
- oHelper.aNonWorkingDays.forEach(function (iNonWorkingDay) {
464
- if (oDay.getDay() === iNonWorkingDay) {
465
- this._addNonWorkingDayText(mAccProps);
466
- }
467
- }.bind(this));
468
- } else if (oDay.getDay() === oHelper.iWeekendStart || oDay.getDay() === oHelper.iWeekendEnd) { // otherwise add the text to the NonWorkigDays from the locale
469
- this._addNonWorkingDayText(mAccProps);
470
- }
464
+ if (oHelper.aNonWorkingDays) { // check if there are nonWorkingDays passed and add text to them
465
+ oHelper.aNonWorkingDays.forEach(function (iNonWorkingDay) {
466
+ if (oDay.getDay() === iNonWorkingDay) {
467
+ aTooltipTexts.push(sNonWorkingDayText);
468
+ }
469
+ });
470
+ } else if ((oDay.getDay() === oHelper.iWeekendStart || oDay.getDay() === oHelper.iWeekendEnd)) { // otherwise add the text to the NonWorkigDays from the locale
471
+ aTooltipTexts.push(sNonWorkingDayText);
471
472
  }
472
473
 
474
+ if (aTooltipTexts.length) {
475
+ var aTooltips = aTooltipTexts.filter(function(sText, iPos) {
476
+ return aTooltipTexts.indexOf(sText) === iPos;
477
+ });
478
+ oRm.attr('title', aTooltips.join(" "));
479
+ }
473
480
 
474
481
  //oMonth.getDate() is a public date object, so it is always considered local timezones.
475
482
  if (((oMonth.getParent() && oMonth.getParent().getMetadata().getName() === "sap.ui.unified.CalendarOneMonthInterval")
@@ -557,18 +564,6 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
557
564
 
558
565
  };
559
566
 
560
- /**
561
- * Includes additional text to the DOM indicating that the day is non-working
562
- *
563
- * @param {Object} mAccProps The accessibility properties for the day to be rendered.
564
- * @returns {string} sText The text for the non-working day from the bundle
565
- */
566
- MonthRenderer._addNonWorkingDayText = function (mAccProps) {
567
- var sText = sap.ui.getCore().getLibraryResourceBundle("sap.ui.unified").getText("LEGEND_NON_WORKING_DAY") + " ";
568
- mAccProps["label"] += sText;
569
- return sText;
570
- };
571
-
572
567
  MonthRenderer._renderWeekNumber = function(oRm, oDay, oHelper, oMonth) {
573
568
  var iWeekNumber = oMonth._calculateWeekNumber(oDay);
574
569
  var sId = oHelper.sId + "-WNum-" + iWeekNumber;
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * The MontsRow works with JavaScript Date objects, but only the month and the year are used to display and interact.
61
61
  * As representation for a month, the 1st of the month will always be returned in the API.
62
62
  * @extends sap.ui.core.Control
63
- * @version 1.108.30
63
+ * @version 1.108.34
64
64
  *
65
65
  * @constructor
66
66
  * @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.108.30
37
+ * @version 1.108.34
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  *
60
60
  * The TimesRow works with JavaScript Date objects.
61
61
  * @extends sap.ui.core.Control
62
- * @version 1.108.30
62
+ * @version 1.108.34
63
63
  *
64
64
  * @constructor
65
65
  * @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.108.30
63
+ * @version 1.108.34
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.108.30
48
+ * @version 1.108.34
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -1,13 +1,13 @@
1
1
 
2
- CALENDARDATEINTERVAL_NAME=jlsK9ezBTySIXfOznpSxmw_Calendar Date Interval
2
+ CALENDARDATEINTERVAL_NAME=5CumBjlTtJDJHH93lTh/uA_Calendar Date Interval
3
3
 
4
- CALENDARDATEINTERVAL_NAME_PLURAL=zQlOEAJQcZNysFuICvvBnA_Calendar Date Intervals
4
+ CALENDARDATEINTERVAL_NAME_PLURAL=T2IRCnid9EbkFilcznLYqQ_Calendar Date Intervals
5
5
 
6
- CALENDARLEGEND_NAME=lzo/9Stvj+2OWfvskqzyJQ_Calendar Legend
6
+ CALENDARLEGEND_NAME=squAxBUyFaZdxnH9yHIzHA_Calendar Legend
7
7
 
8
- CALENDARLEGEND_NAME_PLURAL=Q3ubHFHxXXvc25J5+e2+og_Calendar Legends
8
+ CALENDARLEGEND_NAME_PLURAL=H2vgG4XJhdOIAgSHFXYgWQ_Calendar Legends
9
9
 
10
- CURRENCY_NAME=Ob0wtc7P3cRxYQaUq+VJDg_Currency
10
+ CURRENCY_NAME=GDbW+frDXxySw0hnIpZ0Lg_Currency
11
11
 
12
- CURRENCY_NAME_PLURAL=fHKUJ8wWWf0/sdhPWjyScQ_Currencies
12
+ CURRENCY_NAME_PLURAL=g1cdVD0mz1z/zeZLoEEAFw_Currencies
13
13
 
@@ -28,13 +28,13 @@ sap.ui.define([
28
28
  * @namespace
29
29
  * @alias sap.ui.unified
30
30
  * @author SAP SE
31
- * @version 1.108.30
31
+ * @version 1.108.34
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.108.30",
37
+ version: "1.108.34",
38
38
  dependencies : ["sap.ui.core"],
39
39
  designtime: "sap/ui/unified/designtime/library.designtime",
40
40
  types: [
@@ -82,6 +82,9 @@ APPOINTMENT=Appointment
82
82
  #XACT: Aria information for tentative appointment
83
83
  APPOINTMENT_TENTATIVE=Tentative
84
84
 
85
+ #XACT: Translation of the word 'at' in the appointment describing text: Wednesday 1 January 2024 at 1:00:00 AM
86
+ APPOINTMENT_DATE_TIME_DESCRIPTION={0}\'' at \''{1}
87
+
85
88
  #XBUT: File Uploader - browse button text
86
89
  FILEUPLOAD_BROWSE=Browse...
87
90
 
@@ -53,6 +53,8 @@ APPOINTMENT=\u0627\u0644\u0645\u0648\u0639\u062F
53
53
 
54
54
  APPOINTMENT_TENTATIVE=\u0645\u0628\u062F\u0626\u064A
55
55
 
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' \u0641\u064A ''{1}
57
+
56
58
  FILEUPLOAD_BROWSE=\u0627\u0633\u062A\u0639\u0631\u0627\u0636...
57
59
 
58
60
  FILEUPLOAD_ACC=\u062A\u0646\u0634\u064A\u0637 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0644\u0641
@@ -53,6 +53,8 @@ APPOINTMENT=\u0421\u0440\u0435\u0449\u0430
53
53
 
54
54
  APPOINTMENT_TENTATIVE=\u0421 \u0440\u0435\u0437\u0435\u0440\u0432\u0438
55
55
 
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' \u0432 ''{1}
57
+
56
58
  FILEUPLOAD_BROWSE=\u041F\u0440\u0435\u0433\u043B\u0435\u0434...
57
59
 
58
60
  FILEUPLOAD_ACC=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B
@@ -53,6 +53,8 @@ APPOINTMENT=Data
53
53
 
54
54
  APPOINTMENT_TENTATIVE=Amb reserva
55
55
 
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' a les ''{1}
57
+
56
58
  FILEUPLOAD_BROWSE=Navegar...
57
59
 
58
60
  FILEUPLOAD_ACC=Activar per seleccionar un fitxer
@@ -53,6 +53,8 @@ APPOINTMENT=Term\u00EDn
53
53
 
54
54
  APPOINTMENT_TENTATIVE=S v\u00FDhradou
55
55
 
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' v ''{1}
57
+
56
58
  FILEUPLOAD_BROWSE=Prohledat...
57
59
 
58
60
  FILEUPLOAD_ACC=Aktivovat pro v\u00FDb\u011Br souboru