ninegrid2 6.654.0 → 6.655.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.
@@ -120124,6 +120124,8 @@ class nxSideMenu extends HTMLElement
120124
120124
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
120125
120125
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
120126
120126
  console.log("=======================", cleanPath);
120127
+
120128
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120127
120129
  };
120128
120130
 
120129
120131
  expand = () => {
@@ -120120,6 +120120,8 @@ class nxSideMenu extends HTMLElement
120120
120120
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
120121
120121
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
120122
120122
  console.log("=======================", cleanPath);
120123
+
120124
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120123
120125
  };
120124
120126
 
120125
120127
  expand = () => {
@@ -20,6 +20,8 @@ class nxSideMenu extends HTMLElement
20
20
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
21
21
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
22
22
  console.log("=======================", cleanPath);
23
+
24
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
23
25
  };
24
26
 
25
27
  expand = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.654.0",
4
+ "version": "6.655.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -20,6 +20,8 @@ class nxSideMenu extends HTMLElement
20
20
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
21
21
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
22
22
  console.log("=======================", cleanPath);
23
+
24
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
23
25
  };
24
26
 
25
27
  expand = () => {