ide-assi 0.465.0 → 0.467.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.
@@ -202806,7 +202806,8 @@ class IdeDiffPopup extends HTMLElement
202806
202806
 
202807
202807
  console.log(type, diffData);
202808
202808
 
202809
- const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
202809
+ //const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
202810
+ const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
202810
202811
  console.log(tabPage);
202811
202812
  if (!tabPage) continue;
202812
202813
 
@@ -202802,7 +202802,8 @@ class IdeDiffPopup extends HTMLElement
202802
202802
 
202803
202803
  console.log(type, diffData);
202804
202804
 
202805
- const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
202805
+ //const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
202806
+ const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
202806
202807
  console.log(tabPage);
202807
202808
  if (!tabPage) continue;
202808
202809
 
@@ -47,7 +47,8 @@ class IdeDiffPopup extends HTMLElement
47
47
 
48
48
  console.log(type, diffData);
49
49
 
50
- const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
50
+ //const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
51
+ const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
51
52
  console.log(tabPage);
52
53
  if (!tabPage) continue;
53
54
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.465.0",
4
+ "version": "0.467.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -47,7 +47,8 @@ class IdeDiffPopup extends HTMLElement
47
47
 
48
48
  console.log(type, diffData);
49
49
 
50
- const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
50
+ //const tabPage = ninegrid.querySelector(`nx-tab-page[caption='${type}']`, this.shadowRoot);
51
+ const tabPage = ninegrid.querySelector(`nx-tab-page`, this.shadowRoot);
51
52
  console.log(tabPage);
52
53
  if (!tabPage) continue;
53
54