ninegrid2 6.1004.0 → 6.1005.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/nx/nxLayout.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxLayout.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121987,7 +121987,7 @@ class NxLayout extends HTMLElement {
|
|
|
121987
121987
|
|
|
121988
121988
|
if (row < numRows - 1) {
|
|
121989
121989
|
const splitter = document.createElement('nx-splitter');
|
|
121990
|
-
splitter.setAttribute('
|
|
121990
|
+
splitter.setAttribute('class', 'v');
|
|
121991
121991
|
this.appendChild(splitter);
|
|
121992
121992
|
}
|
|
121993
121993
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121983,7 +121983,7 @@ class NxLayout extends HTMLElement {
|
|
|
121983
121983
|
|
|
121984
121984
|
if (row < numRows - 1) {
|
|
121985
121985
|
const splitter = document.createElement('nx-splitter');
|
|
121986
|
-
splitter.setAttribute('
|
|
121986
|
+
splitter.setAttribute('class', 'v');
|
|
121987
121987
|
this.appendChild(splitter);
|
|
121988
121988
|
}
|
|
121989
121989
|
}
|
package/dist/nx/nxLayout.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED