@proximus/lavender-selectablebox 2.0.0-alpha.62 → 2.0.0-alpha.64
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 +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -716,10 +716,10 @@ class q extends c {
|
|
|
716
716
|
super(f), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this);
|
|
717
717
|
}
|
|
718
718
|
connectedCallback() {
|
|
719
|
-
this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.
|
|
719
|
+
this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.role = "checkbox", this.internals && (this.internals.role = "checkbox"), this.tabIndex = 0, this.toggleFooterVisibility(), this.$slotFooter.addEventListener(
|
|
720
720
|
"slotchange",
|
|
721
721
|
this.toggleFooterVisibility
|
|
722
|
-
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent)
|
|
722
|
+
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent);
|
|
723
723
|
}
|
|
724
724
|
static get observedAttributes() {
|
|
725
725
|
return [
|
|
@@ -885,10 +885,10 @@ class I extends c {
|
|
|
885
885
|
}
|
|
886
886
|
connectedCallback() {
|
|
887
887
|
var t;
|
|
888
|
-
this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.
|
|
888
|
+
this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.role = "radio", this.internals && (this.internals.role = "radio"), this.tabIndex = ((t = this.parentElement) == null ? void 0 : t.querySelector("px-selectable-box-radio")) === this ? 0 : -1, this.toggleFooterVisibility(), this.$slotFooter.addEventListener(
|
|
889
889
|
"slotchange",
|
|
890
890
|
this.toggleFooterVisibility
|
|
891
|
-
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent)
|
|
891
|
+
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent);
|
|
892
892
|
}
|
|
893
893
|
static get observedAttributes() {
|
|
894
894
|
return [
|