ide-assi 0.471.0 → 0.472.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
|
@@ -202799,6 +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
|
setTimeout(() => {
|
|
202804
202805
|
for (const item of chagedSource) {
|
|
@@ -202821,8 +202822,6 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202821
202822
|
ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
|
|
202822
202823
|
);
|
|
202823
202824
|
}
|
|
202824
|
-
|
|
202825
|
-
this.shadowRoot.querySelector('nx-dialog')?.showModal();
|
|
202826
202825
|
}, 100);
|
|
202827
202826
|
|
|
202828
202827
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202795,6 +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
|
setTimeout(() => {
|
|
202800
202801
|
for (const item of chagedSource) {
|
|
@@ -202817,8 +202818,6 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202817
202818
|
ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
|
|
202818
202819
|
);
|
|
202819
202820
|
}
|
|
202820
|
-
|
|
202821
|
-
this.shadowRoot.querySelector('nx-dialog')?.showModal();
|
|
202822
202821
|
}, 100);
|
|
202823
202822
|
|
|
202824
202823
|
|
|
@@ -40,6 +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
|
setTimeout(() => {
|
|
45
46
|
for (const item of chagedSource) {
|
|
@@ -62,8 +63,6 @@ class IdeDiffPopup extends HTMLElement
|
|
|
62
63
|
ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
|
|
63
64
|
);
|
|
64
65
|
}
|
|
65
|
-
|
|
66
|
-
this.shadowRoot.querySelector('nx-dialog')?.showModal();
|
|
67
66
|
}, 100);
|
|
68
67
|
|
|
69
68
|
|
package/package.json
CHANGED
|
@@ -40,6 +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
|
setTimeout(() => {
|
|
45
46
|
for (const item of chagedSource) {
|
|
@@ -62,8 +63,6 @@ class IdeDiffPopup extends HTMLElement
|
|
|
62
63
|
ninegrid.decode(type, "mybatis", "xml", "javascript", "javascript", "java")
|
|
63
64
|
);
|
|
64
65
|
}
|
|
65
|
-
|
|
66
|
-
this.shadowRoot.querySelector('nx-dialog')?.showModal();
|
|
67
66
|
}, 100);
|
|
68
67
|
|
|
69
68
|
|