ninegrid2 6.655.0 → 6.657.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,9 +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
+ }, 1000);
120127
120131
 
120128
- console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120129
120132
  };
120130
120133
 
120131
120134
  expand = () => {
@@ -120119,9 +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
+ }, 1000);
120123
120127
 
120124
- console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
120125
120128
  };
120126
120129
 
120127
120130
  expand = () => {
@@ -19,9 +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
+ }, 1000);
23
27
 
24
- console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
25
28
  };
26
29
 
27
30
  expand = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.655.0",
4
+ "version": "6.657.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -19,9 +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
+ }, 1000);
23
27
 
24
- console.log(ninegrid.querySelectorAll("nx-side-menu-item"));
25
28
  };
26
29
 
27
30
  expand = () => {