ide-assi 0.304.0 → 0.305.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
|
@@ -194114,7 +194114,7 @@ class IdeAssi extends HTMLElement
|
|
|
194114
194114
|
|
|
194115
194115
|
e.preventDefault();
|
|
194116
194116
|
|
|
194117
|
-
this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
194117
|
+
//this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
194118
194118
|
|
|
194119
194119
|
const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
|
|
194120
194120
|
console.log(a);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -194110,7 +194110,7 @@ class IdeAssi extends HTMLElement
|
|
|
194110
194110
|
|
|
194111
194111
|
e.preventDefault();
|
|
194112
194112
|
|
|
194113
|
-
this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
194113
|
+
//this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
194114
194114
|
|
|
194115
194115
|
const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
|
|
194116
194116
|
console.log(a);
|
|
@@ -118,7 +118,7 @@ export class IdeAssi extends HTMLElement
|
|
|
118
118
|
|
|
119
119
|
e.preventDefault();
|
|
120
120
|
|
|
121
|
-
this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
121
|
+
//this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
122
122
|
|
|
123
123
|
const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
|
|
124
124
|
console.log(a);
|
package/package.json
CHANGED
|
@@ -118,7 +118,7 @@ export class IdeAssi extends HTMLElement
|
|
|
118
118
|
|
|
119
119
|
e.preventDefault();
|
|
120
120
|
|
|
121
|
-
this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
121
|
+
//this.shadowRoot.querySelector('ide-diff-popup').remove();
|
|
122
122
|
|
|
123
123
|
const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
|
|
124
124
|
console.log(a);
|