@everchron/ec-shards 5.0.29 → 5.0.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "5.0.29",
3
+ "version": "5.0.30",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -186,6 +186,9 @@
186
186
 
187
187
  let columnCells = document.querySelectorAll('[data-column="' + this.name.toLowerCase() + '-column-cell"]')
188
188
  console.log('[data-column="' + this.name.toLowerCase() + '-column-cell"]')
189
+ console.log('columnCells', columnCells)
190
+ console.log('this.name', this.name)
191
+ console.log('computedId', this.computedId)
189
192
  debugger
190
193
  columnCells.forEach(cell => {
191
194
  // if (cell.parentElement && cell.parentElement.__vue__ && typeof cell.parentElement.__vue__.setWidth === 'function')