@openui5/sap.ui.unified 1.147.0 → 1.148.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 (53) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/unified/.library +1 -1
  4. package/src/sap/ui/unified/Calendar.js +1 -1
  5. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  6. package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
  7. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  8. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  9. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  10. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  11. package/src/sap/ui/unified/CalendarRow.js +1 -1
  12. package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
  13. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  14. package/src/sap/ui/unified/ColorPicker.js +1 -1
  15. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  16. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  17. package/src/sap/ui/unified/Currency.js +1 -1
  18. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  19. package/src/sap/ui/unified/DateRange.js +1 -1
  20. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  21. package/src/sap/ui/unified/FileUploader.js +19 -6
  22. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  24. package/src/sap/ui/unified/Menu.js +1 -1
  25. package/src/sap/ui/unified/MenuItem.js +1 -1
  26. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  27. package/src/sap/ui/unified/MenuItemGroup.js +1 -1
  28. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  29. package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
  30. package/src/sap/ui/unified/NonWorkingPeriod.js +1 -1
  31. package/src/sap/ui/unified/RecurringNonWorkingPeriod.js +1 -1
  32. package/src/sap/ui/unified/Shell.js +1 -1
  33. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  34. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  35. package/src/sap/ui/unified/ShellLayout.js +1 -1
  36. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  37. package/src/sap/ui/unified/SplitContainer.js +1 -1
  38. package/src/sap/ui/unified/TimeRange.js +1 -1
  39. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  40. package/src/sap/ui/unified/calendar/Header.js +1 -1
  41. package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
  42. package/src/sap/ui/unified/calendar/Month.js +6 -7
  43. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  44. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  45. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  46. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  47. package/src/sap/ui/unified/calendar/WeeksRow.js +1 -1
  48. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  49. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  50. package/src/sap/ui/unified/library.js +2 -2
  51. package/src/sap/ui/unified/messagebundle_ko.properties +2 -2
  52. package/src/sap/ui/unified/messagebundle_zh_CN.properties +4 -4
  53. package/src/sap/ui/unified/messagebundle_zh_TW.properties +6 -6
package/THIRDPARTY.txt CHANGED
@@ -454,7 +454,7 @@ License: Apache-2.0
454
454
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
455
455
  Contained in: lib/jsdoc/ui5/plugin.js
456
456
 
457
- Component: SAP Theming Base Content, version: 11.34.0
457
+ Component: SAP Theming Base Content, version: 11.35.1
458
458
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
459
459
  License: Apache-2.0
460
460
  License Text: https://github.com/UI5/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.147.0",
3
+ "version": "1.148.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/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.147.0"
17
+ "@openui5/sap.ui.core": "1.148.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.147.0</version>
9
+ <version>1.148.0</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  * Basic Calendar.
81
81
  * This calendar is used for DatePickers
82
82
  * @extends sap.ui.core.Control
83
- * @version 1.147.0
83
+ * @version 1.148.0
84
84
  *
85
85
  * @constructor
86
86
  * @public
@@ -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.147.0
46
+ * @version 1.148.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @class
65
65
  * <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
66
66
  * @extends sap.ui.unified.Calendar
67
- * @version 1.147.0
67
+ * @version 1.148.0
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.ui.core.Control
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.147.0
60
+ * @version 1.148.0
61
61
  *
62
62
  * @constructor
63
63
  * @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.147.0
24
+ * @version 1.148.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.147.0
68
+ * @version 1.148.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.147.0
60
+ * @version 1.148.0
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @class
85
85
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
86
86
  * @extends sap.ui.core.Control
87
- * @version 1.147.0
87
+ * @version 1.148.0
88
88
  *
89
89
  * @constructor
90
90
  * @public
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  * @class
79
79
  * Calendar with granularity of time items displayed in one line.
80
80
  * @extends sap.ui.core.Control
81
- * @version 1.147.0
81
+ * @version 1.148.0
82
82
  *
83
83
  * @constructor
84
84
  * @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.147.0
42
+ * @version 1.148.0
43
43
  *
