ninegrid2 6.958.0 → 6.960.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.
@@ -121811,7 +121811,7 @@ class nxTitle extends HTMLElement {
121811
121811
  caption: "Home",
121812
121812
  });
121813
121813
 
121814
- console.log(this.#dynamicPath);
121814
+ //console.log(this.#dynamicPath)
121815
121815
 
121816
121816
  // 2. 동적으로 추가된 경로 (상세 페이지)
121817
121817
  // #dynamicPath 배열의 내용을 병합
@@ -121824,7 +121824,7 @@ class nxTitle extends HTMLElement {
121824
121824
 
121825
121825
  #renderer = () => {
121826
121826
  const el = ninegrid.querySelector('nx-side-menu-item.active');
121827
- console.log(el);
121827
+ //console.log(el);
121828
121828
 
121829
121829
  const caption = el ? el.caption : "No Caption";
121830
121830
 
@@ -121907,7 +121907,7 @@ class NxLayout extends HTMLElement {
121907
121907
 
121908
121908
  #render() {
121909
121909
  // 이전 콘텐츠를 모두 제거합니다.
121910
-
121910
+ console.log("====================");
121911
121911
 
121912
121912
  const numColumns = parseInt(this.getAttribute('columns'), 1);
121913
121913
  const numRows = parseInt(this.getAttribute('rows'), 1);
@@ -121807,7 +121807,7 @@ class nxTitle extends HTMLElement {
121807
121807
  caption: "Home",
121808
121808
  });
121809
121809
 
121810
- console.log(this.#dynamicPath);
121810
+ //console.log(this.#dynamicPath)
121811
121811
 
121812
121812
  // 2. 동적으로 추가된 경로 (상세 페이지)
121813
121813
  // #dynamicPath 배열의 내용을 병합
@@ -121820,7 +121820,7 @@ class nxTitle extends HTMLElement {
121820
121820
 
121821
121821
  #renderer = () => {
121822
121822
  const el = ninegrid.querySelector('nx-side-menu-item.active');
121823
- console.log(el);
121823
+ //console.log(el);
121824
121824
 
121825
121825
  const caption = el ? el.caption : "No Caption";
121826
121826
 
@@ -121903,7 +121903,7 @@ class NxLayout extends HTMLElement {
121903
121903
 
121904
121904
  #render() {
121905
121905
  // 이전 콘텐츠를 모두 제거합니다.
121906
-
121906
+ console.log("====================");
121907
121907
 
121908
121908
  const numColumns = parseInt(this.getAttribute('columns'), 1);
121909
121909
  const numRows = parseInt(this.getAttribute('rows'), 1);
@@ -16,7 +16,7 @@ class NxLayout extends HTMLElement {
16
16
 
17
17
  #render() {
18
18
  // 이전 콘텐츠를 모두 제거합니다.
19
-
19
+ console.log("====================");
20
20
 
21
21
  const numColumns = parseInt(this.getAttribute('columns'), 1);
22
22
  const numRows = parseInt(this.getAttribute('rows'), 1);
@@ -132,7 +132,7 @@ export class nxTitle extends HTMLElement {
132
132
  caption: "Home",
133
133
  });
134
134
 
135
- console.log(this.#dynamicPath)
135
+ //console.log(this.#dynamicPath)
136
136
 
137
137
  // 2. 동적으로 추가된 경로 (상세 페이지)
138
138
  // #dynamicPath 배열의 내용을 병합
@@ -145,7 +145,7 @@ export class nxTitle extends HTMLElement {
145
145
 
146
146
  #renderer = () => {
147
147
  const el = ninegrid.querySelector('nx-side-menu-item.active');
148
- console.log(el);
148
+ //console.log(el);
149
149
 
150
150
  const caption = el ? el.caption : "No Caption";
151
151
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.958.0",
4
+ "version": "6.960.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -16,7 +16,7 @@ class NxLayout extends HTMLElement {
16
16
 
17
17
  #render() {
18
18
  // 이전 콘텐츠를 모두 제거합니다.
19
-
19
+ console.log("====================");
20
20
 
21
21
  const numColumns = parseInt(this.getAttribute('columns'), 1);
22
22
  const numRows = parseInt(this.getAttribute('rows'), 1);
package/src/nx/nxTitle.js CHANGED
@@ -132,7 +132,7 @@ export class nxTitle extends HTMLElement {
132
132
  caption: "Home",
133
133
  });
134
134
 
135
- console.log(this.#dynamicPath)
135
+ //console.log(this.#dynamicPath)
136
136
 
137
137
  // 2. 동적으로 추가된 경로 (상세 페이지)
138
138
  // #dynamicPath 배열의 내용을 병합
@@ -145,7 +145,7 @@ export class nxTitle extends HTMLElement {
145
145
 
146
146
  #renderer = () => {
147
147
  const el = ninegrid.querySelector('nx-side-menu-item.active');
148
- console.log(el);
148
+ //console.log(el);
149
149
 
150
150
  const caption = el ? el.caption : "No Caption";
151
151