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.
- package/dist/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/etc/nxSideMenu.js +1 -0
- package/package.json +1 -1
- package/src/etc/nxSideMenu.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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())
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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())
|
package/dist/etc/nxSideMenu.js
CHANGED
|
@@ -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
package/src/etc/nxSideMenu.js
CHANGED
|
@@ -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())
|