ninegrid2 6.157.0 → 6.159.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
|
@@ -18162,7 +18162,7 @@ class ngFilterButton extends HTMLElement
|
|
|
18162
18162
|
//console.log(panel.isHidden);
|
|
18163
18163
|
|
|
18164
18164
|
//panel.style.display = 'flex' : 'none';
|
|
18165
|
-
|
|
18165
|
+
console.log(panel.isHidden, panel.col, this.closest('th,td').dataset.col);
|
|
18166
18166
|
|
|
18167
18167
|
if (!panel.isHidden && panel.col === this.closest('th,td').dataset.col) {
|
|
18168
18168
|
$(this).hide();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -18160,7 +18160,7 @@ class ngFilterButton extends HTMLElement
|
|
|
18160
18160
|
//console.log(panel.isHidden);
|
|
18161
18161
|
|
|
18162
18162
|
//panel.style.display = 'flex' : 'none';
|
|
18163
|
-
|
|
18163
|
+
console.log(panel.isHidden, panel.col, this.closest('th,td').dataset.col);
|
|
18164
18164
|
|
|
18165
18165
|
if (!panel.isHidden && panel.col === this.closest('th,td').dataset.col) {
|
|
18166
18166
|
$(this).hide();
|
package/dist/etc/ngFiltering.js
CHANGED
|
@@ -286,7 +286,7 @@ class ngFilterButton extends HTMLElement
|
|
|
286
286
|
//console.log(panel.isHidden);
|
|
287
287
|
|
|
288
288
|
//panel.style.display = 'flex' : 'none';
|
|
289
|
-
|
|
289
|
+
console.log(panel.isHidden, panel.col, this.closest('th,td').dataset.col);
|
|
290
290
|
|
|
291
291
|
if (!panel.isHidden && panel.col === this.closest('th,td').dataset.col) {
|
|
292
292
|
$(this).hide();
|
package/package.json
CHANGED
package/src/etc/ngFiltering.js
CHANGED
|
@@ -286,7 +286,7 @@ class ngFilterButton extends HTMLElement
|
|
|
286
286
|
//console.log(panel.isHidden);
|
|
287
287
|
|
|
288
288
|
//panel.style.display = 'flex' : 'none';
|
|
289
|
-
|
|
289
|
+
console.log(panel.isHidden, panel.col, this.closest('th,td').dataset.col);
|
|
290
290
|
|
|
291
291
|
if (!panel.isHidden && panel.col === this.closest('th,td').dataset.col) {
|
|
292
292
|
$(this).hide();
|