@openui5/sap.f 1.119.1 → 1.120.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 (130) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +1 -1
  11. package/src/sap/f/DynamicPage.js +1 -1
  12. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  13. package/src/sap/f/DynamicPageHeader.js +1 -1
  14. package/src/sap/f/DynamicPageTitle.js +1 -1
  15. package/src/sap/f/FlexibleColumnLayout.js +1143 -427
  16. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutRenderer.js +64 -27
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +5 -5
  19. package/src/sap/f/GridContainer.js +2 -4
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerSettings.js +2 -2
  22. package/src/sap/f/GridList.js +2 -2
  23. package/src/sap/f/GridListItem.js +1 -1
  24. package/src/sap/f/IllustratedMessage.js +1 -1
  25. package/src/sap/f/Illustration.js +1 -1
  26. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  27. package/src/sap/f/ProductSwitch.js +1 -1
  28. package/src/sap/f/ProductSwitchItem.js +1 -1
  29. package/src/sap/f/SearchManager.js +1 -1
  30. package/src/sap/f/ShellBar.js +1 -1
  31. package/src/sap/f/SidePanel.js +1 -1
  32. package/src/sap/f/SidePanelItem.js +1 -1
  33. package/src/sap/f/cards/BaseHeader.js +1 -1
  34. package/src/sap/f/cards/Header.js +1 -1
  35. package/src/sap/f/cards/NumericHeader.js +1 -1
  36. package/src/sap/f/cards/NumericIndicators.js +1 -1
  37. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  38. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  39. package/src/sap/f/cards/loading/CalendarPlaceholder.js +8 -1
  40. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/ListPlaceholder.js +33 -4
  42. package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +18 -21
  43. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  45. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  47. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  48. package/src/sap/f/delegate/GridContainerItemNavigation.js +6 -1
  49. package/src/sap/f/delegate/GridItemNavigation.js +16 -19
  50. package/src/sap/f/designtime/messagebundle_mk.properties +8 -0
  51. package/src/sap/f/dnd/GridDragOver.js +1 -1
  52. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  53. package/src/sap/f/library.js +2 -2
  54. package/src/sap/f/messagebundle.properties +3 -12
  55. package/src/sap/f/messagebundle_ar.properties +2 -8
  56. package/src/sap/f/messagebundle_bg.properties +2 -8
  57. package/src/sap/f/messagebundle_ca.properties +2 -8
  58. package/src/sap/f/messagebundle_cs.properties +2 -8
  59. package/src/sap/f/messagebundle_cy.properties +2 -8
  60. package/src/sap/f/messagebundle_da.properties +2 -8
  61. package/src/sap/f/messagebundle_de.properties +2 -8
  62. package/src/sap/f/messagebundle_el.properties +2 -8
  63. package/src/sap/f/messagebundle_en.properties +2 -8
  64. package/src/sap/f/messagebundle_en_GB.properties +2 -8
  65. package/src/sap/f/messagebundle_es.properties +2 -8
  66. package/src/sap/f/messagebundle_es_MX.properties +2 -8
  67. package/src/sap/f/messagebundle_et.properties +2 -8
  68. package/src/sap/f/messagebundle_fi.properties +2 -8
  69. package/src/sap/f/messagebundle_fr.properties +3 -9
  70. package/src/sap/f/messagebundle_fr_CA.properties +2 -8
  71. package/src/sap/f/messagebundle_hi.properties +2 -8
  72. package/src/sap/f/messagebundle_hr.properties +2 -8
  73. package/src/sap/f/messagebundle_hu.properties +2 -8
  74. package/src/sap/f/messagebundle_id.properties +2 -8
  75. package/src/sap/f/messagebundle_it.properties +2 -8
  76. package/src/sap/f/messagebundle_iw.properties +2 -8
  77. package/src/sap/f/messagebundle_ja.properties +2 -8
  78. package/src/sap/f/messagebundle_kk.properties +2 -8
  79. package/src/sap/f/messagebundle_ko.properties +2 -8
  80. package/src/sap/f/messagebundle_lt.properties +2 -8
  81. package/src/sap/f/messagebundle_lv.properties +2 -8
  82. package/src/sap/f/messagebundle_mk.properties +161 -0
  83. package/src/sap/f/messagebundle_ms.properties +2 -8
  84. package/src/sap/f/messagebundle_nl.properties +2 -8
  85. package/src/sap/f/messagebundle_no.properties +2 -8
  86. package/src/sap/f/messagebundle_pl.properties +2 -8
  87. package/src/sap/f/messagebundle_pt.properties +2 -8
  88. package/src/sap/f/messagebundle_pt_PT.properties +2 -8
  89. package/src/sap/f/messagebundle_ro.properties +2 -8
  90. package/src/sap/f/messagebundle_ru.properties +2 -8
  91. package/src/sap/f/messagebundle_sh.properties +10 -16
  92. package/src/sap/f/messagebundle_sk.properties +2 -8
  93. package/src/sap/f/messagebundle_sl.properties +2 -8
  94. package/src/sap/f/messagebundle_sv.properties +2 -8
  95. package/src/sap/f/messagebundle_th.properties +2 -8
  96. package/src/sap/f/messagebundle_tr.properties +2 -8
  97. package/src/sap/f/messagebundle_uk.properties +2 -8
  98. package/src/sap/f/messagebundle_vi.properties +2 -8
  99. package/src/sap/f/messagebundle_zh_CN.properties +2 -8
  100. package/src/sap/f/messagebundle_zh_TW.properties +2 -8
  101. package/src/sap/f/semantic/AddAction.js +1 -1
  102. package/src/sap/f/semantic/CloseAction.js +1 -1
  103. package/src/sap/f/semantic/CopyAction.js +1 -1
  104. package/src/sap/f/semantic/DeleteAction.js +1 -1
  105. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  106. package/src/sap/f/semantic/EditAction.js +1 -1
  107. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  108. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  109. package/src/sap/f/semantic/FlagAction.js +1 -1
  110. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  111. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  112. package/src/sap/f/semantic/MainAction.js +1 -1
  113. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  114. package/src/sap/f/semantic/NegativeAction.js +1 -1
  115. package/src/sap/f/semantic/PositiveAction.js +1 -1
  116. package/src/sap/f/semantic/PrintAction.js +1 -1
  117. package/src/sap/f/semantic/SemanticButton.js +1 -1
  118. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  119. package/src/sap/f/semantic/SemanticControl.js +1 -1
  120. package/src/sap/f/semantic/SemanticPage.js +1 -1
  121. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  122. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  123. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  124. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  125. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  126. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  127. package/src/sap/f/shellBar/CoPilot.js +1 -1
  128. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  129. package/src/sap/f/shellBar/Search.js +1 -1
  130. package/src/sap/f/themes/base/FlexibleColumnLayout.less +146 -38
