ide-assi 0.506.0 → 0.507.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
|
@@ -203220,7 +203220,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203220
203220
|
z-index: 1;
|
|
203221
203221
|
}
|
|
203222
203222
|
|
|
203223
|
-
button.
|
|
203223
|
+
button.save {
|
|
203224
203224
|
cursor: pointer;
|
|
203225
203225
|
outline: none;
|
|
203226
203226
|
}
|
|
@@ -203228,7 +203228,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203228
203228
|
|
|
203229
203229
|
<nx-dialog>
|
|
203230
203230
|
<div class="buttons">
|
|
203231
|
-
<button class="
|
|
203231
|
+
<button class="save">Apply</button>
|
|
203232
203232
|
</div>
|
|
203233
203233
|
|
|
203234
203234
|
<nx-tab theme="theme-4">
|
|
@@ -203252,8 +203252,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203252
203252
|
}
|
|
203253
203253
|
|
|
203254
203254
|
#init = () => {
|
|
203255
|
-
console.log(ninegrid.querySelector(".
|
|
203256
|
-
ninegrid.querySelector(".
|
|
203255
|
+
console.log(ninegrid.querySelector(".save", this.shadowRoot));
|
|
203256
|
+
ninegrid.querySelector(".save", this.shadowRoot).addEventListener("click", e => {
|
|
203257
203257
|
this.#apply();
|
|
203258
203258
|
});
|
|
203259
203259
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203216,7 +203216,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203216
203216
|
z-index: 1;
|
|
203217
203217
|
}
|
|
203218
203218
|
|
|
203219
|
-
button.
|
|
203219
|
+
button.save {
|
|
203220
203220
|
cursor: pointer;
|
|
203221
203221
|
outline: none;
|
|
203222
203222
|
}
|
|
@@ -203224,7 +203224,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203224
203224
|
|
|
203225
203225
|
<nx-dialog>
|
|
203226
203226
|
<div class="buttons">
|
|
203227
|
-
<button class="
|
|
203227
|
+
<button class="save">Apply</button>
|
|
203228
203228
|
</div>
|
|
203229
203229
|
|
|
203230
203230
|
<nx-tab theme="theme-4">
|
|
@@ -203248,8 +203248,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203248
203248
|
}
|
|
203249
203249
|
|
|
203250
203250
|
#init = () => {
|
|
203251
|
-
console.log(ninegrid.querySelector(".
|
|
203252
|
-
ninegrid.querySelector(".
|
|
203251
|
+
console.log(ninegrid.querySelector(".save", this.shadowRoot));
|
|
203252
|
+
ninegrid.querySelector(".save", this.shadowRoot).addEventListener("click", e => {
|
|
203253
203253
|
this.#apply();
|
|
203254
203254
|
});
|
|
203255
203255
|
}
|
|
@@ -28,7 +28,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
28
28
|
z-index: 1;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
button.
|
|
31
|
+
button.save {
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
outline: none;
|
|
34
34
|
}
|
|
@@ -36,7 +36,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
36
36
|
|
|
37
37
|
<nx-dialog>
|
|
38
38
|
<div class="buttons">
|
|
39
|
-
<button class="
|
|
39
|
+
<button class="save">Apply</button>
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
42
|
<nx-tab theme="theme-4">
|
|
@@ -60,8 +60,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
#init = () => {
|
|
63
|
-
console.log(ninegrid.querySelector(".
|
|
64
|
-
ninegrid.querySelector(".
|
|
63
|
+
console.log(ninegrid.querySelector(".save", this.shadowRoot));
|
|
64
|
+
ninegrid.querySelector(".save", this.shadowRoot).addEventListener("click", e => {
|
|
65
65
|
this.#apply();
|
|
66
66
|
});
|
|
67
67
|
}
|
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
28
28
|
z-index: 1;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
button.
|
|
31
|
+
button.save {
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
outline: none;
|
|
34
34
|
}
|
|
@@ -36,7 +36,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
36
36
|
|
|
37
37
|
<nx-dialog>
|
|
38
38
|
<div class="buttons">
|
|
39
|
-
<button class="
|
|
39
|
+
<button class="save">Apply</button>
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
42
|
<nx-tab theme="theme-4">
|
|
@@ -60,8 +60,8 @@ class IdeDiffPopup extends HTMLElement
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
#init = () => {
|
|
63
|
-
console.log(ninegrid.querySelector(".
|
|
64
|
-
ninegrid.querySelector(".
|
|
63
|
+
console.log(ninegrid.querySelector(".save", this.shadowRoot));
|
|
64
|
+
ninegrid.querySelector(".save", this.shadowRoot).addEventListener("click", e => {
|
|
65
65
|
this.#apply();
|
|
66
66
|
});
|
|
67
67
|
}
|