ninegrid2 6.209.0 → 6.211.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.
@@ -18359,7 +18359,7 @@ class ngFilterPanel extends HTMLElement
18359
18359
 
18360
18360
  var oParam = {};
18361
18361
 
18362
- this.#target.owner.body.querySelectorAll("ng-filter-button").each(el => {
18362
+ this.#target.owner.body.querySelectorAll("ng-filter-button").forEach(el => {
18363
18363
 
18364
18364
  //if (!el.filterOptions) return true;
18365
18365
 
@@ -18371,6 +18371,10 @@ class ngFilterPanel extends HTMLElement
18371
18371
  console.log(oParam);
18372
18372
 
18373
18373
 
18374
+ /**
18375
+ {
18376
+ aaa : [],
18377
+ } */
18374
18378
  this.#target.owner.filtering.set(oParam);
18375
18379
 
18376
18380
  this.classList.remove("loading");
@@ -18357,7 +18357,7 @@ class ngFilterPanel extends HTMLElement
18357
18357
 
18358
18358
  var oParam = {};
18359
18359
 
18360
- this.#target.owner.body.querySelectorAll("ng-filter-button").each(el => {
18360
+ this.#target.owner.body.querySelectorAll("ng-filter-button").forEach(el => {
18361
18361
 
18362
18362
  //if (!el.filterOptions) return true;
18363
18363
 
@@ -18369,6 +18369,10 @@ class ngFilterPanel extends HTMLElement
18369
18369
  console.log(oParam);
18370
18370
 
18371
18371
 
18372
+ /**
18373
+ {
18374
+ aaa : [],
18375
+ } */
18372
18376
  this.#target.owner.filtering.set(oParam);
18373
18377
 
18374
18378
  this.classList.remove("loading");
@@ -427,7 +427,7 @@ class ngFilterPanel extends HTMLElement
427
427
 
428
428
  var oParam = {};
429
429
 
430
- this.#target.owner.body.querySelectorAll("ng-filter-button").each(el => {
430
+ this.#target.owner.body.querySelectorAll("ng-filter-button").forEach(el => {
431
431
 
432
432
  //if (!el.filterOptions) return true;
433
433
 
@@ -439,6 +439,10 @@ class ngFilterPanel extends HTMLElement
439
439
  console.log(oParam);
440
440
 
441
441
 
442
+ /**
443
+ {
444
+ aaa : [],
445
+ } */
442
446
  this.#target.owner.filtering.set(oParam);
443
447
 
444
448
  this.classList.remove("loading");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.209.0",
4
+ "version": "6.211.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -427,7 +427,7 @@ class ngFilterPanel extends HTMLElement
427
427
 
428
428
  var oParam = {};
429
429
 
430
- this.#target.owner.body.querySelectorAll("ng-filter-button").each(el => {
430
+ this.#target.owner.body.querySelectorAll("ng-filter-button").forEach(el => {
431
431
 
432
432
  //if (!el.filterOptions) return true;
433
433
 
@@ -439,6 +439,10 @@ class ngFilterPanel extends HTMLElement
439
439
  console.log(oParam);
440
440
 
441
441
 
442
+ /**
443
+ {
444
+ aaa : [],
445
+ } */
442
446
  this.#target.owner.filtering.set(oParam);
443
447
 
444
448
  this.classList.remove("loading");