@openui5/sap.ui.unified 1.120.19 → 1.120.21
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.
- package/package.json +2 -2
- package/src/sap/ui/unified/.library +1 -1
- package/src/sap/ui/unified/Calendar.js +14 -8
- package/src/sap/ui/unified/CalendarAppointment.js +1 -1
- package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
- package/src/sap/ui/unified/CalendarLegend.js +1 -1
- package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
- package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
- package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
- package/src/sap/ui/unified/CalendarRow.js +1 -1
- package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
- package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
- package/src/sap/ui/unified/ColorPicker.js +1 -1
- package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
- package/src/sap/ui/unified/ContentSwitcher.js +1 -1
- package/src/sap/ui/unified/Currency.js +1 -1
- package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
- package/src/sap/ui/unified/DateRange.js +1 -1
- package/src/sap/ui/unified/DateTypeRange.js +1 -1
- package/src/sap/ui/unified/FileUploader.js +1 -1
- package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
- package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
- package/src/sap/ui/unified/Menu.js +1 -1
- package/src/sap/ui/unified/MenuItem.js +1 -1
- package/src/sap/ui/unified/MenuItemBase.js +1 -1
- package/src/sap/ui/unified/MenuRenderer.js +1 -1
- package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
- package/src/sap/ui/unified/Shell.js +1 -1
- package/src/sap/ui/unified/ShellHeadItem.js +1 -1
- package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
- package/src/sap/ui/unified/ShellLayout.js +1 -1
- package/src/sap/ui/unified/ShellOverlay.js +1 -1
- package/src/sap/ui/unified/SplitContainer.js +1 -1
- package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
- package/src/sap/ui/unified/calendar/DatesRowRenderer.js +1 -1
- package/src/sap/ui/unified/calendar/Header.js +1 -1
- package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
- package/src/sap/ui/unified/calendar/Month.js +1 -1
- package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
- package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
- package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
- package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
- package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
- package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
- package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -6
- package/src/sap/ui/unified/library.js +2 -2
- package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +62 -60
- package/src/sap/ui/unified/themes/base/Calendar.less +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.unified",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.21",
|
|
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.120.
|
|
17
|
+
"@openui5/sap.ui.core": "1.120.21"
|
|
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.120.
|
|
9
|
+
<version>1.120.21</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
|
|
12
12
|
|
|
@@ -76,7 +76,7 @@ sap.ui.define([
|
|
|
76
76
|
* Basic Calendar.
|
|
77
77
|
* This calendar is used for DatePickers
|
|
78
78
|
* @extends sap.ui.core.Control
|
|
79
|
-
* @version 1.120.
|
|
79
|
+
* @version 1.120.21
|
|
80
80
|
*
|
|
81
81
|
* @constructor
|
|
82
82
|
* @public
|
|
@@ -687,7 +687,7 @@ sap.ui.define([
|
|
|
687
687
|
this._sLocale = sLocale;
|
|
688
688
|
this._oLocaleData = undefined;
|
|
689
689
|
this.invalidate();
|
|
690
|
-
this.
|
|
690
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
return this;
|
|
@@ -828,7 +828,7 @@ sap.ui.define([
|
|
|
828
828
|
oMonth.setSecondaryCalendarType(this._getSecondaryCalendarType());
|
|
829
829
|
this.addAggregation("month", oMonth);
|
|
830
830
|
}
|
|
831
|
-
this.
|
|
831
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
832
832
|
} else if (aMonths.length > iMonths){
|
|
833
833
|
for (i = aMonths.length; i > iMonths; i--) {
|
|
834
834
|
oMonth = this.removeAggregation("month", i - 1);
|
|
@@ -838,7 +838,7 @@ sap.ui.define([
|
|
|
838
838
|
// back to standard case -> initialize month width
|
|
839
839
|
this._bInitMonth = true;
|
|
840
840
|
}
|
|
841
|
-
this.
|
|
841
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
if (iMonths > 1 && aMonths[0].getDate()) {
|
|
@@ -1293,7 +1293,7 @@ sap.ui.define([
|
|
|
1293
1293
|
}
|
|
1294
1294
|
this._setHeaderText(oCalDate);
|
|
1295
1295
|
this._setPrimaryHeaderMonthButtonText();
|
|
1296
|
-
this.
|
|
1296
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
1297
1297
|
};
|
|
1298
1298
|
|
|
1299
1299
|
Calendar.prototype._updateLegendParent = function(){
|
|
@@ -1798,7 +1798,7 @@ sap.ui.define([
|
|
|
1798
1798
|
// change month and year
|
|
1799
1799
|
this._updateHeader(oFirstDate);
|
|
1800
1800
|
this._setPrimaryHeaderMonthButtonText();
|
|
1801
|
-
this.
|
|
1801
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
1802
1802
|
|
|
1803
1803
|
if (bFireStartDateChange) {
|
|
1804
1804
|
this.fireStartDateChange();
|
|
@@ -2394,7 +2394,7 @@ sap.ui.define([
|
|
|
2394
2394
|
* Toggle On or Off CSS class for indicating if calendar is in two columns with two calendars mode
|
|
2395
2395
|
* @private
|
|
2396
2396
|
*/
|
|
2397
|
-
Calendar.prototype.
|
|
2397
|
+
Calendar.prototype._toggleTwoMonthsInColumnsCSS = function () {
|
|
2398
2398
|
if (this._isTwoMonthsInTwoColumns()) {
|
|
2399
2399
|
if (oCore.getConfiguration().getLocale().getLanguage().toLowerCase() === "ja" ||
|
|
2400
2400
|
oCore.getConfiguration().getLocale().getLanguage().toLowerCase() === "zh") {
|
|
@@ -2408,6 +2408,12 @@ sap.ui.define([
|
|
|
2408
2408
|
this.removeStyleClass("sapUiCalTwoMonthsTwoColumnsJaZh");
|
|
2409
2409
|
this.removeStyleClass("sapUiCalTwoMonthsTwoColumns");
|
|
2410
2410
|
}
|
|
2411
|
+
|
|
2412
|
+
if (this._isTwoMonthsInOneColumn()) {
|
|
2413
|
+
this.addStyleClass("sapUiCalTwoMonthsInOneColumn");
|
|
2414
|
+
} else {
|
|
2415
|
+
this.removeStyleClass("sapUiCalTwoMonthsInOneColumn");
|
|
2416
|
+
}
|
|
2411
2417
|
};
|
|
2412
2418
|
|
|
2413
2419
|
/**
|
|
@@ -2651,7 +2657,7 @@ sap.ui.define([
|
|
|
2651
2657
|
}
|
|
2652
2658
|
|
|
2653
2659
|
this._setPrimaryHeaderMonthButtonText();
|
|
2654
|
-
this.
|
|
2660
|
+
this._toggleTwoMonthsInColumnsCSS();
|
|
2655
2661
|
}
|
|
2656
2662
|
|
|
2657
2663
|
/**
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @class
|
|
60
60
|
* <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
|
|
61
61
|
* @extends sap.ui.unified.Calendar
|
|
62
|
-
* @version 1.120.
|
|
62
|
+
* @version 1.120.21
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @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.120.
|
|
68
|
+
* @version 1.120.21
|
|
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.120.
|
|
60
|
+
* @version 1.120.21
|
|
61
61
|
*
|
|
62
62
|
* @constructor
|
|
63
63
|
* @private
|
|
@@ -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.120.
|
|
42
|
+
* @version 1.120.21
|
|
43
43
|
*
|
|
44
44
|
* @constructor
|
|
45
45
|
* @private
|
|
@@ -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.120.
|
|
28
|
+
* @version 1.120.21
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* If used inside the calendar the properties and aggregation are directly taken from the parent
|
|
36
36
|
* (To not duplicate and sync DateRanges and so on...)
|
|
37
37
|
* @extends sap.ui.unified.calendar.Month
|
|
38
|
-
* @version 1.120.
|
|
38
|
+
* @version 1.120.21
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -103,7 +103,7 @@ sap.ui.define(['sap/ui/core/Renderer', 'sap/ui/unified/calendar/CalendarDate', '
|
|
|
103
103
|
iDaysWidth,
|
|
104
104
|
aWeekNumbers;
|
|
105
105
|
|
|
106
|
-
if (oDatesRow.getShowWeekNumbers() && oDatesRow.
|
|
106
|
+
if (oDatesRow.getShowWeekNumbers() && oDatesRow._getPrimaryCalendarType() === CalendarType.Gregorian) {
|
|
107
107
|
oResourceBundle = sap.ui.getCore().getLibraryResourceBundle("sap.ui.unified");
|
|
108
108
|
|
|
109
109
|
oRm.openStart("div", oDatesRow.getId() + "-weeks");
|
|
@@ -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.120.
|
|
35
|
+
* @version 1.120.21
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @private
|
|
@@ -79,7 +79,7 @@ sap.ui.define([
|
|
|
79
79
|
* If used inside the calendar the properties and aggregation are directly taken from the parent
|
|
80
80
|
* (To not duplicate and sync DateRanges and so on...)
|
|
81
81
|
* @extends sap.ui.core.Control
|
|
82
|
-
* @version 1.120.
|
|
82
|
+
* @version 1.120.21
|
|
83
83
|
*
|
|
84
84
|
* @constructor
|
|
85
85
|
* @public
|
|
@@ -64,7 +64,7 @@ sap.ui.define([
|
|
|
64
64
|
* The MontsRow works with UI5Date or JavaScript Date objects, but only the month and the year are used to display and interact.
|
|
65
65
|
* As representation for a month, the 1st of the month will always be returned in the API.
|
|
66
66
|
* @extends sap.ui.core.Control
|
|
67
|
-
* @version 1.120.
|
|
67
|
+
* @version 1.120.21
|
|
68
68
|
*
|
|
69
69
|
* @constructor
|
|
70
70
|
* @public
|
|
@@ -62,7 +62,7 @@ sap.ui.define([
|
|
|
62
62
|
* As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
|
|
63
63
|
* (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
|
|
64
64
|
* @extends sap.ui.core.Control
|
|
65
|
-
* @version 1.120.
|
|
65
|
+
* @version 1.120.21
|
|
66
66
|
*
|
|
67
67
|
* @constructor
|
|
68
68
|
* @public
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
CALENDARDATEINTERVAL_NAME=
|
|
2
|
+
CALENDARDATEINTERVAL_NAME=6iIl5zuY/AnYMo5YqV2oUA_Calendar Date Interval
|
|
3
3
|
|
|
4
|
-
CALENDARDATEINTERVAL_NAME_PLURAL=
|
|
4
|
+
CALENDARDATEINTERVAL_NAME_PLURAL=iaZKrsYcC72Yku6jwyatYw_Calendar Date Intervals
|
|
5
5
|
|
|
6
|
-
CALENDARLEGEND_NAME=
|
|
6
|
+
CALENDARLEGEND_NAME=oOVKodD0ef04cIZiO20Wtg_Calendar Legend
|
|
7
7
|
|
|
8
|
-
CALENDARLEGEND_NAME_PLURAL=
|
|
8
|
+
CALENDARLEGEND_NAME_PLURAL=qDglAKfjCk9fs9hYxIarxQ_Calendar Legends
|
|
9
9
|
|
|
10
|
-
CURRENCY_NAME=
|
|
10
|
+
CURRENCY_NAME=1WkeX2C4Eo/Xey2Vnt7WwQ_Currency
|
|
11
11
|
|
|
12
|
-
CURRENCY_NAME_PLURAL=
|
|
12
|
+
CURRENCY_NAME_PLURAL=KyP51nDNYLbqjYPzYvkzNQ_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.120.
|
|
31
|
+
* @version 1.120.21
|
|
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.120.
|
|
37
|
+
version: "1.120.21",
|
|
38
38
|
dependencies : ["sap.ui.core"],
|
|
39
39
|
designtime: "sap/ui/unified/designtime/library.designtime",
|
|
40
40
|
types: [
|
|
@@ -1,121 +1,123 @@
|
|
|
1
1
|
|
|
2
|
-
SHELL_LOGO_TOOLTIP=
|
|
2
|
+
SHELL_LOGO_TOOLTIP=uNEYTxF/zVbmMS1RmxBG/w_Logo
|
|
3
3
|
|
|
4
|
-
SHELL_OVERLAY_CLOSE=
|
|
4
|
+
SHELL_OVERLAY_CLOSE=It8XEKfqxROdGIs/gVjzWQ_Close
|
|
5
5
|
|
|
6
|
-
MNU_ARIA_NAME=
|
|
6
|
+
MNU_ARIA_NAME=Y4P6n/NWy1jIJCdQqkagOQ_Menu
|
|
7
7
|
|
|
8
|
-
UNIFIED_MENU_ITEM_COUNT_TEXT=
|
|
8
|
+
UNIFIED_MENU_ITEM_COUNT_TEXT=OPEmZBx033r+RSqpRpdS/w_{0} of {1}
|
|
9
9
|
|
|
10
|
-
UNIFIED_MENU_ITEM_HINT_TEXT=
|
|
10
|
+
UNIFIED_MENU_ITEM_HINT_TEXT=C+gIhjMfCl1S1MuD1ly92Q_Type in text
|
|
11
11
|
|
|
12
|
-
CALENDAR_DIALOG=
|
|
12
|
+
CALENDAR_DIALOG=jc3gNRQvCdL8UYIyI6D4KA_Calendar
|
|
13
13
|
|
|
14
|
-
CALENDAR_WEEK=
|
|
14
|
+
CALENDAR_WEEK=k+evszjkgogiNqS5fneuAg_Calendar Week
|
|
15
15
|
|
|
16
|
-
CALENDAR_START_DATE=
|
|
16
|
+
CALENDAR_START_DATE=JzF6bXC2I0hEWFf2142RZw_Start Date
|
|
17
17
|
|
|
18
|
-
CALENDAR_END_DATE=
|
|
18
|
+
CALENDAR_END_DATE=sMY2k9m0+kOq7ppEEOd3nA_End Date
|
|
19
19
|
|
|
20
|
-
CALENDAR_START_MONTH=
|
|
20
|
+
CALENDAR_START_MONTH=BsKE6RUj1hv48Q/fnKGyMA_Start Month
|
|
21
21
|
|
|
22
|
-
CALENDAR_END_MONTH=
|
|
22
|
+
CALENDAR_END_MONTH=BLVrV49Q5KpKZBvu47yq/w_End Month
|
|
23
23
|
|
|
24
|
-
CALENDAR_CURRENT_MONTH=
|
|
24
|
+
CALENDAR_CURRENT_MONTH=z3eWzxOJVaZwteHdnBdNOw_Current Month
|
|
25
25
|
|
|
26
|
-
CALENDAR_START_TIME=
|
|
26
|
+
CALENDAR_START_TIME=vbbaL0RK4e0j1auhqHMH9Q_Start Time
|
|
27
27
|
|
|
28
|
-
CALENDAR_END_TIME=
|
|
28
|
+
CALENDAR_END_TIME=de9rNMo6sJDwBBqeEm4A1w_End Time
|
|
29
29
|
|
|
30
|
-
CALENDAR_CURRENT_TIME=
|
|
30
|
+
CALENDAR_CURRENT_TIME=VydGGmT1gfOynVpDJyr9Og_Now
|
|
31
31
|
|
|
32
|
-
CALENDAR_CANCEL=
|
|
32
|
+
CALENDAR_CANCEL=mcPo22p2iVKX2UO68iKYCg_Cancel
|
|
33
33
|
|
|
34
|
-
CALENDAR_BTN_PREV=
|
|
34
|
+
CALENDAR_BTN_PREV=coEOjFoYU8KVM6mz9wMNgg_Previous
|
|
35
35
|
|
|
36
|
-
CALENDAR_BTN_NEXT=
|
|
36
|
+
CALENDAR_BTN_NEXT=OGdUsHK16pipqEWaXaP0FA_Next
|
|
37
37
|
|
|
38
|
-
CALENDAR_BTN_TODAY
|
|
38
|
+
CALENDAR_BTN_TODAY=/tg8WUiG8/2o4zHfYu3mJA_Today
|
|
39
39
|
|
|
40
|
-
CALENDAR_DATES_ROW_WEEK_NUMBER=
|
|
40
|
+
CALENDAR_DATES_ROW_WEEK_NUMBER=LHHsntwXkcpe1sI7/7DVkg_Week {0}
|
|
41
41
|
|
|
42
|
-
MONTH_PICKER=
|
|
42
|
+
MONTH_PICKER=VBtSJNvmJmspL5U4WvDAxg_Month Picker
|
|
43
43
|
|
|
44
|
-
CALENDAR_MONTH_PICKER_OPEN_HINT=
|
|
44
|
+
CALENDAR_MONTH_PICKER_OPEN_HINT=QZbpqCakGG62AHyyUMtYnA_Press F4 to select a month
|
|
45
45
|
|
|
46
|
-
YEAR_PICKER
|
|
46
|
+
YEAR_PICKER=lfG48WFBi5ot0LGHW6Vg1w_Year Picker
|
|
47
47
|
|
|
48
|
-
YEAR_RANGE_PICKER
|
|
48
|
+
YEAR_RANGE_PICKER=s/3Mb9YfURKRc7u32PHmmw_Year Range Picker
|
|
49
49
|
|
|
50
|
-
CALENDAR_YEAR_PICKER_OPEN_HINT=
|
|
50
|
+
CALENDAR_YEAR_PICKER_OPEN_HINT=zFWYa4L1+J8uKOjiNfWBuA_Press Shift + F4 to select a year
|
|
51
51
|
|
|
52
|
-
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=/
|
|
52
|
+
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=/KyVA22yB8SP1yQ4wbHPow_Press Shift + F4 to select a year range
|
|
53
53
|
|
|
54
|
-
APPOINTMENT
|
|
54
|
+
APPOINTMENT=/INYvGbj0eW2BSSlXYE+2A_Appointment
|
|
55
55
|
|
|
56
|
-
APPOINTMENT_TENTATIVE=
|
|
56
|
+
APPOINTMENT_TENTATIVE=qbJTww8v0Im1qF9rPUIDig_Tentative
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
APPOINTMENT_DATE_TIME_DESCRIPTION=y/EM3pTeO19vczZkgIQELA_{0}'' at ''{1}
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
FILEUPLOAD_BROWSE=zmYNtjNQ48JatqyuQKPeCQ_Browse...
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
FILEUPLOAD_ACC=YR2jQePQtTDP0m+EMQ9wEQ_Activate to Select a File
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
FILEUPLOAD_FILENAME=0/sawV9yT1wwO/qitccr3g_File Name
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
FILEUPLOAD_REQUIRED=FdqYwCCZRIcgGVAjn1E2gQ_Required
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
FILEUPLOAD_NO_FILE_CHOSEN=bfDLuKbs6PAG3yD8N2oUpg_No file chosen
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
LEGEND_SELECTED=Yt8jOwMtByF7kQ5veXRzww_Selected
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
LEGEND_TODAY=j7Zjmo5D4q89ou12F0Hyuw_Today
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
LEGEND_NORMAL_DAY=r2GXwzZ6C19Z+5vwka0G0g_Working Day
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
LEGEND_NON_WORKING_DAY=sLcmeUIpmetUoVR0Lf+0WQ_Non-Working Day
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
LEGEND_UNNAMED_TYPE=KqEnTlBZKgCh+8/EgEuxOw_Type {0}
|
|
79
79
|
|
|
80
|
+
LEGEND_ARIA_LABEL=bv4mfU3TrXs0UDYEGH/znw_Calendar Legend
|
|
80
81
|
|
|
81
|
-
APPOINTMENT_SELECTED=4C0Y8M/xmhHoYp7cnwsT+Q_Selected
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
APPOINTMENT_SELECTED=TSn0wVPuZudRtGB/7HForA_Selected
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
APPOINTMENT_UNSELECTED=GT7hvW0SE0QytCOuUxvTEA_Unselected
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
COLORPICKER_RED=JGuwh9R4aQWg4gdAZLtthA_Red
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
COLORPICKER_GREEN=jG00TnxNNUG8eBGVXSfrUg_Green
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
COLORPICKER_BLUE=GshO7u3WEmh3lVXA+nmtnw_Blue
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
COLORPICKER_HUE=Mf2CiGbl/FE88UaOG0aJHQ_Hue
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
COLORPICKER_SAT=sGKrpWFy723evdHpEj2zXg_Saturation
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
COLORPICKER_VALUE=vCd4AehMLOOl8d+TsmWkTQ_Value
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
COLORPICKER_HEX=PzPYLSEHYH/cXua+pSS+oA_Hexadecimal
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
COLORPICKER_ALPHA=Mq+BSsQc1q2jtWv1kC5QIg_Alpha
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
COLORPICKER_LIGHTNESS=iSnqQoQJZuyVvj3xKwp/cA_Lightness
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
COLORPICKER_NEW_OLD_COLOR=p4Ov8loCpC/p6IS0gpdz+A_The original color will be replaced with the new color, following the arrow direction
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
COLORPICKER_ALPHA_SLIDER=oidTfu1WGS2OeGntkTpCEQ_Alpha control
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
COLORPICKER_HUE_SLIDER=3vSnyQdzvq3ugqcPP3bqMw_Hue control
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
COLORPICKER_TOGGLE_BTN_TOOLTIP=eekhXVGPY/3NhlJQoxbohA_Change Color Mode
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
COLORPICKER_SELECT_RGB_TOOLTIP=abeG9mYOA0H5oouonvA2jg_RGB Mode
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
COLORPICKER_SELECT_HSL_TOOLTIP=Z0iF3kLf6892Mzrfwwv1pw_HSL Mode
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
COLOR_PICKER_CANCEL=/igIWYyKKEM8+CwVwoWVUA_Cancel
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
COLOR_PICKER_SUBMIT=azBbBiuuXoZBI7k2I0wVzQ_OK
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
COLOR_PICKER_TITLE=AIDnp1TgBwsXjOS/slfYbA_Color Picker
|
|
122
|
+
|
|
123
|
+
COLORPICKER_PERCENTAGE=lLOuZEcIKBAXLyXMoPz7+Q_Percentage
|
|
@@ -546,6 +546,7 @@ html.sapUiMedia-Std-Phone .sapUiCalHeadB0{
|
|
|
546
546
|
width: 12.5rem;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
+
.sapUiCalTwoMonthsInOneColumn .sapUiCalHeadB1,
|
|
549
550
|
.sapUiCalTwoMonthsTwoColumnsJaZh .sapUiCalHeadB1,
|
|
550
551
|
.sapUiCalTwoMonthsTwoColumnsJaZh .sapUiCalHeadB2,
|
|
551
552
|
.sapUiCalTwoMonthsTwoColumnsJaZh .sapUiCalHeadB3,
|