@@ -3,8 +3,14 @@
3
3
  /* Base theme */
4
4
  /* =========================================== */
5
5
 
6
- // synced with FlexibleColumnLayout.NAVIGATION_ARROW_WIDTH
7
- @_sap_f_FCL_navigation_arrow_width: 1rem;
6
+ // synced with FlexibleColumnLayout.COLUMN_SEPARATOR_WIDTH
7
+ @_sap_f_FCL_SeparatorWidth: 1rem;
8
+ @_sap_f_FCL_SeparatorActiveDecorationColors: @sapUiHighlight, @sapUiHighlight;
9
+ @_sap_f_FCL_SeparatorDecorationColors: @sapUiHighlight, fade(@sapUiHighlight, 0);
10
+ @_sap_f_FCL_SeparatorBorder: none;
11
+ @_sap_f_FCL_SeparatorHoverIconBorderColor: @sapUiButtonLiteBorderColor;
12
+ @_sap_f_FCL_SeparatorHoverIconBackground: @sapUiButtonLiteBackground;
13
+ @_sap_f_FCL_SeparatorButtonColor: @sapUiContentIconColor;
8
14
 
9
15
  .sapFFCL {
10
16
  &, &.sapMNavItem:not(.sapMNavItemHidden) {
@@ -23,6 +29,7 @@
23
29
  height: 100%;
24
30
  position: relative;
25
31
  visibility: hidden;
32
+ box-sizing: border-box;
26
33
 
27
34
  // When there is content in a panel, it needs min-width
28
35
  &.sapFFCLColumnActive {
@@ -38,12 +45,16 @@
38
45
  }
39
46
 
40
47
  &.sapFFCLPinnedColumn {
41
- position: absolute;
42
- right: 0;
48
+ overflow-x: hidden;
49
+
50
+ .sapFFCLColumnContent {
51
+ position: absolute;
52
+ right: 0;
53
+ }
43
54
  }
44
55
 
45
56
  &.sapFFCLColumnInset {
46
- padding: 0 0 0 @_sap_f_FCL_navigation_arrow_width;
57
+ padding: 0 0 0 @_sap_f_FCL_SeparatorWidth;
47
58
  }
48
59
  }
49
60
 
@@ -56,6 +67,129 @@
56
67
  }
