@proximus/lavender-tile 1.4.3-alpha.2 → 1.4.3-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/dist/index.es.js +6 -6
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -278,10 +278,10 @@ class H extends p {
|
|
|
278
278
|
}
|
|
279
279
|
constructor() {
|
|
280
280
|
var t;
|
|
281
|
-
super(C), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this)
|
|
281
|
+
super(C), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this);
|
|
282
282
|
}
|
|
283
283
|
connectedCallback() {
|
|
284
|
-
if (this.$slotPrefix) {
|
|
284
|
+
if (this.tabIndex = 0, this.role = "checkbox", this.internals && (this.internals.role = "checkbox", this.internals.ariaChecked = `${this.checked}`), this.ariaChecked = `${this.checked}`, this.$slotPrefix) {
|
|
285
285
|
const t = this.querySelector('px-img[slot="prefix"]');
|
|
286
286
|
t && l(t);
|
|
287
287
|
}
|
|
@@ -459,11 +459,11 @@ class B extends p {
|
|
|
459
459
|
}
|
|
460
460
|
constructor() {
|
|
461
461
|
var t;
|
|
462
|
-
super(S), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this)
|
|
462
|
+
super(S), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this);
|
|
463
463
|
}
|
|
464
464
|
connectedCallback() {
|
|
465
465
|
var t;
|
|
466
|
-
if (this.tabIndex = ((t = this.parentElement) == null ? void 0 : t.firstElementChild) === this ? 0 : -1, this.$slotPrefix) {
|
|
466
|
+
if (this.role = "radio", this.internals && (this.internals.role = "radio", this.internals.ariaChecked = `${this.checked}`), this.ariaChecked = `${this.checked}`, this.tabIndex = ((t = this.parentElement) == null ? void 0 : t.firstElementChild) === this ? 0 : -1, this.$slotPrefix) {
|
|
467
467
|
const e = this.querySelector('px-img[slot="prefix"]');
|
|
468
468
|
e && l(e);
|
|
469
469
|
}
|
|
@@ -765,10 +765,10 @@ class F extends p {
|
|
|
765
765
|
}
|
|
766
766
|
constructor() {
|
|
767
767
|
var t;
|
|
768
|
-
super(E), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this)
|
|
768
|
+
super(E), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this);
|
|
769
769
|
}
|
|
770
770
|
connectedCallback() {
|
|
771
|
-
if (this.$slotPrefix) {
|
|
771
|
+
if (this.tabIndex = 0, this.role = "checkbox", this.internals && (this.internals.role = "checkbox", this.internals.ariaChecked = `${this.checked}`), this.ariaChecked = `${this.checked}`, this.$slotPrefix) {
|
|
772
772
|
const t = this.querySelector('px-img[slot="prefix"]');
|
|
773
773
|
t && l(t);
|
|
774
774
|
}
|