@neovici/cosmoz-omnitable 14.9.0 → 14.10.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.
@@ -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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.9.0",
3
+ "version": "14.10.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"