@proximus/lavender-selectablebox 2.0.0-alpha.105 → 2.0.0-alpha.107
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/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -955,13 +955,13 @@ class I extends c {
|
|
|
955
955
|
}
|
|
956
956
|
handleCheckedAttributeChange(t) {
|
|
957
957
|
var e;
|
|
958
|
-
(e = this.internals) == null || e.setFormValue(this.formData()), t === null ? (this.internals && (this.internals.ariaChecked = "false"), this.ariaChecked = "false", this.tabIndex = -1, this.checked = !1, this.$radio && this.$radio.removeAttribute("checked")) : (this.internals && (this.internals.ariaChecked = "true"), this.ariaChecked = "true", this.tabIndex = 0, this.checked = !0, this.$radio && this.$radio.setAttribute("checked", "")
|
|
958
|
+
(e = this.internals) == null || e.setFormValue(this.formData()), t === null ? (this.internals && (this.internals.ariaChecked = "false"), this.ariaChecked = "false", this.tabIndex = -1, this.checked = !1, this.$radio && this.$radio.removeAttribute("checked")) : (this.internals && (this.internals.ariaChecked = "true"), this.ariaChecked = "true", this.tabIndex = 0, this.checked = !0, this.$radio && this.$radio.setAttribute("checked", ""), this.dispatchEvent(
|
|
959
959
|
new Event("change", {
|
|
960
960
|
bubbles: !0,
|
|
961
961
|
composed: !0
|
|
962
962
|
// Allow the event to pass through shadow DOM boundaries
|
|
963
963
|
})
|
|
964
|
-
);
|
|
964
|
+
));
|
|
965
965
|
}
|
|
966
966
|
// Form-associated callbacks
|
|
967
967
|
static get formAssociated() {
|