@openui5/sap.f 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.
- package/.reuse/dep5 +9 -4
- package/THIRDPARTY.txt +13 -6
- 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/AvatarGroupRenderer.js +11 -4
- 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 +28 -1
- package/src/sap/f/DynamicPage.js +2 -2
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- 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 +1 -1
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +6 -10
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/HeaderRenderer.js +4 -0
- package/src/sap/f/cards/NumericHeader.js +1 -1
- package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
- 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 +2 -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 +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 +2 -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/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +11 -2
- package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
- package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
- package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
- package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
- package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
- package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
- package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
- package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
- package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
- package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
- package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
- package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
- package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
- package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
- package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
- package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
- package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
- package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
- package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
- package/src/sap/f/themes/sap_hcb/library.source.less +34 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* ==================================================== */
|
|
2
|
+
/* CSS for control sap.f.cards.loading/TablePlaceholder */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ==================================================== */
|
|
5
|
+
|
|
6
|
+
.sapFCardTablePlaceholderItem {
|
|
7
|
+
height: 2.75rem;
|
|
8
|
+
padding: 0 1rem 0 1rem;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
display: flex;
|
|
11
|
+
position: relative;
|
|
12
|
+
align-items: center;
|
|
13
|
+
flex: 1 1 auto;
|
|
14
|
+
|
|
15
|
+
.sapFCardTablePlaceholderRows {
|
|
16
|
+
flex-grow: 1;
|
|
17
|
+
display: flex;
|
|
18
|
+
gap: 0.75rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapFCardTablePlaceholderColumns {
|
|
22
|
+
height: 0.75rem;
|
|
23
|
+
width: 100%;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapFCardTablePlaceholderItem:first-of-type .sapFCardTablePlaceholderColumns {
|
|
29
|
+
height: 1.5rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUiSizeCompact .sapFCardTablePlaceholderItem {
|
|
33
|
+
height: 2rem;
|
|
34
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* ==================================================== */
|
|
2
|
+
/* CSS for control sap.f.cards.loading/TimelinePlaceholder */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ==================================================== */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
.sapFCardContentTimelinePlaceholder {
|
|
8
|
+
padding-block-start: 0.5rem;
|
|
9
|
+
flex: 1;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.sapFCardTimelinePlaceholderItem {
|
|
13
|
+
height: 2.75rem;
|
|
14
|
+
padding-inline: 1rem;
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
display: flex;
|
|
17
|
+
position: relative;
|
|
18
|
+
align-items: flex-start;
|
|
19
|
+
flex: 1 1 auto;
|
|
20
|
+
|
|
21
|
+
.sapFCardTimelineNavGroup {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
height: 100%;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapFCardTimelinePlaceholderImg {
|
|
29
|
+
height: 2rem;
|
|
30
|
+
width: 2rem;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapFCardTimelinePlaceholderLine {
|
|
35
|
+
flex: 1;
|
|
36
|
+
min-height: 0;
|
|
37
|
+
width: 2px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapFCardTimelinePlaceholderRows {
|
|
41
|
+
flex-grow: 1;
|
|
42
|
+
padding-inline-start: 0.75rem;
|
|
43
|
+
|
|
44
|
+
.sapFCardTimelinePlaceholderRow {
|
|
45
|
+
height: 1rem;
|
|
46
|
+
margin-block-end: 0.25rem;
|
|
47
|
+
display: flex;
|
|
48
|
+
|
|
49
|
+
&.sapFCardTimelinePlaceholderRowCombined {
|
|
50
|
+
height: 1.5rem;
|
|
51
|
+
max-width: 35%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.sapFCardTimelinePlaceholderAttr {
|
|
55
|
+
flex-grow: 1;
|
|
56
|
+
|
|
57
|
+
&:first-of-type {
|
|
58
|
+
margin-inline-end: 1rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:only-child {
|
|
62
|
+
max-width: 25%;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.sapFCardTimelinePlaceholderRow60 {
|
|
68
|
+
width: 60%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapFCardTimelinePlaceholderRow40 {
|
|
72
|
+
width: 40%;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapUiSizeCompact .sapFCardTimelinePlaceholderItem {
|
|
78
|
+
height: 2rem;
|
|
79
|
+
}
|
|
@@ -4,7 +4,40 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
/***********************************************************************************
|
|
8
|
+
/* Due to deprecation of sap_hcb with SAPUI5 version 1.46 the library.source.less
|
|
9
|
+
/* file of base is resolved: Imports to base.less and global.less of
|
|
10
|
+
/* base are added to this library.source.less file (sap_hcb) and the
|
|
11
|
+
/* respective control css files of base are added to the sap_hcb theme folder.
|
|
12
|
+
/* This decoupling of the base theme is introduced with SAPUI5 version 1.126.
|
|
13
|
+
***********************************************************************************/
|
|
14
|
+
|
|
15
|
+
@import "../../../ui/core/themes/base/base.less";
|
|
16
|
+
@import "../../../ui/core/themes/base/global.less";
|
|
17
|
+
|
|
18
|
+
@import "base_AvatarGroup.less";
|
|
19
|
+
@import "base_CalendarPlaceholder.less";
|
|
20
|
+
@import "base_Card.less";
|
|
21
|
+
@import "base_CardLoading.less";
|
|
22
|
+
@import "base_CardNumericIndicators.less";
|
|
23
|
+
@import "base_DynamicPage.less";
|
|
24
|
+
@import "base_DynamicPageTitle.less";
|
|
25
|
+
@import "base_DynamicPageHeader.less";
|
|
26
|
+
@import "base_GridListItem.less";
|
|
27
|
+
@import "base_GridContainer.less";
|
|
28
|
+
@import "base_FlexibleColumnLayout.less";
|
|
29
|
+
@import "base_SemanticPage.less";
|
|
30
|
+
@import "base_GridList.less";
|
|
31
|
+
@import "base_ListPlaceholder.less";
|
|
32
|
+
@import "base_ObjectPlaceholder.less";
|
|
33
|
+
@import "base_ProductSwitch.less";
|
|
34
|
+
@import "base_ProductSwitchItem.less";
|
|
35
|
+
@import "base_ShellBar.less";
|
|
36
|
+
@import "base_TablePlaceholder.less";
|
|
37
|
+
@import "base_TimelinePlaceholder.less";
|
|
38
|
+
@import "base_GridDragAndDrop.less";
|
|
39
|
+
@import "base_SidePanel.less";
|
|
40
|
+
|
|
8
41
|
@import "../../../../sap/ui/core/themes/sap_hcb/global.less";
|
|
9
42
|
|
|
10
43
|
@import "DynamicPage.less";
|