ninegrid2 6.1088.0 → 6.1089.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
|
@@ -121980,7 +121980,7 @@ class nxPanel extends HTMLElement {
|
|
|
121980
121980
|
</div>
|
|
121981
121981
|
`;
|
|
121982
121982
|
|
|
121983
|
-
this.shadowRoot.
|
|
121983
|
+
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
121984
121984
|
}
|
|
121985
121985
|
}
|
|
121986
121986
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121976,7 +121976,7 @@ class nxPanel extends HTMLElement {
|
|
|
121976
121976
|
</div>
|
|
121977
121977
|
`;
|
|
121978
121978
|
|
|
121979
|
-
this.shadowRoot.
|
|
121979
|
+
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
121980
121980
|
}
|
|
121981
121981
|
}
|
|
121982
121982
|
|
package/dist/nx/nxPanel.js
CHANGED
package/package.json
CHANGED