ninegrid2 6.184.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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/etc/ngFiltering.js +1 -1
- package/package.json +1 -1
- package/src/etc/ngFiltering.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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;
|
package/dist/etc/ngFiltering.js
CHANGED
|
@@ -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
package/src/etc/ngFiltering.js
CHANGED
|
@@ -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;
|