@sapui5/sap.uiext.inbox 1.124.2 → 1.126.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 (37) hide show
  1. package/package.json +1 -1
  2. package/src/main/uilib/sap/uiext/inbox/.library +1 -1
  3. package/src/main/uilib/sap/uiext/inbox/library.js +1 -1
  4. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize/library.source.less +12 -3
  5. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/Inbox.less +292 -0
  6. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxAddAttachmentTile.less +49 -0
  7. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxAttachmentTile.less +103 -0
  8. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxAttachmentsTileContainer.less +18 -0
  9. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxBusyIndicator.less +13 -0
  10. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxComment.less +89 -0
  11. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxLaunchPad.less +22 -0
  12. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxSplitApp.less +59 -0
  13. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxTaskComments.less +79 -0
  14. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxTaskTitleControl.less +9 -0
  15. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/InboxUploadAttachmentTile.less +58 -0
  16. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/IndexLayout.less +164 -0
  17. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/SubstitutionRulesManager.less +122 -0
  18. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/library.source.less +21 -0
  19. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_base/shared.less +0 -0
  20. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_hcb/library.source.less +12 -3
  21. package/src/main/uilib/sap/uiext/inbox/themes/sap_belize_hcw/library.source.less +12 -3
  22. package/src/main/uilib/sap/uiext/inbox/themes/sap_bluecrystal/library.source.less +7 -7
  23. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_Inbox.less +292 -0
  24. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxAddAttachmentTile.less +49 -0
  25. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxAttachmentTile.less +103 -0
  26. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxAttachmentsTileContainer.less +18 -0
  27. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxBusyIndicator.less +13 -0
  28. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxComment.less +89 -0
  29. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxLaunchPad.less +22 -0
  30. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxSplitApp.less +59 -0
  31. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxTaskComments.less +79 -0
  32. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxTaskTitleControl.less +9 -0
  33. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_InboxUploadAttachmentTile.less +58 -0
  34. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_IndexLayout.less +164 -0
  35. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_SubstitutionRulesManager.less +122 -0
  36. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/base_shared.less +0 -0
  37. package/src/main/uilib/sap/uiext/inbox/themes/sap_hcb/library.source.less +26 -1
