ninegrid2 6.924.0 → 6.925.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.
@@ -120518,6 +120518,7 @@ class nxSideMenuItem extends HTMLElement
120518
120518
 
120519
120519
  console.log("nxSideMenuItem", this.#caption);
120520
120520
  this.data.caption = this.#caption;
120521
+ this.setAttribute("data-caption", this.#caption);
120521
120522
 
120522
120523
  ninegrid.waitForInnerHTML(this)
120523
120524
  .then(() => this.#init())
@@ -120514,6 +120514,7 @@ class nxSideMenuItem extends HTMLElement
120514
120514
 
120515
120515
  console.log("nxSideMenuItem", this.#caption);
120516
120516
  this.data.caption = this.#caption;
120517
+ this.setAttribute("data-caption", this.#caption);
120517
120518
 
120518
120519
  ninegrid.waitForInnerHTML(this)
120519
120520
  .then(() => this.#init())
@@ -366,6 +366,7 @@ class nxSideMenuItem extends HTMLElement
366
366
 
367
367
  console.log("nxSideMenuItem", this.#caption);
368
368
  this.data.caption = this.#caption;
369
+ this.setAttribute("data-caption", this.#caption);
369
370
 
370
371
  ninegrid.waitForInnerHTML(this)
371
372
  .then(() => this.#init())
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.924.0",
4
+ "version": "6.925.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -366,6 +366,7 @@ class nxSideMenuItem extends HTMLElement
366
366
 
367
367
  console.log("nxSideMenuItem", this.#caption);
368
368
  this.data.caption = this.#caption;
369
+ this.setAttribute("data-caption", this.#caption);
369
370
 
370
371
  ninegrid.waitForInnerHTML(this)
371
372
  .then(() => this.#init())