ninegrid2 6.1137.0 → 6.1138.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.
@@ -122044,8 +122044,6 @@ class nxDiv extends HTMLElement
122044
122044
 
122045
122045
  this.originContents = this.innerHTML.trim();
122046
122046
  this.innerHTML = ""; // 기존 내부 HTML 제거
122047
-
122048
- console.log(this.originContents);
122049
122047
  };
122050
122048
  }
122051
122049
 
@@ -122058,7 +122056,7 @@ class nxButtons extends nxDiv {
122058
122056
  }
122059
122057
 
122060
122058
  connectedCallback() {
122061
- if (!super.connectedCallback("nxButtons")) return;
122059
+ if (!super.connectedCallback()) return;
122062
122060
 
122063
122061
  console.log("==========", "child.connectedCallback");
122064
122062
 
@@ -122066,14 +122064,6 @@ class nxButtons extends nxDiv {
122066
122064
  };
122067
122065
 
122068
122066
  #init = () => {
122069
- /**
122070
- const contents = this.innerHTML.trim();
122071
-
122072
- this.innerHTML = ""; // 기존 내부 HTML 제거
122073
- */
122074
-
122075
- console.log(this.originContents);
122076
-
122077
122067
  const htmlTmpl = document.createElement("template");
122078
122068
  htmlTmpl.innerHTML = `
122079
122069
  <style>
@@ -122040,8 +122040,6 @@ class nxDiv extends HTMLElement
122040
122040
 
122041
122041
  this.originContents = this.innerHTML.trim();
122042
122042
  this.innerHTML = ""; // 기존 내부 HTML 제거
122043
-
122044
- console.log(this.originContents);
122045
122043
  };
122046
122044
  }
122047
122045
 
@@ -122054,7 +122052,7 @@ class nxButtons extends nxDiv {
122054
122052
  }
122055
122053
 
122056
122054
  connectedCallback() {
122057
- if (!super.connectedCallback("nxButtons")) return;
122055
+ if (!super.connectedCallback()) return;
122058
122056
 
122059
122057
  console.log("==========", "child.connectedCallback");
122060
122058
 
@@ -122062,14 +122060,6 @@ class nxButtons extends nxDiv {
122062
122060
  };
122063
122061
 
122064
122062
  #init = () => {
122065
- /**
122066
- const contents = this.innerHTML.trim();
122067
-
122068
- this.innerHTML = ""; // 기존 내부 HTML 제거
122069
- */
122070
-
122071
- console.log(this.originContents);
122072
-
122073
122063
  const htmlTmpl = document.createElement("template");
122074
122064
  htmlTmpl.innerHTML = `
122075
122065
  <style>
package/dist/nx/_nxDiv.js CHANGED
@@ -35,7 +35,5 @@ export class nxDiv extends HTMLElement
35
35
 
36
36
  this.originContents = this.innerHTML.trim();
37
37
  this.innerHTML = ""; // 기존 내부 HTML 제거
38
-
39
- console.log(this.originContents);
40
38
  };
41
39
  }
@@ -10,7 +10,7 @@ class nxButtons extends nxDiv {
10
10
  }
11
11
 
12
12
  connectedCallback() {
13
- if (!super.connectedCallback("nxButtons")) return;
13
+ if (!super.connectedCallback()) return;
14
14
 
15
15
  console.log("==========", "child.connectedCallback");
16
16
 
@@ -18,14 +18,6 @@ class nxButtons extends nxDiv {
18
18
  };
19
19
 
20
20
  #init = () => {
21
- /**
22
- const contents = this.innerHTML.trim();
23
-
24
- this.innerHTML = ""; // 기존 내부 HTML 제거
25
- */
26
-
27
- console.log(this.originContents);
28
-
29
21
  const htmlTmpl = document.createElement("template");
30
22
  htmlTmpl.innerHTML = `
31
23
  <style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1137.0",
4
+ "version": "6.1138.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -35,7 +35,5 @@ export class nxDiv extends HTMLElement
35
35
 
36
36
  this.originContents = this.innerHTML.trim();
37
37
  this.innerHTML = ""; // 기존 내부 HTML 제거
38
-
39
- console.log(this.originContents);
40
38
  };
41
39
  }
@@ -10,7 +10,7 @@ class nxButtons extends nxDiv {
10
10
  }
11
11
 
12
12
  connectedCallback() {
13
- if (!super.connectedCallback("nxButtons")) return;
13
+ if (!super.connectedCallback()) return;
14
14
 
15
15
  console.log("==========", "child.connectedCallback");
16
16
 
@@ -18,14 +18,6 @@ class nxButtons extends nxDiv {
18
18
  };
19
19
 
20
20
  #init = () => {
21
- /**
22
- const contents = this.innerHTML.trim();
23
-
24
- this.innerHTML = ""; // 기존 내부 HTML 제거
25
- */
26
-
27
- console.log(this.originContents);
28
-
29
21
  const htmlTmpl = document.createElement("template");
30
22
  htmlTmpl.innerHTML = `
31
23
  <style>