44
44
  * @constructor
45
45
  * @private
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.core.Control
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.147.0
75
+ * @version 1.148.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * A thin wrapper over {@link sap.ui.unified.ColorPicker} allowing the latter to be used in a popover.
50
50
  *
51
51
  * @extends sap.ui.core.Control
52
- * @version 1.147.0
52
+ * @version 1.148.0
53
53
  *
54
54
  * @constructor
55
55
  * @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.147.0
34
+ * @version 1.148.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.147.0
61
+ * @version 1.148.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/library", "sap/ui/core/Lib"],
14
14
  /**
15
15
  * Currency renderer.
16
16
  *
17
- * @version 1.147.0
17
+ * @version 1.148.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.147.0
23
+ * @version 1.148.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.147.0
28
+ * @version 1.148.0
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * @implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
80
80
  *
81
81
  * @author SAP SE
82
- * @version 1.147.0
82
+ * @version 1.148.0
83
83
  *
84
84
  * @constructor
85
85
  * @public
@@ -889,9 +889,10 @@ sap.ui.define([
889
889
 
890
890
  /**
891
891
  * Synchronizes tokenizer content with the list of selected file names.
892
+ * @param {boolean} [bFocus] Set to true to focus the file uploader after the next rendering
892
893
  * @private
893
894
  */
894
- FileUploader.prototype._updateTokenizer = function() {
895
+ FileUploader.prototype._updateTokenizer = function(bFocus) {
895
896
  const oTokenizer = this._getTokenizer();
896
897
 
897
898
  // Remove all existing tokens
@@ -906,7 +907,9 @@ sap.ui.define([
906
907
  }));
907
908
  });
908
909
 
909
- this._bFocusFileUploader = true;
910
+ if (bFocus) {
911
+ this._bFocusFileUploader = true;
912
+ }
910
913
  };
911
914
 