@@ -0,0 +1,79 @@
1
+
2
+ /* ============================================= */
3
+ /* CSS for controlsap.uiext.inbox/InboxTaskComments.control */
4
+ /* ============================================= */
5
+
6
+ .sapuiextInboxTaskCommentsChunk a{
7
+ color: @sapUiLink;
8
+ }
9
+
10
+ .sapuiextInboxTaskCommentsChunk a:focus,
11
+ .sapuiextInboxTaskCommentsChunk a:active{
12
+ color: @sapUiLinkActive;
13
+ }
14
+
15
+ .sapuiextInboxTaskCommentsChunk a:visited{
16
+ color: @sapUiLinkVisited;
17
+ }
18
+
19
+ .sapuiextInboxTaskCommentsChunk a:hover{
20
+ color: @sapUiLinkHover;
21
+ }
22
+
23
+ .sapuiextInboxTaskComment{
24
+ background-color: @sapUiExtraLightBG;
25
+ }
26
+
27
+ .sapuiextInboxTaskCommentsChunk > section{
28
+ display: block;
29
+ }
30
+
31
+ .sapuiextInboxTaskCommentsChunk > section > header > a{
32
+ right: 10px;
33
+ position: absolute;
34
+ }
35
+
36
+ .sapuiextinbox-InboxTaskComments{
37
+ color: -sap-par(sapUiTextColor);
38
+ border: 1px solid blue;
39
+ }
40
+
41
+ .sapuiextInboxTaskCommentsChunk{
42
+ border-color: @sapUiExtraLightBorder;
43
+ padding: 0 6px 10px 0;
44
+ }
45
+
46
+ .sapuiextInboxTaskCommentsChunk a{
47
+ text-decoration: none;
48
+ }
49
+
50
+ .sapuiextInboxTaskCommentsChunk a:focus,
51
+ .sapuiextInboxTaskCommentsChunk a:hover{
52
+ text-decoration: underline;
53
+ }
54
+
55
+ .sapuiextInboxTaskCommentsChunk > img{
56
+ margin-right: 10px;
57
+ margin-bottom: 5px;
58
+ }
59
+
60
+ .sapuiextInboxTaskComment > img{
61
+ width: 32px;
62
+ height: 32px;
63
+ }
64
+
65
+ .sapuiextInboxTaskCommentsChunk > section > header{
66
+ border: none;
67
+ padding-left: 10px;
68
+ font-family: Arial, regular;
69
+ font-size: 12px;
70
+ height: 25px; /* 1px more because header line is part of the height in this case*/
71
+ line-height: 24px;
72
+ }
73
+
74
+
75
+ html[data-sap-ui-browser="ie8"] .sapuiextInboxTaskCommentsChunk > section > header{
76
+ border-top: 1px solid @sapUiExtraLightBorder;
77
+ margin-top: 7px;
78
+ padding-top: 0;
79
+ }
@@ -0,0 +1,9 @@
1
+
2
+ /* ============================================= */
3
+ /* CSS for control sap.uiext.inbox/InboxTaskTitleControl.control */
4
+ /* ============================================= */
5
+
6
+ .sapUiextInboxInboxTaskTitleControl{
7
+ color: @sapUiTextColor;
8
+ border: 1px solid blue;
9
+ }
@@ -0,0 +1,58 @@
1
+
2
+ /* ============================================= */
3
+ /* CSS for control sap.uiext.inbox/InboxUploadAttachmentTile.control */
4
+ /* ============================================= */
5
+
6
+ .sapUiExtInboxAttachmentTileLayout {
7
+ width : 280px;
8
+ height : 45px;
9
+ /*border : 1px solid @sapUiExtraLightBorder;*/
10
+ display : inline-flex;
11
+ margin : 1px;
12
+ padding: 8px 30px 5px 8px;
13
+ }
14
+
15
+ html[data-sap-ui-browser*="ie"] .sapUiExtInboxAttachmentTileLayout {
16
+ width : 280px;
17
+ height : 45px;
18
+ /*border : 1px solid @sapUiExtraLightBorder;*/
19
+ display : inline-block;
20
+ margin : 1px;
21
+ padding: 8px 30px 5px 8px;
22
+ }
23
+
24
+ .sapUiExtInboxAttachmentIcon {
25
+ font-size: 30px;
26
+ color: @sapUiLightText;
27
+ line-height: 40px;
28
+ }
29
+
30
+ .sapUiExtInboxAttachmentDetails{
31
+ width : 230px;
32
+ padding-left : 15px;
33
+ display : inline-block;
34
+ }
35
+
36
+ .sapUiExtInboxAttachmentName {
37
+ white-space:nowrap;
38
+ overflow:hidden;
39
+ width: 220px;
40
+ color: @sapUiLightText;
41
+ display : inline-block;
42
+ text-overflow: ellipsis;
43
+ font-size: 14px;
44
+ }
45
+
46
+ .sapUiExtInboxAttachmentUplodBtns {
47
+ padding-top: 5px;
48
+ display: inline-flex;
49
+ }
50
+
51
+ html[data-sap-ui-browser*="ie"] .sapUiExtInboxAttachmentUplodBtns {
52
+ padding-top: 5px;
53
+ display: inline-block;
54
+ }
55
+
56
+ .sapUiExtInboxAttachmentCancelBtn {
57
+ padding-left : 15px;
58
+ }
@@ -0,0 +1,164 @@
1
+ .sapuiextIdxLayout {
2
+ width: 100%;
3
+ height: 100%;
4
+ position: relative;
5
+ overflow: hidden;
6
+ box-sizing: border-box;
7
+ -moz-box-sizing: border-box;
8
+ white-space: nowrap;
9
+ text-align: center;
10
+ }
11
+
12
+ .sapuiextIdxLayoutHidden.sapuiextIdxLayout > div {
13
+ display: none;
14
+ }
15
+
16
+ .sapuiextIdxLayoutAnim {
17
+ transition: padding 0.2s, height 0.2s;
18
+ -webkit-transition: padding 0.2s, height 0.2s;
19
+ -moz-transition: padding 0.2s, height 0.2s;
20
+ }
21
+
22
+ .sapuiextIdxLayout > div {
23
+ display: inline-block;
24
+ box-sizing: border-box;
25
+ -moz-box-sizing: border-box;
26
+ position: relative;
27
+ text-align: left;
28
+ }
29
+
30
+ .sapuiextIdxLayoutItem {
31
+ display: inline-block;
32
+ position: absolute;
33
+ padding: 5px;
34
+ box-sizing: border-box;
35
+ -moz-box-sizing: border-box;
36
+ }
37
+
38
+ .sapuiextIdxLayoutAnim > div > .sapuiextIdxLayoutItem {
39
+ transition: all 0.4s, width 0, height 0;
40
+ -webkit-transition: all 0.4s, width 0, height 0;
41
+ -moz-transition: all 0.4s, width 0, height 0;
42
+ }
43
+
44
+ .sapuiextIdxLayoutItem > div {
45
+ height: 100%;
46
+ overflow: auto;
47
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
48
+ }
49
+
50
+
51
+ /************ Tile *************/
52
+
53
+ .sapuiextIdxLayout_Tile {
54
+ position: relative;
55
+ display: block;
56
+ width: 100%;
57
+ height: 100%;
58
+ border-radius: 3px 3px;
59
+ transition: background-color 0.5s;
60
+ -webkit-transition: background-color 0.5s;
61
+ -moz-transition: background-color 0.5s;
62
+ box-sizing: border-box;
63
+ -moz-box-sizing: border-box;
64
+ text-decoration: none;
65
+ cursor: pointer;
66
+ background-color: #FFFFFF;
67
+ border: 1px solid #DDDDDD;
68
+ padding: 15px;
69
+ }
70
+
71
+ .sapuiextIdxLayout_Tile,
72
+ .sapuiextIdxLayout_Tile:active,
73
+ .sapuiextIdxLayout_Tile:focus,
74
+ .sapuiextIdxLayout_Tile:hover,
75
+ .sapuiextIdxLayout_Tile:visited {
76
+ color: @sapUiHighlight;
77
+ }
78
+
79
+ .sapuiextIdxLayout_Tile:hover {
80
+ background-color: #F9F9F9;
81
+ }
82
+
83
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileIcon,
84
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileLabel,
85
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileDesc {
86
+ display: block;
87
+ width: 100%;
88
+ text-align: left;
89
+ box-sizing: border-box;
90
+ -moz-box-sizing: border-box;
91
+ -webkit-box-sizing: border-box;
92
+ }
93
+
94
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileLabel,
95
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileDesc {
96
+ overflow: hidden;
97
+ text-overflow: ellipsis;
98
+ white-space: normal;
99
+ }
100
+
101
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileIcon {
102
+ height: 30%;
103
+ font-size: 30px;
104
+ }
105
+
106
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileLabel {
107
+ height: 25%;
108
+ font-size: 16px;
109
+ font-weight: bold;
110
+ }
111
+
112
+ .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileDesc {
113
+ height: 45%;
114
+ font-size: 12px;
115
+ color: @sapUiBaseText;
116
+ }
117
+
118
+
119
+ /* Tablet */
120
+
121
+ html.sapUiMedia-Std-Tablet .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile {
122
+ padding: 8px;
123
+ }
124
+
125
+ html.sapUiMedia-Std-Tablet .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileIcon {
126
+ font-size: 25px;
127
+ }
128
+
129
+ html.sapUiMedia-Std-Tablet .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileLabel {
130
+ font-size: 12px;
131
+ }
132
+
133
+ html.sapUiMedia-Std-Tablet .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileDesc {
134
+ font-size: 10px;
135
+ }
136
+
137
+
138
+ /* Phone */
139
+
140
+ html.sapUiMedia-Std-Phone .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile {
141
+ padding: 2px;
142
+ }
143
+
144
+ html.sapUiMedia-Std-Phone .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileIcon {
145
+ height: 75%;
146
+ font-size: 55px;
147
+ text-align: center;
148
+ padding: 0;
149
+ }
150
+
151
+ html.sapUiMedia-Std-Phone .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileIcon > span.sapUiIcon {
152
+ height: 100%;
153
+ line-height: inherit;
154
+ }
155
+
156
+ html.sapUiMedia-Std-Phone .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileLabel {
157
+ text-align: center;
158
+ font-size: 10px;
159
+ white-space: nowrap;
160
+ }
161
+
162
+ html.sapUiMedia-Std-Phone .sapuiextIdxLayoutScale .sapuiextIdxLayout_Tile > .sapuiextIdxLayout_TileDesc {
163
+ display: none;
164
+ }
@@ -0,0 +1,122 @@
1
+ /* ============================================= */
2
+ /* CSS for controlsap.uiext.inbox/SubstitutionRulesManager.control */
3
+ /* ============================================= */
4
+ .sapuiextinbox-SubstitutionRulesManager {
5
+ /*color: -sap-par(sapUiTextColor);*/
6
+ border: 1px solid;
7
+ /* blue;*/
8
+ }
9
+
10
+ .sapUiExtSubstitutionPadding {
11
+ padding-top : 5px;
12
+ }
13
+ .newSubstitutionLink {
14
+ font-weight: bold;
15
+ font-size: 14px;
16
+ float: right;
17
+ }
18
+ .sapUiExtSubstitutionMessageIcon {
19
+ padding: 5px;
20
+ }
21
+ .sapUiExtSubstitutionMessageText {
22
+ padding-left: 2px;
23
+ padding-top: 5px;
24
+ }
25
+ .sapUiExtSubstitutionToolBarContainerBorder {
26
+ border-style: solid;
27
+ border-color: #bfbfbf;
28
+ border-width: 1px;
29
+ margin-bottom: 5px;
30
+ }
31
+ .sapUiExtSubstitutionCloseIconStyle {
32
+ float : right;
33
+ margin-top : 5px;
34
+ }
35
+
36
+ .verticalLayoutStyle {
37
+ margin : 0 20px;
38
+ }
39
+
40
+ .greyFillColor {
41
+ /*background-color: #E0E0E0;
42
+ border-color: #E0E0E0;*/
43
+ border: 1px solid;
44
+ }
45
+ .borderForNoRulesFound {
46
+ border: 1px solid black;
47
+ margin-left: 0px;
48
+ margin-right: 0px;
49
+ text-align: center;
50
+ padding-top: 15px;
51
+ padding-botton: 15px;
52
+ }
53
+ .borderFillColorGreen {
54
+ border-color: #D9F7B8;
55
+ border-style:solid;
56
+ border-width: 1px 1px 0 1px;
57
+ }
58
+
59
+ .shadowEffectGreen {
60
+ box-shadow: 0 0 10px 3px #D9F7B8;
61
+ border-bottom-width: 2px; /* adding this to support IE10 */
62
+ border-collapse: separate;
63
+ }
64
+
65
+ .borderFillColorGray {
66
+ /*border-color: #D8D8D8;*/
67
+ border-style:solid;
68
+ border-width: 1px 1px 0 1px;
69
+ }
70
+
71
+ .shadowEffectGray {
72
+ /*box-shadow: 0 0 10px 3px #D8D8D8;*/
73
+ border-bottom-width: 2px; /* adding this to support IE10 */
74
+ border-collapse: separate;
75
+ }
76
+
77
+ .blueFontColor{
78
+ color: #4589DF;
79
+ }
80
+
81
+ .grayFontColor{
82
+ color: #838383;
83
+ }
84
+
85
+ .blackFontColor{
86
+ /*color: black;*/
87
+ }
88
+
89
+
90
+ .textFontColour{
91
+ /*color: white;*/
92
+ }
93
+
94
+ .activeLabelFontSize{
95
+ font-size : 20px;
96
+ }
97
+
98
+ .deleteImageStyle{
99
+ height: 16px;
100
+ width: 16px;
101
+ }
102
+
103
+ .customMargin{
104
+ padding-right: 3px;
105
+ }
106
+ .mySapUiMltPadRight {
107
+ padding: 3px 50px 8px 1px;
108
+ }
109
+ .mysapUiMlt {
110
+ /*color: #C7C7C7;
111
+ font-family: Arial, Helvetica, sans-serif;*/
112
+ font-size: 12px;
113
+ }
114
+ .sapUiExtInboxSubstitutionValueHelpTextStyle{
115
+ font-style:italic;
116
+ font-weight:normal;
117
+ /*color: #8E8E8E;*/
118
+ }
119
+
120
+ .boldFontWeight{
121
+ font-weight: bold;
122
+ }
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * SAPUI5
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
+ */
5
+ @import "../../../../../sap/ui/core/themes/base/base.less";
6
+ @import "../../../../../sap/ui/core/themes/base/global.less";
7
+ @import "shared.less";
8
+
9
+ @import "Inbox.less";
10
+ @import "InboxAddAttachmentTile.less";
11
+ @import "InboxAttachmentsTileContainer.less";
12
+ @import "InboxAttachmentTile.less";
13
+ @import "InboxBusyIndicator.less";
14
+ @import "InboxComment.less";
15
+ @import "InboxLaunchPad.less";
16
+ @import "InboxSplitApp.less";
17
+ @import "InboxTaskComments.less";
18
+ @import "InboxTaskTitleControl.less";
19
+ @import "InboxUploadAttachmentTile.less";
20
+ @import "IndexLayout.less";
21
+ @import "SubstitutionRulesManager.less";
@@ -2,12 +2,21 @@
2
2
  * SAPUI5
