@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.
Files changed (107) hide show
  1. package/.reuse/dep5 +9 -4
  2. package/THIRDPARTY.txt +13 -6
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +1 -1
  6. package/src/sap/f/AvatarGroup.js +1 -1
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  8. package/src/sap/f/AvatarGroupRenderer.js +11 -4
  9. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  10. package/src/sap/f/CalendarInCard.js +1 -1
  11. package/src/sap/f/Card.js +1 -1
  12. package/src/sap/f/CardBase.js +28 -1
  13. package/src/sap/f/DynamicPage.js +2 -2
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +1 -1
  16. package/src/sap/f/DynamicPageTitle.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  20. package/src/sap/f/GridContainer.js +1 -1
  21. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  22. package/src/sap/f/GridContainerSettings.js +2 -2
  23. package/src/sap/f/GridList.js +1 -1
  24. package/src/sap/f/GridListItem.js +1 -1
  25. package/src/sap/f/IllustratedMessage.js +1 -1
  26. package/src/sap/f/Illustration.js +1 -1
  27. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  28. package/src/sap/f/ProductSwitch.js +1 -1
  29. package/src/sap/f/ProductSwitchItem.js +1 -1
  30. package/src/sap/f/SearchManager.js +1 -1
  31. package/src/sap/f/ShellBar.js +1 -1
  32. package/src/sap/f/SidePanel.js +1 -1
  33. package/src/sap/f/SidePanelItem.js +1 -1
  34. package/src/sap/f/cards/BaseHeader.js +6 -10
  35. package/src/sap/f/cards/Header.js +1 -1
  36. package/src/sap/f/cards/HeaderRenderer.js +4 -0
  37. package/src/sap/f/cards/NumericHeader.js +1 -1
  38. package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
  39. package/src/sap/f/cards/NumericIndicators.js +1 -1
  40. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  41. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/PlaceholderBase.js +2 -1
  47. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  49. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  50. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  51. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  52. package/src/sap/f/dnd/GridDragOver.js +1 -1
  53. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  54. package/src/sap/f/library.js +2 -2
  55. package/src/sap/f/semantic/AddAction.js +1 -1
  56. package/src/sap/f/semantic/CloseAction.js +1 -1
  57. package/src/sap/f/semantic/CopyAction.js +1 -1
  58. package/src/sap/f/semantic/DeleteAction.js +1 -1
  59. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  60. package/src/sap/f/semantic/EditAction.js +1 -1
  61. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  62. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  63. package/src/sap/f/semantic/FlagAction.js +1 -1
  64. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  65. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  66. package/src/sap/f/semantic/MainAction.js +1 -1
  67. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  68. package/src/sap/f/semantic/NegativeAction.js +1 -1
  69. package/src/sap/f/semantic/PositiveAction.js +1 -1
  70. package/src/sap/f/semantic/PrintAction.js +1 -1
  71. package/src/sap/f/semantic/SemanticButton.js +1 -1
  72. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  73. package/src/sap/f/semantic/SemanticControl.js +1 -1
  74. package/src/sap/f/semantic/SemanticPage.js +1 -1
  75. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  76. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  77. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  78. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  79. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  80. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  81. package/src/sap/f/shellBar/CoPilot.js +1 -1
  82. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  83. package/src/sap/f/shellBar/Search.js +1 -1
  84. package/src/sap/f/themes/base/Card.less +11 -2
  85. package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
  86. package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
  87. package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
  88. package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
  89. package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
  90. package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
  91. package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
  92. package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
  93. package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
  94. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
  95. package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
  96. package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
  97. package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
  98. package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
  99. package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
  100. package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
  101. package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
  102. package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
  103. package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
  104. package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
  105. package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
  106. package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
  107. 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
- @import "../base/library.source.less";
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";