ninegrid2 6.219.0 → 6.220.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.
@@ -18541,6 +18541,7 @@ class ngFilterPanel extends HTMLElement
18541
18541
  console.log(data, data2);
18542
18542
 
18543
18543
  [...new Set(data2.sort( (a,b) => { return (a.v2||'') > (b.v2||'') ? 1 : ((a.v2||'') < (b.v2||'') ? -1 : 0); } ).map((m) => JSON.stringify(m)))].map((m) => JSON.parse(m)).forEach(o => {
18544
+ console.log(filterOption, o);
18544
18545
  ds.push({
18545
18546
  LVL : 2,
18546
18547
  DATA : o.v,
@@ -18539,6 +18539,7 @@ class ngFilterPanel extends HTMLElement
18539
18539
  console.log(data, data2);
18540
18540
 
18541
18541
  [...new Set(data2.sort( (a,b) => { return (a.v2||'') > (b.v2||'') ? 1 : ((a.v2||'') < (b.v2||'') ? -1 : 0); } ).map((m) => JSON.stringify(m)))].map((m) => JSON.parse(m)).forEach(o => {
18542
+ console.log(filterOption, o);
18542
18543
  ds.push({
18543
18544
  LVL : 2,
18544
18545
  DATA : o.v,
@@ -614,6 +614,7 @@ class ngFilterPanel extends HTMLElement
614
614
  console.log(data, data2);
615
615
 
616
616
  [...new Set(data2.sort( (a,b) => { return (a.v2||'') > (b.v2||'') ? 1 : ((a.v2||'') < (b.v2||'') ? -1 : 0); } ).map((m) => JSON.stringify(m)))].map((m) => JSON.parse(m)).forEach(o => {
617
+ console.log(filterOption, o);
617
618
  ds.push({
618
619
  LVL : 2,
619
620
  DATA : o.v,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.219.0",
4
+ "version": "6.220.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -614,6 +614,7 @@ class ngFilterPanel extends HTMLElement
614
614
  console.log(data, data2);
615
615
 
616
616
  [...new Set(data2.sort( (a,b) => { return (a.v2||'') > (b.v2||'') ? 1 : ((a.v2||'') < (b.v2||'') ? -1 : 0); } ).map((m) => JSON.stringify(m)))].map((m) => JSON.parse(m)).forEach(o => {
617
+ console.log(filterOption, o);
617
618
  ds.push({
618
619
  LVL : 2,
619
620
  DATA : o.v,