ide-assi 0.618.0 → 0.620.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.
@@ -203653,7 +203653,9 @@ class IdeDiffPopup extends HTMLElement
203653
203653
 
203654
203654
  setTimeout(() => {
203655
203655
 
203656
- this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203656
+ console.log("==================================");
203657
+ console.log(tab.shadowRoot.querySelectorAll(".tab-button"));
203658
+ tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203657
203659
  console.log(el, index);
203658
203660
  switch (index) {
203659
203661
  case 0:
@@ -203649,7 +203649,9 @@ class IdeDiffPopup extends HTMLElement
203649
203649
 
203650
203650
  setTimeout(() => {
203651
203651
 
203652
- this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203652
+ console.log("==================================");
203653
+ console.log(tab.shadowRoot.querySelectorAll(".tab-button"));
203654
+ tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203653
203655
  console.log(el, index);
203654
203656
  switch (index) {
203655
203657
  case 0:
@@ -97,7 +97,9 @@ class IdeDiffPopup extends HTMLElement
97
97
 
98
98
  setTimeout(() => {
99
99
 
100
- this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
100
+ console.log("==================================");
101
+ console.log(tab.shadowRoot.querySelectorAll(".tab-button"));
102
+ tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
101
103
  console.log(el, index);
102
104
  switch (index) {
103
105
  case 0:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.618.0",
4
+ "version": "0.620.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -97,7 +97,9 @@ class IdeDiffPopup extends HTMLElement
97
97
 
98
98
  setTimeout(() => {
99
99
 
100
- this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
100
+ console.log("==================================");
101
+ console.log(tab.shadowRoot.querySelectorAll(".tab-button"));
102
+ tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
101
103
  console.log(el, index);
102
104
  switch (index) {
103
105
  case 0: