ninegrid2 6.183.0 → 6.185.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.
@@ -18465,7 +18465,7 @@ class ngFilterPanel extends HTMLElement
18465
18465
  const owner = this.shadow.closest("nine-grid");
18466
18466
  const colnms = [...new Set(filterButton.filterOptions.map(item => item.colnm))];
18467
18467
 
18468
- console.log(filterButton.filterOptions, colnms);
18468
+ console.log(this, owner, filterButton.filterOptions, colnms);
18469
18469
 
18470
18470
  var col = filterButton.closest('th,td').dataset.col;
18471
18471
  this.col = col;
@@ -18463,7 +18463,7 @@ class ngFilterPanel extends HTMLElement
18463
18463
  const owner = this.shadow.closest("nine-grid");
18464
18464
  const colnms = [...new Set(filterButton.filterOptions.map(item => item.colnm))];
18465
18465
 
18466
- console.log(filterButton.filterOptions, colnms);
18466
+ console.log(this, owner, filterButton.filterOptions, colnms);
18467
18467
 
18468
18468
  var col = filterButton.closest('th,td').dataset.col;
18469
18469
  this.col = col;
@@ -531,7 +531,7 @@ class ngFilterPanel extends HTMLElement
531
531
  const owner = this.shadow.closest("nine-grid");
532
532
  const colnms = [...new Set(filterButton.filterOptions.map(item => item.colnm))];
533
533
 
534
- console.log(filterButton.filterOptions, colnms);
534
+ console.log(this, owner, filterButton.filterOptions, colnms);
535
535
 
536
536
  var col = filterButton.closest('th,td').dataset.col;
537
537
  this.col = col;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.183.0",
4
+ "version": "6.185.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -531,7 +531,7 @@ class ngFilterPanel extends HTMLElement
531
531
  const owner = this.shadow.closest("nine-grid");
532
532
  const colnms = [...new Set(filterButton.filterOptions.map(item => item.colnm))];
533
533
 
534
- console.log(filterButton.filterOptions, colnms);
534
+ console.log(this, owner, filterButton.filterOptions, colnms);
535
535
 
536
536
  var col = filterButton.closest('th,td').dataset.col;
537
537
  this.col = col;