@neovici/cosmoz-omnitable 12.16.0 → 12.17.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.
@@ -133,11 +133,7 @@ const unique = (values, valueProperty) => {
133
133
 
134
134
  getConfig(column) {
135
135
  return {
136
- valueProperty: column.valueProperty,
137
- textProperty: column.textProperty,
138
- emptyLabel: column.emptyLabel,
139
- emptyValue: column.emptyValue,
140
- emptyProperty: { type: String },
136
+ emptyProperty: column.emptyProperty,
141
137
  };
142
138
  }
143
139
 
@@ -94,6 +94,12 @@ const columnSymbol = Symbol('column'),
94
94
  trueLabel: column.trueLabel,
95
95
  falseLabel: column.falseLabel,
96
96
 
97
+ // list columns
98
+ valueProperty: column.valueProperty,
99
+ textProperty: column.textProperty,
100
+ emptyLabel: column.emptyLabel,
101
+ emptyValue: column.emptyValue,
102
+
97
103
  // range columns
98
104
  min: column.min,
99
105
  max: column.max,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "12.16.0",
3
+ "version": "12.17.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"