ninegrid2 6.945.0 → 6.946.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.
@@ -121823,7 +121823,7 @@ class nxTitle extends HTMLElement {
121823
121823
  const isCurrent = index === this.#breadcrumbPath.length - 1;
121824
121824
  // static 메서드를 직접 호출하도록 수정
121825
121825
  const linkTag = item.path && !isCurrent
121826
- ? `<a href="javascript:nxTitle.goto('${item.path}')""
121826
+ ? `<a href="javascript:nxTitle.goto('${item.path}')"
121827
121827
  class="breadcrumb-item breadcrumb-link"
121828
121828
  >${item.caption}</a>`
121829
121829
  : `<span class="breadcrumb-item ${isCurrent ? 'breadcrumb-current' : ''}">${item.caption}</span>`;
@@ -121819,7 +121819,7 @@ class nxTitle extends HTMLElement {
121819
121819
  const isCurrent = index === this.#breadcrumbPath.length - 1;
121820
121820
  // static 메서드를 직접 호출하도록 수정
121821
121821
  const linkTag = item.path && !isCurrent
121822
- ? `<a href="javascript:nxTitle.goto('${item.path}')""
121822
+ ? `<a href="javascript:nxTitle.goto('${item.path}')"
121823
121823
  class="breadcrumb-item breadcrumb-link"
121824
121824
  >${item.caption}</a>`
121825
121825
  : `<span class="breadcrumb-item ${isCurrent ? 'breadcrumb-current' : ''}">${item.caption}</span>`;
@@ -158,7 +158,7 @@ export class nxTitle extends HTMLElement {
158
158
  const isCurrent = index === this.#breadcrumbPath.length - 1;
159
159
  // static 메서드를 직접 호출하도록 수정
160
160
  const linkTag = item.path && !isCurrent
161
- ? `<a href="javascript:nxTitle.goto('${item.path}')""
161
+ ? `<a href="javascript:nxTitle.goto('${item.path}')"
162
162
  class="breadcrumb-item breadcrumb-link"
163
163
  >${item.caption}</a>`
164
164
  : `<span class="breadcrumb-item ${isCurrent ? 'breadcrumb-current' : ''}">${item.caption}</span>`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.945.0",
4
+ "version": "6.946.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/nxTitle.js CHANGED
@@ -158,7 +158,7 @@ export class nxTitle extends HTMLElement {
158
158
  const isCurrent = index === this.#breadcrumbPath.length - 1;
159
159
  // static 메서드를 직접 호출하도록 수정
160
160
  const linkTag = item.path && !isCurrent
161
- ? `<a href="javascript:nxTitle.goto('${item.path}')""
161
+ ? `<a href="javascript:nxTitle.goto('${item.path}')"
162
162
  class="breadcrumb-item breadcrumb-link"
163
163
  >${item.caption}</a>`
164
164
  : `<span class="breadcrumb-item ${isCurrent ? 'breadcrumb-current' : ''}">${item.caption}</span>`;