ninegrid2 6.1268.0 → 6.1269.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.
@@ -121958,6 +121958,9 @@ class nxDiv extends HTMLElement {
121958
121958
  }
121959
121959
  }
121960
121960
 
121961
+ console.log("=========");
121962
+ console.log(this.innerHTML.trim());
121963
+
121961
121964
  this.originContents = this.innerHTML.trim();
121962
121965
  this.innerHTML = ""; // 기존 내부 HTML 제거
121963
121966
 
@@ -122273,7 +122276,7 @@ class nxButtons extends nxDiv {
122273
122276
  ${this.originContents}
122274
122277
  `;
122275
122278
 
122276
- console.log(htmlTmpl);
122279
+ //console.log(htmlTmpl);
122277
122280
 
122278
122281
  target.appendChild(htmlTmpl.content.cloneNode(true));
122279
122282
 
@@ -121954,6 +121954,9 @@ class nxDiv extends HTMLElement {
121954
121954
  }
121955
121955
  }
121956
121956
 
121957
+ console.log("=========");
121958
+ console.log(this.innerHTML.trim());
121959
+
121957
121960
  this.originContents = this.innerHTML.trim();
121958
121961
  this.innerHTML = ""; // 기존 내부 HTML 제거
121959
121962
 
@@ -122269,7 +122272,7 @@ class nxButtons extends nxDiv {
122269
122272
  ${this.originContents}
122270
122273
  `;
122271
122274
 
122272
- console.log(htmlTmpl);
122275
+ //console.log(htmlTmpl);
122273
122276
 
122274
122277
  target.appendChild(htmlTmpl.content.cloneNode(true));
122275
122278
 
package/dist/nx/_nxDiv.js CHANGED
@@ -120,6 +120,9 @@ export class nxDiv extends HTMLElement {
120
120
  }
121
121
  }
122
122
 
123
+ console.log("=========");
124
+ console.log(this.innerHTML.trim());
125
+
123
126
  this.originContents = this.innerHTML.trim();
124
127
  this.innerHTML = ""; // 기존 내부 HTML 제거
125
128
 
@@ -24,7 +24,7 @@ class nxButtons extends nxDiv {
24
24
  ${this.originContents}
25
25
  `;
26
26
 
27
- console.log(htmlTmpl);
27
+ //console.log(htmlTmpl);
28
28
 
29
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
30
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1268.0",
4
+ "version": "6.1269.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -120,6 +120,9 @@ export class nxDiv extends HTMLElement {
120
120
  }
121
121
  }
122
122
 
123
+ console.log("=========");
124
+ console.log(this.innerHTML.trim());
125
+
123
126
  this.originContents = this.innerHTML.trim();
124
127
  this.innerHTML = ""; // 기존 내부 HTML 제거
125
128
 
@@ -24,7 +24,7 @@ class nxButtons extends nxDiv {
24
24
  ${this.originContents}
25
25
  `;
26
26
 
27
- console.log(htmlTmpl);
27
+ //console.log(htmlTmpl);
28
28
 
29
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
30
30