ninegrid2 6.123.0 → 6.124.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.
@@ -18310,7 +18310,7 @@ class ngFilterPanel extends HTMLElement
18310
18310
 
18311
18311
  console.log(el.filterData, el.columns);
18312
18312
 
18313
- columns.forEach(colnm => {
18313
+ colnms.forEach(colnm => {
18314
18314
  var idx = owner.fields.indexOf(colnm);
18315
18315
 
18316
18316
  if (idx >= 0) {
@@ -18308,7 +18308,7 @@ class ngFilterPanel extends HTMLElement
18308
18308
 
18309
18309
  console.log(el.filterData, el.columns);
18310
18310
 
18311
- columns.forEach(colnm => {
18311
+ colnms.forEach(colnm => {
18312
18312
  var idx = owner.fields.indexOf(colnm);
18313
18313
 
18314
18314
  if (idx >= 0) {
@@ -447,7 +447,7 @@ class ngFilterPanel extends HTMLElement
447
447
 
448
448
  console.log(el.filterData, el.columns);
449
449
 
450
- columns.forEach(colnm => {
450
+ colnms.forEach(colnm => {
451
451
  var idx = owner.fields.indexOf(colnm);
452
452
 
453
453
  if (idx >= 0) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.123.0",
4
+ "version": "6.124.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -447,7 +447,7 @@ class ngFilterPanel extends HTMLElement
447
447
 
448
448
  console.log(el.filterData, el.columns);
449
449
 
450
- columns.forEach(colnm => {
450
+ colnms.forEach(colnm => {
451
451
  var idx = owner.fields.indexOf(colnm);
452
452
 
453
453
  if (idx >= 0) {