ide-assi 0.502.0 → 0.504.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
|
@@ -203222,6 +203222,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203222
203222
|
|
|
203223
203223
|
button.apply {
|
|
203224
203224
|
cursor: pointer;
|
|
203225
|
+
outline: none;
|
|
203225
203226
|
}
|
|
203226
203227
|
</style>
|
|
203227
203228
|
|
|
@@ -203251,6 +203252,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203251
203252
|
}
|
|
203252
203253
|
|
|
203253
203254
|
#init = () => {
|
|
203255
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
203254
203256
|
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
203255
203257
|
this.#apply();
|
|
203256
203258
|
});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203218,6 +203218,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203218
203218
|
|
|
203219
203219
|
button.apply {
|
|
203220
203220
|
cursor: pointer;
|
|
203221
|
+
outline: none;
|
|
203221
203222
|
}
|
|
203222
203223
|
</style>
|
|
203223
203224
|
|
|
@@ -203247,6 +203248,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203247
203248
|
}
|
|
203248
203249
|
|
|
203249
203250
|
#init = () => {
|
|
203251
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
203250
203252
|
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
203251
203253
|
this.#apply();
|
|
203252
203254
|
});
|
|
@@ -30,6 +30,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
30
30
|
|
|
31
31
|
button.apply {
|
|
32
32
|
cursor: pointer;
|
|
33
|
+
outline: none;
|
|
33
34
|
}
|
|
34
35
|
</style>
|
|
35
36
|
|
|
@@ -59,6 +60,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
#init = () => {
|
|
63
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
62
64
|
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
63
65
|
this.#apply();
|
|
64
66
|
});
|
package/package.json
CHANGED
|
@@ -30,6 +30,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
30
30
|
|
|
31
31
|
button.apply {
|
|
32
32
|
cursor: pointer;
|
|
33
|
+
outline: none;
|
|
33
34
|
}
|
|
34
35
|
</style>
|
|
35
36
|
|
|
@@ -59,6 +60,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
#init = () => {
|
|
63
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
62
64
|
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
63
65
|
this.#apply();
|
|
64
66
|
});
|