ninegrid2 6.466.0 → 6.467.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.
@@ -23966,9 +23966,7 @@ class ngFiltering
23966
23966
 
23967
23967
  Object.entries(jsonFilter).forEach(([key, arr]) => {
23968
23968
 
23969
-
23970
-
23971
- //const idx = this.#owner.fields.indexOf(key);
23969
+ const idx = this.#owner.fields.indexOf(key);
23972
23970
 
23973
23971
  // ✅ 숫자 판별 및 변환
23974
23972
  if (this.#owner.data.getValidData().some(o => typeof o.v[idx] === "number")) {
@@ -23964,9 +23964,7 @@ class ngFiltering
23964
23964
 
23965
23965
  Object.entries(jsonFilter).forEach(([key, arr]) => {
23966
23966
 
23967
-
23968
-
23969
- //const idx = this.#owner.fields.indexOf(key);
23967
+ const idx = this.#owner.fields.indexOf(key);
23970
23968
 
23971
23969
  // ✅ 숫자 판별 및 변환
23972
23970
  if (this.#owner.data.getValidData().some(o => typeof o.v[idx] === "number")) {
@@ -104,9 +104,7 @@ export class ngFiltering
104
104
 
105
105
  Object.entries(jsonFilter).forEach(([key, arr]) => {
106
106
 
107
-
108
-
109
- //const idx = this.#owner.fields.indexOf(key);
107
+ const idx = this.#owner.fields.indexOf(key);
110
108
 
111
109
  // ✅ 숫자 판별 및 변환
112
110
  if (this.#owner.data.getValidData().some(o => typeof o.v[idx] === "number")) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.466.0",
4
+ "version": "6.467.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -104,9 +104,7 @@ export class ngFiltering
104
104
 
105
105
  Object.entries(jsonFilter).forEach(([key, arr]) => {
106
106
 
107
-
108
-
109
- //const idx = this.#owner.fields.indexOf(key);
107
+ const idx = this.#owner.fields.indexOf(key);
110
108
 
111
109
  // ✅ 숫자 판별 및 변환
112
110
  if (this.#owner.data.getValidData().some(o => typeof o.v[idx] === "number")) {