ide-assi 0.490.0 → 0.492.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.
@@ -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.querySelector("ide-diff", this.shadowRoot).forEach(el => {
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);
@@ -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.querySelector("ide-diff", this.shadowRoot).forEach(el => {
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.querySelector("ide-diff", this.shadowRoot).forEach(el => {
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.490.0",
4
+ "version": "0.492.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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.querySelector("ide-diff", this.shadowRoot).forEach(el => {
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);