ninegrid2 6.929.0 → 6.930.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/etc/nxSideMenu.js +1 -1
- package/package.json +1 -1
- package/src/etc/nxSideMenu.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -120520,7 +120520,7 @@ class nxSideMenuItem extends HTMLElement
|
|
|
120520
120520
|
requestAnimationFrame(() => {
|
|
120521
120521
|
this.#caption = this.innerText.trim();
|
|
120522
120522
|
|
|
120523
|
-
|
|
120523
|
+
console.log("nxSideMenuItem", this.#caption);
|
|
120524
120524
|
//this.data.caption = this.#caption;
|
|
120525
120525
|
this.setAttribute("data-caption", this.innerText.trim());
|
|
120526
120526
|
this.#init();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -120516,7 +120516,7 @@ class nxSideMenuItem extends HTMLElement
|
|
|
120516
120516
|
requestAnimationFrame(() => {
|
|
120517
120517
|
this.#caption = this.innerText.trim();
|
|
120518
120518
|
|
|
120519
|
-
|
|
120519
|
+
console.log("nxSideMenuItem", this.#caption);
|
|
120520
120520
|
//this.data.caption = this.#caption;
|
|
120521
120521
|
this.setAttribute("data-caption", this.innerText.trim());
|
|
120522
120522
|
this.#init();
|
package/dist/etc/nxSideMenu.js
CHANGED
|
@@ -368,7 +368,7 @@ class nxSideMenuItem extends HTMLElement
|
|
|
368
368
|
requestAnimationFrame(() => {
|
|
369
369
|
this.#caption = this.innerText.trim();
|
|
370
370
|
|
|
371
|
-
|
|
371
|
+
console.log("nxSideMenuItem", this.#caption);
|
|
372
372
|
//this.data.caption = this.#caption;
|
|
373
373
|
this.setAttribute("data-caption", this.innerText.trim());
|
|
374
374
|
this.#init();
|
package/package.json
CHANGED
package/src/etc/nxSideMenu.js
CHANGED
|
@@ -368,7 +368,7 @@ class nxSideMenuItem extends HTMLElement
|
|
|
368
368
|
requestAnimationFrame(() => {
|
|
369
369
|
this.#caption = this.innerText.trim();
|
|
370
370
|
|
|
371
|
-
|
|
371
|
+
console.log("nxSideMenuItem", this.#caption);
|
|
372
372
|
//this.data.caption = this.#caption;
|
|
373
373
|
this.setAttribute("data-caption", this.innerText.trim());
|
|
374
374
|
this.#init();
|