ide-assi 0.472.0 → 0.474.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.
@@ -202799,7 +202799,7 @@ class IdeDiffPopup extends HTMLElement
202799
202799
  popup = (chagedSource) => {
202800
202800
 
202801
202801
  console.log(chagedSource);
202802
- this.shadowRoot.querySelector('nx-dialog')?.showModal();
202802
+
202803
202803
 
202804
202804
  setTimeout(() => {
202805
202805
  for (const item of chagedSource) {
@@ -202807,7 +202807,7 @@ class IdeDiffPopup extends HTMLElement
202807
202807
 
202808
202808
  console.log(type, diffData);
202809
202809
 
202810
- const tabPage = ninegrid.querySelector(`.${type}`, this.shadowRoot);
202810
+ const tabPage = this.shadowRoot.querySelector(`nx-tab-page`, this.shadowRoot);
202811
202811
  //const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
202812
202812
  console.log(tabPage);
202813
202813
  if (!tabPage) continue;
@@ -202822,7 +202822,9 @@ class IdeDiffPopup extends HTMLElement
202822
202822
  ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
202823
202823
  );
202824
202824
  }
202825
- }, 100);
202825
+
202826
+ this.shadowRoot.querySelector('nx-dialog')?.showModal();
202827
+ }, 800);
202826
202828
 
202827
202829
 
202828
202830
  };
@@ -202795,7 +202795,7 @@ class IdeDiffPopup extends HTMLElement
202795
202795
  popup = (chagedSource) => {
202796
202796
 
202797
202797
  console.log(chagedSource);
202798
- this.shadowRoot.querySelector('nx-dialog')?.showModal();
202798
+
202799
202799
 
202800
202800
  setTimeout(() => {
202801
202801
  for (const item of chagedSource) {
@@ -202803,7 +202803,7 @@ class IdeDiffPopup extends HTMLElement
202803
202803
 
202804
202804
  console.log(type, diffData);
202805
202805
 
202806
- const tabPage = ninegrid.querySelector(`.${type}`, this.shadowRoot);
202806
+ const tabPage = this.shadowRoot.querySelector(`nx-tab-page`, this.shadowRoot);
202807
202807
  //const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
202808
202808
  console.log(tabPage);
202809
202809
  if (!tabPage) continue;
@@ -202818,7 +202818,9 @@ class IdeDiffPopup extends HTMLElement
202818
202818
  ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
202819
202819
  );
202820
202820
  }
202821
- }, 100);
202821
+
202822
+ this.shadowRoot.querySelector('nx-dialog')?.showModal();
202823
+ }, 800);
202822
202824
 
202823
202825
 
202824
202826
  };
@@ -40,7 +40,7 @@ class IdeDiffPopup extends HTMLElement
40
40
  popup = (chagedSource) => {
41
41
 
42
42
  console.log(chagedSource);
43
- this.shadowRoot.querySelector('nx-dialog')?.showModal();
43
+
44
44
 
45
45
  setTimeout(() => {
46
46
  for (const item of chagedSource) {
@@ -48,7 +48,7 @@ class IdeDiffPopup extends HTMLElement
48
48
 
49
49
  console.log(type, diffData);
50
50
 
51
- const tabPage = ninegrid.querySelector(`.${type}`, this.shadowRoot);
51
+ const tabPage = this.shadowRoot.querySelector(`nx-tab-page`, this.shadowRoot);
52
52
  //const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
53
53
  console.log(tabPage);
54
54
  if (!tabPage) continue;
@@ -63,7 +63,9 @@ class IdeDiffPopup extends HTMLElement
63
63
  ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
64
64
  );
65
65
  }
66
- }, 100);
66
+
67
+ this.shadowRoot.querySelector('nx-dialog')?.showModal();
68
+ }, 800);
67
69
 
68
70
 
69
71
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.472.0",
4
+ "version": "0.474.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -40,7 +40,7 @@ class IdeDiffPopup extends HTMLElement
40
40
  popup = (chagedSource) => {
41
41
 
42
42
  console.log(chagedSource);
43
- this.shadowRoot.querySelector('nx-dialog')?.showModal();
43
+
44
44
 
45
45
  setTimeout(() => {
46
46
  for (const item of chagedSource) {
@@ -48,7 +48,7 @@ class IdeDiffPopup extends HTMLElement
48
48
 
49
49
  console.log(type, diffData);
50
50
 
51
- const tabPage = ninegrid.querySelector(`.${type}`, this.shadowRoot);
51
+ const tabPage = this.shadowRoot.querySelector(`nx-tab-page`, this.shadowRoot);
52
52
  //const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
53
53
  console.log(tabPage);
54
54
  if (!tabPage) continue;
@@ -63,7 +63,9 @@ class IdeDiffPopup extends HTMLElement
63
63
  ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
64
64
  );
65
65
  }
66
- }, 100);
66
+
67
+ this.shadowRoot.querySelector('nx-dialog')?.showModal();
68
+ }, 800);
67
69
 
68
70
 
69
71
  };