@proximus/lavender 1.4.4-alpha.8 → 1.4.4-beta.1
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/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +86 -57
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -3283,7 +3283,7 @@ let AgGridTableThContent = _AgGridTableThContent;
|
|
|
3283
3283
|
if (!customElements.get("px-ag-grid-table-th-content")) {
|
|
3284
3284
|
customElements.define("px-ag-grid-table-th-content", AgGridTableThContent);
|
|
3285
3285
|
}
|
|
3286
|
-
const bannerCss = ':host{position:relative}:host,:host>*{display:block;box-sizing:border-box}.banner{position:relative;min-height:8em}.banner[reduced]{min-height:5em}px-container{height:100%}.banner-content{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,auto);row-gap:var(--px-spacing-s-mobile);z-index:2;position:relative}[reduced] .banner-content{grid-template-columns:min-content minmax(0,1fr);column-gap:var(--px-spacing-default-mobile)}::slotted([slot="tag"]){grid-area:tag}::slotted([slot="media"]){grid-area:media;align-self:start}::slotted([slot="title"]){grid-area:title}::slotted([slot="description"]){grid-area:description}::slotted([slot="content"]){grid-area:content}:host(:not([reduced])) ::slotted([slot="action"]){
|
|
3286
|
+
const bannerCss = ':host{position:relative}:host,:host>*{display:block;box-sizing:border-box}.banner{position:relative;min-height:8em}.banner[reduced]{min-height:5em}px-container{height:100%}.banner-content{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,auto);row-gap:var(--px-spacing-s-mobile);z-index:2;position:relative}[reduced] .banner-content{grid-template-columns:min-content minmax(0,1fr);column-gap:var(--px-spacing-default-mobile)}::slotted([slot="tag"]){grid-area:tag}::slotted([slot="media"]){grid-area:media;align-self:start}::slotted([slot="title"]){grid-area:title}::slotted([slot="description"]){grid-area:description}::slotted([slot="content"]){grid-area:content}::slotted([slot="action"]){grid-area:action;z-index:2}:host(:not([reduced])) ::slotted([slot="action"]){margin-top:calc(var(--px-spacing-default-mobile) - var(--px-spacing-s-mobile))}.contrast-helper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;display:none;border-radius:var(--px-radius-main)}[contrast-helper-gradient] .contrast-helper{display:block;background-image:linear-gradient(90deg,#fff 23.43%,#fff0 81.69%)}[inverted] :is([contrast-helper-gradient] .contrast-helper){background-image:linear-gradient(90deg,#000 23.43%,#0000 81.69%)}[contrast-helper-overlay] .contrast-helper{display:block;background-color:#ffffffb3}[inverted] :is([contrast-helper-overlay] .contrast-helper){background-color:#0006}@media only screen and (min-width: 48em){.banner-content{row-gap:var(--px-spacing-s-desktop)}[reduced] .banner-content{column-gap:var(--px-spacing-default-desktop)}.banner-content :host(:not([reduced])) ::slotted([slot="action"]){margin-top:calc(var(--px-spacing-default-desktop) - var(--px-spacing-s-desktop))}}@media only screen and (min-width: 64.0625em){.banner-content{row-gap:var(--px-spacing-s-desktop)}[reduced] .banner-content{column-gap:var(--px-spacing-default-desktop)}.banner-content :host(:not([reduced])) ::slotted([slot="action"]){margin-top:calc(var(--px-spacing-default-desktop) - var(--px-spacing-s-desktop))}}';
|
|
3287
3287
|
const gridCss = ":host{display:block;--grid-cols: initial;--grid-cols--mobile: initial;--grid-cols--tablet: initial;--grid-cols--laptop: initial;--grid-cols--desktop: initial;--justify-content: initial;--justify-items: initial;--align-content: initial;--align-items: initial}.grid{display:grid;grid-template-columns:repeat(var(--grid-cols),minmax(0,1fr));justify-content:var(--justify-content);justify-items:var(--justify-items);align-content:var(--align-content);align-items:var(--align-items)}.justify-content-normal{justify-content:normal}.justify-content-start{justify-content:start}.justify-content-end{justify-content:end}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.justify-content-space-around{justify-content:space-around}.justify-content-space-evenly{justify-content:space-evenly}.justify-content-stretch{justify-content:stretch}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.align-content-normal{align-content:normal}.align-content-start{align-content:start}.align-content-end{align-content:end}.align-content-center{align-content:center}.align-content-space-between{align-content:space-between}.align-content-space-around{align-content:space-around}.align-content-space-evenly{align-content:space-evenly}.align-content-stretch{align-content:stretch}.align-items-start{align-items:start}.align-items-end{align-items:end}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}@media only screen and (max-width: 767px){.grid{grid-template-columns:repeat(var(--grid-cols--mobile, var(--grid-cols)),minmax(0,1fr))}.justify-content-normal-mobile{justify-content:normal}.justify-content-start-mobile{justify-content:start}.justify-content-end-mobile{justify-content:end}.justify-content-center-mobile{justify-content:center}.justify-content-space-between-mobile{justify-content:space-between}.justify-content-space-around-mobile{justify-content:space-around}.justify-content-space-evenly-mobile{justify-content:space-evenly}.justify-content-stretch-mobile{justify-content:stretch}.justify-items-start-mobile{justify-items:start}.justify-items-end-mobile{justify-items:end}.justify-items-center-mobile{justify-items:center}.justify-items-stretch-mobile{justify-items:stretch}.align-content-normal-mobile{align-content:normal}.align-content-start-mobile{align-content:start}.align-content-end-mobile{align-content:end}.align-content-center-mobile{align-content:center}.align-content-space-between-mobile{align-content:space-between}.align-content-space-around-mobile{align-content:space-around}.align-content-space-evenly-mobile{align-content:space-evenly}.align-content-stretch-mobile{align-content:stretch}.align-items-start-mobile{align-items:start}.align-items-end-mobile{align-items:end}.align-items-center-mobile{align-items:center}.align-items-stretch-mobile{align-items:stretch}}@media only screen and (min-width: 48em) and (max-width: 64em){.grid{grid-template-columns:repeat(var(--grid-cols--tablet, var(--grid-cols)),minmax(0,1fr))}.justify-content-normal-tablet{justify-content:normal}.justify-content-start-tablet{justify-content:start}.justify-content-end-tablet{justify-content:end}.justify-content-center-tablet{justify-content:center}.justify-content-space-between-tablet{justify-content:space-between}.justify-content-space-around-tablet{justify-content:space-around}.justify-content-space-evenly-tablet{justify-content:space-evenly}.justify-content-stretch-tablet{justify-content:stretch}.justify-items-start-tablet{justify-items:start}.justify-items-end-tablet{justify-items:end}.justify-items-center-tablet{justify-items:center}.justify-items-stretch-tablet{justify-items:stretch}.align-content-normal-tablet{align-content:normal}.align-content-start-tablet{align-content:start}.align-content-end-tablet{align-content:end}.align-content-center-tablet{align-content:center}.align-content-space-between-tablet{align-content:space-between}.align-content-space-around-tablet{align-content:space-around}.align-content-space-evenly-tablet{align-content:space-evenly}.align-content-stretch-tablet{align-content:stretch}.align-items-start-tablet{align-items:start}.align-items-end-tablet{align-items:end}.align-items-center-tablet{align-items:center}.align-items-stretch-tablet{align-items:stretch}}@media only screen and (min-width: 64.0625em){.grid{grid-template-columns:repeat(var(--grid-cols--laptop, var(--grid-cols)),minmax(0,1fr))}.justify-content-normal-laptop{justify-content:normal}.justify-content-start-laptop{justify-content:start}.justify-content-end-laptop{justify-content:end}.justify-content-center-laptop{justify-content:center}.justify-content-space-between-laptop{justify-content:space-between}.justify-content-space-around-laptop{justify-content:space-around}.justify-content-space-evenly-laptop{justify-content:space-evenly}.justify-content-stretch-laptop{justify-content:stretch}.justify-items-start-laptop{justify-items:start}.justify-items-end-laptop{justify-items:end}.justify-items-center-laptop{justify-items:center}.justify-items-stretch-laptop{justify-items:stretch}.align-content-normal-laptop{align-content:normal}.align-content-start-laptop{align-content:start}.align-content-end-laptop{align-content:end}.align-content-center-laptop{align-content:center}.align-content-space-between-laptop{align-content:space-between}.align-content-space-around-laptop{align-content:space-around}.align-content-space-evenly-laptop{align-content:space-evenly}.align-content-stretch-laptop{align-content:stretch}.align-items-start-laptop{align-items:start}.align-items-end-laptop{align-items:end}.align-items-center-laptop{align-items:center}.align-items-stretch-laptop{align-items:stretch}}";
|
|
3288
3288
|
const gridStyles = new CSSStyleSheet();
|
|
3289
3289
|
gridStyles.replaceSync(gridCss);
|
|
@@ -3639,18 +3639,21 @@ const _Banner = class _Banner extends VerticallyExtendedElement {
|
|
|
3639
3639
|
this.template = () => `<div class="banner">
|
|
3640
3640
|
<div class="contrast-helper"></div>
|
|
3641
3641
|
<px-container class="banner-container" padding--mobile="m" border-radius="main" >
|
|
3642
|
-
<px-
|
|
3643
|
-
<px-
|
|
3644
|
-
<
|
|
3645
|
-
<
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3642
|
+
<px-vstack>
|
|
3643
|
+
<px-grid gap="none">
|
|
3644
|
+
<px-container padding="none" background-color="none">
|
|
3645
|
+
<div class="banner-content">
|
|
3646
|
+
<slot name="tag"></slot>
|
|
3647
|
+
<slot name="media"></slot>
|
|
3648
|
+
<slot name="title"></slot>
|
|
3649
|
+
<slot name="description"></slot>
|
|
3650
|
+
<slot name="content"></slot>
|
|
3651
|
+
|
|
3652
|
+
</div>
|
|
3653
|
+
</px-container>
|
|
3654
|
+
</px-grid>
|
|
3655
|
+
<slot name="action"></slot>
|
|
3656
|
+
</px-vstack>
|
|
3654
3657
|
</px-container>
|
|
3655
3658
|
</div>`;
|
|
3656
3659
|
this.shadowRoot.innerHTML = this.template();
|
|
@@ -3678,11 +3681,6 @@ const _Banner = class _Banner extends VerticallyExtendedElement {
|
|
|
3678
3681
|
connectedCallback() {
|
|
3679
3682
|
var _a;
|
|
3680
3683
|
(_a = super.connectedCallback) == null ? void 0 : _a.call(this);
|
|
3681
|
-
if (this.reduced) {
|
|
3682
|
-
this.$container.setAttribute("padding", "m");
|
|
3683
|
-
} else {
|
|
3684
|
-
this.$container.setAttribute("padding", "l");
|
|
3685
|
-
}
|
|
3686
3684
|
this.createGridTemplateAreas();
|
|
3687
3685
|
this.createGridding();
|
|
3688
3686
|
}
|
|
@@ -3770,20 +3768,20 @@ const _Banner = class _Banner extends VerticallyExtendedElement {
|
|
|
3770
3768
|
}
|
|
3771
3769
|
createGridding(value) {
|
|
3772
3770
|
const breakpoints = [
|
|
3773
|
-
{ prop: "hasGridding",
|
|
3771
|
+
{ prop: "hasGridding", gridProp: "gridCols", attr: "col-span" },
|
|
3774
3772
|
{
|
|
3775
3773
|
prop: "hasGriddingMobile",
|
|
3776
|
-
|
|
3774
|
+
gridProp: "gridColsMobile",
|
|
3777
3775
|
attr: "col-span--mobile"
|
|
3778
3776
|
},
|
|
3779
3777
|
{
|
|
3780
3778
|
prop: "hasGriddingTablet",
|
|
3781
|
-
|
|
3779
|
+
gridProp: "gridColsTablet",
|
|
3782
3780
|
attr: "col-span--tablet"
|
|
3783
3781
|
},
|
|
3784
3782
|
{
|
|
3785
3783
|
prop: "hasGriddingLaptop",
|
|
3786
|
-
|
|
3784
|
+
gridProp: "gridColsLaptop",
|
|
3787
3785
|
attr: "col-span--laptop"
|
|
3788
3786
|
}
|
|
3789
3787
|
];
|
|
@@ -3791,16 +3789,16 @@ const _Banner = class _Banner extends VerticallyExtendedElement {
|
|
|
3791
3789
|
"px-grid > px-container"
|
|
3792
3790
|
);
|
|
3793
3791
|
if (value !== null) {
|
|
3794
|
-
breakpoints.forEach(({ prop,
|
|
3792
|
+
breakpoints.forEach(({ prop, gridProp, attr }) => {
|
|
3795
3793
|
if (this[prop]) {
|
|
3796
|
-
this.$grid
|
|
3797
|
-
spanElement
|
|
3794
|
+
this.$grid[gridProp] = "3";
|
|
3795
|
+
spanElement.setAttribute(attr, "2");
|
|
3798
3796
|
}
|
|
3799
3797
|
});
|
|
3800
3798
|
} else {
|
|
3801
|
-
breakpoints.forEach(({
|
|
3802
|
-
this.$grid
|
|
3803
|
-
spanElement
|
|
3799
|
+
breakpoints.forEach(({ gridProp, attr }) => {
|
|
3800
|
+
this.$grid[gridProp] = "1";
|
|
3801
|
+
spanElement.removeAttribute(attr);
|
|
3804
3802
|
});
|
|
3805
3803
|
}
|
|
3806
3804
|
}
|
|
@@ -6824,7 +6822,7 @@ class CellSwitch extends WithExtraAttributes {
|
|
|
6824
6822
|
return `
|
|
6825
6823
|
<div class="cell-switch">
|
|
6826
6824
|
<px-cell hoverable>
|
|
6827
|
-
<px-switch slot="action-indicator"
|
|
6825
|
+
<px-switch slot="action-indicator" aria-hidden="true" tabindex="-1"></px-switch>
|
|
6828
6826
|
<slot name="visual" slot="visual"></slot>
|
|
6829
6827
|
<slot name="label" slot="label"></slot>
|
|
6830
6828
|
<slot name="description" slot="description"></slot>
|
|
@@ -7718,7 +7716,7 @@ class CellRadio extends WithExtraAttributes {
|
|
|
7718
7716
|
return `
|
|
7719
7717
|
<div class="cell-radio">
|
|
7720
7718
|
<px-cell hoverable>
|
|
7721
|
-
<px-radio slot="prefix"
|
|
7719
|
+
<px-radio slot="prefix" aria-hidden="true" tabindex="-1"></px-radio>
|
|
7722
7720
|
<slot name="visual" slot="visual"></slot>
|
|
7723
7721
|
<slot name="label" slot="label"></slot>
|
|
7724
7722
|
<slot name="description" slot="description"></slot>
|
|
@@ -8995,20 +8993,20 @@ const _ContentHeader = class _ContentHeader extends PxElement {
|
|
|
8995
8993
|
}
|
|
8996
8994
|
createGridding(value) {
|
|
8997
8995
|
const breakpoints = [
|
|
8998
|
-
{ prop: "hasGridding",
|
|
8996
|
+
{ prop: "hasGridding", gridProp: "gridCols", attr: "col-span" },
|
|
8999
8997
|
{
|
|
9000
8998
|
prop: "hasGriddingMobile",
|
|
9001
|
-
|
|
8999
|
+
gridProp: "gridColsMobile",
|
|
9002
9000
|
attr: "col-span--mobile"
|
|
9003
9001
|
},
|
|
9004
9002
|
{
|
|
9005
9003
|
prop: "hasGriddingTablet",
|
|
9006
|
-
|
|
9004
|
+
gridProp: "gridColsTablet",
|
|
9007
9005
|
attr: "col-span--tablet"
|
|
9008
9006
|
},
|
|
9009
9007
|
{
|
|
9010
9008
|
prop: "hasGriddingLaptop",
|
|
9011
|
-
|
|
9009
|
+
gridProp: "gridColsLaptop",
|
|
9012
9010
|
attr: "col-span--laptop"
|
|
9013
9011
|
}
|
|
9014
9012
|
];
|
|
@@ -9016,16 +9014,16 @@ const _ContentHeader = class _ContentHeader extends PxElement {
|
|
|
9016
9014
|
"px-grid > px-container"
|
|
9017
9015
|
);
|
|
9018
9016
|
if (value !== null) {
|
|
9019
|
-
breakpoints.forEach(({ prop,
|
|
9017
|
+
breakpoints.forEach(({ prop, gridProp, attr }) => {
|
|
9020
9018
|
if (this[prop]) {
|
|
9021
|
-
this.$grid
|
|
9022
|
-
spanElement
|
|
9019
|
+
this.$grid[gridProp] = "3";
|
|
9020
|
+
spanElement.setAttribute(attr, "2");
|
|
9023
9021
|
}
|
|
9024
9022
|
});
|
|
9025
9023
|
} else {
|
|
9026
|
-
breakpoints.forEach(({
|
|
9027
|
-
this.$grid
|
|
9028
|
-
spanElement
|
|
9024
|
+
breakpoints.forEach(({ gridProp, attr }) => {
|
|
9025
|
+
this.$grid[gridProp] = "1";
|
|
9026
|
+
spanElement.removeAttribute(attr);
|
|
9029
9027
|
});
|
|
9030
9028
|
}
|
|
9031
9029
|
}
|
|
@@ -9443,12 +9441,7 @@ class Drawer extends HTMLElement {
|
|
|
9443
9441
|
});
|
|
9444
9442
|
}
|
|
9445
9443
|
if (this.hasAttribute("openedby")) {
|
|
9446
|
-
|
|
9447
|
-
`px-button#${this.getAttribute("openedby")}`
|
|
9448
|
-
);
|
|
9449
|
-
$opener == null ? void 0 : $opener.addEventListener("click", () => {
|
|
9450
|
-
this.show();
|
|
9451
|
-
});
|
|
9444
|
+
this.addOpenListener();
|
|
9452
9445
|
}
|
|
9453
9446
|
this.$closeButton.addEventListener("click", () => {
|
|
9454
9447
|
this.hide();
|
|
@@ -9460,7 +9453,7 @@ class Drawer extends HTMLElement {
|
|
|
9460
9453
|
);
|
|
9461
9454
|
}
|
|
9462
9455
|
static get observedAttributes() {
|
|
9463
|
-
return ["open", "aria-label-close-button"];
|
|
9456
|
+
return ["open", "aria-label-close-button", "openedby"];
|
|
9464
9457
|
}
|
|
9465
9458
|
attributeChangedCallback(name, oldValue, newValue) {
|
|
9466
9459
|
var _a, _b, _c;
|
|
@@ -9480,6 +9473,8 @@ class Drawer extends HTMLElement {
|
|
|
9480
9473
|
newValue || "Close drawer"
|
|
9481
9474
|
);
|
|
9482
9475
|
}
|
|
9476
|
+
} else if (name === "openedby") {
|
|
9477
|
+
this.addOpenListener();
|
|
9483
9478
|
}
|
|
9484
9479
|
}
|
|
9485
9480
|
disconnectedCallback() {
|
|
@@ -9510,6 +9505,18 @@ class Drawer extends HTMLElement {
|
|
|
9510
9505
|
this.$footer.style.display = "block";
|
|
9511
9506
|
}
|
|
9512
9507
|
}
|
|
9508
|
+
addOpenListener() {
|
|
9509
|
+
var _a, _b, _c;
|
|
9510
|
+
if (((_a = this.$opener) == null ? void 0 : _a.getAttribute("data-has-opener")) !== "true") {
|
|
9511
|
+
(_b = this.$opener) == null ? void 0 : _b.setAttribute("data-has-opener", "true");
|
|
9512
|
+
(_c = this.$opener) == null ? void 0 : _c.addEventListener("click", () => this.show());
|
|
9513
|
+
}
|
|
9514
|
+
}
|
|
9515
|
+
get $opener() {
|
|
9516
|
+
return document.querySelector(
|
|
9517
|
+
`px-button#${this.getAttribute("openedby")}`
|
|
9518
|
+
);
|
|
9519
|
+
}
|
|
9513
9520
|
get $closeButton() {
|
|
9514
9521
|
return this.shadowRoot.querySelector("px-button-icon");
|
|
9515
9522
|
}
|
|
@@ -9543,6 +9550,12 @@ class Drawer extends HTMLElement {
|
|
|
9543
9550
|
set ariaLabelCloseButton(value) {
|
|
9544
9551
|
this.setAttribute("aria-label-close-button", value);
|
|
9545
9552
|
}
|
|
9553
|
+
get openedby() {
|
|
9554
|
+
return this.getAttribute("openedby");
|
|
9555
|
+
}
|
|
9556
|
+
set openedby(value) {
|
|
9557
|
+
this.setAttribute("openedby", value);
|
|
9558
|
+
}
|
|
9546
9559
|
}
|
|
9547
9560
|
if (!customElements.get("px-drawer")) {
|
|
9548
9561
|
customElements.define("px-drawer", Drawer);
|
|
@@ -12547,19 +12560,14 @@ class Modal extends HTMLElement {
|
|
|
12547
12560
|
});
|
|
12548
12561
|
}
|
|
12549
12562
|
if (this.hasAttribute("openedby")) {
|
|
12550
|
-
|
|
12551
|
-
`px-button#${this.getAttribute("openedby")}`
|
|
12552
|
-
);
|
|
12553
|
-
$opener == null ? void 0 : $opener.addEventListener("click", () => {
|
|
12554
|
-
this.show();
|
|
12555
|
-
});
|
|
12563
|
+
this.addOpenListener();
|
|
12556
12564
|
}
|
|
12557
12565
|
if (this.hasAttribute("media-src")) {
|
|
12558
12566
|
this.updateMediaSrc(this.getAttribute("media-src"));
|
|
12559
12567
|
}
|
|
12560
12568
|
}
|
|
12561
12569
|
static get observedAttributes() {
|
|
12562
|
-
return ["open", "status", "media-src"];
|
|
12570
|
+
return ["open", "status", "media-src", "openedby"];
|
|
12563
12571
|
}
|
|
12564
12572
|
attributeChangedCallback(attrName, oldValue, newValue) {
|
|
12565
12573
|
switch (attrName) {
|
|
@@ -12572,6 +12580,9 @@ class Modal extends HTMLElement {
|
|
|
12572
12580
|
case "media-src":
|
|
12573
12581
|
this.updateMediaSrc(newValue);
|
|
12574
12582
|
break;
|
|
12583
|
+
case "openedby":
|
|
12584
|
+
this.addOpenListener();
|
|
12585
|
+
break;
|
|
12575
12586
|
}
|
|
12576
12587
|
}
|
|
12577
12588
|
handleOpenChange() {
|
|
@@ -12635,12 +12646,30 @@ class Modal extends HTMLElement {
|
|
|
12635
12646
|
updateMediaSrc(src) {
|
|
12636
12647
|
this.$mediaContainer.style.backgroundImage = `url(${src})`;
|
|
12637
12648
|
}
|
|
12649
|
+
addOpenListener() {
|
|
12650
|
+
var _a, _b, _c;
|
|
12651
|
+
if (((_a = this.$opener) == null ? void 0 : _a.getAttribute("data-has-opener")) !== "true") {
|
|
12652
|
+
(_b = this.$opener) == null ? void 0 : _b.setAttribute("data-has-opener", "true");
|
|
12653
|
+
(_c = this.$opener) == null ? void 0 : _c.addEventListener("click", () => this.show());
|
|
12654
|
+
}
|
|
12655
|
+
}
|
|
12656
|
+
get $opener() {
|
|
12657
|
+
return document.querySelector(
|
|
12658
|
+
`px-button#${this.getAttribute("openedby")}`
|
|
12659
|
+
);
|
|
12660
|
+
}
|
|
12638
12661
|
get status() {
|
|
12639
12662
|
return this.getAttribute("status");
|
|
12640
12663
|
}
|
|
12641
12664
|
set status(value) {
|
|
12642
12665
|
this.setAttribute("status", value);
|
|
12643
12666
|
}
|
|
12667
|
+
get openedby() {
|
|
12668
|
+
return this.getAttribute("openedby");
|
|
12669
|
+
}
|
|
12670
|
+
set openedby(value) {
|
|
12671
|
+
this.setAttribute("openedby", value);
|
|
12672
|
+
}
|
|
12644
12673
|
get $closeButton() {
|
|
12645
12674
|
return this.shadowRoot.querySelector("px-button-icon");
|
|
12646
12675
|
}
|
|
@@ -15454,7 +15483,7 @@ class TileCheckbox extends WithExtraAttributes {
|
|
|
15454
15483
|
<div class="tile-checkbox">
|
|
15455
15484
|
<px-tile hoverable>
|
|
15456
15485
|
<slot name="prefix" slot="prefix"></slot>
|
|
15457
|
-
<px-checkbox slot="suffix"
|
|
15486
|
+
<px-checkbox slot="suffix" aria-hidden="true" tabindex="-1"></px-checkbox>
|
|
15458
15487
|
<slot name="label" slot="label"></slot>
|
|
15459
15488
|
<slot name="description" slot="description"></slot>
|
|
15460
15489
|
</px-tile>
|
|
@@ -15734,7 +15763,7 @@ class TileRadio extends WithExtraAttributes {
|
|
|
15734
15763
|
<div class="tile-radio">
|
|
15735
15764
|
<px-tile hoverable>
|
|
15736
15765
|
<slot name="prefix" slot="prefix"></slot>
|
|
15737
|
-
<px-radio slot="suffix"
|
|
15766
|
+
<px-radio slot="suffix" aria-hidden="true" tabindex="-1"></px-radio>
|
|
15738
15767
|
<slot name="label" slot="label"></slot>
|
|
15739
15768
|
<slot name="description" slot="description"></slot>
|
|
15740
15769
|
</px-tile>
|
|
@@ -16176,7 +16205,7 @@ class TileSwitch extends WithExtraAttributes {
|
|
|
16176
16205
|
<div class="tile-switch">
|
|
16177
16206
|
<px-tile hoverable>
|
|
16178
16207
|
<slot name="prefix" slot="prefix"></slot>
|
|
16179
|
-
<px-switch slot="suffix"
|
|
16208
|
+
<px-switch slot="suffix" aria-hidden="true" tabindex="-1"></px-switch>
|
|
16180
16209
|
<slot name="label" slot="label"></slot>
|
|
16181
16210
|
<slot name="description" slot="description"></slot>
|
|
16182
16211
|
</px-tile>
|