ninegrid2 6.934.0 → 6.935.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,20 +120518,19 @@ class nxSideMenuItem extends HTMLElement
120518
120518
  connectedCallback() {
120519
120519
  this.#caption = this.getAttribute("title");//this.innerText.trim();
120520
120520
 
120521
- requestAnimationFrame(() => {
120521
+ //requestAnimationFrame(() => {
120522
120522
 
120523
120523
 
120524
120524
  //console.log("nxSideMenuItem", this.#caption);
120525
120525
  //this.data.caption = this.#caption;
120526
120526
  //this.setAttribute("data-caption", this.innerText.trim());
120527
- this.#init();
120527
+ //this.#init();
120528
+
120528
120529
 
120529
- /**
120530
120530
  ninegrid.waitForInnerHTML(this)
120531
120531
  .then(() => this.#init())
120532
120532
  .catch(error => console.error(error));
120533
- */
120534
- });
120533
+ //});
120535
120534
 
120536
120535
  }
120537
120536
 
@@ -120514,20 +120514,19 @@ class nxSideMenuItem extends HTMLElement
120514
120514
  connectedCallback() {
120515
120515
  this.#caption = this.getAttribute("title");//this.innerText.trim();
120516
120516
 
120517
- requestAnimationFrame(() => {
120517
+ //requestAnimationFrame(() => {
120518
120518
 
120519
120519
 
120520
120520
  //console.log("nxSideMenuItem", this.#caption);
120521
120521
  //this.data.caption = this.#caption;
120522
120522
  //this.setAttribute("data-caption", this.innerText.trim());
120523
- this.#init();
120523
+ //this.#init();
120524
+
120524
120525
 
120525
- /**
120526
120526
  ninegrid.waitForInnerHTML(this)
120527
120527
  .then(() => this.#init())
120528
120528
  .catch(error => console.error(error));
120529
- */
120530
- });
120529
+ //});
120531
120530
 
120532
120531
  }
120533
120532
 
@@ -366,20 +366,19 @@ class nxSideMenuItem extends HTMLElement
366
366
  connectedCallback() {
367
367
  this.#caption = this.getAttribute("title");//this.innerText.trim();
368
368
 
369
- requestAnimationFrame(() => {
369
+ //requestAnimationFrame(() => {
370
370
 
371
371
 
372
372
  //console.log("nxSideMenuItem", this.#caption);
373
373
  //this.data.caption = this.#caption;
374
374
  //this.setAttribute("data-caption", this.innerText.trim());
375
- this.#init();
375
+ //this.#init();
376
+
376
377
 
377
- /**
378
378
  ninegrid.waitForInnerHTML(this)
379
379
  .then(() => this.#init())
380
380
  .catch(error => console.error(error));
381
- */
382
- });
381
+ //});
383
382
 
384
383
  }
385
384
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.934.0",
4
+ "version": "6.935.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -366,20 +366,19 @@ class nxSideMenuItem extends HTMLElement
366
366
  connectedCallback() {
367
367
  this.#caption = this.getAttribute("title");//this.innerText.trim();
368
368
 
369
- requestAnimationFrame(() => {
369
+ //requestAnimationFrame(() => {
370
370
 
371
371
 
372
372
  //console.log("nxSideMenuItem", this.#caption);
373
373
  //this.data.caption = this.#caption;
374
374
  //this.setAttribute("data-caption", this.innerText.trim());
375
- this.#init();
375
+ //this.#init();
376
+
376
377
 
377
- /**
378
378
  ninegrid.waitForInnerHTML(this)
379
379
  .then(() => this.#init())
380
380
  .catch(error => console.error(error));
381
- */
382
- });
381
+ //});
383
382
 
384
383
  }
385
384