3
3
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
-
6
- @import "../base/library.source.less";
5
+
6
+ /* ============================================================================ */
7
+ /* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the */
8
+ /* inheritance of the base theme is now updated to an inheritance of a static */
9
+ /* copy of the base theme named sap_belize_base. The respective */
10
+ /* control css files of base are copied to the sap_belize_base theme folder. */
11
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.125. */
12
+ /* ============================================================================ */
13
+
14
+
15
+ @import "../sap_belize_base/library.source.less";
7
16
  @import "../../../../../sap/ui/core/themes/sap_belize_hcb/base.less";
8
17
  @import "../../../../../sap/ui/core/themes/sap_belize_hcb/global.less";
9
18
 
10
19
  @import "Inbox.less";
11
20
  @import "InboxComment.less";
12
21
  @import "InboxTaskComments.less";
13
- @import "SubstitutionRulesManager.less";
22
+ @import "SubstitutionRulesManager.less";
@@ -2,12 +2,21 @@
2
2
  * SAPUI5
3
3
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
-
6
- @import "../base/library.source.less";
5
+
6
+ /* ============================================================================ */
7
+ /* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the */
8
+ /* inheritance of the base theme is now updated to an inheritance of a static */
9
+ /* copy of the base theme named sap_belize_base. The respective */
10
+ /* control css files of base are copied to the sap_belize_base theme folder. */
11
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.125. */
12
+ /* ============================================================================ */
13
+
14
+
15
+ @import "../sap_belize_base/library.source.less";
7
16
  @import "../../../../../sap/ui/core/themes/sap_belize_hcw/base.less";
