@neovici/cosmoz-omnitable 12.6.0 → 12.6.2

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.
@@ -58,6 +58,7 @@ customElements.define(
58
58
  'sort-on',
59
59
  'group-on',
60
60
  'hide-select-all',
61
+ 'settings-id',
61
62
  ],
62
63
  }) {
63
64
  connectedCallback() {
@@ -30,7 +30,7 @@ export const renderFooter = ({
30
30
  as it might change the slot of the actions to distribute them in the menu -->
31
31
  <slot name="bottom-bar-toolbar" slot="bottom-bar-toolbar"></slot>
32
32
  <slot name="bottom-bar-menu" slot="bottom-bar-menu"></slot>
33
- <cosmoz-dropdown-menu slot="extra" placement=${topPlacement}>
33
+ <cosmoz-dropdown-menu slot="extra" .placement=${topPlacement}>
34
34
  <svg
35
35
  slot="button"
36
36
  width="14"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "12.6.0",
3
+ "version": "12.6.2",
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"