@neovici/cosmoz-omnitable 18.10.2 → 18.10.3

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.
@@ -56,7 +56,7 @@ export const renderFooter = ({ columns, selectedItems, setSelectedItems, csvFile
56
56
  part="bottomBar"
57
57
  exportparts="bar: bottomBar-bar, info: bottomBar-info, buttons: bottomBar-buttons"
58
58
  >
59
- <span slot="info">
59
+ <slot name="info" slot="info">
60
60
  ${allLabel}
61
61
  ${when(showSelectAllItems, () => html `&nbsp;<span
62
62
  part="select-all-items"
@@ -68,7 +68,7 @@ export const renderFooter = ({ columns, selectedItems, setSelectedItems, csvFile
68
68
  >
69
69
  ${t('Select all items')}
70
70
  </span>`)}
71
- </span>
71
+ </slot>
72
72
  <slot name="actions" id="actions"></slot>
73
73
  <slot name="bottom-bar-toolbar" slot="bottom-bar-toolbar"></slot>
74
74
  <slot name="bottom-bar-menu" slot="bottom-bar-menu"></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "18.10.2",
3
+ "version": "18.10.3",
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"