ninegrid2 6.659.0 → 6.660.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.
- package/dist/bundle.cjs.js +0 -7
- package/dist/bundle.esm.js +0 -7
- package/dist/etc/nxSideMenu.js +0 -7
- package/package.json +1 -1
- package/src/etc/nxSideMenu.js +0 -7
package/dist/bundle.cjs.js
CHANGED
|
@@ -120120,14 +120120,7 @@ class nxSideMenu extends HTMLElement
|
|
|
120120
120120
|
.then(() => this.#init())
|
|
120121
120121
|
.catch(error => console.error(error));
|
|
120122
120122
|
|
|
120123
|
-
|
|
120124
|
-
|
|
120125
120123
|
setTimeout(() => {
|
|
120126
|
-
console.log(ninegrid.querySelector("nx-side-menu-item.active"));
|
|
120127
|
-
|
|
120128
|
-
const href = "/tmpl-a/doc-manager";
|
|
120129
|
-
console.log(ninegrid.querySelector(`nx-side-menu-item[href="${href}"]`));
|
|
120130
|
-
|
|
120131
120124
|
if (!ninegrid.querySelector("nx-side-menu-item.active", this.shadowRoot)) {
|
|
120132
120125
|
const rawUrl = window.location.href; // 전체 URL
|
|
120133
120126
|
const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
|
package/dist/bundle.esm.js
CHANGED
|
@@ -120116,14 +120116,7 @@ class nxSideMenu extends HTMLElement
|
|
|
120116
120116
|
.then(() => this.#init())
|
|
120117
120117
|
.catch(error => console.error(error));
|
|
120118
120118
|
|
|
120119
|
-
|
|
120120
|
-
|
|
120121
120119
|
setTimeout(() => {
|
|
120122
|
-
console.log(ninegrid.querySelector("nx-side-menu-item.active"));
|
|
120123
|
-
|
|
120124
|
-
const href = "/tmpl-a/doc-manager";
|
|
120125
|
-
console.log(ninegrid.querySelector(`nx-side-menu-item[href="${href}"]`));
|
|
120126
|
-
|
|
120127
120120
|
if (!ninegrid.querySelector("nx-side-menu-item.active", this.shadowRoot)) {
|
|
120128
120121
|
const rawUrl = window.location.href; // 전체 URL
|
|
120129
120122
|
const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
|
package/dist/etc/nxSideMenu.js
CHANGED
|
@@ -16,14 +16,7 @@ class nxSideMenu extends HTMLElement
|
|
|
16
16
|
.then(() => this.#init())
|
|
17
17
|
.catch(error => console.error(error));
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
19
|
setTimeout(() => {
|
|
22
|
-
console.log(ninegrid.querySelector("nx-side-menu-item.active"));
|
|
23
|
-
|
|
24
|
-
const href = "/tmpl-a/doc-manager";
|
|
25
|
-
console.log(ninegrid.querySelector(`nx-side-menu-item[href="${href}"]`));
|
|
26
|
-
|
|
27
20
|
if (!ninegrid.querySelector("nx-side-menu-item.active", this.shadowRoot)) {
|
|
28
21
|
const rawUrl = window.location.href; // 전체 URL
|
|
29
22
|
const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
|
package/package.json
CHANGED
package/src/etc/nxSideMenu.js
CHANGED
|
@@ -16,14 +16,7 @@ class nxSideMenu extends HTMLElement
|
|
|
16
16
|
.then(() => this.#init())
|
|
17
17
|
.catch(error => console.error(error));
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
19
|
setTimeout(() => {
|
|
22
|
-
console.log(ninegrid.querySelector("nx-side-menu-item.active"));
|
|
23
|
-
|
|
24
|
-
const href = "/tmpl-a/doc-manager";
|
|
25
|
-
console.log(ninegrid.querySelector(`nx-side-menu-item[href="${href}"]`));
|
|
26
|
-
|
|
27
20
|
if (!ninegrid.querySelector("nx-side-menu-item.active", this.shadowRoot)) {
|
|
28
21
|
const rawUrl = window.location.href; // 전체 URL
|
|
29
22
|
const parsedUrl = new URL(rawUrl); // URL 객체로 파싱
|