@abgov/web-components 1.37.1-alpha.4 → 1.37.1-alpha.5
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
|
@@ -23812,10 +23812,10 @@ function b5(t, e, i) {
|
|
|
23812
23812
|
const [r, s] = He("Radio group orientation", ["vertical", "horizontal"]);
|
|
23813
23813
|
let { name: a } = e, { value: u } = e, { orientation: c = "vertical" } = e, { disabled: d = "false" } = e, { error: g = "false" } = e, { testid: h = "" } = e, { arialabel: m = "" } = e, { mt: v = null } = e, { mr: w = null } = e, { mb: b = null } = e, { ml: k = null } = e, j = Le(g), z = j, M, x = [], L;
|
|
23814
23814
|
ze(async () => {
|
|
23815
|
-
|
|
23815
|
+
M.addEventListener("_radioItemChange", (W) => {
|
|
23816
23816
|
const F = W.detail;
|
|
23817
23817
|
Z(F.value, F.label);
|
|
23818
|
-
});
|
|
23818
|
+
}), await qe(), s(c), H(), D(), E();
|
|
23819
23819
|
});
|
|
23820
23820
|
function H() {
|
|
23821
23821
|
Xe(M, (W, F) => {
|