ninegrid2 6.182.0 → 6.183.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.
@@ -18491,11 +18491,11 @@ class ngFilterPanel extends HTMLElement
18491
18491
 
18492
18492
  let data = owner.data.getValidDataNF();
18493
18493
 
18494
- console.log(data);
18494
+ //console.log(data);
18495
18495
 
18496
18496
  owner.body.querySelectorAll(`th[data-col]:not([data-col="${col}"]),td[data-col]:not([data-col="${col}"])`).forEach(td => {
18497
18497
  const el = td.querySelector("ng-filter-button");
18498
- console.log(el);
18498
+ console.log(owner, td, el);
18499
18499
 
18500
18500
  if (el && el.filterOptions) {
18501
18501
  el.filterOptions.forEach(filterOption => {
@@ -18510,7 +18510,7 @@ class ngFilterPanel extends HTMLElement
18510
18510
  }
18511
18511
  });
18512
18512
 
18513
- console.log(data);
18513
+ //console.log(data);
18514
18514
 
18515
18515
  /**
18516
18516
  $("ng-filter-button", owner.body).each((index,el) => {
@@ -18538,6 +18538,8 @@ class ngFilterPanel extends HTMLElement
18538
18538
  //colnms = [...new Set(colnms)];
18539
18539
  colnms.forEach((colnm,i) => {
18540
18540
 
18541
+ console.log(colnm);
18542
+
18541
18543
  ds.push({
18542
18544
  LVL: 1,
18543
18545
  CHK: 'N',
@@ -18489,11 +18489,11 @@ class ngFilterPanel extends HTMLElement
18489
18489
 
18490
18490
  let data = owner.data.getValidDataNF();
18491
18491
 
18492
- console.log(data);
18492
+ //console.log(data);
18493
18493
 
18494
18494
  owner.body.querySelectorAll(`th[data-col]:not([data-col="${col}"]),td[data-col]:not([data-col="${col}"])`).forEach(td => {
18495
18495
  const el = td.querySelector("ng-filter-button");
18496
- console.log(el);
18496
+ console.log(owner, td, el);
18497
18497
 
18498
18498
  if (el && el.filterOptions) {
18499
18499
  el.filterOptions.forEach(filterOption => {
@@ -18508,7 +18508,7 @@ class ngFilterPanel extends HTMLElement
18508
18508
  }
18509
18509
  });
18510
18510
 
18511
- console.log(data);
18511
+ //console.log(data);
18512
18512
 
18513
18513
  /**
18514
18514
  $("ng-filter-button", owner.body).each((index,el) => {
@@ -18536,6 +18536,8 @@ class ngFilterPanel extends HTMLElement
18536
18536
  //colnms = [...new Set(colnms)];
18537
18537
  colnms.forEach((colnm,i) => {
18538
18538
 
18539
+ console.log(colnm);
18540
+
18539
18541
  ds.push({
18540
18542
  LVL: 1,
18541
18543
  CHK: 'N',
@@ -557,11 +557,11 @@ class ngFilterPanel extends HTMLElement
557
557
 
558
558
  let data = owner.data.getValidDataNF();
559
559
 
560
- console.log(data);
560
+ //console.log(data);
561
561
 
562
562
  owner.body.querySelectorAll(`th[data-col]:not([data-col="${col}"]),td[data-col]:not([data-col="${col}"])`).forEach(td => {
563
563
  const el = td.querySelector("ng-filter-button");
564
- console.log(el);
564
+ console.log(owner, td, el);
565
565
 
566
566
  if (el && el.filterOptions) {
567
567
  el.filterOptions.forEach(filterOption => {
@@ -576,7 +576,7 @@ class ngFilterPanel extends HTMLElement
576
576
  }
577
577
  });
578
578
 
579
- console.log(data);
579
+ //console.log(data);
580
580
 
581
581
  /**
582
582
  $("ng-filter-button", owner.body).each((index,el) => {
@@ -604,6 +604,8 @@ class ngFilterPanel extends HTMLElement
604
604
  //colnms = [...new Set(colnms)];
605
605
  colnms.forEach((colnm,i) => {
606
606
 
607
+ console.log(colnm);
608
+
607
609
  ds.push({
608
610
  LVL: 1,
609
611
  CHK: 'N',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.182.0",
4
+ "version": "6.183.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -557,11 +557,11 @@ class ngFilterPanel extends HTMLElement
557
557
 
558
558
  let data = owner.data.getValidDataNF();
559
559
 
560
- console.log(data);
560
+ //console.log(data);
561
561
 
562
562
  owner.body.querySelectorAll(`th[data-col]:not([data-col="${col}"]),td[data-col]:not([data-col="${col}"])`).forEach(td => {
563
563
  const el = td.querySelector("ng-filter-button");
564
- console.log(el);
564
+ console.log(owner, td, el);
565
565
 
566
566
  if (el && el.filterOptions) {
567
567
  el.filterOptions.forEach(filterOption => {
@@ -576,7 +576,7 @@ class ngFilterPanel extends HTMLElement
576
576
  }
577
577
  });
578
578
 
579
- console.log(data);
579
+ //console.log(data);
580
580
 
581
581
  /**
582
582
  $("ng-filter-button", owner.body).each((index,el) => {
@@ -604,6 +604,8 @@ class ngFilterPanel extends HTMLElement
604
604
  //colnms = [...new Set(colnms)];
605
605
  colnms.forEach((colnm,i) => {
606
606
 
607
+ console.log(colnm);
608
+
607
609
  ds.push({
608
610
  LVL: 1,
609
611
  CHK: 'N',