912
915
  /**
@@ -1304,8 +1307,18 @@ sap.ui.define([
1304
1307
  this.oBrowse.setType(sButtonType);
1305
1308
  };
1306
1309
 
1310
+ /**
1311
+ * Checks whether the control is currently focused.
1312
+
1313
+ * @returns {boolean} true if <code>this</code> is focused
1314
+ * @private
1315
+ */
1316
+ FileUploader.prototype._isFocused = function() {
1317
+ return containsOrEquals(this.getDomRef(), document.activeElement);
1318
+ };
1319
+
1307
1320
  FileUploader.prototype.setValueState = function(sValueState) {
1308
- const bControlFocused = containsOrEquals(this.getDomRef(), document.activeElement);
1321
+ const bControlFocused = this._isFocused();
1309
1322
 
1310
1323
  this.setProperty("valueState", sValueState, false);
1311
1324
 
@@ -1396,7 +1409,7 @@ sap.ui.define([
1396
1409
  if (bUpload) {
1397
1410
  this.upload();
1398
1411
  }
1399
- this._updateTokenizer();
1412
+ this._updateTokenizer(this._isFocused());
1400
1413
  }
1401
1414
  return this;
1402
1415
  };
@@ -1915,7 +1928,7 @@ sap.ui.define([
1915
1928
 
1916
1929
  // Update Tokenizer with selected file names
1917
1930
  this._selectedFileNames = aFileNames;
1918
- this._updateTokenizer();
1931
+ this._updateTokenizer(true);
1919
1932
  }
1920
1933
  };
1921
1934
 
@@ -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.147.0
25
+ * @version 1.148.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.147.0
23
+ * @version 1.148.0
24
24
  *
25
25
  * @constructor
26
26
  * @since 1.52
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * @implements sap.ui.core.IContextMenu
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.147.0
73
+ * @version 1.148.0
74
74
  * @since 1.21.0
75
75
  *
76
76
  * @constructor
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @implements sap.ui.unified.IMenuItem
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.147.0
42
+ * @version 1.148.0
43
43
  * @since 1.21.0
44
44
  *
45
45
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/core/IconPool', 'sap/
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.147.0
26
+ * @version 1.148.0
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @implements sap.ui.unified.IMenuItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.147.0
33
+ * @version 1.148.0
34
34
  * @since 1.127.0
35
35
  *
36
36
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"],
15
15
  * Menu renderer.
16
16
  * @author SAP - TD Core UI&AM UI Infra
17
17
  *
18
- * @version 1.147.0
18
+ * @version 1.148.0
19
19
  * @namespace
20
20
  */
21
21
  var MenuRenderer = {
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @implements sap.ui.unified.IMenuItem
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.147.0
56
+ * @version 1.148.0
57
57
  * @since 1.21.0
58
58
  *
59
59
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * NonWorkingPeriod
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.147.0
27
+ * @version 1.148.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * Applications can inherit from this element to add own fields.
26
26
  * @extends sap.ui.unified.NonWorkingPeriod
27
- * @version 1.147.0
27
+ * @version 1.148.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -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.147.0
28
+ * @version 1.148.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.147.0
31
+ * @version 1.148.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.147.0
30
+ * @version 1.148.0
31
31
  *
32
32
  * @constructor
33
33
  * @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.147.0
59
+ * @version 1.148.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.147.0
49
+ * @version 1.148.0
50
50
  *
51
51
  * @constructor
52
52
  * @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.147.0
37
+ * @version 1.148.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * Time range for use in <code>NonWorkingPeriod</code>
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.147.0
26
+ * @version 1.148.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * If used inside the calendar the properties and aggregation are directly taken from the parent
40
40
  * (To not duplicate and sync DateRanges and so on...)
41
41
  * @extends sap.ui.unified.calendar.Month
42
- * @version 1.147.0
42
+ * @version 1.148.0
43
43
  *
44
44
  * @constructor
45
45
  * @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.147.0
30
+ * @version 1.148.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.147.0
35
+ * @version 1.148.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  * If used inside the calendar the properties and aggregation are directly taken from the parent
79
79
  * (To not duplicate and sync DateRanges and so on...)
80
80
  * @extends sap.ui.core.Control
81
- * @version 1.147.0
81
+ * @version 1.148.0
82
82
  *
83
83
  * @constructor
84
84
  * @public
@@ -889,9 +889,6 @@ sap.ui.define([
889
889
  i = 0,
890
890
  oFocusedDate = this.getProperty("_focusedDate"),
891
891
  bSelectionBetween = false,
892
- oParent = this.getParent(),
893
- iMonths = this._bCalendar && oParent.getMonths(),
894
- bDifferentMonthDates,
895
892
  oArrangedDates;
896
893
 
897
894
  for (i = 0; i < aSelectedDates.length; i++) {
@@ -905,9 +902,7 @@ sap.ui.define([
905
902
  oEndDate = oArrangedDates.endDate;
906
903
  }
907
904
 
908
- bDifferentMonthDates = oFocusedDate && oStartDate && iMonths === 1 && oFocusedDate.getMonth() !== oStartDate.getMonth();
909
-
910
- bSelectionBetween = this._isMarkingUnfinishedRangeAllowed() && oFocusedDate && !bDifferentMonthDates &&
905
+ bSelectionBetween = this._isMarkingUnfinishedRangeAllowed() && oFocusedDate && !this._selectedWithMouse &&
911
906
  (CalendarUtils._isBetween(oDate, oStartDate, oFocusedDate, true) || CalendarUtils._isBetween(oDate, oFocusedDate, oStartDate, true));
912
907
 
913
908
  if (oStartDate && !oEndDate && oDate.isSame(oStartDate)) {
@@ -1187,6 +1182,9 @@ sap.ui.define([
1187
1182
  };
1188
1183
 
1189
1184
  Month.prototype.onkeydown = function(oEvent){
1185
+ if (this.getIntervalSelection()) {
1186
+ this._selectedWithMouse = false;
1187
+ }
1190
1188
  if (oEvent.which === KeyCodes.SPACE){
1191
1189
  this.bSpaceButtonPressed = true;
1192
1190
  }
@@ -2162,6 +2160,7 @@ sap.ui.define([
2162
2160
  if (oEvent.type === "mousedown" && this.getIntervalSelection()) {
2163
2161
  // as in the focus event the month can be changed, store the last target here
2164
2162
  this._sLastTargetId = oDomRef.id;
2163
+ this._selectedWithMouse = true;
2165
2164
  }
2166
2165
 
2167
2166
  if (bFireFocus) {
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * renders a MonthPicker with ItemNavigation
58
58
  * This is used inside the calendar. Not for stand alone usage
59
59
  * @extends sap.ui.core.Control
60
- * @version 1.147.0
60
+ * @version 1.148.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * The MontsRow works with UI5Date or JavaScript Date objects, but only the month and the year are used to display and interact.
69
69
  * As representation for a month, the 1st of the month will always be returned in the API.
70
70
  * @extends sap.ui.core.Control
71
- * @version 1.147.0
71
+ * @version 1.148.0
72
72
  *
73
73
  * @constructor
74
74
  * @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.147.0
37
+ * @version 1.148.0
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  *
70
70
  * The TimesRow works with UI5Date or JavaScript Date objects.
71
71
  * @extends sap.ui.core.Control
72
- * @version 1.147.0
72
+ * @version 1.148.0
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * The WeeksRow works with UI5Date or JavaScript Date objects for its API, but internally uses CalendarDate objects for calculations.
42
42
  *
43
43
  * @extends sap.ui.core.Control
44
- * @version 1.147.0
44
+ * @version 1.148.0
45
45
  *
46
46
  * @constructor
47
47
  * @private
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
62
62
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
63
63
  * @extends sap.ui.core.Control
64
- * @version 1.147.0
64
+ * @version 1.148.0
65
65
  *
66
66
  * @constructor
67
67
  * @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.147.0
48
+ * @version 1.148.0
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -32,14 +32,14 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.unified
34
34
  * @author SAP SE
35
- * @version 1.147.0
35
+ * @version 1.148.0
36
36
  * @since 1.28
37
37
  * @public
38
38
  */
39
39
  var thisLib = Library.init({
40
40
  name : "sap.ui.unified",
41
41
  apiVersion: 2,
42
- version: "1.147.0",
42
+ version: "1.148.0",
43
43
  dependencies : ["sap.ui.core"],
44
44
  designtime: "sap/ui/unified/designtime/library.designtime",
45
45
  types: [
@@ -45,7 +45,7 @@ CALENDAR_BTN_PREV_YEAR_TITLE=\uC804\uB144\uB3C4
45
45
 
46
46
  CALENDAR_BTN_PREV_YEAR_RANGE_TITLE=\uC804\uB144\uB3C4 \uBC94\uC704
47
47
 
48
- CALENDAR_BTN_PREV_MONTH_SHORTCUT=\uD398\uC774\uC9C0 \uC704\uB85C
48
+ CALENDAR_BTN_PREV_MONTH_SHORTCUT=Pageup
49
49
 
50
50
  CALENDAR_BTN_NEXT=\uB2E4\uC74C
51
51
 
@@ -55,7 +55,7 @@ CALENDAR_BTN_NEXT_YEAR_TITLE=\uB2E4\uC74C \uC5F0\uB3C4
55
55
 
56
56
  CALENDAR_BTN_NEXT_YEAR_RANGE_TITLE=\uB2E4\uC74C \uC5F0\uB3C4 \uBC94\uC704
57
57
 
58
- CALENDAR_BTN_NEXT_MONTH_SHORTCUT=\uD398\uC774\uC9C0 \uC544\uB798\uB85C
58
+ CALENDAR_BTN_NEXT_MONTH_SHORTCUT=Pagedown
59
59
 
60
60
  CALENDAR_BTN_TODAY=\uC624\uB298
61
61
 
@@ -75,13 +75,13 @@ CALENDAR_YEAR_PICKER_OPEN_HINT=\u6309 Shift + F4 \u9009\u62E9\u5E74\u5EA6
75
75
 
76
76
  CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=\u6309 Shift + F4 \u9009\u62E9\u5E74\u5EA6\u8303\u56F4
77
77
 
78
- CALENDAR_HEADER_MONTH_BUTTON=\u7B2C {0} \u4E2A\u6708
78
+ CALENDAR_HEADER_MONTH_BUTTON=\u6708\u4EFD {0}
79
79
 
80
- CALENDAR_HEADER_MONTH_BUTTON_TOOLTIP=\u7B2C {0} \u4E2A\u6708
80
+ CALENDAR_HEADER_MONTH_BUTTON_TOOLTIP=\u6708\u4EFD {0}
81
81
 
82
- CALENDAR_HEADER_YEAR_BUTTON=\u7B2C {0} \u5E74
82
+ CALENDAR_HEADER_YEAR_BUTTON=\u5E74\u5EA6 {0}
83
83
 
84
- CALENDAR_HEADER_YEAR_BUTTON_TOOLTIP=\u7B2C {0} \u5E74
84
+ CALENDAR_HEADER_YEAR_BUTTON_TOOLTIP=\u5E74\u5EA6 {0}
85
85
 
86
86
  CALENDAR_HEADER_YEAR_RANGE_BUTTON=\u4ECE {0} \u5230 {1} \u7684\u5E74\u5EA6\u8303\u56F4
87
87
 
@@ -37,7 +37,7 @@ CALENDAR_CURRENT_TIME=\u73FE\u5728
37
37
 
38
38
  CALENDAR_CANCEL=\u53D6\u6D88
39
39
 
40
- CALENDAR_BTN_PREV=\u4E0A\u4E00\u6B65
40
+ CALENDAR_BTN_PREV=\u4E0A\u4E00\u500B
41
41
 
42
42
  CALENDAR_BTN_PREV_MONTH_TITLE=\u4E0A\u500B\u6708
43
43
 
@@ -47,7 +47,7 @@ CALENDAR_BTN_PREV_YEAR_RANGE_TITLE=\u4E0A\u5E74\u5EA6\u7BC4\u570D
47
47
 
48
48
  CALENDAR_BTN_PREV_MONTH_SHORTCUT=\u4E0A\u4E00\u9801
49
49
 
50
- CALENDAR_BTN_NEXT=\u4E0B\u4E00\u6B65
50
+ CALENDAR_BTN_NEXT=\u4E0B\u4E00\u500B
51
51
 
52
52
  CALENDAR_BTN_NEXT_MONTH_TITLE=\u4E0B\u500B\u6708
53
53
 
@@ -75,13 +75,13 @@ CALENDAR_YEAR_PICKER_OPEN_HINT=\u6309 Shift + F4 \u9078\u64C7\u5E74\u5EA6
75
75
 
76
76
  CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=\u6309 Shift + F4 \u9078\u64C7\u5E74\u5EA6\u7BC4\u570D
77
77
 
78
- CALENDAR_HEADER_MONTH_BUTTON=\u6708 {0}
78
+ CALENDAR_HEADER_MONTH_BUTTON=\u6708\u4EFD\uFF1A{0}
79
79
 
80
- CALENDAR_HEADER_MONTH_BUTTON_TOOLTIP=\u6708 {0}
80
+ CALENDAR_HEADER_MONTH_BUTTON_TOOLTIP=\u6708\u4EFD\uFF1A{0}
81
81
 
82
- CALENDAR_HEADER_YEAR_BUTTON=\u5E74 {0}
82
+ CALENDAR_HEADER_YEAR_BUTTON=\u5E74\u5EA6\uFF1A{0}
83
83
 
84
- CALENDAR_HEADER_YEAR_BUTTON_TOOLTIP=\u5E74 {0}
84
+ CALENDAR_HEADER_YEAR_BUTTON_TOOLTIP=\u5E74\u5EA6\uFF1A{0}
85
85
 
86
86
  CALENDAR_HEADER_YEAR_RANGE_BUTTON=\u5E74\u5EA6\u7BC4\u570D (\u81EA {0} \u81F3 {1})
87
87