@neovici/cosmoz-omnitable 8.0.0-beta.1 → 8.0.0-beta.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.
@@ -105,6 +105,11 @@ const
105
105
  rates: column.rates,
106
106
  autodetect: column.autodetect,
107
107
 
108
+ // treenode columns
109
+ ownerTree: column.ownerTree,
110
+ showMaxNodes: column.showMaxNodes,
111
+ keyProperty: column.keyProperty,
112
+
108
113
  [columnSymbol]: column
109
114
  }));
110
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "8.0.0-beta.1",
3
+ "version": "8.0.0-beta.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"