@proximus/lavender-selectablebox 2.0.0-alpha.4 → 2.0.0-alpha.6
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/SelectableBoxRadio.d.ts +2 -2
- package/dist/index.es.js +59 -30
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WithExtraAttributes } from '@proximus/lavender-common';
|
|
2
2
|
import '@proximus/lavender-layout';
|
|
3
3
|
import { SelectableBox } from './SelectableBox';
|
|
4
|
-
import { type
|
|
4
|
+
import { type Radio } from '@proximus/lavender-radio-group';
|
|
5
5
|
export declare class SelectableBoxRadio extends WithExtraAttributes {
|
|
6
6
|
protected internals: ElementInternals;
|
|
7
7
|
protected template(): string;
|
|
@@ -23,7 +23,7 @@ export declare class SelectableBoxRadio extends WithExtraAttributes {
|
|
|
23
23
|
formData(): FormData;
|
|
24
24
|
get $el(): HTMLElement;
|
|
25
25
|
get $selectableBox(): SelectableBox;
|
|
26
|
-
get $radio():
|
|
26
|
+
get $radio(): Radio;
|
|
27
27
|
get $slotFooter(): HTMLSlotElement;
|
|
28
28
|
get $slottedFooter(): HTMLElement;
|
|
29
29
|
get inverted(): boolean;
|
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WithExtraAttributes as n, AttributeBreakpointHandlerDelegate as f, gapValues as v, checkName as m, backgroundColorValues as k } from "@proximus/lavender-common";
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
const
|
|
2
|
+
const y = ':host{display:block}:host([overflow-x="auto"]){margin:calc(calc(var(--px-focus-outline-mobile) + var(--px-focus-offset-mobile)) * -1)}:host([overflow-x="auto"]) .flex-container{padding:calc(var(--px-focus-outline-mobile) + var(--px-focus-offset-mobile))}.flex-container{display:flex;height:100%;width:100%;box-sizing:border-box;flex-direction:var(--flex-direction--mobile-value);gap:var(--flex-gap--mobile-value);flex-wrap:var(--flex-wrap--mobile-value);justify-content:var(--flex-justify-content--mobile-value);align-items:var(--flex-align-items--mobile-value);overflow-x:var(--overflow-x-all)}@media only screen and (max-width: 47.9375em){.flex-container{overflow-x:var(--overflow-x-all-mobile, var(--overflow-x-all));scrollbar-width:none}.flex-container::-webkit-scrollbar{display:none}}@media only screen and (min-width: 48em){.flex-container{flex-direction:var(--flex-direction--tablet-value);gap:var(--flex-gap--tablet-value);flex-wrap:var(--flex-wrap--tablet-value);justify-content:var(--flex-justify-content--tablet-value);align-items:var(--flex-align-items--tablet-value)}:host([overflow-x="auto"]){margin:calc(calc(var(--px-focus-outline-tablet) + var(--px-focus-offset-tablet)) * -1)}:host([overflow-x="auto"]) .flex-container{padding:calc(var(--px-focus-outline-tablet) + var(--px-focus-offset-tablet))}}@media only screen and (min-width: 48em) and (max-width: 64em){.flex-container{overflow-x:var(--overflow-x-all-tablet, var(--overflow-x-all));scrollbar-width:none}.flex-container::-webkit-scrollbar{display:none}}@media only screen and (min-width: 64.0625em){.flex-container{flex-direction:var(--flex-direction--laptop-value);gap:var(--flex-gap--laptop-value);flex-wrap:var(--flex-wrap--laptop-value);justify-content:var(--flex-justify-content--laptop-value);align-items:var(--flex-align-items--laptop-value)}:host([overflow-x="auto"]){margin:calc(calc(var(--px-focus-outline-laptop) + var(--px-focus-offset-laptop)) * -1)}:host([overflow-x="auto"]) .flex-container{padding:calc(var(--px-focus-outline-laptop) + var(--px-focus-offset-laptop))}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){.flex-container{overflow-x:var(--overflow-x-all-laptop, var(--overflow-x-all))}}@media only screen and (min-width: 90.0625em){.flex-container{flex-direction:var(--flex-direction--desktop-value);gap:var(--flex-gap--desktop-value);flex-wrap:var(--flex-wrap--desktop-value);justify-content:var(--flex-justify-content--desktop-value);align-items:var(--flex-align-items--desktop-value);overflow-x:var(--overflow-x-all-desktop, var(--overflow-x-all))}:host([overflow-x="auto"]){margin:calc(calc(var(--px-focus-outline-desktop) + var(--px-focus-offset-desktop)) * -1)}:host([overflow-x="auto"]) .flex-container{padding:calc(var(--px-focus-outline-desktop) + var(--px-focus-offset-desktop))}}', h = new CSSStyleSheet();
|
|
3
|
+
h.replaceSync(y);
|
|
4
|
+
const A = [
|
|
5
5
|
"",
|
|
6
6
|
"default",
|
|
7
7
|
"row",
|
|
@@ -28,7 +28,7 @@ const y = [
|
|
|
28
28
|
], C = ["", "default", "nowrap", "wrap", "wrap-reverse"], S = ["", "visible", "hidden", "scroll", "auto"];
|
|
29
29
|
class c extends n {
|
|
30
30
|
constructor() {
|
|
31
|
-
super(
|
|
31
|
+
super(h), this.overflowXAttributeDelegate = new f(
|
|
32
32
|
this,
|
|
33
33
|
"overflow-x",
|
|
34
34
|
(t) => t,
|
|
@@ -115,7 +115,7 @@ class c extends n {
|
|
|
115
115
|
case "direction--tablet":
|
|
116
116
|
case "direction--laptop":
|
|
117
117
|
case "direction--desktop":
|
|
118
|
-
this.updateFlexProperties(t, e, i,
|
|
118
|
+
this.updateFlexProperties(t, e, i, A);
|
|
119
119
|
break;
|
|
120
120
|
case "overflow-x":
|
|
121
121
|
case "overflow-x--mobile":
|
|
@@ -364,18 +364,28 @@ class E extends c {
|
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
customElements.get("px-hstack") || customElements.define("px-hstack", E);
|
|
367
|
-
class
|
|
367
|
+
class z extends HTMLElement {
|
|
368
368
|
constructor() {
|
|
369
|
-
super();
|
|
369
|
+
super(), this.isZeroSized = !1, this.growValue = "1";
|
|
370
370
|
}
|
|
371
371
|
static get observedAttributes() {
|
|
372
372
|
return ["grow"];
|
|
373
373
|
}
|
|
374
374
|
attributeChangedCallback(t, e, i) {
|
|
375
|
-
t === "grow" && (this.style.flexGrow =
|
|
375
|
+
t === "grow" && (this.growValue = i || "1", this.isZeroSized || (this.style.flexGrow = this.growValue), this.scheduleRecheck());
|
|
376
376
|
}
|
|
377
377
|
connectedCallback() {
|
|
378
|
-
this.
|
|
378
|
+
this.growValue = this.getAttribute("grow") || "1", this.style.flexGrow = this.growValue, this.resizeObserver = new ResizeObserver((t) => {
|
|
379
|
+
t.forEach((e) => {
|
|
380
|
+
this.handleSizeChange(
|
|
381
|
+
e.contentRect.width === 0 || e.contentRect.height === 0
|
|
382
|
+
);
|
|
383
|
+
});
|
|
384
|
+
}), this.resizeObserver.observe(this), this.scheduleRecheck();
|
|
385
|
+
}
|
|
386
|
+
disconnectedCallback() {
|
|
387
|
+
var t;
|
|
388
|
+
(t = this.resizeObserver) == null || t.disconnect(), this.recheckHandle && (cancelAnimationFrame(this.recheckHandle), this.recheckHandle = void 0);
|
|
379
389
|
}
|
|
380
390
|
get grow() {
|
|
381
391
|
return this.getAttribute("grow");
|
|
@@ -383,13 +393,31 @@ class L extends HTMLElement {
|
|
|
383
393
|
set grow(t) {
|
|
384
394
|
this.setAttribute("grow", t);
|
|
385
395
|
}
|
|
396
|
+
scheduleRecheck() {
|
|
397
|
+
this.recheckHandle && cancelAnimationFrame(this.recheckHandle), this.recheckHandle = requestAnimationFrame(() => {
|
|
398
|
+
this.recheckHandle = void 0, this.recalculateVisibility();
|
|
399
|
+
});
|
|
400
|
+
}
|
|
401
|
+
recalculateVisibility() {
|
|
402
|
+
if (!this.isConnected)
|
|
403
|
+
return;
|
|
404
|
+
this.style.display = "", this.style.flexGrow = this.growValue;
|
|
405
|
+
const t = this.getBoundingClientRect(), e = t.width === 0 || t.height === 0;
|
|
406
|
+
this.handleSizeChange(e);
|
|
407
|
+
}
|
|
408
|
+
handleSizeChange(t) {
|
|
409
|
+
this.isZeroSized !== t && (this.isZeroSized = t, this.updateParticipation());
|
|
410
|
+
}
|
|
411
|
+
updateParticipation() {
|
|
412
|
+
this.isZeroSized ? (this.style.display = "none", this.style.flexGrow = "0") : (this.style.display = "", this.style.flexGrow = this.growValue);
|
|
413
|
+
}
|
|
386
414
|
}
|
|
387
|
-
customElements.get("px-spacer") || customElements.define("px-spacer",
|
|
388
|
-
const
|
|
389
|
-
|
|
390
|
-
class
|
|
415
|
+
customElements.get("px-spacer") || customElements.define("px-spacer", z);
|
|
416
|
+
const L = ":host{display:block;box-sizing:border-box}slot[name=body-container]{min-height:100vh}#image-sticky-box{margin-top:-2.5em}", b = new CSSStyleSheet();
|
|
417
|
+
b.replaceSync(L);
|
|
418
|
+
class j extends n {
|
|
391
419
|
constructor() {
|
|
392
|
-
super(
|
|
420
|
+
super(b), this.template = (t) => `
|
|
393
421
|
<px-container border-radius="none" padding="none">
|
|
394
422
|
<px-vstack>
|
|
395
423
|
<px-container id="header-container" border-radius="none">
|
|
@@ -586,10 +614,10 @@ class D extends n {
|
|
|
586
614
|
this.$headerContainer.paddingLeft = t, this.$headerContainer.paddingRight = t, this.$bodyContainer.paddingLeft = t, this.$bodyContainer.paddingRight = t, this.$contactContainer.paddingLeft = t, this.$contactContainer.paddingRight = t, this.$footerContainer.paddingLeft = t, this.$footerContainer.paddingRight = t, this.$imageContainer.paddingLeft = t, this.$imageContainer.paddingRight = t;
|
|
587
615
|
}
|
|
588
616
|
}
|
|
589
|
-
customElements.get("px-page") === void 0 && customElements.define("px-page",
|
|
590
|
-
const
|
|
591
|
-
p.replaceSync(
|
|
592
|
-
class
|
|
617
|
+
customElements.get("px-page") === void 0 && customElements.define("px-page", j);
|
|
618
|
+
const R = ':host{display:block;font-family:var(--px-font-family);font-size:var(--px-font-size-base)}:host *{box-sizing:border-box}.selectable-box{display:flex;flex-direction:column;height:100%}::slotted([slot="media"]){width:100%;height:auto}.info{display:flex;flex-grow:1}.info .info__body{display:flex;flex-direction:column;flex-basis:80%;gap:var(--px-spacing-default-mobile);padding:var(--px-padding-m-mobile);flex-grow:1}.info .info__body .header{display:flex;align-items:center;gap:var(--px-spacing-s-mobile)}.info .info__body .header .titles{display:flex;flex-direction:column;gap:var(--px-spacing-xs-mobile)}.info .info__body .header .titles ::slotted([slot="title"]){font-size:var(--px-text-size-label-m-mobile);font-weight:var(--px-font-weight-title);line-height:var(--px-line-height-ratio-l);color:var(--px-color-text-neutral-default);flex-grow:1}.info .info__body .header .titles ::slotted([slot="description"]){font-size:var(--px-text-size-label-m-mobile);font-weight:var(--px-font-weight-body);line-height:var(--px-line-height-ratio-l);color:var(--px-color-text-dimmed-default);flex-grow:1}.info .info__body ::slotted([slot="content"]){color:var(--px-color-text-neutral-default)}.info .info__footer{display:flex;align-items:center;padding:var(--px-padding-s-mobile);background:var(--px-color-background-container-default-default);text-align:center}:host([hide-footer]) .info .info__body{flex-basis:auto}:host([hide-footer]) .info__footer{display:none}@media only screen and (min-width: 48em){.info{flex-direction:column}.info .info__body{flex-basis:auto;gap:var(--px-spacing-default-tablet);padding:var(--px-padding-m-tablet)}.info .info__body .header{gap:var(--px-spacing-s-tablet)}.info .info__body .header .titles{gap:var(--px-spacing-xs-tablet)}.info .info__body .header .titles ::slotted([slot="title"]){font-size:var(--px-text-size-label-m-tablet)}.info .info__body .header .titles ::slotted([slot="description"]){font-size:var(--px-text-size-label-m-tablet)}.info .info__footer{justify-content:center;padding:var(--px-padding-s-tablet)}}@media only screen and (min-width: 64.0625em){.info .info__body{gap:var(--px-spacing-default-laptop);padding:var(--px-padding-m-laptop)}.info .info__body .header{gap:var(--px-spacing-s-laptop)}.info .info__body .header .titles{gap:var(--px-spacing-xs-laptop)}.info .info__body .header .titles ::slotted([slot="title"]){font-size:var(--px-text-size-label-m-laptop)}.info .info__body .header .titles ::slotted([slot="description"]){font-size:var(--px-text-size-label-m-laptop)}.info .info__footer{padding:var(--px-padding-s-laptop)}}@media only screen and (min-width: 90.0625em){.info .info__body{gap:var(--px-spacing-default-desktop);padding:var(--px-padding-m-desktop)}.info .info__body .header{gap:var(--px-spacing-s-desktop)}.info .info__body .header .titles{gap:var(--px-spacing-xs-desktop)}.info .info__body .header .titles ::slotted([slot="title"]){font-size:var(--px-text-size-label-m-desktop)}.info .info__body .header .titles ::slotted([slot="description"]){font-size:var(--px-text-size-label-m-desktop)}.info .info__footer{padding:var(--px-padding-s-desktop)}}:host([inverted]) .info .info__body .header .titles ::slotted([slot="title"]){color:var(--px-color-text-neutral-inverted)}:host([inverted]) .info .info__body .header .titles ::slotted([slot="description"]){color:var(--px-color-text-dimmed-inverted)}:host([inverted]) .info .info__body ::slotted([slot="content"]){color:var(--px-color-text-neutral-inverted)}:host([inverted]) .info .info__footer{background:var(--px-color-background-container-default-inverted)}', p = new CSSStyleSheet();
|
|
619
|
+
p.replaceSync(R);
|
|
620
|
+
class D extends n {
|
|
593
621
|
template() {
|
|
594
622
|
return `
|
|
595
623
|
<div class="selectable-box">
|
|
@@ -644,8 +672,8 @@ class R extends n {
|
|
|
644
672
|
t ? this.setAttribute("hide-footer", "") : this.removeAttribute("hide-footer");
|
|
645
673
|
}
|
|
646
674
|
}
|
|
647
|
-
customElements.get("px-selectable-box") || customElements.define("px-selectable-box",
|
|
648
|
-
const u = ':host{display:block;outline:none}:host *{box-sizing:border-box}.selectable-box-checkbox,.selectable-box-radio{box-sizing:border-box;height:100%;cursor:pointer;border-radius:var(--px-radius-main);overflow:hidden;--btn-transition: all .2s ease-in-out 0s;transition:var(--btn-transition);border:var(--px-size-border-m) solid var(--px-color-border-main-default);outline-color:var(--px-color-border-focus-outline-default);outline-width:var(--px-focus-outline-mobile)}.selectable-box-checkbox px-selectable-box,.selectable-box-radio px-selectable-box{height:100%;background-color:var(--px-color-background-container-light-default)}:host(:not([disabled])):host(:hover) .selectable-box-checkbox,:host(:not([disabled])):host(:hover) .selectable-box-radio{border-color:var(--px-color-border-state-hover-default)}:host(:not([disabled])):host(:hover) .selectable-box-checkbox px-selectable-box,:host(:not([disabled])):host(:hover) .selectable-box-radio px-selectable-box{background-color:var( --px-color-background-state-hover-bordered-default )}:host(:not([disabled])):host(:focus-visible) .selectable-box-checkbox,:host(:not([disabled])):host(:focus-visible) .selectable-box-radio{outline-offset:var(--px-focus-offset-mobile);outline-style:solid}:host([checked]) .selectable-box-checkbox,:host([checked]) .selectable-box-radio{border-color:var(--px-color-border-state-active-default)}:host([disabled]) .selectable-box-checkbox,:host([disabled]) .selectable-box-radio{cursor:default;pointer-events:none}:host([disabled]) .selectable-box-checkbox px-selectable-box,:host([disabled]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-state-disabled-default)}:host([disabled]) ::slotted([slot="title"]),:host([disabled]) ::slotted([slot="description"]),:host([disabled]) ::slotted([slot="content"]){color:var(--px-color-text-state-disabled-default)}@media only screen and (min-width: 48em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-tablet)}}@media only screen and (min-width: 64.0625em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-laptop)}}@media only screen and (min-width: 90.0625em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-desktop)}}:host([inverted]) .selectable-box-checkbox,:host([inverted]) .selectable-box-radio{border-color:var(--px-color-border-main-inverted);outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) .selectable-box-checkbox px-selectable-box,:host([inverted]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-container-light-inverted)}:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-checkbox,:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-radio{border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-checkbox px-selectable-box,:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-radio px-selectable-box{background-color:var( --px-color-background-state-hover-bordered-inverted )}:host([inverted]):host([checked]) .selectable-box-checkbox,:host([inverted]):host([checked]) .selectable-box-radio{border-color:var(--px-color-border-state-active-inverted)}:host([inverted]):host([disabled]) .selectable-box-checkbox px-selectable-box,:host([inverted]):host([disabled]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-state-disabled-inverted)}:host([inverted]):host([disabled]) ::slotted([slot="title"]),:host([inverted]):host([disabled]) ::slotted([slot="description"]),:host([inverted]):host([disabled]) ::slotted([slot="content"]){color:var(--px-color-text-state-disabled-inverted)}', g = new CSSStyleSheet();
|
|
675
|
+
customElements.get("px-selectable-box") || customElements.define("px-selectable-box", D);
|
|
676
|
+
const u = ':host{display:block;outline:none}:host *{box-sizing:border-box}.selectable-box-checkbox,.selectable-box-radio{box-sizing:border-box;height:100%;cursor:pointer;border-radius:var(--px-radius-main);overflow:hidden;--btn-transition: all .2s ease-in-out 0s;transition:var(--btn-transition);border:var(--px-size-border-m) solid var(--px-color-border-main-default);outline-color:var(--px-color-border-focus-outline-default);outline-width:var(--px-focus-outline-mobile)}.selectable-box-checkbox px-selectable-box,.selectable-box-radio px-selectable-box{height:100%;background-color:var(--px-color-background-container-light-default)}:host(:not([disabled])):host(:hover) .selectable-box-checkbox,:host(:not([disabled])):host(:hover) .selectable-box-radio{border-color:var(--px-color-border-state-hover-default)}:host(:not([disabled])):host(:hover) .selectable-box-checkbox px-selectable-box,:host(:not([disabled])):host(:hover) .selectable-box-radio px-selectable-box{background-color:var( --px-color-background-state-hover-bordered-default )}:host(:not([disabled])):host(:focus-visible) .selectable-box-checkbox,:host(:not([disabled])):host(:focus-visible) .selectable-box-radio{outline-offset:var(--px-focus-offset-mobile);outline-style:solid}:host([checked]) .selectable-box-checkbox,:host([checked]) .selectable-box-radio{border-color:var(--px-color-border-state-active-default)}:host([disabled]) .selectable-box-checkbox,:host([disabled]) .selectable-box-radio{cursor:default;pointer-events:none;border-color:transparent}:host([disabled]) .selectable-box-checkbox px-selectable-box,:host([disabled]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-state-disabled-default)}:host([disabled]) ::slotted([slot="title"]),:host([disabled]) ::slotted([slot="description"]),:host([disabled]) ::slotted([slot="content"]){color:var(--px-color-text-state-disabled-default)}@media only screen and (min-width: 48em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-tablet)}}@media only screen and (min-width: 64.0625em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-laptop)}}@media only screen and (min-width: 90.0625em){.selectable-box-checkbox,.selectable-box-radio{outline-width:var(--px-focus-outline-desktop)}}:host([inverted]) .selectable-box-checkbox,:host([inverted]) .selectable-box-radio{border-color:var(--px-color-border-main-inverted);outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) .selectable-box-checkbox px-selectable-box,:host([inverted]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-container-light-inverted)}:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-checkbox,:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-radio{border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-checkbox px-selectable-box,:host([inverted]):host(:not([disabled])):host(:hover) .selectable-box-radio px-selectable-box{background-color:var( --px-color-background-state-hover-bordered-inverted )}:host([inverted]):host([checked]) .selectable-box-checkbox,:host([inverted]):host([checked]) .selectable-box-radio{border-color:var(--px-color-border-state-active-inverted)}:host([inverted]):host([disabled]) .selectable-box-checkbox,:host([inverted]):host([disabled]) .selectable-box-radio{border-color:transparent}:host([inverted]):host([disabled]) .selectable-box-checkbox px-selectable-box,:host([inverted]):host([disabled]) .selectable-box-radio px-selectable-box{background-color:var(--px-color-background-state-disabled-inverted)}:host([inverted]):host([disabled]) ::slotted([slot="title"]),:host([inverted]):host([disabled]) ::slotted([slot="description"]),:host([inverted]):host([disabled]) ::slotted([slot="content"]){color:var(--px-color-text-state-disabled-inverted)}', g = new CSSStyleSheet();
|
|
649
677
|
g.replaceSync(u);
|
|
650
678
|
class F extends n {
|
|
651
679
|
template() {
|
|
@@ -670,10 +698,10 @@ class F extends n {
|
|
|
670
698
|
}
|
|
671
699
|
constructor() {
|
|
672
700
|
var t;
|
|
673
|
-
super(g), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.
|
|
701
|
+
super(g), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.internals && (this.internals.role = "checkbox", this.internals.ariaChecked = `${this.checked}`);
|
|
674
702
|
}
|
|
675
703
|
connectedCallback() {
|
|
676
|
-
this.toggleFooterVisibility(), this.$slotFooter.addEventListener(
|
|
704
|
+
this.tabIndex = 0, this.toggleFooterVisibility(), this.$slotFooter.addEventListener(
|
|
677
705
|
"slotchange",
|
|
678
706
|
this.toggleFooterVisibility
|
|
679
707
|
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent), this.hasAttribute("checked") && (this.checked = !0);
|
|
@@ -823,11 +851,11 @@ class H extends n {
|
|
|
823
851
|
<div class="selectable-box-radio">
|
|
824
852
|
<px-selectable-box>
|
|
825
853
|
<slot name="media" slot="media"></slot>
|
|
826
|
-
<px-radio
|
|
854
|
+
<px-radio
|
|
827
855
|
slot="action" aria-hidden="true" tabindex="-1"
|
|
828
856
|
name="${this.name}"
|
|
829
857
|
value="${this.value}"
|
|
830
|
-
></px-radio
|
|
858
|
+
></px-radio>
|
|
831
859
|
<slot name="icon" slot="icon"></slot>
|
|
832
860
|
<slot name="logo" slot="logo"></slot>
|
|
833
861
|
<slot name="title" slot="title"></slot>
|
|
@@ -839,11 +867,12 @@ class H extends n {
|
|
|
839
867
|
`;
|
|
840
868
|
}
|
|
841
869
|
constructor() {
|
|
842
|
-
var t
|
|
843
|
-
super(x), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.
|
|
870
|
+
var t;
|
|
871
|
+
super(x), this.shadowRoot.innerHTML = this.template(), this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.toggleFooterVisibility = this.toggleFooterVisibility.bind(this), this.internals && (this.internals.role = "radio", this.internals.ariaChecked = `${this.checked}`);
|
|
844
872
|
}
|
|
845
873
|
connectedCallback() {
|
|
846
|
-
|
|
874
|
+
var t;
|
|
875
|
+
this.tabIndex = ((t = this.parentElement) == null ? void 0 : t.firstElementChild) === this ? 0 : -1, this.toggleFooterVisibility(), this.$slotFooter.addEventListener(
|
|
847
876
|
"slotchange",
|
|
848
877
|
this.toggleFooterVisibility
|
|
849
878
|
), this.addEventListener("mouseover", this.setHoverAttribute), this.addEventListener("mouseout", this.removeHoverAttribute), this.addEventListener("keypress", this.setKeypressEvent), this.addEventListener("click", this.setClickEvent), this.hasAttribute("checked") && (this.checked = !0);
|
|
@@ -909,7 +938,7 @@ class H extends n {
|
|
|
909
938
|
}
|
|
910
939
|
handleCheckedAttributeChange(t) {
|
|
911
940
|
var e;
|
|
912
|
-
(e = this.internals) == null || e.setFormValue(this.formData()), t === null ? (this.internals && (this.internals.ariaChecked = "false"), this.
|
|
941
|
+
(e = this.internals) == null || e.setFormValue(this.formData()), t === null ? (this.internals && (this.internals.ariaChecked = "false"), this.tabIndex = -1, this.checked = !1, this.$radio && this.$radio.removeAttribute("checked")) : (this.internals && (this.internals.ariaChecked = "true"), this.tabIndex = 0, this.checked = !0, this.$radio && this.$radio.setAttribute("checked", ""), this.dispatchEvent(
|
|
913
942
|
new Event("change", {
|
|
914
943
|
bubbles: !0,
|
|
915
944
|
composed: !0
|
|
@@ -943,7 +972,7 @@ class H extends n {
|
|
|
943
972
|
return this.shadowRoot.querySelector("px-selectable-box");
|
|
944
973
|
}
|
|
945
974
|
get $radio() {
|
|
946
|
-
return this.shadowRoot.querySelector("px-radio
|
|
975
|
+
return this.shadowRoot.querySelector("px-radio");
|
|
947
976
|
}
|
|
948
977
|
get $slotFooter() {
|
|
949
978
|
return this.shadowRoot.querySelector(
|
|
@@ -986,7 +1015,7 @@ class H extends n {
|
|
|
986
1015
|
}
|
|
987
1016
|
customElements.get("px-selectable-box-radio") || customElements.define("px-selectable-box-radio", H);
|
|
988
1017
|
export {
|
|
989
|
-
|
|
1018
|
+
D as SelectableBox,
|
|
990
1019
|
F as SelectableBoxCheckbox,
|
|
991
1020
|
H as SelectableBoxRadio
|
|
992
1021
|
};
|