@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.
- package/package.json +2 -2
- package/src/sap/ui/unified/.library +1 -1
- package/src/sap/ui/unified/Calendar.js +1 -1
- 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/Header.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 -14
- package/src/sap/ui/unified/library.js +2 -2
- package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +50 -98
- 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.
|
|
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.
|
|
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.
|
|
9
|
+
<version>1.71.67</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
|
|
12
12
|
|
|
@@ -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.
|
|
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.
|
|
58
|
+
* @version 1.71.67
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @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.
|
|
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.
|
|
60
|
+
* @version 1.71.67
|
|
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.71.
|
|
42
|
+
* @version 1.71.67
|
|
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.71.
|
|
28
|
+
* @version 1.71.67
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @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.
|
|
35
|
+
* @version 1.71.67
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @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.
|
|
72
|
+
* @version 1.71.67
|
|
73
73
|
*
|
|
74
74
|
* @constructor
|
|
75
75
|
* @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.
|
|
64
|
+
* @version 1.71.67
|
|
65
65
|
*
|
|
66
66
|
* @constructor
|
|
67
67
|
* @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.
|
|
57
|
+
* @version 1.71.67
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @public
|
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
#This is the resource bundle for design time of the SAPUI5 sap.ui.unified library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
|
|
5
|
-
CALENDARDATEINTERVAL_NAME=jlsK9ezBTySIXfOznpSxmw_Calendar Date Interval
|
|
2
|
+
CALENDARDATEINTERVAL_NAME=On4EqkVFsmffOnWSEgeTTg_Calendar Date Interval
|
|
6
3
|
|
|
7
|
-
|
|
8
|
-
CALENDARDATEINTERVAL_NAME_PLURAL=zQlOEAJQcZNysFuICvvBnA_Calendar Date Intervals
|
|
4
|
+
CALENDARDATEINTERVAL_NAME_PLURAL=uMANGrjZWqZgulrOQ5OAnQ_Calendar Date Intervals
|
|
9
5
|
|
|
10
|
-
|
|
11
|
-
CALENDARLEGEND_NAME=lzo/9Stvj+2OWfvskqzyJQ_Calendar Legend
|
|
6
|
+
CALENDARLEGEND_NAME=myYfLQHm3gV47v5tW4jtfg_Calendar Legend
|
|
12
7
|
|
|
13
|
-
|
|
14
|
-
CALENDARLEGEND_NAME_PLURAL=Q3ubHFHxXXvc25J5+e2+og_Calendar Legends
|
|
8
|
+
CALENDARLEGEND_NAME_PLURAL=V15KNS+zTnNSe2r9C2pPGw_Calendar Legends
|
|
15
9
|
|
|
16
|
-
|
|
17
|
-
CURRENCY_NAME=Ob0wtc7P3cRxYQaUq+VJDg_Currency
|
|
10
|
+
CURRENCY_NAME=D9Ni4NcC8oKtULR22NyI+g_Currency
|
|
18
11
|
|
|
19
|
-
|
|
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.
|
|
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.
|
|
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
|
-
|
|
5
|
-
SHELL_LOGO_TOOLTIP=WH6cmtinOOjeb8/9gXvVEQ_Logo
|
|
2
|
+
SHELL_LOGO_TOOLTIP=WA2GLJiH6ysQwG3zzyKVDg_Logo
|
|
6
3
|
|
|
7
|
-
|
|
8
|
-
SHELL_OVERLAY_CLOSE=lwvz62TzgDPTVdOgCPfcTQ_Close
|
|
4
|
+
SHELL_OVERLAY_CLOSE=CzaGwL5AURPGBy7wBofu/A_Close
|
|
9
5
|
|
|
10
|
-
|
|
11
|
-
MNU_ARIA_NAME=WdVt+WSe1uofULBmmCEhcg_Menu
|
|
6
|
+
MNU_ARIA_NAME=u8c81qkNibSOJsij9na55g_Menu
|
|
12
7
|
|
|
13
|
-
|
|
14
|
-
CALENDAR_DIALOG=VbRQ0b1vXHZbE467RCITAg_Calendar
|
|
8
|
+
CALENDAR_DIALOG=sEvzr9dY6Bt9wu4pjJjM6A_Calendar
|
|
15
9
|
|
|
16
|
-
|
|
17
|
-
CALENDAR_WEEK=KB/mBxeFHIA0ODF35/NoMw_Calendar Week
|
|
10
|
+
CALENDAR_WEEK=p9Yiy5z8b/OFRf6DhZbMyw_Calendar Week
|
|
18
11
|
|
|
19
|
-
|
|
20
|
-
CALENDAR_START_DATE=uhMpKdcmq+Mb17heflU4KA_Start Date
|
|
12
|
+
CALENDAR_START_DATE=tAxTT5CsGaftoyjPGl5pEA_Start Date
|
|
21
13
|
|
|
22
|
-
|
|
23
|
-
CALENDAR_END_DATE=Tlt1/tURivg6HUT/hwFoHA_End Date
|
|
14
|
+
CALENDAR_END_DATE=/5BAzGJYM3VISKkYxsrOIg_End Date
|
|
24
15
|
|
|
25
|
-
|
|
26
|
-
CALENDAR_START_MONTH=rRMMLrbMIslqrIyIv5kwdQ_Start Month
|
|
16
|
+
CALENDAR_START_MONTH=vpRLqzixFVUHKnpN+ktyfQ_Start Month
|
|
27
17
|
|
|
28
|
-
|
|
29
|
-
CALENDAR_END_MONTH=XpBYI7CJ9Sc1wxUz/MR97w_End Month
|
|
18
|
+
CALENDAR_END_MONTH=ZbzA037SzAjdbWxcfnIX6Q_End Month
|
|
30
19
|
|
|
31
|
-
|
|
32
|
-
CALENDAR_CURRENT_MONTH=aRTFfSsQCsce+v92R5+N1Q_Current Month
|
|
20
|
+
CALENDAR_CURRENT_MONTH=pVfoFilagq19C2BGiwXF0g_Current Month
|
|
33
21
|
|
|
34
|
-
|
|
35
|
-
CALENDAR_START_TIME=kwW7Jo6zhh1ZtXgi+ZltHg_Start Time
|
|
22
|
+
CALENDAR_START_TIME=b1QD6s42SQkD7uk7DCR0jQ_Start Time
|
|
36
23
|
|
|
37
|
-
|
|
38
|
-
CALENDAR_END_TIME=daN8OnZRjjQKfiFqUxKQQg_End Time
|
|
24
|
+
CALENDAR_END_TIME=Z/CZND9abwgC+VtFukBQTA_End Time
|
|
39
25
|
|
|
40
|
-
|
|
41
|
-
CALENDAR_CURRENT_TIME=DSb7ZrhFry2ZP+DkXD5r3Q_Now
|
|
26
|
+
CALENDAR_CURRENT_TIME=njnODOH6Isg4umYt4oRmUw_Now
|
|
42
27
|
|
|
43
|
-
|
|
44
|
-
CALENDAR_CANCEL=dq6AqVLYMZdFrisO2ei4jg_Cancel
|
|
28
|
+
CALENDAR_CANCEL=MZbg90ucpaweONYwTN/Qfw_Cancel
|
|
45
29
|
|
|
46
|
-
|
|
47
|
-
CALENDAR_BTN_PREV=NFqgxu75BcA9kN5nEn0CGA_Previous
|
|
30
|
+
CALENDAR_BTN_PREV=c21cB8UhM9jbGcKwQHJfxA_Previous
|
|
48
31
|
|
|
49
|
-
|
|
50
|
-
CALENDAR_BTN_NEXT=Z4VmPChRA42/3bcXWXvB4A_Next
|
|
32
|
+
CALENDAR_BTN_NEXT=lsLgU3w9DV1SABuB/irahw_Next
|
|
51
33
|
|
|
52
|
-
|
|
53
|
-
CALENDAR_DATES_ROW_WEEK_NUMBER=bw0R9I/knzDjH8BSTEKJWg_Week {0}
|
|
34
|
+
CALENDAR_DATES_ROW_WEEK_NUMBER=cmmVa/SZZhG0mzsvsT5Enw_Week {0}
|
|
54
35
|
|
|
55
|
-
|
|
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
|
-
|
|
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
|
-
|
|
62
|
-
APPOINTMENT=Gdb4Ptoz6rT8gNYfgCMIow_Appointment
|
|
40
|
+
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=i/77U4UglHvGet7pjfdkGQ_Press Shift + F4 to select a year range
|
|
63
41
|
|
|
64
|
-
|
|
65
|
-
APPOINTMENT_TENTATIVE=OKaSTXHXUea6kzLnLiDbeQ_Tentative
|
|
42
|
+
APPOINTMENT=pTob5e0LiH/kQkziDdK5RA_Appointment
|
|
66
43
|
|
|
67
|
-
|
|
68
|
-
FILEUPLOAD_BROWSE=uEoly7t460Cmz2JHb7TaIw_Browse...
|
|
44
|
+
APPOINTMENT_TENTATIVE=M/Qzc59ooWp1qeOPhTHvHw_Tentative
|
|
69
45
|
|
|
70
|
-
|
|
71
|
-
FILEUPLOAD_ACC=zDxSY2YVnASgaMD7hgm64Q_Activate to Select a File
|
|
46
|
+
FILEUPLOAD_BROWSE=dCoPBWut7/VOlMPUjyCFkA_Browse...
|
|
72
47
|
|
|
73
|
-
|
|
74
|
-
LEGEND_SELECTED=cWJiCwMh3P59Tk0TBzGqgg_Selected
|
|
48
|
+
FILEUPLOAD_ACC=Dl7W5IeFEn1lhWcJA3NvLQ_Activate to Select a File
|
|
75
49
|
|
|
76
|
-
|
|
77
|
-
LEGEND_TODAY=quKlSGhFcu6Pl06mIlWfIA_Today
|
|
50
|
+
LEGEND_SELECTED=YvuDNLkuQehLOTNoqXp8mQ_Selected
|
|
78
51
|
|
|
79
|
-
|
|
80
|
-
LEGEND_NORMAL_DAY=W4HpIodwNmhTHz2fopENCw_Working Day
|
|
52
|
+
LEGEND_TODAY=yQmlXBs1uUw30x1wpUjeFw_Today
|
|
81
53
|
|
|
82
|
-
|
|
83
|
-
LEGEND_NON_WORKING_DAY=mUOHnO6FRTBFiUDSCLo/7g_Non-Working Day
|
|
54
|
+
LEGEND_NORMAL_DAY=kXrFqSZjftcNs1PgJ5/ZWQ_Working Day
|
|
84
55
|
|
|
85
|
-
|
|
86
|
-
LEGEND_UNNAMED_TYPE=M2BluTfeq0T1sMHqVuY+ew_Type {0}
|
|
56
|
+
LEGEND_NON_WORKING_DAY=ycKSCW4uCFDEljC0ORHHTA_Non-Working Day
|
|
87
57
|
|
|
88
|
-
|
|
89
|
-
APPOINTMENT_SELECTED=4C0Y8M/xmhHoYp7cnwsT+Q_Selected
|
|
58
|
+
LEGEND_UNNAMED_TYPE=k4ejDFgxf70FYTO5UjOAhw_Type {0}
|
|
90
59
|
|
|
91
|
-
|
|
92
|
-
COLORPICKER_RED=wr5693hrFYg7PA58gRTECQ_Red
|
|
60
|
+
APPOINTMENT_SELECTED=o/uTICFxKFawzZkRIWOpxQ_Selected
|
|
93
61
|
|
|
94
|
-
|
|
95
|
-
COLORPICKER_GREEN=c1ngiCOhHu8O+CgnJ5lqCg_Green
|
|
62
|
+
COLORPICKER_RED=O7VqKtBDjPEdlUXJl4I6BQ_Red
|
|
96
63
|
|
|
97
|
-
|
|
98
|
-
COLORPICKER_BLUE=RLveLYQawkLGQAvUfM2vIQ_Blue
|
|
64
|
+
COLORPICKER_GREEN=MPbr1pxfH5oPEgLmDbH74Q_Green
|
|
99
65
|
|
|
100
|
-
|
|
101
|
-
COLORPICKER_HUE=tl9KBj5aPo2ga8NitN47vw_Hue
|
|
66
|
+
COLORPICKER_BLUE=B3nBj5PcGETEN0jh3520oA_Blue
|
|
102
67
|
|
|
103
|
-
|
|
104
|
-
COLORPICKER_SAT=4BMdC572fC+SAX1VNCAYlg_Saturation
|
|
68
|
+
COLORPICKER_HUE=B7l0621U5P3BV5iZhcGc3w_Hue
|
|
105
69
|
|
|
106
|
-
|
|
107
|
-
COLORPICKER_VALUE=5N0pIANiNfQTP1dYQAHfHA_Value
|
|
70
|
+
COLORPICKER_SAT=AfR6H6+nZsO1BzLlBL2Xww_Saturation
|
|
108
71
|
|
|
109
|
-
|
|
110
|
-
COLORPICKER_HEX=Z8sTidSF4ttaxx0r+wPjCg_Hexadecimal
|
|
72
|
+
COLORPICKER_VALUE=HDv8093CS0M83+N/ct06Nw_Value
|
|
111
73
|
|
|
112
|
-
|
|
113
|
-
COLORPICKER_ALPHA=HyErEDscBwDkOKH27NG77A_Alpha
|
|
74
|
+
COLORPICKER_HEX=uB3Z+xLloZBzHhy6aBTdEQ_Hexadecimal
|
|
114
75
|
|
|
115
|
-
|
|
116
|
-
COLORPICKER_LIGHTNESS=9KY7Ms2IAhH2ip8DgGxv7A_Lightness
|
|
76
|
+
COLORPICKER_ALPHA=nOdax7Qx6b2Tjc7b/KcP8Q_Alpha
|
|
117
77
|
|
|
118
|
-
|
|
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
|
-
|
|
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
|
-
|
|
125
|
-
COLORPICKER_HUE_SLIDER=vAHH8CbHUDr4WFj/d8QvPA_Hue control
|
|
82
|
+
COLORPICKER_ALPHA_SLIDER=N6FFeaqQctYMRFm5DlrhHQ_Alpha control
|
|
126
83
|
|
|
127
|
-
|
|
128
|
-
COLORPICKER_TOGGLE_BTN_TOOLTIP=9ALowPkNTqVuuFLIgWzXQQ_Toggle color mode
|
|
84
|
+
COLORPICKER_HUE_SLIDER=5bl9wffYuC3hdFZSwdjdzg_Hue control
|
|
129
85
|
|
|
130
|
-
|
|
131
|
-
COLORPICKER_SELECT_RGB_TOOLTIP=iow8v5txt6G+bbmY2cM29w_RGB mode
|
|
86
|
+
COLORPICKER_TOGGLE_BTN_TOOLTIP=2//xgWXZYE8bYwuCSt5z3w_Toggle Color Mode
|
|
132
87
|
|
|
133
|
-
|
|
134
|
-
COLORPICKER_SELECT_HSL_TOOLTIP=fDdw+ihvd8hUUu5kp5NAgg_HSL mode
|
|
88
|
+
COLORPICKER_SELECT_RGB_TOOLTIP=oJ8cdjOBN7YdYGWWDkQ/FA_RGB Mode
|
|
135
89
|
|
|
136
|
-
|
|
137
|
-
COLOR_PICKER_CANCEL=eCC3Nmohz20FeNsDyrI64A_Cancel
|
|
90
|
+
COLORPICKER_SELECT_HSL_TOOLTIP=1axlirwsHihzFUglWddnXg_HSL Mode
|
|
138
91
|
|
|
139
|
-
|
|
140
|
-
COLOR_PICKER_SUBMIT=Le0izr7UJWzqGZvCSSehEQ_OK
|
|
92
|
+
COLOR_PICKER_CANCEL=jWknwGLdkULTdXI03R78Yg_Cancel
|
|
141
93
|
|
|
142
|
-
|
|
143
|
-
COLOR_PICKER_TITLE=hrt5ljgBs2qlkrILcsk9zw_Color Picker
|
|
94
|
+
COLOR_PICKER_SUBMIT=zNyLTn7OX+NwJ9cIkzncOg_OK
|
|
144
95
|
|
|
145
|
-
|
|
146
|
-
|
|
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;
|