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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -203653,7 +203653,9 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203653
203653
|
|
|
203654
203654
|
setTimeout(() => {
|
|
203655
203655
|
|
|
203656
|
-
|
|
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:
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203649,7 +203649,9 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203649
203649
|
|
|
203650
203650
|
setTimeout(() => {
|
|
203651
203651
|
|
|
203652
|
-
|
|
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
|
-
|
|
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
|
@@ -97,7 +97,9 @@ class IdeDiffPopup extends HTMLElement
|
|
|
97
97
|
|
|
98
98
|
setTimeout(() => {
|
|
99
99
|
|
|
100
|
-
|
|
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:
|