ninegrid2 6.1355.0 → 6.1356.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.
@@ -28566,6 +28566,8 @@ class nxDiv extends HTMLElement {
28566
28566
 
28567
28567
  //console.log("=========");
28568
28568
  //console.log(this.innerHTML.trim());
28569
+ his.originContents = this.innerHTML.trim();
28570
+
28569
28571
  /**
28570
28572
  this.originContents = this.innerHTML.trim();
28571
28573
  this.innerHTML = ""; // 기존 내부 HTML 제거
@@ -28562,6 +28562,8 @@ class nxDiv extends HTMLElement {
28562
28562
 
28563
28563
  //console.log("=========");
28564
28564
  //console.log(this.innerHTML.trim());
28565
+ his.originContents = this.innerHTML.trim();
28566
+
28565
28567
  /**
28566
28568
  this.originContents = this.innerHTML.trim();
28567
28569
  this.innerHTML = ""; // 기존 내부 HTML 제거
package/dist/nx/_nxDiv.js CHANGED
@@ -133,6 +133,8 @@ export class nxDiv extends HTMLElement {
133
133
 
134
134
  //console.log("=========");
135
135
  //console.log(this.innerHTML.trim());
136
+ his.originContents = this.innerHTML.trim();
137
+
136
138
  /**
137
139
  this.originContents = this.innerHTML.trim();
138
140
  this.innerHTML = ""; // 기존 내부 HTML 제거
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1355.0",
4
+ "version": "6.1356.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -133,6 +133,8 @@ export class nxDiv extends HTMLElement {
133
133
 
134
134
  //console.log("=========");
135
135
  //console.log(this.innerHTML.trim());
136
+ his.originContents = this.innerHTML.trim();
137
+
136
138
  /**
137
139
  this.originContents = this.innerHTML.trim();
138
140
  this.innerHTML = ""; // 기존 내부 HTML 제거