ninegrid2 6.930.0 → 6.932.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.
@@ -120516,9 +120516,10 @@ class nxSideMenuItem extends HTMLElement
120516
120516
  }
120517
120517
 
120518
120518
  connectedCallback() {
120519
+ this.#caption = this.innerText.trim();
120519
120520
 
120520
120521
  requestAnimationFrame(() => {
120521
- this.#caption = this.innerText.trim();
120522
+
120522
120523
 
120523
120524
  console.log("nxSideMenuItem", this.#caption);
120524
120525
  //this.data.caption = this.#caption;
@@ -120512,9 +120512,10 @@ class nxSideMenuItem extends HTMLElement
120512
120512
  }
120513
120513
 
120514
120514
  connectedCallback() {
120515
+ this.#caption = this.innerText.trim();
120515
120516
 
120516
120517
  requestAnimationFrame(() => {
120517
- this.#caption = this.innerText.trim();
120518
+
120518
120519
 
120519
120520
  console.log("nxSideMenuItem", this.#caption);
120520
120521
  //this.data.caption = this.#caption;
@@ -364,9 +364,10 @@ class nxSideMenuItem extends HTMLElement
364
364
  }
365
365
 
366
366
  connectedCallback() {
367
+ this.#caption = this.innerText.trim();
367
368
 
368
369
  requestAnimationFrame(() => {
369
- this.#caption = this.innerText.trim();
370
+
370
371
 
371
372
  console.log("nxSideMenuItem", this.#caption);
372
373
  //this.data.caption = this.#caption;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.930.0",
4
+ "version": "6.932.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -364,9 +364,10 @@ class nxSideMenuItem extends HTMLElement
364
364
  }
365
365
 
366
366
  connectedCallback() {
367
+ this.#caption = this.innerText.trim();
367
368
 
368
369
  requestAnimationFrame(() => {
369
- this.#caption = this.innerText.trim();
370
+
370
371
 
371
372
  console.log("nxSideMenuItem", this.#caption);
372
373
  //this.data.caption = this.#caption;