@ui5/webcomponents-fiori 1.0.0 → 1.0.1
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/CHANGELOG.md +8 -0
- package/dist/css/themes/Bar.css +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/FilterItem.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/NotifactionOverflowActionsPopover.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationPrioIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/package.json +8 -8
- package/src/themes/Bar.css +72 -0
- package/src/themes/BarcodeScannerDialog.css +35 -0
- package/src/themes/FilterItem.css +3 -0
- package/src/themes/FlexibleColumnLayout.css +111 -0
- package/src/themes/IllustratedMessage.css +167 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/NotifactionOverflowActionsPopover.css +5 -0
- package/src/themes/NotificationListGroupItem.css +72 -0
- package/src/themes/NotificationListItem.css +164 -0
- package/src/themes/NotificationListItemBase.css +57 -0
- package/src/themes/NotificationPrioIcon.css +22 -0
- package/src/themes/Page.css +129 -0
- package/src/themes/ProductSwitch.css +30 -0
- package/src/themes/ProductSwitchItem.css +179 -0
- package/src/themes/ShellBar.css +534 -0
- package/src/themes/SideNavigation.css +50 -0
- package/src/themes/Timeline.css +52 -0
- package/src/themes/TimelineItem.css +287 -0
- package/src/themes/UploadCollection.css +118 -0
- package/src/themes/UploadCollectionItem.css +179 -0
- package/src/themes/ViewSettingsDialog.css +56 -0
- package/src/themes/Wizard.css +89 -0
- package/src/themes/WizardPopover.css +18 -0
- package/src/themes/WizardTab.css +171 -0
- package/src/themes/base/Bar-parameters.css +11 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/NotificationListItem-parameters.css +3 -0
- package/src/themes/base/Page-parameters.css +3 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +10 -0
- package/src/themes/base/ShellBar-parameters.css +10 -0
- package/src/themes/base/SideNavigation-parameters.css +3 -0
- package/src/themes/base/TimelineItem-parameters.css +12 -0
- package/src/themes/base/UploadCollection-parameters.css +5 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/sap_belize/parameters-bundle.css +9 -0
- package/src/themes/sap_belize_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/Page-parameters.css +3 -0
- package/src/themes/sap_belize_hcb/ProductSwitchItem-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +9 -0
- package/src/themes/sap_belize_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Page-parameters.css +3 -0
- package/src/themes/sap_belize_hcw/ProductSwitchItem-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +9 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +9 -0
- package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +9 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +10 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +5 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +13 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +8 -0
- package/src/themes/sap_horizon/parameters-bundle.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +9 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
:host(:not([hidden])) {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
:host {
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 1rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ui5-illustrated-message-root {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui5-illustrated-message-illustration {
|
|
19
|
+
margin-bottom: 2rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ui5-illustrated-message-title {
|
|
23
|
+
text-align: center;
|
|
24
|
+
margin-bottom: 0.5rem;
|
|
25
|
+
line-height: 1.3;
|
|
26
|
+
max-width: 30rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.ui5-illustrated-message-subtitle {
|
|
30
|
+
text-align: center;
|
|
31
|
+
font-size: var(--sapFontLargeSize);
|
|
32
|
+
font-family: var(--sapFontFamily);
|
|
33
|
+
line-height: 1.4;
|
|
34
|
+
color: var(--sapContent_LabelColor);
|
|
35
|
+
margin-bottom: 2rem;
|
|
36
|
+
max-width: 30rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ui5-illustrated-message-actions {
|
|
40
|
+
margin-bottom: 2rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:host([media="dialog"]) .ui5-illustrated-message-illustration {
|
|
44
|
+
margin-top: 1rem;
|
|
45
|
+
margin-bottom: 2rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:host([media="dialog"]) .ui5-illustrated-message-title {
|
|
49
|
+
margin-bottom: 0.25rem;
|
|
50
|
+
font-size: var(--sapFontHeader4Size);
|
|
51
|
+
max-width: 20rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
:host([media="dialog"]) .ui5-illustrated-message-subtitle {
|
|
55
|
+
font-size: var(--sapFontSize);
|
|
56
|
+
max-width: 20rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
:host([media="dialog"]) .ui5-illustrated-message-actions {
|
|
60
|
+
margin-bottom: 0rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:host([media="spot"]) .ui5-illustrated-message-illustration {
|
|
64
|
+
margin-top: 0.5rem;
|
|
65
|
+
margin-bottom: 0.5rem;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
:host([media="spot"]) .ui5-illustrated-message-title {
|
|
69
|
+
margin-bottom: 0.25rem;
|
|
70
|
+
font-size: var(--sapFontHeader5Size);
|
|
71
|
+
line-height: 1.25rem;
|
|
72
|
+
max-width: 16rem;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
:host([media="spot"]) .ui5-illustrated-message-subtitle {
|
|
76
|
+
font-size: var(--sapFontSize);
|
|
77
|
+
max-width: 16rem;
|
|
78
|
+
margin-bottom: 1rem;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:host([media="spot"]) .ui5-illustrated-message-actions {
|
|
82
|
+
margin-top: 0.5rem;
|
|
83
|
+
margin-bottom: 1rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host([media="base"]) .ui5-illustrated-message-illustration {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host([media="base"]) .ui5-illustrated-message-title {
|
|
91
|
+
margin-bottom: 0.25rem;
|
|
92
|
+
font-size: var(--sapFontHeader5Size);
|
|
93
|
+
line-height: 1.25rem;
|
|
94
|
+
max-width: 10rem;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host([media="base"]) .ui5-illustrated-message-subtitle {
|
|
98
|
+
font-size: var(--sapFontSize);
|
|
99
|
+
max-width: 10rem;
|
|
100
|
+
margin-bottom: 0rem;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.ui5-illustrated-message-util {
|
|
104
|
+
position: absolute;
|
|
105
|
+
top: -9999px;
|
|
106
|
+
left: -9999px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
:host([invalid]) .ui5-illustrated-message-illustration,
|
|
110
|
+
:host([invalid]:not([title-text])) .ui5-illustrated-message-title,
|
|
111
|
+
:host([invalid]:not([subtitle-text])) .ui5-illustrated-message-subtitle {
|
|
112
|
+
display: none;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.sapIllus_BackgroundColor {
|
|
116
|
+
fill: var(--sapIllus_BackgroundColor);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.sapIllus_BrandColorPrimary {
|
|
120
|
+
fill: var(--sapIllus_BrandColorPrimary);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.sapIllus_BrandColorSecondary {
|
|
124
|
+
fill: var(--sapIllus_BrandColorSecondary);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.sapIllus_StrokeDetailColor {
|
|
128
|
+
fill: var(--sapIllus_StrokeDetailColor);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.sapIllus_Layering1 {
|
|
132
|
+
fill: var(--sapIllus_Layering1);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.sapIllus_Layering2 {
|
|
136
|
+
fill: var(--sapIllus_Layering2);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.sapIllus_ObjectFillColor {
|
|
140
|
+
fill: var(--sapIllus_ObjectFillColor);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.sapIllus_AccentColor {
|
|
144
|
+
fill: var(--sapIllus_AccentColor);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.sapIllus_NoColor {
|
|
148
|
+
fill: var(--sapIllus_NoColor);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.sapIllus_PatternShadow {
|
|
152
|
+
fill: var(--sapIllus_PatternShadow);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.sapIllus_PatternHighlight {
|
|
156
|
+
fill: var(--sapIllus_PatternHighlight);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.sapIllus_NoColor_Fill {
|
|
160
|
+
fill: var(--sapIllus_NoColor);
|
|
161
|
+
}
|
|
162
|
+
.sapIllus_BrandColorPrimary_Fill {
|
|
163
|
+
fill: var(--sapIllus_BrandColorPrimary);
|
|
164
|
+
}
|
|
165
|
+
.sapIllus_ObjectFillColor_Fill {
|
|
166
|
+
fill: var(--sapIllus_ObjectFillColor);
|
|
167
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@import "./NotificationListItemBase.css";
|
|
2
|
+
@import "./NotificationPrioIcon.css";
|
|
3
|
+
|
|
4
|
+
:host {
|
|
5
|
+
--_ui5-notification_item-border-raius: 0px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host(:not([collapsed])) .ui5-nli-group-toggle-btn {
|
|
9
|
+
transform: rotate(90deg);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host([collapsed]) .ui5-nli-group-items {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:host([read]) .ui5-nli-group-title-text {
|
|
17
|
+
font-weight: normal;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ui5-nli-group-root {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
position: relative;
|
|
24
|
+
width: 100%;
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ui5-nli-group-header {
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
padding: 0.75rem 0.5rem 0.25rem 0.75rem;
|
|
32
|
+
width: 100%;
|
|
33
|
+
border-bottom: 0.0625rem solid var(--sapList_GroupHeaderBorderColor);
|
|
34
|
+
box-sizing: border-box;
|
|
35
|
+
cursor: default;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ui5-nli-group-toggle-btn {
|
|
39
|
+
margin-right: 0.75rem;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.ui5-nli-group-title-text {
|
|
44
|
+
color: var(--sapGroup_TitleTextColor);
|
|
45
|
+
font-family: "72override", var(--sapFontFamily);
|
|
46
|
+
font-size: var(--sapFontHeader6Size);
|
|
47
|
+
font-weight: bold;
|
|
48
|
+
white-space: nowrap;
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
text-overflow: ellipsis;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ui5-nli-group-divider {
|
|
54
|
+
flex: 1;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ui5-nli-group-counter {
|
|
58
|
+
margin-left: 0.25rem;
|
|
59
|
+
margin-right: 1rem;
|
|
60
|
+
color: var(--sapList_TableGroupHeaderTextColor);
|
|
61
|
+
font-size: var(--sapFontHeader6Size);
|
|
62
|
+
font-family: "72override", var(--sapFontHeaderFamily);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
[dir="rtl"] .ui5-nli-group-toggle-btn {
|
|
66
|
+
margin-left: 1rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
[dir="rtl"] .ui5-nli-group-counter {
|
|
70
|
+
margin-right: 0.25rem;
|
|
71
|
+
margin-left: 1rem;
|
|
72
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
@import "./NotificationListItemBase.css";
|
|
2
|
+
@import "./NotificationPrioIcon.css";
|
|
3
|
+
|
|
4
|
+
:host([wrapping-type="None"]) .ui5-nli-title-text {
|
|
5
|
+
display: -webkit-box;
|
|
6
|
+
-webkit-line-clamp: 2;
|
|
7
|
+
-webkit-box-orient: vertical;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host(:not([wrapping-type="Normal"])) .ui5-nli-description {
|
|
12
|
+
display: -webkit-box;
|
|
13
|
+
-webkit-line-clamp: 2;
|
|
14
|
+
-webkit-box-orient: vertical;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:host([_show-more-pressed]) .ui5-nli-title-text {
|
|
19
|
+
-webkit-line-clamp: unset;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:host([_show-more-pressed]) .ui5-nli-description {
|
|
23
|
+
-webkit-line-clamp: unset;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:host([read]) .ui5-nli-title-text {
|
|
27
|
+
font-weight: normal;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* IE */
|
|
31
|
+
:host([wrapping-type="None"]) .ui5-nli-content--ie .ui5-nli-description {
|
|
32
|
+
max-height: 32px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:host([wrapping-type="None"]) .ui5-nli-content--ie .ui5-nli-title-text {
|
|
36
|
+
max-height: 32px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:host([_show-more-pressed]) .ui5-nli-content--ie .ui5-nli-title-text {
|
|
40
|
+
max-height: inherit;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:host([_show-more-pressed]) .ui5-nli-content--ie .ui5-nli-description {
|
|
44
|
+
max-height: inherit;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:host(:first-of-type) {
|
|
48
|
+
border-top-left-radius: var(--_ui5-notification_item-border-raius);
|
|
49
|
+
border-top-right-radius: var(--_ui5-notification_item-border-raius);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:host(:last-of-type) {
|
|
53
|
+
border-bottom-left-radius: var(--_ui5-notification_item-border-raius);
|
|
54
|
+
border-bottom-right-radius: var(--_ui5-notification_item-border-raius);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:host(:first-of-type) .ui5-nli-focusable:after {
|
|
58
|
+
border-top-left-radius: var(--_ui5-notification_item-border-raius);
|
|
59
|
+
border-top-right-radius: var(--_ui5-notification_item-border-raius);
|
|
60
|
+
}
|
|
61
|
+
:host(:last-of-type) .ui5-nli-focusable:after {
|
|
62
|
+
border-bottom-left-radius: var(--_ui5-notification_item-border-raius);
|
|
63
|
+
border-bottom-right-radius: var(--_ui5-notification_item-border-raius);
|
|
64
|
+
}
|
|
65
|
+
/* End */
|
|
66
|
+
|
|
67
|
+
.ui5-nli-root {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: row-reverse;
|
|
70
|
+
position: relative;
|
|
71
|
+
width: 100%;
|
|
72
|
+
padding: 1rem 0.5rem 1rem 1rem;
|
|
73
|
+
box-sizing: border-box;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ui5-nli-content {
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
flex: 1;
|
|
81
|
+
min-width: 0; /* fixes Chrome flex issue */
|
|
82
|
+
width: 100%;
|
|
83
|
+
padding: 0 1rem 0 0.75rem;
|
|
84
|
+
font-family: "72override", var(--sapFontFamily);
|
|
85
|
+
box-sizing: border-box;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.ui5-nli-title-text-wrapper {
|
|
89
|
+
display: flex;
|
|
90
|
+
flex-direction: row;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.ui5-nli-title-text {
|
|
94
|
+
display: flex;
|
|
95
|
+
margin-bottom: 0.25rem;
|
|
96
|
+
box-sizing: border-box;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ui5-nli-title-text {
|
|
100
|
+
color: var(--sapGroup_TitleTextColor);
|
|
101
|
+
font-weight: bold;
|
|
102
|
+
font-size: var(--sapFontHeader6Size);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.ui5-nli-description {
|
|
106
|
+
display: flex;
|
|
107
|
+
margin-top: 0.5rem;
|
|
108
|
+
color: var(--sapTextColor);
|
|
109
|
+
font-size: var(--sapFontSize);
|
|
110
|
+
box-sizing: border-box;
|
|
111
|
+
box-sizing: border-box;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Footer */
|
|
115
|
+
.ui5-nli-footer {
|
|
116
|
+
display: flex;
|
|
117
|
+
color: var(--sapContent_LabelColor);
|
|
118
|
+
font-size: var(--sapFontSize);
|
|
119
|
+
padding-top: 0.5rem;
|
|
120
|
+
box-sizing: border-box;
|
|
121
|
+
flex-wrap: wrap;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.ui5-nli-footer-divider {
|
|
125
|
+
position: relative;
|
|
126
|
+
align-items: center;
|
|
127
|
+
margin-left: 0.5rem;
|
|
128
|
+
margin-right: 0.625rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ui5-nli-footer-divider::after {
|
|
132
|
+
position: absolute;
|
|
133
|
+
content: ".";
|
|
134
|
+
top: -20%;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.ui5-nli-footer-showMore {
|
|
138
|
+
margin-left: 1rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
::slotted([slot^="footnotes"]) {
|
|
142
|
+
color: var(--sapContent_LabelColor);
|
|
143
|
+
font-size: var(--sapFontSize);
|
|
144
|
+
text-overflow: ellipsis;
|
|
145
|
+
white-space: nowrap;
|
|
146
|
+
overflow: hidden;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/* Actions */
|
|
150
|
+
.ui5-nli-actions {
|
|
151
|
+
display: flex;
|
|
152
|
+
box-sizing: border-box;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/* RTL */
|
|
156
|
+
|
|
157
|
+
[dir="rtl"] .ui5-nli-footer-divider {
|
|
158
|
+
margin-right: 0.5rem;
|
|
159
|
+
margin-left: 0.625rem;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
[dir="rtl"] .ui5-nli-footer-showMore {
|
|
163
|
+
margin-right: 1rem;
|
|
164
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
@import "./InvisibleTextStyles.css";
|
|
2
|
+
|
|
3
|
+
:host(:not([hidden])) {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
min-height: var(--_ui5_list_item_base_height);
|
|
7
|
+
background: var(--ui5-listitem-background-color);
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([has-border]) {
|
|
12
|
+
border-bottom: var(--ui5-listitem-border-bottom);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:host([focused]) .ui5-nli-focusable {
|
|
16
|
+
outline: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
:host([focused]) .ui5-nli-focusable:after {
|
|
20
|
+
content: "";
|
|
21
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
pointer-events: none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:host([busy]) {
|
|
31
|
+
opacity: 0.6;
|
|
32
|
+
pointer-events: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:host([busy]) .ui5-nli-busy {
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: 50%;
|
|
38
|
+
left: 50%;
|
|
39
|
+
transform: translate(-50%, -50%);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ui5-nli-action {
|
|
43
|
+
flex-shrink: 0;
|
|
44
|
+
margin-right: 0.5rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.ui5-nli-overflow-btn {
|
|
48
|
+
margin-right: 0.5rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
[dir="rtl"] .ui5-nli-group-action {
|
|
52
|
+
margin-left: 0.5rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
[dir="rtl"] .ui5-nli-overflow-btn {
|
|
56
|
+
margin-left: 0.5rem;
|
|
57
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.ui5-prio-icon {
|
|
2
|
+
min-width: 1rem;
|
|
3
|
+
min-height: 1rem;
|
|
4
|
+
padding-right: 0.5rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ui5-prio-icon--message-error {
|
|
8
|
+
color: var(--sapNegativeElementColor);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ui5-prio-icon--message-warning {
|
|
12
|
+
color: var(--sapCriticalElementColor);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ui5-prio-icon--message-success {
|
|
16
|
+
color: var(--sapPositiveElementColor);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[dir=rtl] .ui5-prio-icon {
|
|
20
|
+
padding-left: .5rem;
|
|
21
|
+
padding-right: 0rem;
|
|
22
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
|
|
2
|
+
:host(:not([hidden])) {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
display: inline-block;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ui5-page-root {
|
|
9
|
+
height: inherit;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
position: relative;
|
|
12
|
+
z-index: 0;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
background-color: inherit;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ui5-page-header-root {
|
|
18
|
+
z-index: 1;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ui5-page-content-root {
|
|
22
|
+
overflow: hidden auto;
|
|
23
|
+
position: absolute;
|
|
24
|
+
will-change: scroll-position;
|
|
25
|
+
width: 100%;
|
|
26
|
+
top: 2.75rem;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ui5-page-footer-root {
|
|
32
|
+
width: 100%;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
position: absolute;
|
|
35
|
+
bottom: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
z-index: 2;
|
|
38
|
+
width: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:host([floating-footer]) .ui5-page-footer-root {
|
|
42
|
+
opacity: 1;
|
|
43
|
+
bottom: 0.5rem;
|
|
44
|
+
}
|
|
45
|
+
/*** Responsive paddings ***/
|
|
46
|
+
|
|
47
|
+
:host([media-range="S"]) .ui5-page-content-root,
|
|
48
|
+
:host([media-range="S"][floating-footer]) .ui5-page-footer-root {
|
|
49
|
+
padding: 0 1rem;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:host([media-range="S"]) ::slotted([ui5-bar][slot="header"]) {
|
|
53
|
+
box-sizing: border-box;
|
|
54
|
+
padding: 0 .25rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:host([media-range="M"]) .ui5-page-content-root,
|
|
58
|
+
:host([media-range="L"]) .ui5-page-content-root,
|
|
59
|
+
:host([media-range="M"][floating-footer]) .ui5-page-footer-root,
|
|
60
|
+
:host([media-range="L"][floating-footer]) .ui5-page-footer-root {
|
|
61
|
+
padding: 0 2rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
:host([media-range="M"]) ::slotted([ui5-bar][slot="header"]),
|
|
65
|
+
:host([media-range="L"]) ::slotted([ui5-bar][slot="header"]) {
|
|
66
|
+
box-sizing: border-box;
|
|
67
|
+
padding: 0 1.25rem;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host([media-range="XL"]) .ui5-page-content-root,
|
|
71
|
+
:host([media-range="XL"][floating-footer]) .ui5-page-footer-root {
|
|
72
|
+
padding: 0 3rem;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
:host([media-range="XL"]) ::slotted([ui5-bar][slot="header"]) {
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
padding: 0 2.25rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:host([disable-scrolling]) .ui5-page-content-root {
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
:host([hide-footer]:not([floating-footer])) .ui5-page-footer-root {
|
|
85
|
+
display: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
:host([floating-footer]:not([hide-footer])) .ui5-page-footer-root {
|
|
89
|
+
animation: bounceShow 0.35s forwards ease-in-out;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
:host([floating-footer][hide-footer]) .ui5-page-footer-root {
|
|
93
|
+
animation: bounceHide 0.35s forwards ease-in-out;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* BackgroundDesign */
|
|
97
|
+
:host([background-design="Solid"]) {
|
|
98
|
+
background-color: var(--sapBackgroundColor);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
:host([background-design="Transparent"]) {
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
:host([background-design="List"]) {
|
|
106
|
+
background-color: var(--_ui5_page_list_bg);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Footer animation */
|
|
110
|
+
@keyframes bounceShow {
|
|
111
|
+
0% {
|
|
112
|
+
transform: translateY(100%);
|
|
113
|
+
opacity: 0;
|
|
114
|
+
}
|
|
115
|
+
100% {
|
|
116
|
+
opacity: 1;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@keyframes bounceHide {
|
|
121
|
+
0% {
|
|
122
|
+
transform: translateY(-5%);
|
|
123
|
+
opacity: 1;
|
|
124
|
+
}
|
|
125
|
+
100% {
|
|
126
|
+
transform: translateY(100%);
|
|
127
|
+
opacity: 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
font-family: "72override", var(--sapFontFamily);
|
|
3
|
+
font-size: var(--sapFontSize);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ui5-product-switch-root {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-wrap: wrap;
|
|
9
|
+
width: 752px; /* 4 * item size */
|
|
10
|
+
padding: 1.25rem .75rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:host([desktop-columns="3"]) .ui5-product-switch-root {
|
|
14
|
+
width: 564px; /* 3 * item size */
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@media only screen and (max-width: 900px) {
|
|
18
|
+
.ui5-product-switch-root {
|
|
19
|
+
width: 564px; /* 3 * item size */
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@media only screen and (max-width: 600px) {
|
|
24
|
+
.ui5-product-switch-root,
|
|
25
|
+
:host([desktop-columns="3"]) .ui5-product-switch-root {
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
padding: 0;
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|