ninegrid2 6.203.0 → 6.205.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.
@@ -18355,13 +18355,14 @@ class ngFilterPanel extends HTMLElement
18355
18355
  this.#target.owner.data.refreshFilter();
18356
18356
  */
18357
18357
 
18358
- console.log(this.#target, this.#target.button);
18358
+ console.log(this.#target, this.#target.button, filterData);
18359
18359
 
18360
18360
  this.#target.button.filterOptions = filterData;
18361
+ this.#target.button.filterData = filterData;
18361
18362
 
18362
18363
  //this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
18363
18364
 
18364
- console.log(this.#target.button.filterData);
18365
+ console.log(this.#target.button.filterOptions);
18365
18366
 
18366
18367
  $("ng-filter-button", this.#target.owner.body).each((index,el) => {
18367
18368
 
@@ -18353,13 +18353,14 @@ class ngFilterPanel extends HTMLElement
18353
18353
  this.#target.owner.data.refreshFilter();
18354
18354
  */
18355
18355
 
18356
- console.log(this.#target, this.#target.button);
18356
+ console.log(this.#target, this.#target.button, filterData);
18357
18357
 
18358
18358
  this.#target.button.filterOptions = filterData;
18359
+ this.#target.button.filterData = filterData;
18359
18360
 
18360
18361
  //this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
18361
18362
 
18362
- console.log(this.#target.button.filterData);
18363
+ console.log(this.#target.button.filterOptions);
18363
18364
 
18364
18365
  $("ng-filter-button", this.#target.owner.body).each((index,el) => {
18365
18366
 
@@ -425,13 +425,14 @@ class ngFilterPanel extends HTMLElement
425
425
  this.#target.owner.data.refreshFilter();
426
426
  */
427
427
 
428
- console.log(this.#target, this.#target.button)
428
+ console.log(this.#target, this.#target.button, filterData)
429
429
 
430
430
  this.#target.button.filterOptions = filterData;
431
+ this.#target.button.filterData = filterData;
431
432
 
432
433
  //this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
433
434
 
434
- console.log(this.#target.button.filterData)
435
+ console.log(this.#target.button.filterOptions)
435
436
 
436
437
  var oParam = {};
437
438
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.203.0",
4
+ "version": "6.205.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -425,13 +425,14 @@ class ngFilterPanel extends HTMLElement
425
425
  this.#target.owner.data.refreshFilter();
426
426
  */
427
427
 
428
- console.log(this.#target, this.#target.button)
428
+ console.log(this.#target, this.#target.button, filterData)
429
429
 
430
430
  this.#target.button.filterOptions = filterData;
431
+ this.#target.button.filterData = filterData;
431
432
 
432
433
  //this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
433
434
 
434
- console.log(this.#target.button.filterData)
435
+ console.log(this.#target.button.filterOptions)
435
436
 
436
437
  var oParam = {};
437
438