8
17
  @import "../../../../../sap/ui/core/themes/sap_belize_hcw/global.less";
9
18
 
10
19
  @import "Inbox.less";
11
20
  @import "InboxComment.less";
12
21
  @import "InboxTaskComments.less";
13
- @import "SubstitutionRulesManager.less";
22
+ @import "SubstitutionRulesManager.less";
@@ -2,13 +2,13 @@
2
2
  * SAPUI5
3
3
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
- /***********************************************************************************
6
- /* Due to deprecation of sap_bluecrystal with SAPUI5 version 1.44 the
7
- /* inheritance of the base theme is now updated to an inheritance of a static
8
- /* copy of the base theme named sap_bluecrystal_base. The respective
9
- /* control css files of base are copied to the sap_bluecrystal_base theme folder.
10
- /* This decoupling of the base theme is introduced with SAPUI5 version 1.124.
11
- ***********************************************************************************/
5
+ /* ============================================================================== */
6
+ /* Due to deprecation of sap_bluecrystal with SAPUI5 version 1.44 the */
7
+ /* inheritance of the base theme is now updated to an inheritance of a static */
8
+ /* copy of the base theme named sap_bluecrystal_base. The respective */
9
+ /* control css files of base are copied to the sap_bluecrystal_base theme folder. */
10
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.124. */
11
+ /* ============================================================================== */
12
12
 
13
13
 
14
14
  @import "../sap_bluecrystal_base/library.source.less";