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