@openui5/sap.f 1.132.1 → 1.134.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.
- package/.reuse/dep5 +2 -9
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +45 -78
- package/package.json +4 -4
- package/src/sap/f/.library +1 -1
- package/src/sap/f/Avatar.js +1 -1
- package/src/sap/f/AvatarGroup.js +1 -1
- package/src/sap/f/AvatarGroupItem.js +1 -1
- package/src/sap/f/CalendarAppointmentInCard.js +1 -1
- package/src/sap/f/CalendarInCard.js +1 -1
- package/src/sap/f/Card.js +1 -1
- package/src/sap/f/CardBase.js +65 -25
- package/src/sap/f/CardRenderer.js +9 -6
- package/src/sap/f/DynamicPage.js +12 -1
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +1 -1
- package/src/sap/f/DynamicPageRenderer.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +34 -1
- package/src/sap/f/FlexibleColumnLayout.js +12 -7
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
- package/src/sap/f/GridContainer.js +60 -110
- package/src/sap/f/GridContainerItemLayoutData.js +1 -1
- package/src/sap/f/GridContainerRenderer.js +8 -3
- package/src/sap/f/GridContainerSettings.js +2 -2
- package/src/sap/f/GridContainerUtils.js +8 -0
- package/src/sap/f/GridList.js +1 -1
- package/src/sap/f/GridListItem.js +1 -1
- package/src/sap/f/IllustratedMessage.js +1 -1
- package/src/sap/f/Illustration.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
- package/src/sap/f/ProductSwitch.js +1 -1
- package/src/sap/f/ProductSwitchItem.js +1 -1
- package/src/sap/f/SearchManager.js +1 -1
- package/src/sap/f/ShellBar.js +1 -1
- package/src/sap/f/ShellBarRenderer.js +1 -0
- package/src/sap/f/SidePanel.js +2 -2
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +35 -20
- package/src/sap/f/cards/BaseHeaderRenderer.js +212 -3
- package/src/sap/f/cards/Header.js +2 -8
- package/src/sap/f/cards/HeaderRenderer.js +0 -161
- package/src/sap/f/cards/NumericHeader.js +3 -9
- package/src/sap/f/cards/NumericHeaderRenderer.js +54 -126
- package/src/sap/f/cards/NumericIndicators.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
- package/src/sap/f/delegate/GridContainerItemNavigation.js +24 -202
- package/src/sap/f/delegate/GridItemNavigation.js +23 -10
- package/src/sap/f/dnd/GridDragOver.js +1 -1
- package/src/sap/f/dnd/GridDropInfo.js +1 -1
- package/src/sap/f/library.js +36 -2
- package/src/sap/f/messagebundle.properties +0 -3
- package/src/sap/f/messagebundle_ar.properties +0 -2
- package/src/sap/f/messagebundle_bg.properties +0 -2
- package/src/sap/f/messagebundle_ca.properties +0 -2
- package/src/sap/f/messagebundle_cnr.properties +0 -2
- package/src/sap/f/messagebundle_cs.properties +0 -2
- package/src/sap/f/messagebundle_cy.properties +0 -2
- package/src/sap/f/messagebundle_da.properties +0 -2
- package/src/sap/f/messagebundle_de.properties +0 -2
- package/src/sap/f/messagebundle_el.properties +0 -2
- package/src/sap/f/messagebundle_en.properties +0 -2
- package/src/sap/f/messagebundle_en_GB.properties +0 -2
- package/src/sap/f/messagebundle_en_US_saprigi.properties +0 -2
- package/src/sap/f/messagebundle_es.properties +0 -2
- package/src/sap/f/messagebundle_es_MX.properties +0 -2
- package/src/sap/f/messagebundle_et.properties +0 -2
- package/src/sap/f/messagebundle_fi.properties +0 -2
- package/src/sap/f/messagebundle_fr.properties +0 -2
- package/src/sap/f/messagebundle_fr_CA.properties +0 -2
- package/src/sap/f/messagebundle_hi.properties +0 -2
- package/src/sap/f/messagebundle_hr.properties +0 -2
- package/src/sap/f/messagebundle_hu.properties +0 -2
- package/src/sap/f/messagebundle_id.properties +0 -2
- package/src/sap/f/messagebundle_it.properties +0 -2
- package/src/sap/f/messagebundle_iw.properties +0 -2
- package/src/sap/f/messagebundle_ja.properties +0 -2
- package/src/sap/f/messagebundle_kk.properties +0 -2
- package/src/sap/f/messagebundle_ko.properties +0 -2
- package/src/sap/f/messagebundle_lt.properties +0 -2
- package/src/sap/f/messagebundle_lv.properties +0 -2
- package/src/sap/f/messagebundle_mk.properties +0 -2
- package/src/sap/f/messagebundle_ms.properties +0 -2
- package/src/sap/f/messagebundle_nl.properties +0 -2
- package/src/sap/f/messagebundle_no.properties +0 -2
- package/src/sap/f/messagebundle_pl.properties +0 -2
- package/src/sap/f/messagebundle_pt.properties +0 -2
- package/src/sap/f/messagebundle_pt_PT.properties +0 -2
- package/src/sap/f/messagebundle_ro.properties +0 -2
- package/src/sap/f/messagebundle_ru.properties +0 -2
- package/src/sap/f/messagebundle_sh.properties +0 -2
- package/src/sap/f/messagebundle_sk.properties +0 -2
- package/src/sap/f/messagebundle_sl.properties +0 -2
- package/src/sap/f/messagebundle_sr.properties +0 -2
- package/src/sap/f/messagebundle_sv.properties +0 -2
- package/src/sap/f/messagebundle_th.properties +0 -2
- package/src/sap/f/messagebundle_tr.properties +0 -2
- package/src/sap/f/messagebundle_uk.properties +0 -2
- package/src/sap/f/messagebundle_vi.properties +0 -2
- package/src/sap/f/messagebundle_zh_CN.properties +0 -2
- package/src/sap/f/messagebundle_zh_TW.properties +0 -2
- package/src/sap/f/semantic/AddAction.js +1 -1
- package/src/sap/f/semantic/CloseAction.js +1 -1
- package/src/sap/f/semantic/CopyAction.js +1 -1
- package/src/sap/f/semantic/DeleteAction.js +1 -1
- package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/f/semantic/EditAction.js +1 -1
- package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
- package/src/sap/f/semantic/FavoriteAction.js +1 -1
- package/src/sap/f/semantic/FlagAction.js +1 -1
- package/src/sap/f/semantic/FooterMainAction.js +1 -1
- package/src/sap/f/semantic/FullScreenAction.js +1 -1
- package/src/sap/f/semantic/MainAction.js +1 -1
- package/src/sap/f/semantic/MessagesIndicator.js +1 -1
- package/src/sap/f/semantic/NegativeAction.js +1 -1
- package/src/sap/f/semantic/PositiveAction.js +1 -1
- package/src/sap/f/semantic/PrintAction.js +1 -1
- package/src/sap/f/semantic/SemanticButton.js +1 -1
- package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/f/semantic/SendEmailAction.js +1 -1
- package/src/sap/f/semantic/SendMessageAction.js +1 -1
- package/src/sap/f/semantic/ShareInJamAction.js +1 -1
- package/src/sap/f/semantic/TitleMainAction.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
- package/src/sap/f/shellBar/CoPilot.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +1 -1
- package/src/sap/f/shellBar/Factory.js +7 -1
- package/src/sap/f/shellBar/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +77 -41
- package/src/sap/f/themes/base/CardHeaders.less +28 -37
- package/src/sap/f/themes/base/CardLoading.less +3 -3
- package/src/sap/f/themes/base/DynamicPage.less +9 -0
- package/src/sap/f/themes/base/GridContainer.less +10 -13
- package/src/sap/f/themes/sap_hcb/base_Card.less +3 -10
- package/src/sap/f/themes/sap_hcb/base_GridContainer.less +0 -13
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
|
@@ -6,25 +6,26 @@
|
|
|
6
6
|
@_sap_f_CardHeaders_Padding: 1rem;
|
|
7
7
|
@_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader5Size;
|
|
8
8
|
@_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 1px;
|
|
9
|
-
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset:
|
|
9
|
+
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 1px;
|
|
10
10
|
@_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 1px;
|
|
11
11
|
@_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 1px;
|
|
12
|
-
@
|
|
12
|
+
@_sap_f_CardHeaders_MainHeaderBorderRadius: 0;
|
|
13
13
|
|
|
14
14
|
.sapFCardHeader {
|
|
15
15
|
position: relative;
|
|
16
16
|
flex-shrink: 0;
|
|
17
|
-
justify-content: space-between;
|
|
18
17
|
background: @sapUiTileBackground;
|
|
19
|
-
padding: @_sap_f_CardHeaders_Padding;
|
|
20
18
|
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
21
20
|
|
|
22
|
-
.
|
|
21
|
+
.sapFCardHeaderMainPart {
|
|
23
22
|
outline: none;
|
|
24
23
|
display: flex;
|
|
25
24
|
min-width: 0;
|
|
26
|
-
flex: 1;
|
|
27
25
|
height: fit-content;
|
|
26
|
+
padding: @_sap_f_CardHeaders_Padding @_sap_f_CardHeaders_Padding 0.75rem @_sap_f_CardHeaders_Padding;
|
|
27
|
+
position: relative;
|
|
28
|
+
border-radius: @_sap_f_CardHeaders_MainHeaderBorderRadius;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
.sapFCardHeaderImage {
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
display: flex;
|
|
95
96
|
justify-content: space-between;
|
|
96
97
|
width: 100%;
|
|
98
|
+
overflow: hidden;
|
|
97
99
|
}
|
|
98
100
|
|
|
99
101
|
.sapFCardHeaderTextSecondLine {
|
|
@@ -121,10 +123,12 @@
|
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
&.sapFCardHeaderHasToolbar {
|
|
124
|
-
|
|
126
|
+
&:not(.sapFCardHeaderHasIcon) .sapFCardHeaderMainPart {
|
|
127
|
+
min-height: 2rem;
|
|
128
|
+
align-items: flex-start;
|
|
129
|
+
}
|
|
125
130
|
|
|
126
131
|
.sapFCardHeaderText {
|
|
127
|
-
margin-inline-end: 2rem;
|
|
128
132
|
width: unset;
|
|
129
133
|
}
|
|
130
134
|
}
|
|
@@ -158,7 +162,7 @@
|
|
|
158
162
|
}
|
|
159
163
|
}
|
|
160
164
|
|
|
161
|
-
|
|
165
|
+
.sapFCardSectionClickable {
|
|
162
166
|
cursor: pointer !important;
|
|
163
167
|
|
|
164
168
|
.sapMText {
|
|
@@ -187,10 +191,18 @@
|
|
|
187
191
|
|
|
188
192
|
.sapFCardHeader.sapFCardNumericHeader {
|
|
189
193
|
|
|
190
|
-
.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
.sapFCardNumericHeaderNumericPart {
|
|
195
|
+
padding: 0.25rem 1rem 0.5rem 1rem;
|
|
196
|
+
|
|
197
|
+
.sapFCardHeaderNumericPartFirstLine {
|
|
198
|
+
display: flex;
|
|
199
|
+
align-items: center;
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
|
|
202
|
+
.sapFCardNumericIndicators {
|
|
203
|
+
flex: 1;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
194
206
|
}
|
|
195
207
|
|
|
196
208
|
.sapFCardStatus {
|
|
@@ -218,23 +230,7 @@
|
|
|
218
230
|
color: @sapUiTileTextColor;
|
|
219
231
|
}
|
|
220
232
|
|
|
221
|
-
.sapFCardAvatarAndIndicatorsLine {
|
|
222
|
-
display: flex;
|
|
223
|
-
align-items: center;
|
|
224
|
-
overflow: hidden;
|
|
225
|
-
|
|
226
|
-
.sapFCardIcon.sapFAvatar {
|
|
227
|
-
margin-top: 0.5rem;
|
|
228
|
-
margin-right: 0.5rem;
|
|
229
|
-
|
|
230
|
-
&.sapFAvatarImage {
|
|
231
|
-
margin-right: 0.5rem;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
233
|
.sapFCardNumericIndicators {
|
|
237
|
-
margin-top: 0.25rem;
|
|
238
234
|
flex: 1;
|
|
239
235
|
min-width: 0; // allows items to shrink and truncate the content inside
|
|
240
236
|
|
|
@@ -325,13 +321,12 @@
|
|
|
325
321
|
}
|
|
326
322
|
|
|
327
323
|
.sapUiSizeCompact {
|
|
328
|
-
.sapFCardHeaderHasToolbar {
|
|
324
|
+
.sapFCardHeaderHasToolbar:not(.sapFCardHeaderHasIcon) .sapFCardHeaderMainPart{
|
|
329
325
|
min-height: 1rem;
|
|
330
326
|
}
|
|
331
327
|
}
|
|
332
328
|
|
|
333
|
-
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus
|
|
334
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard > .sapFCardHeader:not(.sapFCardHeaderToolbarFocused)::before { // focus inside Grid Container
|
|
329
|
+
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused) .sapFCardHeaderFocusable:focus::before {
|
|
335
330
|
content: '';
|
|
336
331
|
display: block;
|
|
337
332
|
position: absolute;
|
|
@@ -340,12 +335,8 @@
|
|
|
340
335
|
right: @_sap_f_CardHeaders_HeaderFocusBorderRightOffset;
|
|
341
336
|
top: @_sap_f_CardHeaders_HeaderFocusBorderTopOffset;
|
|
342
337
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
343
|
-
border-radius:
|
|
338
|
+
border-radius: inherit;
|
|
344
339
|
pointer-events: none;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before {
|
|
348
|
-
bottom: 1px;
|
|
349
340
|
z-index: 1;
|
|
350
341
|
}
|
|
351
342
|
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.sapFCardHeaderItemBinded::after {
|
|
78
|
+
&:not(.sapFCardLoadingDelayed).sapFCardHeaderItemBinded::after {
|
|
79
79
|
.sapFCardLoadingShimmerMixin();
|
|
80
80
|
content: "";
|
|
81
81
|
position: absolute;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
&.sapFCardPreview .sapFCardFilter,
|
|
122
|
-
.sapFCardFilterLoading {
|
|
122
|
+
&:not(.sapFCardLoadingDelayed) .sapFCardFilterLoading {
|
|
123
123
|
position: relative;
|
|
124
124
|
&::after {
|
|
125
125
|
.sapFCardLoadingShimmerMixin();
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.sapFCardLoadingShimmer {
|
|
219
|
+
&:not(.sapFCardLoadingDelayed) .sapFCardLoadingShimmer {
|
|
220
220
|
.sapFCardLoadingShimmerMixin();
|
|
221
221
|
}
|
|
222
222
|
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.sapFDynamicPage > .sapUiLocalBusyIndicator:focus {
|
|
38
|
+
z-index: 5;
|
|
39
|
+
}
|
|
40
|
+
|
|
37
41
|
.sapFDynamicPageTitleWrapper {
|
|
38
42
|
position: absolute;
|
|
39
43
|
padding-right: 0;
|
|
@@ -416,3 +420,8 @@ To be used in Comparison pattern scenario. */
|
|
|
416
420
|
.sapUiComparisonContainer .sapFDynamicPageTitleSnapped + .sapFDynamicPageContentWrapper .sapUiComparisonContent {
|
|
417
421
|
margin-right: -1rem;
|
|
418
422
|
}
|
|
423
|
+
|
|
424
|
+
// Avoid visible gap between content and header when title is snapped
|
|
425
|
+
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped + .sapFDynamicPageContentWrapper > .sapFDynamicPageHeaderWrapper {
|
|
426
|
+
background: @sapUiObjectHeaderBackground;
|
|
427
|
+
}
|
|
@@ -11,6 +11,16 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.sapFGridContainerItemWrapper:focus::before {
|
|
15
|
+
content: '';
|
|
16
|
+
position: absolute;
|
|
17
|
+
inset: @_sap_f_GridContainer_FocusBorderOffset;
|
|
18
|
+
z-index: 1;
|
|
19
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
20
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
21
|
+
pointer-events: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
14
24
|
.sapFGridContainerListUl {
|
|
15
25
|
position: relative;
|
|
16
26
|
display: grid;
|
|
@@ -37,19 +47,6 @@
|
|
|
37
47
|
}
|
|
38
48
|
}
|
|
39
49
|
|
|
40
|
-
.sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
41
|
-
content: '';
|
|
42
|
-
position: absolute;
|
|
43
|
-
left: @_sap_f_GridContainer_FocusBorderOffset;
|
|
44
|
-
bottom: @_sap_f_GridContainer_FocusBorderOffset;
|
|
45
|
-
right: @_sap_f_GridContainer_FocusBorderOffset;
|
|
46
|
-
top: @_sap_f_GridContainer_FocusBorderOffset;
|
|
47
|
-
z-index: 1;
|
|
48
|
-
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
49
|
-
pointer-events: none;
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
50
|
.sapFGridContainerItemWrapper {
|
|
54
51
|
position: relative;
|
|
55
52
|
}
|
|
@@ -99,7 +99,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
99
99
|
padding: @_sap_f_Card_ContentPadding;
|
|
100
100
|
display: flex;
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.sapFCardHeaderMainPart {
|
|
103
103
|
outline: none;
|
|
104
104
|
display: flex;
|
|
105
105
|
min-width: 0;
|
|
@@ -259,7 +259,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
259
259
|
|
|
260
260
|
.sapFCard .sapFCardHeader.sapFCardNumericHeader {
|
|
261
261
|
|
|
262
|
-
.
|
|
262
|
+
.sapFCardHeaderMainPart {
|
|
263
263
|
outline: none;
|
|
264
264
|
min-width: 0; // fixes Chrome issue
|
|
265
265
|
flex: 1;
|
|
@@ -493,9 +493,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
|
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before
|
|
497
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard > .sapFCardHeader:not(.sapFCardHeaderToolbarFocused)::before, // focus inside Grid Container
|
|
498
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // ... focus on a card without header
|
|
496
|
+
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before { // ... focus on a card without header
|
|
499
497
|
content: '';
|
|
500
498
|
display: block;
|
|
501
499
|
position: absolute;
|
|
@@ -532,11 +530,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
532
530
|
|
|
533
531
|
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before,
|
|
534
532
|
|
|
535
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // focus inside GridContainer on a card without header
|
|
536
|
-
bottom: 1px;
|
|
537
|
-
z-index: 1;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
533
|
.sapUiSizeCompact {
|
|
541
534
|
.sapFCard .sapFCardContent {
|
|
542
535
|
|
|
@@ -37,19 +37,6 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
41
|
-
content: '';
|
|
42
|
-
position: absolute;
|
|
43
|
-
left: @_sap_f_GridContainer_FocusBorderOffset;
|
|
44
|
-
bottom: @_sap_f_GridContainer_FocusBorderOffset;
|
|
45
|
-
right: @_sap_f_GridContainer_FocusBorderOffset;
|
|
46
|
-
top: @_sap_f_GridContainer_FocusBorderOffset;
|
|
47
|
-
z-index: 1;
|
|
48
|
-
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
49
|
-
pointer-events: none;
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
40
|
.sapFGridContainerItemWrapper {
|
|
54
41
|
position: relative;
|
|
55
42
|
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
2
|
-
|
|
3
|
-
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
|
|
4
|
-
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
|
|
5
|
-
Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
|
|
6
|
-
Software includes any source code published in the Unicode Standard or under
|
|
7
|
-
the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
|
8
|
-
and http://www.unicode.org/cldr/data/.
|
|
9
|
-
|
|
10
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
|
|
11
|
-
INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
|
|
12
|
-
AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
|
|
13
|
-
BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
|
|
14
|
-
DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
15
|
-
|
|
16
|
-
COPYRIGHT AND PERMISSION NOTICE
|
|
17
|
-
|
|
18
|
-
Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
|
|
19
|
-
the Terms of Use in http://www.unicode.org/copyright.html.
|
|
20
|
-
|
|
21
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
-
of the Unicode data files and any associated documentation (the "Data Files")
|
|
23
|
-
or Unicode software and any associated documentation (the "Software") to deal
|
|
24
|
-
in the Data Files or Software without restriction, including without limitation
|
|
25
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
|
|
26
|
-
of the Data Files or Software, and to permit persons to whom the Data Files
|
|
27
|
-
or Software are furnished to do so, provided that
|
|
28
|
-
|
|
29
|
-
(a) this copyright and permission notice appear with all copies of the Data
|
|
30
|
-
Files or Software,
|
|
31
|
-
|
|
32
|
-
(b) this copyright and permission notice appear in associated documentation,
|
|
33
|
-
and
|
|
34
|
-
|
|
35
|
-
(c) there is clear notice in each modified Data File or in the Software as
|
|
36
|
-
well as in the documentation associated with the Data File(s) or Software
|
|
37
|
-
that the data or software has been modified.
|
|
38
|
-
|
|
39
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
40
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
41
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
42
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
43
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
44
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
|
|
45
|
-
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
46
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
|
47
|
-
|
|
48
|
-
Except as contained in this notice, the name of a copyright holder shall not
|
|
49
|
-
be used in advertising or otherwise to promote the sale, use or other dealings
|
|
50
|
-
in these Data Files or Software without prior written authorization of the
|
|
51
|
-
copyright holder.
|