@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,50 @@
|
|
|
1
|
+
:host(:not([hidden])) {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
width: 15rem;
|
|
4
|
+
height: 100%;
|
|
5
|
+
border-right: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
|
|
6
|
+
transition: width .25s;
|
|
7
|
+
--_ui5-tree-toggle-box-width: 1rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
:host([collapsed]) {
|
|
11
|
+
width: 3rem;
|
|
12
|
+
min-width: 3rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ui5-sn-bottom-content-border {
|
|
16
|
+
width: 100%;
|
|
17
|
+
padding: 0 0.5rem;
|
|
18
|
+
margin: 0.25rem 0;
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ui5-sn-bottom-content-border > span {
|
|
25
|
+
width: 90%;
|
|
26
|
+
height: .125rem;
|
|
27
|
+
background: var(--sapList_GroupHeaderBorderColor);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ui5-sn-root {
|
|
31
|
+
height: 100%;
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: column;
|
|
34
|
+
background: var( --sapList_Background);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ui5-sn-spacer {
|
|
38
|
+
flex: auto;
|
|
39
|
+
min-height: 3rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li)::after {
|
|
43
|
+
border-top-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
44
|
+
border-top-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li)::after {
|
|
48
|
+
border-bottom-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
49
|
+
border-bottom-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
50
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
:host(:not([hidden])) {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ui5-timeline-root {
|
|
6
|
+
padding: var(--_ui5_tl_padding);
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ui5-timeline-list {
|
|
12
|
+
list-style: none;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ui5-timeline-list-item {
|
|
18
|
+
margin-bottom: var(--_ui5_tl_li_margin_bottom);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ui5-timeline-list-item:last-child {
|
|
22
|
+
margin-bottom: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:host([layout="Horizontal"]) .ui5-timeline-list {
|
|
26
|
+
white-space: nowrap;
|
|
27
|
+
list-style: none;
|
|
28
|
+
margin: 0;
|
|
29
|
+
padding: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:host([layout="Horizontal"]) .ui5-timeline-list-item {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
margin-left: var(--_ui5_tl_li_margin_bottom);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
:host([layout="Horizontal"]) .ui5-timeline-scroll-container {
|
|
38
|
+
overflow: auto;
|
|
39
|
+
/* The padding values of the parent container are added to the size of scroll container */
|
|
40
|
+
width: calc(100% + 0.5rem);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:host([layout="Horizontal"]) [dir=rtl] .ui5-timeline-list-item {
|
|
44
|
+
display: inline-block;
|
|
45
|
+
margin-left: inherit;
|
|
46
|
+
margin-right: var(--_ui5_tl_li_margin_bottom);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:host([layout="Horizontal"]) [dir=rtl] .ui5-timeline-scroll-container {
|
|
50
|
+
/* The padding values of the parent container are added to the size of scroll container */
|
|
51
|
+
width: calc(100% - 0.5rem);
|
|
52
|
+
}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
:host(:not([hidden])) {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ui5-tli-root {
|
|
6
|
+
display: flex;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
:host([layout="Horizontal"]) .ui5-tli-root {
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:host([layout="Vertical"]) .ui5-tli-indicator {
|
|
14
|
+
position: relative;
|
|
15
|
+
width: 2rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:host([layout="Horizontal"]) .ui5-tli-indicator {
|
|
19
|
+
position: relative;
|
|
20
|
+
display: flex;
|
|
21
|
+
height: 2rem;
|
|
22
|
+
align-items: center;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:host([layout="Vertical"]) .ui5-tli-indicator::before {
|
|
26
|
+
content: "";
|
|
27
|
+
display: inline-block;
|
|
28
|
+
background-color: var(--sapContent_ForegroundBorderColor);
|
|
29
|
+
width: 1px;
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 2.125rem;
|
|
32
|
+
bottom: var(--_ui5_timeline_tli_indicator_before_bottom);
|
|
33
|
+
left: 50%;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:host([layout="Horizontal"]) .ui5-tli-indicator::before {
|
|
37
|
+
content: "";
|
|
38
|
+
display: inline-block;
|
|
39
|
+
background-color: var(--sapContent_ForegroundBorderColor);
|
|
40
|
+
height: 1px;
|
|
41
|
+
top: 50%;
|
|
42
|
+
position: absolute;
|
|
43
|
+
left: 2.0625rem;
|
|
44
|
+
right: var(--_ui5_timeline_tli_indicator_before_right);
|
|
45
|
+
}
|
|
46
|
+
:host([layout="Vertical"]) .ui5-tli-indicator.ui5-tli-indicator-large-line::before {
|
|
47
|
+
bottom: var(--_ui5_timeline_tli_indicator_before_without_icon_bottom);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
:host([layout="Horizontal"]) .ui5-tli-indicator.ui5-tli-indicator-large-line::before{
|
|
51
|
+
right: var(--_ui5_timeline_tli_indicator_before_without_icon_right);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Line when no Icon is provided */
|
|
55
|
+
:host([layout="Vertical"]:not([icon])) .ui5-tli-indicator::before {
|
|
56
|
+
bottom: var(--_ui5_timeline_tli_indicator_before_without_icon_bottom);
|
|
57
|
+
top: 1.875rem;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* Line when no Icon is provided in horizontal*/
|
|
61
|
+
:host([layout="Horizontal"]:not([icon])) .ui5-tli-indicator::before {
|
|
62
|
+
top: 50%;
|
|
63
|
+
right: var(--_ui5_timeline_tli_indicator_before_without_icon_right);
|
|
64
|
+
left: 1.6875rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
:host([layout="Vertical"]:not([icon])) .ui5-tli-indicator.ui5-tli-indicator-short-line::before {
|
|
68
|
+
bottom: var(--_ui5_timeline_tli_indicator_before_bottom);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
:host([layout="Horizontal"]:not([icon])) .ui5-tli-indicator.ui5-tli-indicator-short-line::before {
|
|
72
|
+
right: var(--_ui5_timeline_tli_indicator_before_right);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* No Icon Dot */
|
|
76
|
+
:host(:not([icon])) .ui5-tli-indicator::after {
|
|
77
|
+
content: "";
|
|
78
|
+
display: inline-block;
|
|
79
|
+
box-sizing: border-box;
|
|
80
|
+
border: 1px solid var(--sapContent_NonInteractiveIconColor);
|
|
81
|
+
background-color: var(--sapContent_NonInteractiveIconColor);
|
|
82
|
+
border-radius: 50%;
|
|
83
|
+
width: .4375rem;
|
|
84
|
+
height: .4375rem;
|
|
85
|
+
position: absolute;
|
|
86
|
+
top: 0.9375rem;
|
|
87
|
+
left: 50%;
|
|
88
|
+
transform: translateX(-50%);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* No Icon Dot in Hotizontal */
|
|
92
|
+
:host([layout="Horizontal"]:not([icon])) .ui5-tli-indicator::after {
|
|
93
|
+
top: 0.78125rem;
|
|
94
|
+
left: 0.9625rem;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host(:last-child) .ui5-tli-indicator::before {
|
|
98
|
+
display: none;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
:host(:last-child) .ui5-tli-indicator::before {
|
|
102
|
+
display: none;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.ui5-tli-icon-outer {
|
|
106
|
+
display: flex;
|
|
107
|
+
justify-content: center;
|
|
108
|
+
align-items: center;
|
|
109
|
+
margin-top: .25rem;
|
|
110
|
+
height: 1.625rem;
|
|
111
|
+
width: 2rem;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
:host([layout="Horizontal"]) .ui5-tli-icon-outer {
|
|
115
|
+
margin-top: 0rem;
|
|
116
|
+
height: 1.3125rem;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.ui5-tli-icon {
|
|
120
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
121
|
+
height: 1.375rem;
|
|
122
|
+
width: 1.375rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
:host([layout="Horizontal"]) .ui5-tli-dummy-icon-container {
|
|
126
|
+
height: 1.375rem;
|
|
127
|
+
width: 1.375rem;
|
|
128
|
+
display: inline-block;
|
|
129
|
+
outline: none;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.ui5-tli-bubble {
|
|
133
|
+
background: var(--sapGroup_ContentBackground);
|
|
134
|
+
border: 1px solid var(--sapList_BorderColor);
|
|
135
|
+
box-sizing: border-box;
|
|
136
|
+
border-radius: 0.25rem;
|
|
137
|
+
flex: 1;
|
|
138
|
+
position: relative;
|
|
139
|
+
margin-left: .5rem;
|
|
140
|
+
padding: var(--_ui5_tl_bubble_padding);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
:host([layout="Horizontal"]) .ui5-tli-bubble {
|
|
144
|
+
margin-top: .5rem;
|
|
145
|
+
margin-left: 0;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.ui5-tli-bubble:focus {
|
|
149
|
+
outline: none;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.ui5-tli-bubble:focus::after {
|
|
153
|
+
content: "";
|
|
154
|
+
border: var(--_ui5_TimelineItem_bubble_border_width) var(--_ui5_TimelineItem_bubble_border_style) var(--sapContent_FocusColor);
|
|
155
|
+
border-radius: var(--_ui5_TimelineItem_bubble_border_radius);
|
|
156
|
+
position: absolute;
|
|
157
|
+
top: var(--_ui5_TimelineItem_bubble_border_top);
|
|
158
|
+
right: var(--_ui5_TimelineItem_bubble_border_right);
|
|
159
|
+
bottom: var(--_ui5_TimelineItem_bubble_border_bottom);
|
|
160
|
+
left: var(--_ui5_TimelineItem_bubble_border_left);
|
|
161
|
+
pointer-events: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
:host([layout="Horizontal"]) .ui5-tli-bubble:focus::after {
|
|
165
|
+
top: -0.625rem;
|
|
166
|
+
left: -0.125rem;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.ui5-tli-bubble-arrow {
|
|
170
|
+
width: var(--_ui5_TimelineItem_arrow_size);
|
|
171
|
+
padding-bottom: var(--_ui5_TimelineItem_arrow_size);
|
|
172
|
+
position: absolute;
|
|
173
|
+
pointer-events: none;
|
|
174
|
+
top: 0;
|
|
175
|
+
left: 0;
|
|
176
|
+
overflow: hidden;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.ui5-tli-bubble-arrow::before {
|
|
180
|
+
content: "";
|
|
181
|
+
background: var(--sapGroup_ContentBackground);
|
|
182
|
+
border: 1px solid var(--sapList_BorderColor);
|
|
183
|
+
position: absolute;
|
|
184
|
+
top: 0;
|
|
185
|
+
left: 0;
|
|
186
|
+
width: 100%;
|
|
187
|
+
height: 100%;
|
|
188
|
+
transform-origin: 0 100%;
|
|
189
|
+
transform: rotate(45deg);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
:host([layout="Horizontal"]) .ui5-tli-bubble-arrow::before {
|
|
193
|
+
transform: rotate(315deg);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.ui5-tli-bubble-arrow--left {
|
|
197
|
+
left: calc(-1 * var(--_ui5_TimelineItem_arrow_size));
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.ui5-tli-bubble-arrow--top {
|
|
201
|
+
top: calc(-1 * var(--_ui5_TimelineItem_arrow_size));
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.ui5-tli-bubble-arrow--left::before {
|
|
205
|
+
left: 50%;
|
|
206
|
+
width: 50%;
|
|
207
|
+
transform-origin: 100% 100%;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.ui5-tli-bubble-arrow--top::before {
|
|
211
|
+
left: 42%;
|
|
212
|
+
width: 75%;
|
|
213
|
+
transform-origin: 152% 104%;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.ui5-tli-title,
|
|
217
|
+
.ui5-tli-desc {
|
|
218
|
+
color: var(--sapTextColor);
|
|
219
|
+
font-family: "72override", var(--sapFontFamily);
|
|
220
|
+
font-weight: 400;
|
|
221
|
+
font-size: var(--sapFontSize);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.ui5-tli-title span {
|
|
225
|
+
display: inline-block;
|
|
226
|
+
vertical-align: top;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ui5-tli-subtitle {
|
|
230
|
+
color: var(--sapContent_LabelColor);
|
|
231
|
+
font-family: "72override", var(--sapFontFamily);
|
|
232
|
+
font-weight: 400;
|
|
233
|
+
font-size: var(--sapFontSmallSize);
|
|
234
|
+
padding-top: .375rem;
|
|
235
|
+
white-space: nowrap;
|
|
236
|
+
overflow: hidden;
|
|
237
|
+
text-overflow: ellipsis;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.ui5-tli-desc {
|
|
241
|
+
padding-top: .75rem;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
[dir=rtl] .ui5-tli-bubble-arrow--left {
|
|
245
|
+
right: calc(-1 * var(--_ui5_TimelineItem_arrow_size));
|
|
246
|
+
left: auto;
|
|
247
|
+
transform: scale(-1, 1);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
[dir=rtl] .ui5-tli-bubble-arrow--top {
|
|
251
|
+
right: 0;
|
|
252
|
+
left: auto;
|
|
253
|
+
transform: scale(-1, 1);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
[dir=rtl] .ui5-tli-bubble {
|
|
257
|
+
margin-left: auto;
|
|
258
|
+
margin-right: .5rem;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
:host([layout="Horizontal"]) [dir=rtl] .ui5-tli-bubble {
|
|
262
|
+
margin-right: 0;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
[dir=rtl] .ui5-tli-bubble:focus::after {
|
|
266
|
+
left: var(--_ui5_TimelineItem_bubble_rtl_left_offset);
|
|
267
|
+
right: var(--_ui5_TimelineItem_bubble_rtl_right_offset);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
:host([layout="Horizontal"]) [dir=rtl] .ui5-tli-bubble:focus::after {
|
|
271
|
+
right: 0
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
:host([layout="Horizontal"]:not([icon])) [dir=rtl] .ui5-tli-indicator::after {
|
|
275
|
+
right: 0.625rem;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/* Line when no Icon is provided in horizontal*/
|
|
279
|
+
:host([layout="Horizontal"]:not([icon])) [dir=rtl] .ui5-tli-indicator::before {
|
|
280
|
+
right: 1.9375rem;
|
|
281
|
+
left: var(--_ui5_timeline_tli_indicator_before_right);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
:host([layout="Horizontal"]) [dir=rtl] .ui5-tli-indicator::before {
|
|
285
|
+
left: var(--_ui5_timeline_tli_indicator_before_right);
|
|
286
|
+
right: 2.125rem;
|
|
287
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
:host(:not([hidden])) {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ui5-uc-content {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/* No Files */
|
|
10
|
+
.uc-no-files {
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
padding: 1rem;
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.uc-no-files .icon-container {
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 8rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.uc-no-files .icon-container [ui5-icon] {
|
|
29
|
+
width: 6rem;
|
|
30
|
+
height: 6rem;
|
|
31
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
32
|
+
opacity: 0.5;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.uc-no-files .title {
|
|
36
|
+
font-size: var(--sapFontHeader2Size);
|
|
37
|
+
color: var(--sapGroup_TitleTextColor);
|
|
38
|
+
margin: 1rem 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.uc-no-files .subtitle {
|
|
42
|
+
font-size: var(--sapFontHeader5Size);
|
|
43
|
+
color: var(--sapContent_LabelColor);
|
|
44
|
+
margin-bottom: 2rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Drag and Drop */
|
|
48
|
+
.uc-dnd-overlay {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0.5rem;
|
|
51
|
+
right: 0.5rem;
|
|
52
|
+
left: 0.5rem;
|
|
53
|
+
bottom: 0.5rem;
|
|
54
|
+
display: flex;
|
|
55
|
+
flex-direction: column;
|
|
56
|
+
align-items: center;
|
|
57
|
+
justify-content: center;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.uc-drag-overlay {
|
|
61
|
+
border: var(--ui5_upload_collection_drag_overlay_border);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.uc-drop-overlay {
|
|
65
|
+
border: var(--ui5_upload_collection_drop_overlay_border);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* use pseudo element to set opacity only for the content and not on the border */
|
|
69
|
+
.uc-dnd-overlay::before {
|
|
70
|
+
content: "";
|
|
71
|
+
position: absolute;
|
|
72
|
+
top: 0;
|
|
73
|
+
bottom: 0;
|
|
74
|
+
left: 0;
|
|
75
|
+
right: 0;
|
|
76
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
77
|
+
opacity: 0.8;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/* use pseudo element to set opacity only for the content and not on the border */
|
|
81
|
+
.uc-drop-overlay::after {
|
|
82
|
+
content: "";
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: 0;
|
|
85
|
+
bottom: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
right: 0;
|
|
88
|
+
background-color: var(--ui5_upload_collection_drop_overlay_background);
|
|
89
|
+
opacity: 0.05;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.uc-dnd-overlay [ui5-icon] {
|
|
93
|
+
width: 4rem;
|
|
94
|
+
height: 4rem;
|
|
95
|
+
margin-bottom: 1rem;
|
|
96
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.uc-dnd-overlay .dnd-overlay-text {
|
|
100
|
+
font-family: "72override", var(--sapFontFamily);
|
|
101
|
+
font-size: var(--sapFontHeader4Size);
|
|
102
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.uc-dnd-overlay [ui5-icon],
|
|
106
|
+
.uc-dnd-overlay .dnd-overlay-text {
|
|
107
|
+
z-index: 1;
|
|
108
|
+
pointer-events: none;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.uc-drop-overlay [ui5-icon],
|
|
112
|
+
.uc-drop-overlay .dnd-overlay-text {
|
|
113
|
+
color: var(--sapContent_DragAndDropActiveColor);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.uc-no-files-dnd-overlay {
|
|
117
|
+
visibility: hidden;
|
|
118
|
+
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
height: auto;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
:host(:not([hidden])) {
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
:host([active][actionable]) .ui5-uci-file-name,
|
|
10
|
+
:host([active][actionable]) .ui5-uci-description,
|
|
11
|
+
:host([active][actionable]) .ui5-uci-edit-buttons ui5-button,
|
|
12
|
+
:host([active][actionable]) .ui5-li-deletebtn ui5-button,
|
|
13
|
+
:host([active][actionable]) .ui5-uci-progress-labels ui5-label {
|
|
14
|
+
color: var(--sapList_Active_TextColor);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
.ui5-li-root.ui5-uci-root {
|
|
19
|
+
padding: 1rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ui5-uci-edit-buttons {
|
|
23
|
+
display: flex;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/* Thumbnail */
|
|
27
|
+
.ui5-uci-thumbnail {
|
|
28
|
+
width: 3rem;
|
|
29
|
+
height: 3rem;
|
|
30
|
+
margin-right: 0.75rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
:host([active][actionable]) ::slotted([ui5-icon][slot=thumbnail]) {
|
|
34
|
+
color: var(--sapList_Active_TextColor);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
::slotted([ui5-icon][slot="thumbnail"]) {
|
|
38
|
+
width: 3rem;
|
|
39
|
+
height: 3rem;
|
|
40
|
+
font-size: 2.5rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
::slotted(img[slot="thumbnail"]) {
|
|
44
|
+
width: 3rem;
|
|
45
|
+
height: 3rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:host([actionable]) ::slotted([ui5-icon][slot="thumbnail"]) {
|
|
49
|
+
color: var(--sapContent_IconColor);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* Content */
|
|
53
|
+
.ui5-uci-content-and-edit-container {
|
|
54
|
+
flex: 1 1 auto;
|
|
55
|
+
min-width: 0; /* fixes chrome overflow issue */
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ui5-uci-content-and-progress {
|
|
61
|
+
max-width: 100%;
|
|
62
|
+
min-width: 0;
|
|
63
|
+
display: flex;
|
|
64
|
+
flex: 1 1 auto;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ui5-uci-content {
|
|
68
|
+
flex: 1 1 auto;
|
|
69
|
+
margin-right: .5rem;
|
|
70
|
+
width: 100%;
|
|
71
|
+
min-width: 0; /* fixes chrome overflow issue */
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ui5-uci-file-name {
|
|
75
|
+
width: 100%;
|
|
76
|
+
display: block;
|
|
77
|
+
font-family: "72override", var(--sapFontFamily);
|
|
78
|
+
font-size: var(--sapFontLargeSize);
|
|
79
|
+
color: var(--sapTextColor);
|
|
80
|
+
margin-bottom: 0.25rem;
|
|
81
|
+
white-space: nowrap;
|
|
82
|
+
text-overflow: ellipsis;
|
|
83
|
+
overflow: hidden;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
[ui5-link].ui5-uci-file-name {
|
|
87
|
+
pointer-events: all;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ui5-uci-description {
|
|
91
|
+
margin-top: 0.375rem;
|
|
92
|
+
font-family: "72override", var(--sapFontFamily);
|
|
93
|
+
font-size: var(--sapFontMediumSize);
|
|
94
|
+
color: var(--sapContent_LabelColor);
|
|
95
|
+
white-space: initial;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/* Edit mode */
|
|
99
|
+
.ui5-uci-edit-container [ui5-input] {
|
|
100
|
+
width: 60%;
|
|
101
|
+
pointer-events: all;
|
|
102
|
+
min-width: auto;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.ui5-uci-file-extension {
|
|
106
|
+
font-family: "72override", var(--sapFontFamily);
|
|
107
|
+
font-size: var(--sapFontMediumSize);
|
|
108
|
+
color: var(--sapTextColor);
|
|
109
|
+
white-space: no-wrap;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
margin-left: 0.5rem;
|
|
112
|
+
width: 40%;
|
|
113
|
+
display: inline-block;
|
|
114
|
+
vertical-align: middle;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/* Buttons */
|
|
118
|
+
.ui5-uci-root-editing .ui5-li-detailbtn,
|
|
119
|
+
.ui5-uci-root-editing .ui5-li-deletebtn,
|
|
120
|
+
.ui5-uci-root-uploading .ui5-li-detailbtn,
|
|
121
|
+
.ui5-uci-root-uploading .ui5-li-deletebtn {
|
|
122
|
+
display: none;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.ui5-uci-edit-buttons {
|
|
126
|
+
pointer-events: all;
|
|
127
|
+
margin-left: 1rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.ui5-uci-edit-rename-btn {
|
|
131
|
+
margin-right: 0.125rem;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/* Progress Box */
|
|
135
|
+
.ui5-uci-progress-box {
|
|
136
|
+
width: 20%;
|
|
137
|
+
min-width: 4rem;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@media(max-width: 30rem) {
|
|
141
|
+
.ui5-uci-content-and-edit-container {
|
|
142
|
+
display: block;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.ui5-uci-content-and-progress {
|
|
146
|
+
flex-wrap: wrap;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.ui5-uci-progress-box {
|
|
150
|
+
width: 100%;
|
|
151
|
+
margin-top: .5rem;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.ui5-uci-content {
|
|
155
|
+
width: 100%;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.ui5-uci-edit-buttons,
|
|
159
|
+
.ui5-li-detailbtn,
|
|
160
|
+
.ui5-li-deletebtn {
|
|
161
|
+
margin-top: 0.75rem;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.ui5-uci-edit-buttons {
|
|
165
|
+
margin-left: 0;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.ui5-uci-progress-indicator {
|
|
170
|
+
height: 1.125rem;
|
|
171
|
+
margin-bottom: 0.5rem;
|
|
172
|
+
padding: 5px 0;
|
|
173
|
+
box-sizing: border-box;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.ui5-uci-progress-labels {
|
|
177
|
+
display: flex;
|
|
178
|
+
justify-content: space-between;
|
|
179
|
+
}
|