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