@abgov/web-components 1.34.0-alpha.2 → 1.34.0-alpha.3
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 +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23233,7 +23233,7 @@ function rh(t, e, n) {
|
|
|
23233
23233
|
const [r, a] = Le("Radio group orientation", ["vertical", "horizontal"]);
|
|
23234
23234
|
let { name: s } = e, { value: d } = e, { orientation: u = "vertical" } = e, { disabled: c = "false" } = e, { error: g = "false" } = e, { testid: h = "" } = e, { arialabel: m = "" } = e, { mt: v = null } = e, { mr: p = null } = e, { mb: b = null } = e, { ml: k = null } = e, E = ze(g), z = E, M, L = [], j;
|
|
23235
23235
|
Ce(async () => {
|
|
23236
|
-
a(u), O(), V(), q(), M.addEventListener("_radioItemChange", (x) => {
|
|
23236
|
+
a(u), await Pe(), O(), V(), q(), M.addEventListener("_radioItemChange", (x) => {
|
|
23237
23237
|
D(x.detail);
|
|
23238
23238
|
});
|
|
23239
23239
|
});
|
|
@@ -26669,8 +26669,8 @@ function _m(t) {
|
|
|
26669
26669
|
}
|
|
26670
26670
|
function wm(t, e, n) {
|
|
26671
26671
|
let i, l, o, { name: r } = e, { value: a = "" } = e, { placeholder: s = "" } = e, { rows: d = 3 } = e, { testid: u = "" } = e, { width: c = "60ch" } = e, { error: g = "false" } = e, { readonly: h = "false" } = e, { disabled: m = "false" } = e, { arialabel: v = "" } = e, { countby: p = "" } = e, { maxcount: b = -1 } = e, { mt: k = null } = e, { mr: E = null } = e, { mb: z = null } = e, { ml: M = null } = e, L = !1, j = !1, O, T;
|
|
26672
|
-
Ce(() => {
|
|
26673
|
-
F(), S(), Ar(T, ":host", {
|
|
26672
|
+
Ce(async () => {
|
|
26673
|
+
await Pe(), F(), S(), Ar(T, ":host", {
|
|
26674
26674
|
width: c.includes("%") ? c : `min(${c}, 100%)`
|
|
26675
26675
|
});
|
|
26676
26676
|
});
|