@openui5/sap.f 1.127.0 → 1.128.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/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 +21 -51
- package/src/sap/f/CardRenderer.js +30 -3
- package/src/sap/f/DynamicPage.js +7 -2
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +11 -2
- package/src/sap/f/DynamicPageHeader.js +20 -6
- package/src/sap/f/DynamicPageTitle.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +136 -21
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +52 -0
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +72 -0
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +71 -0
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
- package/src/sap/f/GridContainer.js +1 -1
- package/src/sap/f/GridContainerItemLayoutData.js +1 -1
- package/src/sap/f/GridContainerSettings.js +2 -2
- 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/SidePanel.js +8 -3
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +1 -1
- package/src/sap/f/cards/CardBadgeCustomData.js +123 -0
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/NumericHeader.js +1 -1
- 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/cards/util/CardBadgeEnabler.js +196 -0
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
- package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
- package/src/sap/f/delegate/GridItemNavigation.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +1 -1
- package/src/sap/f/dnd/GridDropInfo.js +1 -1
- package/src/sap/f/library.js +30 -2
- package/src/sap/f/messagebundle.properties +3 -0
- package/src/sap/f/messagebundle_ar.properties +2 -0
- package/src/sap/f/messagebundle_bg.properties +2 -0
- package/src/sap/f/messagebundle_ca.properties +2 -0
- package/src/sap/f/messagebundle_cnr.properties +2 -0
- package/src/sap/f/messagebundle_cs.properties +2 -0
- package/src/sap/f/messagebundle_cy.properties +2 -0
- package/src/sap/f/messagebundle_da.properties +2 -0
- package/src/sap/f/messagebundle_de.properties +2 -0
- package/src/sap/f/messagebundle_el.properties +2 -0
- package/src/sap/f/messagebundle_en.properties +2 -0
- package/src/sap/f/messagebundle_en_GB.properties +2 -0
- package/src/sap/f/messagebundle_en_US_saprigi.properties +3 -1
- package/src/sap/f/messagebundle_es.properties +2 -0
- package/src/sap/f/messagebundle_es_MX.properties +2 -0
- package/src/sap/f/messagebundle_et.properties +2 -0
- package/src/sap/f/messagebundle_fi.properties +2 -0
- package/src/sap/f/messagebundle_fr.properties +2 -0
- package/src/sap/f/messagebundle_fr_CA.properties +2 -0
- package/src/sap/f/messagebundle_hi.properties +2 -0
- package/src/sap/f/messagebundle_hr.properties +2 -0
- package/src/sap/f/messagebundle_hu.properties +2 -0
- package/src/sap/f/messagebundle_id.properties +2 -0
- package/src/sap/f/messagebundle_it.properties +2 -0
- package/src/sap/f/messagebundle_iw.properties +2 -0
- package/src/sap/f/messagebundle_ja.properties +2 -0
- package/src/sap/f/messagebundle_kk.properties +2 -0
- package/src/sap/f/messagebundle_ko.properties +2 -0
- package/src/sap/f/messagebundle_lt.properties +2 -0
- package/src/sap/f/messagebundle_lv.properties +2 -0
- package/src/sap/f/messagebundle_mk.properties +2 -0
- package/src/sap/f/messagebundle_ms.properties +2 -0
- package/src/sap/f/messagebundle_nl.properties +2 -0
- package/src/sap/f/messagebundle_no.properties +2 -0
- package/src/sap/f/messagebundle_pl.properties +2 -0
- package/src/sap/f/messagebundle_pt.properties +2 -0
- package/src/sap/f/messagebundle_pt_PT.properties +2 -0
- package/src/sap/f/messagebundle_ro.properties +2 -0
- package/src/sap/f/messagebundle_ru.properties +2 -0
- package/src/sap/f/messagebundle_sh.properties +2 -0
- package/src/sap/f/messagebundle_sk.properties +2 -0
- package/src/sap/f/messagebundle_sl.properties +2 -0
- package/src/sap/f/messagebundle_sr.properties +2 -0
- package/src/sap/f/messagebundle_sv.properties +2 -0
- package/src/sap/f/messagebundle_th.properties +2 -0
- package/src/sap/f/messagebundle_tr.properties +2 -0
- package/src/sap/f/messagebundle_uk.properties +2 -0
- package/src/sap/f/messagebundle_vi.properties +2 -0
- package/src/sap/f/messagebundle_zh_CN.properties +2 -0
- package/src/sap/f/messagebundle_zh_TW.properties +2 -0
- 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/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +0 -20
- package/src/sap/f/themes/base/CardBadge.less +63 -0
- package/src/sap/f/themes/base/library.source.less +1 -0
- package/src/sap/f/themes/sap_hcb/base_Card.less +0 -20
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
CARD_HEADER_DATETIMESTAMP_NOW=\u0421\u0435\u0439\u0447\u0430\u0441
|
|
3
3
|
|
|
4
|
+
CARD_BADGE=\u0411\u0435\u0439\u0434\u0436 {0}
|
|
5
|
+
|
|
4
6
|
DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
5
7
|
|
|
6
8
|
EXPANDED_HEADER=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044B\u0439 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
CARD_HEADER_DATETIMESTAMP_NOW=\u0421\u0430\u0434\u0430
|
|
3
3
|
|
|
4
|
+
CARD_BADGE=\u0411\u0435\u045F {0}
|
|
5
|
+
|
|
4
6
|
DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u043A\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
5
7
|
|
|
6
8
|
EXPANDED_HEADER=\u041F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0459\u0435
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
CARD_HEADER_DATETIMESTAMP_NOW=\u0E15\u0E2D\u0E19\u0E19\u0E35\u0E49
|
|
3
3
|
|
|
4
|
+
CARD_BADGE=\u0E1B\u0E49\u0E32\u0E22\u0E41\u0E08\u0E49\u0E07 {0}
|
|
5
|
+
|
|
4
6
|
DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E1A\u0E1A\u0E44\u0E14\u0E19\u0E32\u0E21\u0E34\u0E01
|
|
5
7
|
|
|
6
8
|
EXPANDED_HEADER=\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E17\u0E35\u0E48\u0E02\u0E22\u0E32\u0E22
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
CARD_HEADER_DATETIMESTAMP_NOW=\u0417\u0430\u0440\u0430\u0437
|
|
3
3
|
|
|
4
|
+
CARD_BADGE=\u0417\u043D\u0430\u0447\u043E\u043A {0}
|
|
5
|
+
|
|
4
6
|
DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0456\u0447\u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430
|
|
5
7
|
|
|
6
8
|
EXPANDED_HEADER=\u0420\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u0438\u0439 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
|
|
@@ -579,26 +579,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
579
579
|
outline: none;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator {
|
|
583
|
-
padding: 0 0.5rem;
|
|
584
|
-
top: -0.6125rem;
|
|
585
|
-
right: 0;
|
|
586
|
-
height: auto;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:after {
|
|
590
|
-
background: @_sap_f_Card_Badge_Background;
|
|
591
|
-
color: @_sap_f_Card_Badge_Color;
|
|
592
|
-
border: @_sap_f_Card_Badge_Border;
|
|
593
|
-
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:before {
|
|
597
|
-
background: @_sap_f_Card_Badge_Background;
|
|
598
|
-
color: @_sap_f_Card_Badge_Color;
|
|
599
|
-
border: @_sap_f_Card_Badge_Border;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
582
|
.sapFCardExperimentalCaching {
|
|
603
583
|
.sapFCardDataTimestamp {
|
|
604
584
|
min-width: 100px;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
.sapFCardBadgePlaceholder {
|
|
2
|
+
z-index: 100;
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: -0.6125rem;
|
|
5
|
+
right: 0.75rem;
|
|
6
|
+
height: auto;
|
|
7
|
+
display: inline-flex;
|
|
8
|
+
max-width: 95%; /* long text will not go outside the card */
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapUiIntCard .sapFCardBadgePlaceholder .sapMObjStatus:not(.sapMObjStatusShowCustomIcon) {
|
|
12
|
+
.sapMObjStatusIcon {
|
|
13
|
+
display: initial;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapFCardBadge.sapFCardBadgeHidden {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted {
|
|
22
|
+
margin-inline-start: 0.25rem;
|
|
23
|
+
height: 1rem;
|
|
24
|
+
|
|
25
|
+
.sapMObjStatusWrapper {
|
|
26
|
+
border: 0;
|
|
27
|
+
max-width: 100%;
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
|
|
31
|
+
.sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
32
|
+
padding: 0 0.25rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapMObjStatusIcon{
|
|
36
|
+
padding: 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapMObjStatusText {
|
|
40
|
+
padding: 0 0.375rem;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
text-overflow: ellipsis;
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
max-width: inherit;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* Padding between icon and text is too much */
|
|
52
|
+
.sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted.sapFCardBadgeTextIcon{
|
|
53
|
+
.sapMObjStatusWrapper {
|
|
54
|
+
|
|
55
|
+
.sapMObjStatusIcon {
|
|
56
|
+
padding-left: 0.375rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.sapMObjStatusText {
|
|
60
|
+
padding: 0 0.375rem 0 0.25rem;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -579,26 +579,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
579
579
|
outline: none;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator {
|
|
583
|
-
padding: 0 0.5rem;
|
|
584
|
-
top: -0.6125rem;
|
|
585
|
-
right: 0;
|
|
586
|
-
height: auto;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:after {
|
|
590
|
-
background: @_sap_f_Card_Badge_Background;
|
|
591
|
-
color: @_sap_f_Card_Badge_Color;
|
|
592
|
-
border: @_sap_f_Card_Badge_Border;
|
|
593
|
-
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:before {
|
|
597
|
-
background: @_sap_f_Card_Badge_Background;
|
|
598
|
-
color: @_sap_f_Card_Badge_Color;
|
|
599
|
-
border: @_sap_f_Card_Badge_Border;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
582
|
.sapFCardExperimentalCaching {
|
|
603
583
|
.sapFCardDataTimestamp {
|
|
604
584
|
min-width: 100px;
|