ninegrid2 6.1267.0 → 6.1268.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.
@@ -122273,6 +122273,8 @@ class nxButtons extends nxDiv {
122273
122273
  ${this.originContents}
122274
122274
  `;
122275
122275
 
122276
+ console.log(htmlTmpl);
122277
+
122276
122278
  target.appendChild(htmlTmpl.content.cloneNode(true));
122277
122279
 
122278
122280
  target.addEventListener('click', (e) => {
@@ -122269,6 +122269,8 @@ class nxButtons extends nxDiv {
122269
122269
  ${this.originContents}
122270
122270
  `;
122271
122271
 
122272
+ console.log(htmlTmpl);
122273
+
122272
122274
  target.appendChild(htmlTmpl.content.cloneNode(true));
122273
122275
 
122274
122276
  target.addEventListener('click', (e) => {
@@ -24,6 +24,8 @@ class nxButtons extends nxDiv {
24
24
  ${this.originContents}
25
25
  `;
26
26
 
27
+ console.log(htmlTmpl);
28
+
27
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
28
30
 
29
31
  target.addEventListener('click', (e) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1267.0",
4
+ "version": "6.1268.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -24,6 +24,8 @@ class nxButtons extends nxDiv {
24
24
  ${this.originContents}
25
25
  `;
26
26
 
27
+ console.log(htmlTmpl);
28
+
27
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
28
30
 
29
31
  target.addEventListener('click', (e) => {