ide-assi 0.47.0 → 0.48.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
|
@@ -193456,7 +193456,7 @@ class IdeAssi extends HTMLElement
|
|
|
193456
193456
|
|
|
193457
193457
|
|
|
193458
193458
|
#init = (info) => {
|
|
193459
|
-
this.settings = this.shadowRoot.querySelector("
|
|
193459
|
+
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
193460
193460
|
|
|
193461
193461
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
193462
193462
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193452,7 +193452,7 @@ class IdeAssi extends HTMLElement
|
|
|
193452
193452
|
|
|
193453
193453
|
|
|
193454
193454
|
#init = (info) => {
|
|
193455
|
-
this.settings = this.shadowRoot.querySelector("
|
|
193455
|
+
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
193456
193456
|
|
|
193457
193457
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
193458
193458
|
|
|
@@ -54,7 +54,7 @@ export class IdeAssi extends HTMLElement
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
#init = (info) => {
|
|
57
|
-
this.settings = this.shadowRoot.querySelector("
|
|
57
|
+
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
58
58
|
|
|
59
59
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
60
60
|
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ export class IdeAssi extends HTMLElement
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
#init = (info) => {
|
|
57
|
-
this.settings = this.shadowRoot.querySelector("
|
|
57
|
+
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
58
58
|
|
|
59
59
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
60
60
|
|