@abgov/web-components 2.0.0-dev.3 → 2.0.0-next.1
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23602,13 +23602,13 @@ function mg(t, e, o) {
|
|
|
23602
23602
|
}
|
|
23603
23603
|
function ct(he) {
|
|
23604
23604
|
const Ke = he.target;
|
|
23605
|
-
Ke
|
|
23605
|
+
!Ke || l || (Ke.dispatchEvent(new CustomEvent(
|
|
23606
23606
|
"_keyPress",
|
|
23607
23607
|
{
|
|
23608
23608
|
composed: !0,
|
|
23609
23609
|
detail: { name: p, value: Ke.value, key: he.key }
|
|
23610
23610
|
}
|
|
23611
|
-
)), o(0, k = Ke.value))
|
|
23611
|
+
)), o(0, k = Ke.value));
|
|
23612
23612
|
}
|
|
23613
23613
|
function gt(he) {
|
|
23614
23614
|
const Ke = he.target;
|