ide-assi 0.313.0 → 0.315.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
|
@@ -194311,7 +194311,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
194311
194311
|
|
|
194312
194312
|
connectedCallback() {
|
|
194313
194313
|
|
|
194314
|
-
this.#owner = this.getRootNode().host;//this.closest("nine-grid");
|
|
194314
|
+
//this.#owner = this.getRootNode().host;//this.closest("nine-grid");
|
|
194315
194315
|
|
|
194316
194316
|
this.shadowRoot.innerHTML = `
|
|
194317
194317
|
<style>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -194307,7 +194307,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
194307
194307
|
|
|
194308
194308
|
connectedCallback() {
|
|
194309
194309
|
|
|
194310
|
-
this.#owner = this.getRootNode().host;//this.closest("nine-grid");
|
|
194310
|
+
//this.#owner = this.getRootNode().host;//this.closest("nine-grid");
|
|
194311
194311
|
|
|
194312
194312
|
this.shadowRoot.innerHTML = `
|
|
194313
194313
|
<style>
|
package/package.json
CHANGED