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.
- package/dist/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/etc/ngFiltering.js +1 -0
- package/package.json +1 -1
- package/src/etc/ngFiltering.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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,
|
package/dist/etc/ngFiltering.js
CHANGED
|
@@ -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
package/src/etc/ngFiltering.js
CHANGED
|
@@ -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,
|