ide-assi 0.618.0 → 0.619.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,6 +203653,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203653
203653
|
|
|
203654
203654
|
setTimeout(() => {
|
|
203655
203655
|
|
|
203656
|
+
console.log("==================================");
|
|
203657
|
+
console.log(this.shadowRoot.querySelectorAll(".tab-button"));
|
|
203656
203658
|
this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
|
|
203657
203659
|
console.log(el, index);
|
|
203658
203660
|
switch (index) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203649,6 +203649,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203649
203649
|
|
|
203650
203650
|
setTimeout(() => {
|
|
203651
203651
|
|
|
203652
|
+
console.log("==================================");
|
|
203653
|
+
console.log(this.shadowRoot.querySelectorAll(".tab-button"));
|
|
203652
203654
|
this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
|
|
203653
203655
|
console.log(el, index);
|
|
203654
203656
|
switch (index) {
|
|
@@ -97,6 +97,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
97
97
|
|
|
98
98
|
setTimeout(() => {
|
|
99
99
|
|
|
100
|
+
console.log("==================================");
|
|
101
|
+
console.log(this.shadowRoot.querySelectorAll(".tab-button"));
|
|
100
102
|
this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
|
|
101
103
|
console.log(el, index);
|
|
102
104
|
switch (index) {
|
package/package.json
CHANGED
|
@@ -97,6 +97,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
97
97
|
|
|
98
98
|
setTimeout(() => {
|
|
99
99
|
|
|
100
|
+
console.log("==================================");
|
|
101
|
+
console.log(this.shadowRoot.querySelectorAll(".tab-button"));
|
|
100
102
|
this.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
|
|
101
103
|
console.log(el, index);
|
|
102
104
|
switch (index) {
|