File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const metadata = {
96
96
* @defaultvalue false
97
97
* @public
98
98
*/
99
- inset : {
99
+ indent : {
100
100
type : Boolean ,
101
101
} ,
102
102
Original file line number Diff line number Diff line change 6
6
width : 100% ;
7
7
}
8
8
9
- : host ([inset ]) .ui5-list-root {
9
+ : host ([indent ]) .ui5-list-root {
10
10
padding : 2rem ;
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h1>UI5 Table Web Component</h1>
41
41
42
42
< div class ="focusable " tabindex ="0 "> </ div >
43
43
44
- < ui5-list id ="myList " inset separators ="Inner "
44
+ < ui5-list id ="myList " indent separators ="Inner "
45
45
mode ="MultiSelect "
46
46
header-text ="Text when no header provided "
47
47
footer-text ="Copyright "
@@ -72,7 +72,7 @@ <h1>UI5 Table Web Component</h1>
72
72
73
73
< div class ="focusable " tabindex ="0 "> </ div >
74
74
75
- < ui5-list id ="myList " inset separators ="Inner "
75
+ < ui5-list id ="myList " indent separators ="Inner "
76
76
mode ="MultiSelect "
77
77
header-text ="Text when no header provided "
78
78
footer-text ="Copyright "
Original file line number Diff line number Diff line change 63
63
</ div >
64
64
65
65
< ui5-popover placement-type ="Bottom " horizontal-align ="Stretch " no-arrow initial-focus ="input1 " class ="wcPopoverWithList ">
66
- < ui5-list id ="myList " inset separators ="Inner " mode ="MultiSelect " footer-text ="Copyright " no-data-text ="No data ">
66
+ < ui5-list id ="myList " indent separators ="Inner " mode ="MultiSelect " footer-text ="Copyright " no-data-text ="No data ">
67
67
<!-- Header -->
68
68
< div style ="display: flex; align-items: center; " slot ="header ">
69
69
< ui5-title > Countries:</ ui5-title >
You can’t perform that action at this time.
0 commit comments