ninegrid2 6.1377.0 → 6.1378.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/nxPanel.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxPanel.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -28879,7 +28879,7 @@ class nxPanel extends nxDiv {
|
|
|
28879
28879
|
</div>
|
|
28880
28880
|
<div class="body">
|
|
28881
28881
|
<nx-layout2 columns="${columns}" rows-height="${rowsHeight}">
|
|
28882
|
-
|
|
28882
|
+
${this.originContents}
|
|
28883
28883
|
</nx-layout2>
|
|
28884
28884
|
</div>
|
|
28885
28885
|
`;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28875,7 +28875,7 @@ class nxPanel extends nxDiv {
|
|
|
28875
28875
|
</div>
|
|
28876
28876
|
<div class="body">
|
|
28877
28877
|
<nx-layout2 columns="${columns}" rows-height="${rowsHeight}">
|
|
28878
|
-
|
|
28878
|
+
${this.originContents}
|
|
28879
28879
|
</nx-layout2>
|
|
28880
28880
|
</div>
|
|
28881
28881
|
`;
|
package/dist/nx/nxPanel.js
CHANGED
package/package.json
CHANGED