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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxLayout.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxLayout.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
|
|
package/dist/nx/nxLayout.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED