@openui5/sap.ui.unified 1.71.65 → 1.71.67

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 (46) 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 +1 -1
  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/Month.js +1 -1
  37. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  38. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  39. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  40. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  41. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  42. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  43. package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -14
  44. package/src/sap/ui/unified/library.js +2 -2
  45. package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +50 -98
  46. package/src/sap/ui/unified/themes/base/Calendar.less +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.unified",
3
- "version": "1.71.65",
3
+ "version": "1.71.67",
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.71.65"
17
+ "@openui5/sap.ui.core": "1.71.67"
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.71.65</version>
9
+ <version>1.71.67</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * Basic Calendar.
74
74
  * This calendar is used for DatePickers
75
75
  * @extends sap.ui.core.Control
76
- * @version 1.71.65
76
+ * @version 1.71.67
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./DateTypeRange', 'sap/ui/core/format/DateFormat', './library',
21
21
  *
22
22
  * Applications could inherit from this element to add own fields.
23
23
  * @extends sap.ui.unified.DateTypeRange
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @class
56
56
  * <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
57
57
  * @extends sap.ui.unified.Calendar
58
- * @version 1.71.65
58
+ * @version 1.71.67
59
59
  *
60
60
  * @constructor
61
61
  * @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.71.65
37
+ * @version 1.71.67
38
38
  *
39
39
  * @constructor
40
40
  * @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.71.65
24
+ * @version 1.71.67
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.71.65
68
+ * @version 1.71.67
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.71.65
60
+ * @version 1.71.67
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @class
72
72
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
73
73
  * @extends sap.ui.core.Control
74
- * @version 1.71.65
74
+ * @version 1.71.67
75
75
  *
76
76
  * @constructor
77
77
  * @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.71.65
