ide-assi 0.501.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
|
@@ -203217,10 +203217,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203217
203217
|
display: flex;
|
|
203218
203218
|
flex-direction: row;
|
|
203219
203219
|
justify-content: flex-end;
|
|
203220
|
+
z-index: 1;
|
|
203220
203221
|
}
|
|
203221
203222
|
|
|
203222
203223
|
button.apply {
|
|
203223
203224
|
cursor: pointer;
|
|
203225
|
+
outline: none;
|
|
203224
203226
|
}
|
|
203225
203227
|
</style>
|
|
203226
203228
|
|
|
@@ -203250,7 +203252,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203250
203252
|
}
|
|
203251
203253
|
|
|
203252
203254
|
#init = () => {
|
|
203253
|
-
|
|
203255
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
203256
|
+
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
203254
203257
|
this.#apply();
|
|
203255
203258
|
});
|
|
203256
203259
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203213,10 +203213,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203213
203213
|
display: flex;
|
|
203214
203214
|
flex-direction: row;
|
|
203215
203215
|
justify-content: flex-end;
|
|
203216
|
+
z-index: 1;
|
|
203216
203217
|
}
|
|
203217
203218
|
|
|
203218
203219
|
button.apply {
|
|
203219
203220
|
cursor: pointer;
|
|
203221
|
+
outline: none;
|
|
203220
203222
|
}
|
|
203221
203223
|
</style>
|
|
203222
203224
|
|
|
@@ -203246,7 +203248,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203246
203248
|
}
|
|
203247
203249
|
|
|
203248
203250
|
#init = () => {
|
|
203249
|
-
|
|
203251
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
203252
|
+
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
203250
203253
|
this.#apply();
|
|
203251
203254
|
});
|
|
203252
203255
|
}
|
|
@@ -25,10 +25,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: row;
|
|
27
27
|
justify-content: flex-end;
|
|
28
|
+
z-index: 1;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
button.apply {
|
|
31
32
|
cursor: pointer;
|
|
33
|
+
outline: none;
|
|
32
34
|
}
|
|
33
35
|
</style>
|
|
34
36
|
|
|
@@ -58,7 +60,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
#init = () => {
|
|
61
|
-
|
|
63
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
64
|
+
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
62
65
|
this.#apply();
|
|
63
66
|
});
|
|
64
67
|
}
|
package/package.json
CHANGED
|
@@ -25,10 +25,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: row;
|
|
27
27
|
justify-content: flex-end;
|
|
28
|
+
z-index: 1;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
button.apply {
|
|
31
32
|
cursor: pointer;
|
|
33
|
+
outline: none;
|
|
32
34
|
}
|
|
33
35
|
</style>
|
|
34
36
|
|
|
@@ -58,7 +60,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
#init = () => {
|
|
61
|
-
|
|
63
|
+
console.log(ninegrid.querySelector(".apply", this.shadowRoot));
|
|
64
|
+
ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
|
|
62
65
|
this.#apply();
|
|
63
66
|
});
|
|
64
67
|
}
|