ide-assi 0.489.0 → 0.491.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
|
@@ -202898,7 +202898,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202898
202898
|
|
|
202899
202899
|
const types = changedSource.map(item => Object.keys(item)[0]);
|
|
202900
202900
|
const tab = this.shadowRoot.querySelector('nx-tab');
|
|
202901
|
-
ninegrid.
|
|
202901
|
+
ninegrid.querySelectorAll("ide-diff", this.shadowRoot).forEach(el => {
|
|
202902
202902
|
const type = el.className.trim();
|
|
202903
202903
|
if (!types.includes(type)) {
|
|
202904
202904
|
tab.tabpage.hide(type);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202894,7 +202894,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202894
202894
|
|
|
202895
202895
|
const types = changedSource.map(item => Object.keys(item)[0]);
|
|
202896
202896
|
const tab = this.shadowRoot.querySelector('nx-tab');
|
|
202897
|
-
ninegrid.
|
|
202897
|
+
ninegrid.querySelectorAll("ide-diff", this.shadowRoot).forEach(el => {
|
|
202898
202898
|
const type = el.className.trim();
|
|
202899
202899
|
if (!types.includes(type)) {
|
|
202900
202900
|
tab.tabpage.hide(type);
|
|
@@ -53,7 +53,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
53
53
|
|
|
54
54
|
const types = changedSource.map(item => Object.keys(item)[0]);
|
|
55
55
|
const tab = this.shadowRoot.querySelector('nx-tab');
|
|
56
|
-
ninegrid.
|
|
56
|
+
ninegrid.querySelectorAll("ide-diff", this.shadowRoot).forEach(el => {
|
|
57
57
|
const type = el.className.trim();
|
|
58
58
|
if (!types.includes(type)) {
|
|
59
59
|
tab.tabpage.hide(type);
|
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
53
53
|
|
|
54
54
|
const types = changedSource.map(item => Object.keys(item)[0]);
|
|
55
55
|
const tab = this.shadowRoot.querySelector('nx-tab');
|
|
56
|
-
ninegrid.
|
|
56
|
+
ninegrid.querySelectorAll("ide-diff", this.shadowRoot).forEach(el => {
|
|
57
57
|
const type = el.className.trim();
|
|
58
58
|
if (!types.includes(type)) {
|
|
59
59
|
tab.tabpage.hide(type);
|