@abgov/web-components 1.17.0-alpha.76 → 1.17.0-alpha.78
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 +5 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8411,8 +8411,8 @@ function Ua(t) {
|
|
|
8411
8411
|
t[25] ? "auto" : "pointer"
|
|
8412
8412
|
)};
|
|
8413
8413
|
`), f(o, "data-testid", "input"), o.value = s = /*_selectedOption*/
|
|
8414
|
-
((I = t[17]) == null ? void 0 : I.label)
|
|
8415
|
-
((A = t[17]) == null ? void 0 : A.value)
|
|
8414
|
+
((I = t[17]) == null ? void 0 : I.label) || /*_selectedOption*/
|
|
8415
|
+
((A = t[17]) == null ? void 0 : A.value) || "", f(o, "type", "text"), f(o, "role", "combobox"), f(o, "autocomplete", "off"), f(o, "aria-autocomplete", "list"), f(o, "aria-controls", a = `menu-${/*name*/
|
|
8416
8416
|
t[0]}`), f(
|
|
8417
8417
|
o,
|
|
8418
8418
|
"aria-expanded",
|
|
@@ -8562,8 +8562,8 @@ function Ua(t) {
|
|
|
8562
8562
|
)};
|
|
8563
8563
|
`)) && f(o, "style", r), (!E || A[0] & /*_selectedOption*/
|
|
8564
8564
|
131072 && s !== (s = /*_selectedOption*/
|
|
8565
|
-
((W = I[17]) == null ? void 0 : W.label)
|
|
8566
|
-
((G = I[17]) == null ? void 0 : G.value)
|
|
8565
|
+
((W = I[17]) == null ? void 0 : W.label) || /*_selectedOption*/
|
|
8566
|
+
((G = I[17]) == null ? void 0 : G.value) || "") && o.value !== s) && (o.value = s), (!E || A[0] & /*name*/
|
|
8567
8567
|
1 && a !== (a = `menu-${/*name*/
|
|
8568
8568
|
I[0]}`)) && f(o, "aria-controls", a), (!E || A[0] & /*_isMenuVisible*/
|
|
8569
8569
|
262144) && f(
|
|
@@ -19518,7 +19518,7 @@ function Tl(t) {
|
|
|
19518
19518
|
if (
|
|
19519
19519
|
/*countby*/
|
|
19520
19520
|
o[7] && /*count*/
|
|
19521
|
-
o[15]
|
|
19521
|
+
o[15] <= /*maxcount*/
|
|
19522
19522
|
o[8]
|
|
19523
19523
|
) return Rf;
|
|
19524
19524
|
}
|