ninegrid2 6.1273.0 → 6.1275.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,8 +121958,8 @@ class nxDiv extends HTMLElement {
121958
121958
  }
121959
121959
  }
121960
121960
 
121961
- console.log("=========");
121962
- console.log(this.innerHTML.trim());
121961
+ //console.log("=========");
121962
+ //console.log(this.innerHTML.trim());
121963
121963
 
121964
121964
  this.originContents = this.innerHTML.trim();
121965
121965
  this.innerHTML = ""; // 기존 내부 HTML 제거
@@ -122280,7 +122280,7 @@ class nxButtons extends nxDiv {
122280
122280
  //console.log(htmlTmpl);
122281
122281
 
122282
122282
  target.appendChild(htmlTmpl.content.cloneNode(true));
122283
-
122283
+ /**
122284
122284
  target.addEventListener('click', (e) => {
122285
122285
 
122286
122286
  const btn = e.target.closest('button');
@@ -122290,8 +122290,8 @@ class nxButtons extends nxDiv {
122290
122290
 
122291
122291
  const actionName = btn.getAttribute('on-click');
122292
122292
 
122293
- console.log(btn, actionName, this[actionName]);
122294
- console.log(typeof this[actionName]);
122293
+ console.log(btn, actionName, this[actionName])
122294
+ console.log(typeof this[actionName])
122295
122295
  if (actionName) {
122296
122296
  // 1. 먼저 엘리먼트 자체(this)에 해당 이름의 함수가 있는지 확인
122297
122297
  if (typeof this[actionName] === 'function') {
@@ -122302,7 +122302,7 @@ class nxButtons extends nxDiv {
122302
122302
  window[actionName](e);
122303
122303
  }
122304
122304
  }
122305
- });
122305
+ }); */
122306
122306
  }
122307
122307
  }
122308
122308
 
@@ -121954,8 +121954,8 @@ class nxDiv extends HTMLElement {
121954
121954
  }
121955
121955
  }
121956
121956
 
121957
- console.log("=========");
121958
- console.log(this.innerHTML.trim());
121957
+ //console.log("=========");
121958
+ //console.log(this.innerHTML.trim());
121959
121959
 
121960
121960
  this.originContents = this.innerHTML.trim();
121961
121961
  this.innerHTML = ""; // 기존 내부 HTML 제거
@@ -122276,7 +122276,7 @@ class nxButtons extends nxDiv {
122276
122276
  //console.log(htmlTmpl);
122277
122277
 
122278
122278
  target.appendChild(htmlTmpl.content.cloneNode(true));
122279
-
122279
+ /**
122280
122280
  target.addEventListener('click', (e) => {
122281
122281
 
122282
122282
  const btn = e.target.closest('button');
@@ -122286,8 +122286,8 @@ class nxButtons extends nxDiv {
122286
122286
 
122287
122287
  const actionName = btn.getAttribute('on-click');
122288
122288
 
122289
- console.log(btn, actionName, this[actionName]);
122290
- console.log(typeof this[actionName]);
122289
+ console.log(btn, actionName, this[actionName])
122290
+ console.log(typeof this[actionName])
122291
122291
  if (actionName) {
122292
122292
  // 1. 먼저 엘리먼트 자체(this)에 해당 이름의 함수가 있는지 확인
122293
122293
  if (typeof this[actionName] === 'function') {
@@ -122298,7 +122298,7 @@ class nxButtons extends nxDiv {
122298
122298
  window[actionName](e);
122299
122299
  }
122300
122300
  }
122301
- });
122301
+ }); */
122302
122302
  }
122303
122303
  }
122304
122304
 
package/dist/nx/_nxDiv.js CHANGED
@@ -120,8 +120,8 @@ export class nxDiv extends HTMLElement {
120
120
  }
121
121
  }
122
122
 
123
- console.log("=========");
124
- console.log(this.innerHTML.trim());
123
+ //console.log("=========");
124
+ //console.log(this.innerHTML.trim());
125
125
 
126
126
  this.originContents = this.innerHTML.trim();
127
127
  this.innerHTML = ""; // 기존 내부 HTML 제거
@@ -28,7 +28,7 @@ class nxButtons extends nxDiv {
28
28
  //console.log(htmlTmpl);
29
29
 
30
30
  target.appendChild(htmlTmpl.content.cloneNode(true));
31
-
31
+ /**
32
32
  target.addEventListener('click', (e) => {
33
33
 
34
34
  const btn = e.target.closest('button');
@@ -50,7 +50,7 @@ class nxButtons extends nxDiv {
50
50
  window[actionName](e);
51
51
  }
52
52
  }
53
- });
53
+ }); */
54
54
  }
55
55
  }
56
56
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1273.0",
4
+ "version": "6.1275.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -120,8 +120,8 @@ export class nxDiv extends HTMLElement {
120
120
  }
121
121
  }
122
122
 
123
- console.log("=========");
124
- console.log(this.innerHTML.trim());
123
+ //console.log("=========");
124
+ //console.log(this.innerHTML.trim());
125
125
 
126
126
  this.originContents = this.innerHTML.trim();
127
127
  this.innerHTML = ""; // 기존 내부 HTML 제거
@@ -28,7 +28,7 @@ class nxButtons extends nxDiv {
28
28
  //console.log(htmlTmpl);
29
29
 
30
30
  target.appendChild(htmlTmpl.content.cloneNode(true));
31
-
31
+ /**
32
32
  target.addEventListener('click', (e) => {
33
33
 
34
34
  const btn = e.target.closest('button');
@@ -50,7 +50,7 @@ class nxButtons extends nxDiv {
50
50
  window[actionName](e);
51
51
  }
52
52
  }
53
- });
53
+ }); */
54
54
  }
55
55
  }
56
56