57
68
  }
58
69
 
70
+ .sapFFCL .sapFFCLColumnSeparator {
71
+ color: @_sap_f_FCL_SeparatorButtonColor;
72
+ -webkit-touch-callout: none;
73
+ -webkit-user-select: none;
74
+ -moz-user-select: none;
75
+ user-select: none;
76
+ background-color: @sapUiShellBackground;
77
+ box-sizing: border-box;
78
+ }
79
+
80
+ .sapFFCLOverlay {
81
+ display: none;
82
+ position: absolute;
83
+ top: 0;
84
+ left: 0;
85
+ bottom: 0;
86
+ right: 0;
87
+ }
88
+
89
+ .sapFFCLOverlay > .sapFFCLOverlaySeparator {
90
+ position: absolute;
91
+ z-index: 3;
92
+
93
+ .sapFFCLColumnSeparatorDecorationBefore {
94
+ flex-grow: 1;
95
+ background-image: linear-gradient(to top, @_sap_f_FCL_SeparatorActiveDecorationColors);
96
+ }
97
+
98
+ .sapFFCLColumnSeparatorDecorationAfter {
99
+ flex-grow: 1;
100
+ background-image: linear-gradient(to bottom ,@_sap_f_FCL_SeparatorActiveDecorationColors);
101
+ }
102
+ }
103
+
104
+ .sapFFCL .sapFFCLColumnSeparator {
105
+ cursor: col-resize;
106
+ width: 1rem;
107
+ height: 100%;
108
+ display: inline-flex;
109
+ flex-direction: column;
110
+ justify-content: center;
111
+ align-items: center;
112
+ border-left: @_sap_f_FCL_SeparatorBorder;
113
+ border-right: @_sap_f_FCL_SeparatorBorder;
114
+ vertical-align: top;
115
+
116
+ .sapFFCLColumnSeparatorDecorationBefore {
117
+ width: 1rem;
118
+ height: 4rem;
119
+ background-image: linear-gradient(to top, @_sap_f_FCL_SeparatorDecorationColors);
120
+ background-size: 0.0625rem 100%;
121
+ background-repeat: no-repeat;
122
+ background-position: center;
123
+ }
124
+
125
+ .sapFFCLColumnSeparatorDecorationAfter {
126
+ width: 1rem;
127
+ height: 4rem;
128
+ height: 4rem;
129
+ background-image: linear-gradient(to bottom, @_sap_f_FCL_SeparatorDecorationColors);
130
+ background-size: 0.0625rem 100%;
131
+ background-repeat: no-repeat;
132
+ background-position: center;
133
+ }
134
+
135
+ .sapFFCLColumnSeparatorGrip {
136
+ cursor: col-resize;
137
+ width: 1.5rem;
138
+ height: 2rem;
139
+ line-height: 2rem;
140
+ position: relative;
141
+ z-index: 1;
142
+
143
+ .sapFFCLColumnSeparatorGripIcon {
144
+ cursor: col-resize;
145
+ line-height: 1.625rem - @sapUiButtonBorderWidth - @sapUiButtonBorderWidth; // center the icon vertically
146
+ box-sizing: border-box;
147
+ height: 1.625rem;
148
+ width: 1.5rem;
149
+ margin-top: 3px;
150
+ border: @sapUiButtonBorderWidth solid @sapUiButtonLiteBorderColor;
151
+ border-radius: @sapUiButtonBorderCornerRadius;
152
+ background: @sapUiButtonLiteBackground;
153
+ }
154
+ }
155
+
156
+ &:hover {
157
+ .sapFFCLColumnSeparatorDecorationBefore,
158
+ .sapFFCLColumnSeparatorDecorationAfter {
159
+ flex-grow: 1;
160
+ transition: all 0.1s ease-in;
161
+ }
162
+
163
+ .sapFFCLColumnSeparatorGripIcon {
164
+ background: @_sap_f_FCL_SeparatorHoverIconBackground;
165
+ border-color: @_sap_f_FCL_SeparatorHoverIconBorderColor;
166
+ }
167
+ }
168
+ }
169
+
170
+
171
+ // focus outline
172
+ .sapFFCL > .sapFFCLColumnSeparator,
173
+ .sapFFCL > .sapFFCLOverlay > .sapFFCLOverlaySeparator {
174
+ position: relative;
175
+
176
+ &:focus {
177
+ outline: none;
178
+ }
179
+
180
+ &:focus::after {
181
+ content: "";
182
+ display: block;
183
+ position: absolute;
184
+ top: 0;
185
+ right: 0;
186
+ bottom: 0;
187
+ left: 0;
188
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
189
+ }
190
+ }
191
+
192
+
59
193
  .sapFFCLNavigationButton,
