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