ninegrid2 6.189.0 → 6.193.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.
@@ -18544,7 +18544,7 @@ class ngFilterPanel extends HTMLElement
18544
18544
  ds.push({
18545
18545
  LVL: 1,
18546
18546
  CHK: 'N',
18547
- DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
18547
+ DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterButton.filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
18548
18548
  });
18549
18549
 
18550
18550
 
@@ -18542,7 +18542,7 @@ class ngFilterPanel extends HTMLElement
18542
18542
  ds.push({
18543
18543
  LVL: 1,
18544
18544
  CHK: 'N',
18545
- DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
18545
+ DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterButton.filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
18546
18546
  });
18547
18547
 
18548
18548
 
@@ -614,7 +614,7 @@ class ngFilterPanel extends HTMLElement
614
614
  ds.push({
615
615
  LVL: 1,
616
616
  CHK: 'N',
617
- DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
617
+ DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterButton.filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
618
618
  });
619
619
 
620
620
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.189.0",
4
+ "version": "6.193.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -614,7 +614,7 @@ class ngFilterPanel extends HTMLElement
614
614
  ds.push({
615
615
  LVL: 1,
616
616
  CHK: 'N',
617
- DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
617
+ DATA2: '<span class="group">' + $(filterButton).closest('th,td').text() + (filterButton.filterOptions.length > 1 ? ` #${i+1} (${filterOption.colnm})` : '') + '</span>',
618
618
  });
619
619
 
620
620