File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ export const renderFooter = ({
15
15
html `< cosmoz-bottom-bar
16
16
id ="bottomBar "
17
17
?active =${ ! isEmpty ( selectedItems . length ) }
18
+ part ="bottomBar"
19
+ exportparts="bar: bottomBar-bar, info: bottomBar-info, buttons: bottomBar-buttons"
18
20
>
19
21
< slot name ="info " slot ="info ">
20
22
${ ngettext (
@@ -28,7 +30,7 @@ export const renderFooter = ({
28
30
as it might change the slot of the actions to distribute them in the menu -->
29
31
< slot name ="bottom-bar-toolbar " slot ="bottom-bar-toolbar "> </ slot >
30
32
< slot name ="bottom-bar-menu " slot ="bottom-bar-menu "> </ slot >
31
- < cosmoz-dropdown-menu slot ="extra " .placement =${ topPlacement } >
33
+ < cosmoz-dropdown-menu part =" extra " slot ="extra " .placement =${ topPlacement } >
32
34
< svg
33
35
slot ="button "
34
36
width ="14 "
You can’t perform that action at this time.
0 commit comments