ninegrid2 6.180.0 → 6.181.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.
@@ -18489,7 +18489,7 @@ class ngFilterPanel extends HTMLElement
18489
18489
  setTimeout(() => {
18490
18490
 
18491
18491
 
18492
- const data = owner.data.getValidDataNF();
18492
+ let data = owner.data.getValidDataNF();
18493
18493
 
18494
18494
  console.log(data);
18495
18495
 
@@ -18487,7 +18487,7 @@ class ngFilterPanel extends HTMLElement
18487
18487
  setTimeout(() => {
18488
18488
 
18489
18489
 
18490
- const data = owner.data.getValidDataNF();
18490
+ let data = owner.data.getValidDataNF();
18491
18491
 
18492
18492
  console.log(data);
18493
18493
 
@@ -555,7 +555,7 @@ class ngFilterPanel extends HTMLElement
555
555
  setTimeout(() => {
556
556
 
557
557
 
558
- const data = owner.data.getValidDataNF();
558
+ let data = owner.data.getValidDataNF();
559
559
 
560
560
  console.log(data);
561
561
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.180.0",
4
+ "version": "6.181.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -555,7 +555,7 @@ class ngFilterPanel extends HTMLElement
555
555
  setTimeout(() => {
556
556
 
557
557
 
558
- const data = owner.data.getValidDataNF();
558
+ let data = owner.data.getValidDataNF();
559
559
 
560
560
  console.log(data);
561
561