ninegrid2 6.227.0 → 6.229.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.
@@ -18071,8 +18071,8 @@ class ngFiltering
18071
18071
 
18072
18072
  options.forEach(opt => {
18073
18073
 
18074
- console.log(opt.hasOwnProperty(key), Object.keys(opt).includes(key));
18075
- if (Object.keys(opt).includes(key)) {
18074
+ console.log(opt.key, opt.hasOwnProperty(key), Object.keys(opt).includes(key));
18075
+ if (opt.key) {
18076
18076
  console.log("*******************");
18077
18077
  opt.data = arr;
18078
18078
  }
@@ -18069,8 +18069,8 @@ class ngFiltering
18069
18069
 
18070
18070
  options.forEach(opt => {
18071
18071
 
18072
- console.log(opt.hasOwnProperty(key), Object.keys(opt).includes(key));
18073
- if (Object.keys(opt).includes(key)) {
18072
+ console.log(opt.key, opt.hasOwnProperty(key), Object.keys(opt).includes(key));
18073
+ if (opt.key) {
18074
18074
  console.log("*******************");
18075
18075
  opt.data = arr;
18076
18076
  }
@@ -139,8 +139,8 @@ export class ngFiltering
139
139
 
140
140
  options.forEach(opt => {
141
141
 
142
- console.log(opt.hasOwnProperty(key), Object.keys(opt).includes(key));
143
- if (Object.keys(opt).includes(key)) {
142
+ console.log(opt.key, opt.hasOwnProperty(key), Object.keys(opt).includes(key));
143
+ if (opt.key) {
144
144
  console.log("*******************");
145
145
  opt.data = arr;
146
146
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.227.0",
4
+ "version": "6.229.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -139,8 +139,8 @@ export class ngFiltering
139
139
 
140
140
  options.forEach(opt => {
141
141
 
142
- console.log(opt.hasOwnProperty(key), Object.keys(opt).includes(key));
143
- if (Object.keys(opt).includes(key)) {
142
+ console.log(opt.key, opt.hasOwnProperty(key), Object.keys(opt).includes(key));
143
+ if (opt.key) {
144
144
  console.log("*******************");
145
145
  opt.data = arr;
146
146
  }