ninegrid2 6.1349.0 → 6.1350.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.
@@ -28906,7 +28906,7 @@ class nxButtons extends nxDiv {
28906
28906
  <div id="container"></div>
28907
28907
  `;
28908
28908
 
28909
- //target.appendChild(htmlTmpl.content.cloneNode(true));
28909
+ target.appendChild(htmlTmpl.content.cloneNode(true));
28910
28910
 
28911
28911
  // 2. 대피시켰던 원본 노드들을 다시 목적지에 집어넣습니다.
28912
28912
  const container = target.querySelector('#container');
@@ -28902,7 +28902,7 @@ class nxButtons extends nxDiv {
28902
28902
  <div id="container"></div>
28903
28903
  `;
28904
28904
 
28905
- //target.appendChild(htmlTmpl.content.cloneNode(true));
28905
+ target.appendChild(htmlTmpl.content.cloneNode(true));
28906
28906
 
28907
28907
  // 2. 대피시켰던 원본 노드들을 다시 목적지에 집어넣습니다.
28908
28908
  const container = target.querySelector('#container');
@@ -24,7 +24,7 @@ class nxButtons extends nxDiv {
24
24
  <div id="container"></div>
25
25
  `;
26
26
 
27
- //target.appendChild(htmlTmpl.content.cloneNode(true));
27
+ target.appendChild(htmlTmpl.content.cloneNode(true));
28
28
 
29
29
  // 2. 대피시켰던 원본 노드들을 다시 목적지에 집어넣습니다.
30
30
  const container = target.querySelector('#container');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1349.0",
4
+ "version": "6.1350.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -24,7 +24,7 @@ class nxButtons extends nxDiv {
24
24
  <div id="container"></div>
25
25
  `;
26
26
 
27
- //target.appendChild(htmlTmpl.content.cloneNode(true));
27
+ target.appendChild(htmlTmpl.content.cloneNode(true));
28
28
 
29
29
  // 2. 대피시켰던 원본 노드들을 다시 목적지에 집어넣습니다.
30
30
  const container = target.querySelector('#container');