@neovici/cosmoz-omnitable 13.11.0 → 13.12.1

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.
@@ -105,7 +105,7 @@ class OmnitableColumnBoolean extends columnMixin(PolymerElement) {
105
105
  ? html`<paper-spinner-lite style="width: 20px; height: 20px;" suffix slot="suffix" active></paper-spinner-lite>`
106
106
  : nothing;
107
107
 
108
- return html`<cosmoz-autocomplete-ui
108
+ return html`<cosmoz-autocomplete
109
109
  no-label-float
110
110
  .title=${ computeItemTooltip(column.title, item, column.valuePath, computeSource(trueLabel, falseLabel)) }
111
111
  .source=${ computeSource(trueLabel, falseLabel) }
@@ -113,7 +113,7 @@ class OmnitableColumnBoolean extends columnMixin(PolymerElement) {
113
113
  .value=${ computeItemValue(column, item, computeSource(trueLabel, falseLabel)) }
114
114
  .onChange=${ onEditableChange(onItemChange) }
115
115
  .limit=${ 1 }
116
- >${ spinner }</cosmoz-autocomplete-ui>`;
116
+ >${ spinner }</cosmoz-autocomplete>`;
117
117
  }
118
118
 
119
119
  renderHeader(column, { filter, query }, setState, source) {
@@ -228,4 +228,7 @@ export const dropdown = css`
228
228
  min-width: 30px;
229
229
  transform: rotate(90deg);
230
230
  }
231
+ cosmoz-omnitable-settings-ui {
232
+ display: flex;
233
+ }
231
234
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "13.11.0",
3
+ "version": "13.12.1",
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"