ninegrid2 6.654.0 → 6.656.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.
@@ -120123,7 +120123,12 @@ class nxSideMenu extends HTMLElement
120123
120123
  const rawUrl = window.location.href; // 전체 URL
120124
120124
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
120125
120125
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
120126
- console.log("=======================", cleanPath);
120126
+ console.log("1.=======================", cleanPath);
120127
+
120128
+ setTimeout(() => {
120129
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120130
+ }, 300);
120131
+
120127
120132
  };
120128
120133
 
120129
120134
  expand = () => {
@@ -120119,7 +120119,12 @@ class nxSideMenu extends HTMLElement
120119
120119
  const rawUrl = window.location.href; // 전체 URL
120120
120120
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
120121
120121
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
120122
- console.log("=======================", cleanPath);
120122
+ console.log("1.=======================", cleanPath);
120123
+
120124
+ setTimeout(() => {
120125
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120126
+ }, 300);
120127
+
120123
120128
  };
120124
120129
 
120125
120130
  expand = () => {
@@ -19,7 +19,12 @@ class nxSideMenu extends HTMLElement
19
19
  const rawUrl = window.location.href; // 전체 URL
20
20
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
21
21
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
22
- console.log("=======================", cleanPath);
22
+ console.log("1.=======================", cleanPath);
23
+
24
+ setTimeout(() => {
25
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
26
+ }, 300);
27
+
23
28
  };
24
29
 
25
30
  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.656.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -19,7 +19,12 @@ class nxSideMenu extends HTMLElement
19
19
  const rawUrl = window.location.href; // 전체 URL
20
20
  const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
21
21
  const cleanPath = parsedUrl.pathname; // 👉 경로만 추출
22
- console.log("=======================", cleanPath);
22
+ console.log("1.=======================", cleanPath);
23
+
24
+ setTimeout(() => {
25
+ console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
26
+ }, 300);
27
+
23
28
  };
24
29
 
25
30
  expand = () => {