@neovici/cosmoz-omnitable 8.2.4 → 8.3.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.
@@ -298,7 +298,7 @@ export default `<style>
298
298
  align-items: center;
299
299
  }
300
300
  .footer-control + .footer-control {
301
- margin-left: 34px;
301
+ margin-left: 16px;
302
302
  }
303
303
  .footer-control::part(input-label) {
304
304
  opacity: 0.7;
@@ -318,6 +318,7 @@ export default `<style>
318
318
  display: flex;
319
319
  flex-direction: column;
320
320
  align-items: flex-end;
321
+ white-space: nowrap;
321
322
  }
322
323
 
323
324
  .footer-tableStats :first-child {
@@ -146,6 +146,7 @@ class Omnitable extends hauntedPolymer(useOmnitable)(mixin({ isEmpty }, translat
146
146
  >
147
147
  <svg slot="suffix" viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false" width="24" fill="currentColor"><path d="M7 10l5 5 5-5z"></path></svg>
148
148
  </cosmoz-autocomplete>
149
+ <slot id="controlsSlot" name="controls"></slot>
149
150
  </div>
150
151
  <div class="footer-tableStats">
151
152
  <span>[[ ngettext('{0} group', '{0} groups', groupsCount, t) ]]</span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "8.2.4",
3
+ "version": "8.3.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"