71
+ * @version 1.71.67
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.71.65
42
+ * @version 1.71.67
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.71.65
68
+ * @version 1.71.67
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.71.65
50
+ * @version 1.71.67
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.71.65
34
+ * @version 1.71.67
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.71.65
57
+ * @version 1.71.67
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -14,7 +14,7 @@ sap.ui.define([],
14
14
  /**
15
15
  * Currency renderer.
16
16
  *
17
- * @version 1.71.65
17
+ * @version 1.71.67
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.71.65
23
+ * @version 1.71.67
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.71.65
28
+ * @version 1.71.67
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.71.65
62
+ * @version 1.71.67
63
63
  *
64
64
  * @constructor
65
65
  * @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.71.65
25
+ * @version 1.71.67
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.71.65
23
+ * @version 1.71.67
24
24
  *
25
25
  * @constructor
26
26
  * @since 1.52
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @implements sap.ui.core.IContextMenu
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.71.65
62
+ * @version 1.71.67
63
63
  * @since 1.21.0
64
64
  *
65
65
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library'],
23
23
  * @extends sap.ui.unified.MenuItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.65
26
+ * @version 1.71.67
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.71.65
26
+ * @version 1.71.67
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([],
15
15
  * Menu renderer.
16
16
  * @author SAP - TD Core UI&AM UI Infra
17
17
  *
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @namespace
20
20
  */
21
21
  var MenuRenderer = {
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.unified.MenuItemBase
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.71.65
48
+ * @version 1.71.67
49
49
  * @since 1.21.0
50
50
  *
51
51
  * @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.71.65
28
+ * @version 1.71.67
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.71.65
31
+ * @version 1.71.67
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.71.65
30
+ * @version 1.71.67
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.71.65
51
+ * @version 1.71.67
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.71.65
43
+ * @version 1.71.67
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.71.65
36
+ * @version 1.71.67
37
37
  *
38
38
  * @constructor
39
39
  * @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.71.65
35
+ * @version 1.71.67
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.71.65
30
+ * @version 1.71.67
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * If used inside the calendar the properties and aggregation are directly taken from the parent
70
70
  * (To not duplicate and sync DateRanges and so on...)
71
71
  * @extends sap.ui.core.Control
72
- * @version 1.71.65
72
+ * @version 1.71.67
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * renders a MonthPicker with ItemNavigation
37
37
  * This is used inside the calendar. Not for stand alone usage
38
38
  * @extends sap.ui.core.Control
39
- * @version 1.71.65
39
+ * @version 1.71.67
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -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.71.65
64
+ * @version 1.71.67
65
65
  *
66
66
  * @constructor
67
67
  * @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.71.65
37
+ * @version 1.71.67
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -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.71.65
65
+ * @version 1.71.67
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
55
55
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
56
56
  * @extends sap.ui.core.Control
57
- * @version 1.71.65
57
+ * @version 1.71.67
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -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.71.65
52
+ * @version 1.71.67
53
53
  *
54
54
  * @constructor
55
55
  * @private
@@ -1,21 +1,13 @@
1
- #This is the resource bundle for design time of the SAPUI5 sap.ui.unified library
2
- #
3
1
 
4
- #XMIT: Calendar Date Interval control name caption
5
- CALENDARDATEINTERVAL_NAME=jlsK9ezBTySIXfOznpSxmw_Calendar Date Interval
2
+ CALENDARDATEINTERVAL_NAME=On4EqkVFsmffOnWSEgeTTg_Calendar Date Interval
6
3
 
7
- #XTIT: Calendar Date Interval control name plural caption
8
- CALENDARDATEINTERVAL_NAME_PLURAL=zQlOEAJQcZNysFuICvvBnA_Calendar Date Intervals
4
+ CALENDARDATEINTERVAL_NAME_PLURAL=uMANGrjZWqZgulrOQ5OAnQ_Calendar Date Intervals
9
5
 
10
- #XMIT: Calendar Legend control name caption
11
- CALENDARLEGEND_NAME=lzo/9Stvj+2OWfvskqzyJQ_Calendar Legend
6
+ CALENDARLEGEND_NAME=myYfLQHm3gV47v5tW4jtfg_Calendar Legend
12
7
 
13
- #XTIT: Calendar Legend control name plural caption
14
- CALENDARLEGEND_NAME_PLURAL=Q3ubHFHxXXvc25J5+e2+og_Calendar Legends
8
+ CALENDARLEGEND_NAME_PLURAL=V15KNS+zTnNSe2r9C2pPGw_Calendar Legends
15
9
 
16
- #XMIT: Currency control name caption
17
- CURRENCY_NAME=Ob0wtc7P3cRxYQaUq+VJDg_Currency
10
+ CURRENCY_NAME=D9Ni4NcC8oKtULR22NyI+g_Currency
18
11
 
19
- #XTIT: Currency control name plural caption
20
- CURRENCY_NAME_PLURAL=fHKUJ8wWWf0/sdhPWjyScQ_Currencies
12
+ CURRENCY_NAME_PLURAL=/tiJTDu1SdGsnc2GhT51ow_Currencies
21
13
 
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/base/Object', "./ColorPickerDisplayMo
14
14
  // delegate further initialization of this library to the Core
15
15
  sap.ui.getCore().initLibrary({
16
16
  name : "sap.ui.unified",
17
- version: "1.71.65",
17
+ version: "1.71.67",
18
18
  dependencies : ["sap.ui.core"],
19
19
  designtime: "sap/ui/unified/designtime/library.designtime",
20
20
  types: [
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/base/Object', "./ColorPickerDisplayMo
83
83
  * @namespace
84
84
  * @alias sap.ui.unified
85
85
  * @author SAP SE
86
- * @version 1.71.65
86
+ * @version 1.71.67
87
87
  * @public
88
88
  */
89
89
  var thisLib = sap.ui.unified;
@@ -1,146 +1,98 @@
1
- #This is the resource bundle for the sap.ui.unified library
2
- #
3
1
 
4
- #XTOL: accessibility tooltip shown for the logo icon in the header of the shell control
5
- SHELL_LOGO_TOOLTIP=WH6cmtinOOjeb8/9gXvVEQ_Logo
2
+ SHELL_LOGO_TOOLTIP=WA2GLJiH6ysQwG3zzyKVDg_Logo
6
3
 
7
- #XTOL: Text and tooltip of the Close button of a Shell dialog window
8
- SHELL_OVERLAY_CLOSE=lwvz62TzgDPTVdOgCPfcTQ_Close
4
+ SHELL_OVERLAY_CLOSE=CzaGwL5AURPGBy7wBofu/A_Close
9
5
 
10
- #XACT: ARIA description of the Menu control
11
- MNU_ARIA_NAME=WdVt+WSe1uofULBmmCEhcg_Menu
6
+ MNU_ARIA_NAME=u8c81qkNibSOJsij9na55g_Menu
12
7
 
13
- #XACT: Aria information for the Calendar dialog
14
- CALENDAR_DIALOG=VbRQ0b1vXHZbE467RCITAg_Calendar
8
+ CALENDAR_DIALOG=sEvzr9dY6Bt9wu4pjJjM6A_Calendar
15
9
 
16
- #XACT: Aria information for calendar week
17
- CALENDAR_WEEK=KB/mBxeFHIA0ODF35/NoMw_Calendar Week
10
+ CALENDAR_WEEK=p9Yiy5z8b/OFRf6DhZbMyw_Calendar Week
18
11
 
19
- #XACT: Aria information for start date
20
- CALENDAR_START_DATE=uhMpKdcmq+Mb17heflU4KA_Start Date
12
+ CALENDAR_START_DATE=tAxTT5CsGaftoyjPGl5pEA_Start Date
21
13
 
22
- #XACT: Aria information for end date
23
- CALENDAR_END_DATE=Tlt1/tURivg6HUT/hwFoHA_End Date
14
+ CALENDAR_END_DATE=/5BAzGJYM3VISKkYxsrOIg_End Date
24
15
 
25
- #XACT: Aria information for start month
26
- CALENDAR_START_MONTH=rRMMLrbMIslqrIyIv5kwdQ_Start Month
16
+ CALENDAR_START_MONTH=vpRLqzixFVUHKnpN+ktyfQ_Start Month
27
17
 
28
- #XACT: Aria information for end month
29
- CALENDAR_END_MONTH=XpBYI7CJ9Sc1wxUz/MR97w_End Month
18
+ CALENDAR_END_MONTH=ZbzA037SzAjdbWxcfnIX6Q_End Month
30
19
 
31
- #XACT: Aria information for current month
32
- CALENDAR_CURRENT_MONTH=aRTFfSsQCsce+v92R5+N1Q_Current Month
20
+ CALENDAR_CURRENT_MONTH=pVfoFilagq19C2BGiwXF0g_Current Month
33
21
 
34
- #XACT: Aria information for start time
35
- CALENDAR_START_TIME=kwW7Jo6zhh1ZtXgi+ZltHg_Start Time
22
+ CALENDAR_START_TIME=b1QD6s42SQkD7uk7DCR0jQ_Start Time
36
23
 
37
- #XACT: Aria information for end time
38
- CALENDAR_END_TIME=daN8OnZRjjQKfiFqUxKQQg_End Time
24
+ CALENDAR_END_TIME=Z/CZND9abwgC+VtFukBQTA_End Time
39
25
 
40
- #XACT: Aria information for current time
41
- CALENDAR_CURRENT_TIME=DSb7ZrhFry2ZP+DkXD5r3Q_Now
26
+ CALENDAR_CURRENT_TIME=njnODOH6Isg4umYt4oRmUw_Now
42
27
 
43
- #XBUT
44
- CALENDAR_CANCEL=dq6AqVLYMZdFrisO2ei4jg_Cancel
28
+ CALENDAR_CANCEL=MZbg90ucpaweONYwTN/Qfw_Cancel
45
29
 
46
- #XACT
47
- CALENDAR_BTN_PREV=NFqgxu75BcA9kN5nEn0CGA_Previous
30
+ CALENDAR_BTN_PREV=c21cB8UhM9jbGcKwQHJfxA_Previous
48
31
 
49
- #XACT
50
- CALENDAR_BTN_NEXT=Z4VmPChRA42/3bcXWXvB4A_Next
32
+ CALENDAR_BTN_NEXT=lsLgU3w9DV1SABuB/irahw_Next
51
33
 
52
- #XFLD: Text for a week in week numbers row
53
- CALENDAR_DATES_ROW_WEEK_NUMBER=bw0R9I/knzDjH8BSTEKJWg_Week {0}
34
+ CALENDAR_DATES_ROW_WEEK_NUMBER=cmmVa/SZZhG0mzsvsT5Enw_Week {0}
54
35
 
55
- #XACT
56
- CALENDAR_MONTH_PICKER_OPEN_HINT=rbNr85b3xdtlP+fieBTEUA_Press F4 to select a month
36
+ CALENDAR_MONTH_PICKER_OPEN_HINT=VADNiudICLFBgq9ioErs0Q_Press F4 to select a month
57
37
 
58
- #XACT
59
- CALENDAR_YEAR_PICKER_OPEN_HINT=z/pjEa6jEGPG1YbQfOkyeQ_Press Shift + F4 to select an year
38
+ CALENDAR_YEAR_PICKER_OPEN_HINT=aI43twpQsXbvNh69qoG6nw_Press Shift + F4 to select a year
60
39
 
61
- #XACT: Aria information for appointment
62
- APPOINTMENT=Gdb4Ptoz6rT8gNYfgCMIow_Appointment
40
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=i/77U4UglHvGet7pjfdkGQ_Press Shift + F4 to select a year range
63
41
 
64
- #XACT: Aria information for tentative appointment
65
- APPOINTMENT_TENTATIVE=OKaSTXHXUea6kzLnLiDbeQ_Tentative
42
+ APPOINTMENT=pTob5e0LiH/kQkziDdK5RA_Appointment
66
43
 
67
- #XBUT: File Uploader - browse button text
68
- FILEUPLOAD_BROWSE=uEoly7t460Cmz2JHb7TaIw_Browse...
44
+ APPOINTMENT_TENTATIVE=M/Qzc59ooWp1qeOPhTHvHw_Tentative
69
45
 
70
- #XACT: File Uploader - ARIA text
71
- FILEUPLOAD_ACC=zDxSY2YVnASgaMD7hgm64Q_Activate to Select a File
46
+ FILEUPLOAD_BROWSE=dCoPBWut7/VOlMPUjyCFkA_Browse...
72
47
 
73
- #XFLD: Calendar Legend category selected
74
- LEGEND_SELECTED=cWJiCwMh3P59Tk0TBzGqgg_Selected
48
+ FILEUPLOAD_ACC=Dl7W5IeFEn1lhWcJA3NvLQ_Activate to Select a File
75
49
 
76
- #XFLD: Calendar Legend category today
77
- LEGEND_TODAY=quKlSGhFcu6Pl06mIlWfIA_Today
50
+ LEGEND_SELECTED=YvuDNLkuQehLOTNoqXp8mQ_Selected
78
51
 
79
- #XFLD: Calendar Legend category working day
80
- LEGEND_NORMAL_DAY=W4HpIodwNmhTHz2fopENCw_Working Day
52
+ LEGEND_TODAY=yQmlXBs1uUw30x1wpUjeFw_Today
81
53
 
82
- #XFLD: Calendar Legend category none working
83
- LEGEND_NON_WORKING_DAY=mUOHnO6FRTBFiUDSCLo/7g_Non-Working Day
54
+ LEGEND_NORMAL_DAY=kXrFqSZjftcNs1PgJ5/ZWQ_Working Day
84
55
 
85
- #XFLD: Calendar Legend unnamed type
86
- LEGEND_UNNAMED_TYPE=M2BluTfeq0T1sMHqVuY+ew_Type {0}
56
+ LEGEND_NON_WORKING_DAY=ycKSCW4uCFDEljC0ORHHTA_Non-Working Day
87
57
 
88
- #XACT: Aria information for selected appointment
89
- APPOINTMENT_SELECTED=4C0Y8M/xmhHoYp7cnwsT+Q_Selected
58
+ LEGEND_UNNAMED_TYPE=k4ejDFgxf70FYTO5UjOAhw_Type {0}
90
59
 
91
- #XTOL: Red color for the ColorPicker control
92
- COLORPICKER_RED=wr5693hrFYg7PA58gRTECQ_Red
60
+ APPOINTMENT_SELECTED=o/uTICFxKFawzZkRIWOpxQ_Selected
93
61
 
94
- #XTOL: Green color for the ColorPicker control
95
- COLORPICKER_GREEN=c1ngiCOhHu8O+CgnJ5lqCg_Green
62
+ COLORPICKER_RED=O7VqKtBDjPEdlUXJl4I6BQ_Red
96
63
 
97
- #XTOL: Blue color for the ColorPicker control
98
- COLORPICKER_BLUE=RLveLYQawkLGQAvUfM2vIQ_Blue
64
+ COLORPICKER_GREEN=MPbr1pxfH5oPEgLmDbH74Q_Green
99
65
 
100
- #XTOL: Color appearance parameter for the ColorPicker control
101
- COLORPICKER_HUE=tl9KBj5aPo2ga8NitN47vw_Hue
66
+ COLORPICKER_BLUE=B3nBj5PcGETEN0jh3520oA_Blue
102
67
 
103
- #XTOL: Perceived intensity of a specific color
104
- COLORPICKER_SAT=4BMdC572fC+SAX1VNCAYlg_Saturation
68
+ COLORPICKER_HUE=B7l0621U5P3BV5iZhcGc3w_Hue
105
69
 
106
- #XTOL: Value from HSV color which is cylindrical-coordinate representations of points in an RGB color model
107
- COLORPICKER_VALUE=5N0pIANiNfQTP1dYQAHfHA_Value
70
+ COLORPICKER_SAT=AfR6H6+nZsO1BzLlBL2Xww_Saturation
108
71
 
109
- #XTOL: Six symbol hexadecimal group representing CSS color hex string
110
- COLORPICKER_HEX=Z8sTidSF4ttaxx0r+wPjCg_Hexadecimal
72
+ COLORPICKER_VALUE=HDv8093CS0M83+N/ct06Nw_Value
111
73
 
112
- #XTOL: Alpha chanel transparency value for RGBA color mode
113
- COLORPICKER_ALPHA=HyErEDscBwDkOKH27NG77A_Alpha
74
+ COLORPICKER_HEX=uB3Z+xLloZBzHhy6aBTdEQ_Hexadecimal
114
75
 
115
- #XTOL: Lightness of the color value for HSL color mode
116
- COLORPICKER_LIGHTNESS=9KY7Ms2IAhH2ip8DgGxv7A_Lightness
76
+ COLORPICKER_ALPHA=nOdax7Qx6b2Tjc7b/KcP8Q_Alpha
117
77
 
118
- #XTOL: Describing two boxes one containing the old color and one containing the target color that will replace the one in the old color box
119
- COLORPICKER_NEW_OLD_COLOR=b5E52QGho6GyD/Jb49wiHA_The original color will be replaced with the new color, following the arrow direction
78
+ COLORPICKER_LIGHTNESS=HdopUTPWgHA/eFRJ9HR28g_Lightness
120
79
 
121
- #XACT: Aria information for the ColorPicker Alpha slider
122
- COLORPICKER_ALPHA_SLIDER=JPLfcnqKPHD9vC8plOjjsg_Alpha control
80
+ COLORPICKER_NEW_OLD_COLOR=E3nonNMQm0j9bnIIBga4Nw_The original color will be replaced with the new color, following the arrow direction
123
81
 
124
- #XACT: Aria information for the ColorPicker Hue slider
125
- COLORPICKER_HUE_SLIDER=vAHH8CbHUDr4WFj/d8QvPA_Hue control
82
+ COLORPICKER_ALPHA_SLIDER=N6FFeaqQctYMRFm5DlrhHQ_Alpha control
126
83
 
127
- #XBUT: Toggle button for switching between the RGB and HSL/V modes
128
- COLORPICKER_TOGGLE_BTN_TOOLTIP=9ALowPkNTqVuuFLIgWzXQQ_Toggle color mode
84
+ COLORPICKER_HUE_SLIDER=5bl9wffYuC3hdFZSwdjdzg_Hue control
129
85
 
130
- #XBUT: Tooltip for the RadioButton for selecting the RGB mode
131
- COLORPICKER_SELECT_RGB_TOOLTIP=iow8v5txt6G+bbmY2cM29w_RGB mode
86
+ COLORPICKER_TOGGLE_BTN_TOOLTIP=2//xgWXZYE8bYwuCSt5z3w_Toggle Color Mode
132
87
 
133
- #XBUT: Tooltip for the RadioButton for selecting the HSL/V mode
134
- COLORPICKER_SELECT_HSL_TOOLTIP=fDdw+ihvd8hUUu5kp5NAgg_HSL mode
88
+ COLORPICKER_SELECT_RGB_TOOLTIP=oJ8cdjOBN7YdYGWWDkQ/FA_RGB Mode
135
89
 
136
- #XBUT
137
- COLOR_PICKER_CANCEL=eCC3Nmohz20FeNsDyrI64A_Cancel
90
+ COLORPICKER_SELECT_HSL_TOOLTIP=1axlirwsHihzFUglWddnXg_HSL Mode
138
91
 
139
- #XBUT
140
- COLOR_PICKER_SUBMIT=Le0izr7UJWzqGZvCSSehEQ_OK
92
+ COLOR_PICKER_CANCEL=jWknwGLdkULTdXI03R78Yg_Cancel
141
93
 
142
- #XTIT: Title shown when the Color Picker is inside dialog or popup
143
- COLOR_PICKER_TITLE=hrt5ljgBs2qlkrILcsk9zw_Color Picker
94
+ COLOR_PICKER_SUBMIT=zNyLTn7OX+NwJ9cIkzncOg_OK
144
95
 
145
- #XACT: Text which indicates that the value of an input is in percent.
146
- COLORPICKER_PERCENTAGE=wywhCdteytA5VjIj9rA70w_Percentage
96
+ COLOR_PICKER_TITLE=PFYrnspqBshz3dAXIdhArA_Color Picker
97
+
98
+ COLORPICKER_PERCENTAGE=NW0BSiICj5QX6dPkJkinqQ_Percentage
@@ -679,10 +679,6 @@ html.sapUiMedia-Std-Phone .sapUiCalHeadB0{
679
679
  width: 6.25rem;
680
680
  }
681
681
 
682
- .sapUiSizeCompact .sapUiCalMulti .sapUiCalHeadB1,
683
- .sapUiSizeCompact.sapUiCalMulti .sapUiCalHeadB1,
684
- .sapUiSizeCompact .sapUiCalMonthInt .sapUiCalHeadB2,
685
- .sapUiSizeCompact.sapUiCalMonthInt .sapUiCalHeadB2,
686
682
  .sapUiSizeCompact .sapUiCalMulti .sapUiCalHeadB3,
687
683
  .sapUiSizeCompact.sapUiCalMulti .sapUiCalHeadB3,
688
684
  .sapUiSizeCompact .sapUiCalIntLarge .sapUiCalHeadB3,
@@ -691,6 +687,7 @@ html.sapUiMedia-Std-Phone .sapUiCalHeadB0{
691
687
  .sapUiSizeCompact.sapUiCalMonthInt .sapUiCalHeadB4 {
692
688
  width: 12.5rem;
693
689
  }
690
+
694
691
  .sapUiSizeCompact .sapUiCalIntLarge .sapUiCalHeadB1,
695
692
  .sapUiSizeCompact.sapUiCalIntLarge .sapUiCalHeadB1 {
696
693
  width: auto;