ninegrid2 6.981.0 → 6.982.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.
@@ -121919,6 +121919,8 @@ class NxLayout extends HTMLElement {
121919
121919
  this.removeChild(this.firstChild);
121920
121920
  }
121921
121921
 
121922
+ console.log("11111");
121923
+
121922
121924
  const columnsLayout = (this.getAttribute('columns') || '1').split(',').map(Number);
121923
121925
  const numRows = columnsLayout.length;
121924
121926
 
@@ -121915,6 +121915,8 @@ class NxLayout extends HTMLElement {
121915
121915
  this.removeChild(this.firstChild);
121916
121916
  }
121917
121917
 
121918
+ console.log("11111");
121919
+
121918
121920
  const columnsLayout = (this.getAttribute('columns') || '1').split(',').map(Number);
121919
121921
  const numRows = columnsLayout.length;
121920
121922
 
@@ -24,6 +24,8 @@ class NxLayout extends HTMLElement {
24
24
  this.removeChild(this.firstChild);
25
25
  }
26
26
 
27
+ console.log("11111")
28
+
27
29
  const columnsLayout = (this.getAttribute('columns') || '1').split(',').map(Number);
28
30
  const numRows = columnsLayout.length;
29
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.981.0",
4
+ "version": "6.982.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -24,6 +24,8 @@ class NxLayout extends HTMLElement {
24
24
  this.removeChild(this.firstChild);
25
25
  }
26
26
 
27
+ console.log("11111")
28
+
27
29
  const columnsLayout = (this.getAttribute('columns') || '1').split(',').map(Number);
28
30
  const numRows = columnsLayout.length;
29
31