ninegrid2 6.948.0 → 6.949.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 +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxTitle.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxTitle.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121825,7 +121825,7 @@ class nxTitle extends HTMLElement {
|
|
|
121825
121825
|
const isCurrent = index === this.#breadcrumbPath.length - 1;
|
|
121826
121826
|
// static 메서드를 직접 호출하도록 수정
|
|
121827
121827
|
const linkTag = item.path && !isCurrent
|
|
121828
|
-
? `<a href="javascript:void(0);"
|
|
121828
|
+
? `<a href="javascript:void(0);"
|
|
121829
121829
|
class="breadcrumb-item breadcrumb-link"
|
|
121830
121830
|
data-path="${item.path}"
|
|
121831
121831
|
>${item.caption}</a>`
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121821,7 +121821,7 @@ class nxTitle extends HTMLElement {
|
|
|
121821
121821
|
const isCurrent = index === this.#breadcrumbPath.length - 1;
|
|
121822
121822
|
// static 메서드를 직접 호출하도록 수정
|
|
121823
121823
|
const linkTag = item.path && !isCurrent
|
|
121824
|
-
? `<a href="javascript:void(0);"
|
|
121824
|
+
? `<a href="javascript:void(0);"
|
|
121825
121825
|
class="breadcrumb-item breadcrumb-link"
|
|
121826
121826
|
data-path="${item.path}"
|
|
121827
121827
|
>${item.caption}</a>`
|
package/dist/nx/nxTitle.js
CHANGED
|
@@ -160,7 +160,7 @@ export class nxTitle extends HTMLElement {
|
|
|
160
160
|
const isCurrent = index === this.#breadcrumbPath.length - 1;
|
|
161
161
|
// static 메서드를 직접 호출하도록 수정
|
|
162
162
|
const linkTag = item.path && !isCurrent
|
|
163
|
-
? `<a href="javascript:void(0);"
|
|
163
|
+
? `<a href="javascript:void(0);"
|
|
164
164
|
class="breadcrumb-item breadcrumb-link"
|
|
165
165
|
data-path="${item.path}"
|
|
166
166
|
>${item.caption}</a>`
|
package/package.json
CHANGED
package/src/nx/nxTitle.js
CHANGED
|
@@ -160,7 +160,7 @@ export class nxTitle extends HTMLElement {
|
|
|
160
160
|
const isCurrent = index === this.#breadcrumbPath.length - 1;
|
|
161
161
|
// static 메서드를 직접 호출하도록 수정
|
|
162
162
|
const linkTag = item.path && !isCurrent
|
|
163
|
-
? `<a href="javascript:void(0);"
|
|
163
|
+
? `<a href="javascript:void(0);"
|
|
164
164
|
class="breadcrumb-item breadcrumb-link"
|
|
165
165
|
data-path="${item.path}"
|
|
166
166
|
>${item.caption}</a>`
|