ninegrid2 6.952.0 → 6.953.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 +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxTitle.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxTitle.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -121809,6 +121809,8 @@ class nxTitle extends HTMLElement {
|
|
|
121809
121809
|
caption: "Home",
|
|
121810
121810
|
});
|
|
121811
121811
|
|
|
121812
|
+
console.log(this.#dynamicPath);
|
|
121813
|
+
|
|
121812
121814
|
// 2. 동적으로 추가된 경로 (상세 페이지)
|
|
121813
121815
|
// #dynamicPath 배열의 내용을 병합
|
|
121814
121816
|
this.#breadcrumbPath = this.#breadcrumbPath.concat(this.#dynamicPath);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121805,6 +121805,8 @@ class nxTitle extends HTMLElement {
|
|
|
121805
121805
|
caption: "Home",
|
|
121806
121806
|
});
|
|
121807
121807
|
|
|
121808
|
+
console.log(this.#dynamicPath);
|
|
121809
|
+
|
|
121808
121810
|
// 2. 동적으로 추가된 경로 (상세 페이지)
|
|
121809
121811
|
// #dynamicPath 배열의 내용을 병합
|
|
121810
121812
|
this.#breadcrumbPath = this.#breadcrumbPath.concat(this.#dynamicPath);
|
package/dist/nx/nxTitle.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxTitle.js
CHANGED