60
194
  .sapUiSizeCompact & .sapFFCLNavigationButton {
61
195
  // Button hit area size
@@ -69,6 +203,7 @@
69
203
  vertical-align: middle;
70
204
  position: relative;
71
205
  overflow: visible;
206
+ cursor: col-resize;
72
207
 
73
208
  // Reflection: styles overwritten
74
209
  .sapMBtnInner {
@@ -116,54 +251,27 @@
116
251
  }
117
252
  }
118
253
 
119
- .sapFFCLArrow
120
- {
121
- position: relative;
122
- vertical-align: middle;
123
- display: inline-block;
124
- height: 100%;
125
- z-index: 4;
126
-
127
- &:after {
128
- content: "";
129
- display: inline-block;
130
- vertical-align: middle;
131
- height: 100%;
132
- }
133
- }
134
-
135
- .sapFFCLBackgroundDesignTransparent .sapFFCLArrow {
136
- background: transparent;
137
- }
138
-
139
- .sapFFCLBackgroundDesignSolid .sapFFCLArrow {
140
- background: @sapUiObjectHeaderBackground;
141
- }
142
-
143
- .sapFFCLBackgroundDesignTranslucent .sapFFCLArrow {
144
- background: @sapUiShellBackgroundGradient;
145
- }
146
-
147
254
  // In order to have reveal effect, columns should overlap each other
148
255
  .sapFFCLColumnBegin {
149
256
  z-index: 3;
257
+ flex-shrink: 0;
150
258
  }
151
259
 
152
260
  .sapFFCLColumnMid {
153
261
  z-index: 2;
262
+ width:100%;
154
263
  }
155
264
 
156
265
  .sapFFCLColumnEnd {
157
266
  z-index: 1;
267
+ flex-shrink: 0;
158
268
  }
159
269
 
160
270
  html[data-sap-ui-animation='on'] {
161
271
  .sapFFCL {
162
- .sapFFCLColumn {
163
- &:not(.sapFFCLPinnedColumn) {
164
- transition: width 560ms cubic-bezier(0.1, 0, 0.05, 1), visibility 560ms ease-in;
165
- -webkit-transition: width 560ms cubic-bezier(0.1, 0, 0.05, 1), visibility 560ms ease-in;
166
- }
272
+ .sapFFCLColumn.sapFFCLAnimatedColumn {
273
+ transition: width 560ms cubic-bezier(0.1, 0, 0.05, 1), visibility 560ms ease-in;
274
+ -webkit-transition: width 560ms cubic-bezier(0.1, 0, 0.05, 1), visibility 560ms ease-in;
167
275
  }
168
276
  }
169
277
  }