ide-assi 0.622.0 → 0.623.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.
@@ -203680,6 +203680,8 @@ class IdeDiffPopup extends HTMLElement
203680
203680
  });
203681
203681
  //this.shadowRoot.querySelector('nx-tab').tabpage.hide("mybatis");
203682
203682
 
203683
+ console.log(changedSource);
203684
+
203683
203685
  tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203684
203686
  console.log(el, index);
203685
203687
  switch (index) {
@@ -203676,6 +203676,8 @@ class IdeDiffPopup extends HTMLElement
203676
203676
  });
203677
203677
  //this.shadowRoot.querySelector('nx-tab').tabpage.hide("mybatis");
203678
203678
 
203679
+ console.log(changedSource);
203680
+
203679
203681
  tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
203680
203682
  console.log(el, index);
203681
203683
  switch (index) {
@@ -124,6 +124,8 @@ class IdeDiffPopup extends HTMLElement
124
124
  });
125
125
  //this.shadowRoot.querySelector('nx-tab').tabpage.hide("mybatis");
126
126
 
127
+ console.log(changedSource);
128
+
127
129
  tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
128
130
  console.log(el, index);
129
131
  switch (index) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.622.0",
4
+ "version": "0.623.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -124,6 +124,8 @@ class IdeDiffPopup extends HTMLElement
124
124
  });
125
125
  //this.shadowRoot.querySelector('nx-tab').tabpage.hide("mybatis");
126
126
 
127
+ console.log(changedSource);
128
+
127
129
  tab.shadowRoot.querySelectorAll(".tab-button").forEach((el,index) => {
128
130
  console.log(el, index);
129
131
  switch (index) {