@abgov/web-components 1.38.0-alpha.3 → 1.38.0-alpha.4
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
|
@@ -24852,10 +24852,10 @@ function F3(t, e, i) {
|
|
|
24852
24852
|
const [r, s] = Pe("Radio group orientation", ["vertical", "horizontal"]);
|
|
24853
24853
|
let { name: a } = e, { value: u } = e, { orientation: c = "vertical" } = e, { disabled: f = "false" } = e, { error: g = "false" } = e, { testid: h = "" } = e, { arialabel: m = "" } = e, { mt: b = null } = e, { mr: _ = null } = e, { mb: v = null } = e, { ml: C = null } = e, x = xe(g), z = x, j, M = [], L;
|
|
24854
24854
|
ze(async () => {
|
|
24855
|
-
j.addEventListener("_radioItemChange", (R) => {
|
|
24855
|
+
s(c), await Te(), E(), Z(), H(), j.addEventListener("_radioItemChange", (R) => {
|
|
24856
24856
|
const D = R.detail;
|
|
24857
24857
|
Y(D.value, D.label);
|
|
24858
|
-
})
|
|
24858
|
+
});
|
|
24859
24859
|
});
|
|
24860
24860
|
function E() {
|
|
24861
24861
|
Xe(j, (R, D) => {
|