@proximus/lavender-angular 2.0.0-alpha.170 → 2.0.0-alpha.174
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.
|
@@ -19712,6 +19712,12 @@ class PxInput {
|
|
|
19712
19712
|
get extendedDesktop() {
|
|
19713
19713
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
19714
19714
|
}
|
|
19715
|
+
set ariaDescribedby(value) {
|
|
19716
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
19717
|
+
}
|
|
19718
|
+
get ariaDescribedby() {
|
|
19719
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
19720
|
+
}
|
|
19715
19721
|
set grow(value) {
|
|
19716
19722
|
this.elementRef.nativeElement['grow'] = value;
|
|
19717
19723
|
}
|
|
@@ -20032,7 +20038,7 @@ class PxInput {
|
|
|
20032
20038
|
});
|
|
20033
20039
|
}
|
|
20034
20040
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20035
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20041
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20036
20042
|
}
|
|
20037
20043
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, decorators: [{
|
|
20038
20044
|
type: Directive,
|
|
@@ -20056,6 +20062,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20056
20062
|
}], extendedDesktop: [{
|
|
20057
20063
|
type: Input,
|
|
20058
20064
|
args: ['extended--desktop']
|
|
20065
|
+
}], ariaDescribedby: [{
|
|
20066
|
+
type: Input,
|
|
20067
|
+
args: ['aria-describedby']
|
|
20059
20068
|
}], grow: [{
|
|
20060
20069
|
type: Input
|
|
20061
20070
|
}], growMobile: [{
|
|
@@ -20251,6 +20260,12 @@ class PxSelect {
|
|
|
20251
20260
|
get extendedDesktop() {
|
|
20252
20261
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20253
20262
|
}
|
|
20263
|
+
set ariaDescribedby(value) {
|
|
20264
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20265
|
+
}
|
|
20266
|
+
get ariaDescribedby() {
|
|
20267
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20268
|
+
}
|
|
20254
20269
|
set grow(value) {
|
|
20255
20270
|
this.elementRef.nativeElement['grow'] = value;
|
|
20256
20271
|
}
|
|
@@ -20571,7 +20586,7 @@ class PxSelect {
|
|
|
20571
20586
|
});
|
|
20572
20587
|
}
|
|
20573
20588
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20574
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20589
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20575
20590
|
}
|
|
20576
20591
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, decorators: [{
|
|
20577
20592
|
type: Directive,
|
|
@@ -20595,6 +20610,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20595
20610
|
}], extendedDesktop: [{
|
|
20596
20611
|
type: Input,
|
|
20597
20612
|
args: ['extended--desktop']
|
|
20613
|
+
}], ariaDescribedby: [{
|
|
20614
|
+
type: Input,
|
|
20615
|
+
args: ['aria-describedby']
|
|
20598
20616
|
}], grow: [{
|
|
20599
20617
|
type: Input
|
|
20600
20618
|
}], growMobile: [{
|
|
@@ -20790,6 +20808,12 @@ class PxTextarea {
|
|
|
20790
20808
|
get extendedDesktop() {
|
|
20791
20809
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20792
20810
|
}
|
|
20811
|
+
set ariaDescribedby(value) {
|
|
20812
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20813
|
+
}
|
|
20814
|
+
get ariaDescribedby() {
|
|
20815
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20816
|
+
}
|
|
20793
20817
|
set grow(value) {
|
|
20794
20818
|
this.elementRef.nativeElement['grow'] = value;
|
|
20795
20819
|
}
|
|
@@ -21110,7 +21134,7 @@ class PxTextarea {
|
|
|
21110
21134
|
});
|
|
21111
21135
|
}
|
|
21112
21136
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21113
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21137
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21114
21138
|
}
|
|
21115
21139
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, decorators: [{
|
|
21116
21140
|
type: Directive,
|
|
@@ -21134,6 +21158,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21134
21158
|
}], extendedDesktop: [{
|
|
21135
21159
|
type: Input,
|
|
21136
21160
|
args: ['extended--desktop']
|
|
21161
|
+
}], ariaDescribedby: [{
|
|
21162
|
+
type: Input,
|
|
21163
|
+
args: ['aria-describedby']
|
|
21137
21164
|
}], grow: [{
|
|
21138
21165
|
type: Input
|
|
21139
21166
|
}], growMobile: [{
|
|
@@ -21329,6 +21356,12 @@ class PxFileupload {
|
|
|
21329
21356
|
get extendedDesktop() {
|
|
21330
21357
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
21331
21358
|
}
|
|
21359
|
+
set ariaDescribedby(value) {
|
|
21360
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
21361
|
+
}
|
|
21362
|
+
get ariaDescribedby() {
|
|
21363
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
21364
|
+
}
|
|
21332
21365
|
set grow(value) {
|
|
21333
21366
|
this.elementRef.nativeElement['grow'] = value;
|
|
21334
21367
|
}
|
|
@@ -21649,7 +21682,7 @@ class PxFileupload {
|
|
|
21649
21682
|
});
|
|
21650
21683
|
}
|
|
21651
21684
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21652
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21685
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21653
21686
|
}
|
|
21654
21687
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21655
21688
|
type: Directive,
|
|
@@ -21673,6 +21706,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21673
21706
|
}], extendedDesktop: [{
|
|
21674
21707
|
type: Input,
|
|
21675
21708
|
args: ['extended--desktop']
|
|
21709
|
+
}], ariaDescribedby: [{
|
|
21710
|
+
type: Input,
|
|
21711
|
+
args: ['aria-describedby']
|
|
21676
21712
|
}], grow: [{
|
|
21677
21713
|
type: Input
|
|
21678
21714
|
}], growMobile: [{
|
|
@@ -25956,6 +25992,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
25956
25992
|
type: Input,
|
|
25957
25993
|
args: ['word-break-all--desktop']
|
|
25958
25994
|
}] } });
|
|
25995
|
+
/**
|
|
25996
|
+
* @description Type-only wrapper for <px-modal>
|
|
25997
|
+
*/
|
|
25998
|
+
class PxModal {
|
|
25999
|
+
elementRef;
|
|
26000
|
+
set open(value) {
|
|
26001
|
+
this.elementRef.nativeElement['open'] = value;
|
|
26002
|
+
}
|
|
26003
|
+
get open() {
|
|
26004
|
+
return this.elementRef.nativeElement['open'];
|
|
26005
|
+
}
|
|
26006
|
+
set status(value) {
|
|
26007
|
+
this.elementRef.nativeElement['status'] = value;
|
|
26008
|
+
}
|
|
26009
|
+
get status() {
|
|
26010
|
+
return this.elementRef.nativeElement['status'];
|
|
26011
|
+
}
|
|
26012
|
+
set mediaSrc(value) {
|
|
26013
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
26014
|
+
}
|
|
26015
|
+
get mediaSrc() {
|
|
26016
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
26017
|
+
}
|
|
26018
|
+
set openedby(value) {
|
|
26019
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
26020
|
+
}
|
|
26021
|
+
get openedby() {
|
|
26022
|
+
return this.elementRef.nativeElement['openedby'];
|
|
26023
|
+
}
|
|
26024
|
+
set closedby(value) {
|
|
26025
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
26026
|
+
}
|
|
26027
|
+
get closedby() {
|
|
26028
|
+
return this.elementRef.nativeElement['closedby'];
|
|
26029
|
+
}
|
|
26030
|
+
set id(value) {
|
|
26031
|
+
this.elementRef.nativeElement['id'] = value;
|
|
26032
|
+
}
|
|
26033
|
+
get id() {
|
|
26034
|
+
return this.elementRef.nativeElement['id'];
|
|
26035
|
+
}
|
|
26036
|
+
CLOSE_EVENT = new EventEmitter();
|
|
26037
|
+
constructor(elementRef) {
|
|
26038
|
+
this.elementRef = elementRef;
|
|
26039
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
26040
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
26041
|
+
});
|
|
26042
|
+
}
|
|
26043
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26044
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
26045
|
+
}
|
|
26046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
26047
|
+
type: Directive,
|
|
26048
|
+
args: [{
|
|
26049
|
+
selector: 'px-modal',
|
|
26050
|
+
standalone: true,
|
|
26051
|
+
}]
|
|
26052
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
26053
|
+
type: Input
|
|
26054
|
+
}], status: [{
|
|
26055
|
+
type: Input
|
|
26056
|
+
}], mediaSrc: [{
|
|
26057
|
+
type: Input,
|
|
26058
|
+
args: ['media-src']
|
|
26059
|
+
}], openedby: [{
|
|
26060
|
+
type: Input
|
|
26061
|
+
}], closedby: [{
|
|
26062
|
+
type: Input
|
|
26063
|
+
}], id: [{
|
|
26064
|
+
type: Input
|
|
26065
|
+
}], CLOSE_EVENT: [{
|
|
26066
|
+
type: Output
|
|
26067
|
+
}] } });
|
|
25959
26068
|
/**
|
|
25960
26069
|
* @description Type-only wrapper for <px-list>
|
|
25961
26070
|
*/
|
|
@@ -26948,79 +27057,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
26948
27057
|
}], LIST_ITEM_CONNECTED_EVENT: [{
|
|
26949
27058
|
type: Output
|
|
26950
27059
|
}] } });
|
|
26951
|
-
/**
|
|
26952
|
-
* @description Type-only wrapper for <px-modal>
|
|
26953
|
-
*/
|
|
26954
|
-
class PxModal {
|
|
26955
|
-
elementRef;
|
|
26956
|
-
set open(value) {
|
|
26957
|
-
this.elementRef.nativeElement['open'] = value;
|
|
26958
|
-
}
|
|
26959
|
-
get open() {
|
|
26960
|
-
return this.elementRef.nativeElement['open'];
|
|
26961
|
-
}
|
|
26962
|
-
set status(value) {
|
|
26963
|
-
this.elementRef.nativeElement['status'] = value;
|
|
26964
|
-
}
|
|
26965
|
-
get status() {
|
|
26966
|
-
return this.elementRef.nativeElement['status'];
|
|
26967
|
-
}
|
|
26968
|
-
set mediaSrc(value) {
|
|
26969
|
-
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
26970
|
-
}
|
|
26971
|
-
get mediaSrc() {
|
|
26972
|
-
return this.elementRef.nativeElement['mediaSrc'];
|
|
26973
|
-
}
|
|
26974
|
-
set openedby(value) {
|
|
26975
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
26976
|
-
}
|
|
26977
|
-
get openedby() {
|
|
26978
|
-
return this.elementRef.nativeElement['openedby'];
|
|
26979
|
-
}
|
|
26980
|
-
set closedby(value) {
|
|
26981
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
26982
|
-
}
|
|
26983
|
-
get closedby() {
|
|
26984
|
-
return this.elementRef.nativeElement['closedby'];
|
|
26985
|
-
}
|
|
26986
|
-
set id(value) {
|
|
26987
|
-
this.elementRef.nativeElement['id'] = value;
|
|
26988
|
-
}
|
|
26989
|
-
get id() {
|
|
26990
|
-
return this.elementRef.nativeElement['id'];
|
|
26991
|
-
}
|
|
26992
|
-
CLOSE_EVENT = new EventEmitter();
|
|
26993
|
-
constructor(elementRef) {
|
|
26994
|
-
this.elementRef = elementRef;
|
|
26995
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
26996
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
26997
|
-
});
|
|
26998
|
-
}
|
|
26999
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27000
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
27001
|
-
}
|
|
27002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
27003
|
-
type: Directive,
|
|
27004
|
-
args: [{
|
|
27005
|
-
selector: 'px-modal',
|
|
27006
|
-
standalone: true,
|
|
27007
|
-
}]
|
|
27008
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
27009
|
-
type: Input
|
|
27010
|
-
}], status: [{
|
|
27011
|
-
type: Input
|
|
27012
|
-
}], mediaSrc: [{
|
|
27013
|
-
type: Input,
|
|
27014
|
-
args: ['media-src']
|
|
27015
|
-
}], openedby: [{
|
|
27016
|
-
type: Input
|
|
27017
|
-
}], closedby: [{
|
|
27018
|
-
type: Input
|
|
27019
|
-
}], id: [{
|
|
27020
|
-
type: Input
|
|
27021
|
-
}], CLOSE_EVENT: [{
|
|
27022
|
-
type: Output
|
|
27023
|
-
}] } });
|
|
27024
27060
|
/**
|
|
27025
27061
|
* @description Type-only wrapper for <px-p>
|
|
27026
27062
|
*/
|
|
@@ -28111,175 +28147,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28111
28147
|
type: Input,
|
|
28112
28148
|
args: ['word-break-all--desktop']
|
|
28113
28149
|
}] } });
|
|
28114
|
-
/**
|
|
28115
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
28116
|
-
*/
|
|
28117
|
-
class PxCardActions {
|
|
28118
|
-
elementRef;
|
|
28119
|
-
constructor(elementRef) {
|
|
28120
|
-
this.elementRef = elementRef;
|
|
28121
|
-
}
|
|
28122
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28123
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28124
|
-
}
|
|
28125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28126
|
-
type: Directive,
|
|
28127
|
-
args: [{
|
|
28128
|
-
selector: 'px-card-actions',
|
|
28129
|
-
standalone: true,
|
|
28130
|
-
}]
|
|
28131
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28132
|
-
/**
|
|
28133
|
-
* @description Type-only wrapper for <px-card-container>
|
|
28134
|
-
*/
|
|
28135
|
-
class PxCardContainer {
|
|
28136
|
-
elementRef;
|
|
28137
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
28138
|
-
set inverted(value) {
|
|
28139
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28140
|
-
}
|
|
28141
|
-
get inverted() {
|
|
28142
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28143
|
-
}
|
|
28144
|
-
/** URL of the card media image. */
|
|
28145
|
-
set src(value) {
|
|
28146
|
-
this.elementRef.nativeElement['src'] = value;
|
|
28147
|
-
}
|
|
28148
|
-
get src() {
|
|
28149
|
-
return this.elementRef.nativeElement['src'];
|
|
28150
|
-
}
|
|
28151
|
-
/** Where the media image is rendered. */
|
|
28152
|
-
set mediaPosition(value) {
|
|
28153
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28154
|
-
}
|
|
28155
|
-
get mediaPosition() {
|
|
28156
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
28157
|
-
}
|
|
28158
|
-
/** How the media image is fitted. */
|
|
28159
|
-
set mediaSize(value) {
|
|
28160
|
-
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28161
|
-
}
|
|
28162
|
-
get mediaSize() {
|
|
28163
|
-
return this.elementRef.nativeElement['mediaSize'];
|
|
28164
|
-
}
|
|
28165
|
-
set mediaAltText(value) {
|
|
28166
|
-
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28167
|
-
}
|
|
28168
|
-
get mediaAltText() {
|
|
28169
|
-
return this.elementRef.nativeElement['mediaAltText'];
|
|
28170
|
-
}
|
|
28171
|
-
/** Inner content padding size. */
|
|
28172
|
-
set padding(value) {
|
|
28173
|
-
this.elementRef.nativeElement['padding'] = value;
|
|
28174
|
-
}
|
|
28175
|
-
get padding() {
|
|
28176
|
-
return this.elementRef.nativeElement['padding'];
|
|
28177
|
-
}
|
|
28178
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28179
|
-
set aspectRatio(value) {
|
|
28180
|
-
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28181
|
-
}
|
|
28182
|
-
get aspectRatio() {
|
|
28183
|
-
return this.elementRef.nativeElement['aspectRatio'];
|
|
28184
|
-
}
|
|
28185
|
-
/** Whether the card has a visible border. */
|
|
28186
|
-
set hasBorder(value) {
|
|
28187
|
-
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28188
|
-
}
|
|
28189
|
-
get hasBorder() {
|
|
28190
|
-
return this.elementRef.nativeElement['hasBorder'];
|
|
28191
|
-
}
|
|
28192
|
-
/** Surface color preset. */
|
|
28193
|
-
set backgroundColor(value) {
|
|
28194
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28195
|
-
}
|
|
28196
|
-
get backgroundColor() {
|
|
28197
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
28198
|
-
}
|
|
28199
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28200
|
-
set backgroundImage(value) {
|
|
28201
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28202
|
-
}
|
|
28203
|
-
get backgroundImage() {
|
|
28204
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
28205
|
-
}
|
|
28206
|
-
set interactiveState(value) {
|
|
28207
|
-
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28208
|
-
}
|
|
28209
|
-
get interactiveState() {
|
|
28210
|
-
return this.elementRef.nativeElement['interactiveState'];
|
|
28211
|
-
}
|
|
28212
|
-
/** Alt text for the media image. */
|
|
28213
|
-
set alternativeText(value) {
|
|
28214
|
-
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28215
|
-
}
|
|
28216
|
-
get alternativeText() {
|
|
28217
|
-
return this.elementRef.nativeElement['alternativeText'];
|
|
28218
|
-
}
|
|
28219
|
-
constructor(elementRef) {
|
|
28220
|
-
this.elementRef = elementRef;
|
|
28221
|
-
}
|
|
28222
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28223
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28224
|
-
}
|
|
28225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28226
|
-
type: Directive,
|
|
28227
|
-
args: [{
|
|
28228
|
-
selector: 'px-card-container',
|
|
28229
|
-
standalone: true,
|
|
28230
|
-
}]
|
|
28231
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28232
|
-
type: Input
|
|
28233
|
-
}], src: [{
|
|
28234
|
-
type: Input
|
|
28235
|
-
}], mediaPosition: [{
|
|
28236
|
-
type: Input,
|
|
28237
|
-
args: ['media-position']
|
|
28238
|
-
}], mediaSize: [{
|
|
28239
|
-
type: Input,
|
|
28240
|
-
args: ['media-size']
|
|
28241
|
-
}], mediaAltText: [{
|
|
28242
|
-
type: Input,
|
|
28243
|
-
args: ['media-alt-text']
|
|
28244
|
-
}], padding: [{
|
|
28245
|
-
type: Input
|
|
28246
|
-
}], aspectRatio: [{
|
|
28247
|
-
type: Input,
|
|
28248
|
-
args: ['aspect-ratio']
|
|
28249
|
-
}], hasBorder: [{
|
|
28250
|
-
type: Input,
|
|
28251
|
-
args: ['has-border']
|
|
28252
|
-
}], backgroundColor: [{
|
|
28253
|
-
type: Input,
|
|
28254
|
-
args: ['background-color']
|
|
28255
|
-
}], backgroundImage: [{
|
|
28256
|
-
type: Input,
|
|
28257
|
-
args: ['background-image']
|
|
28258
|
-
}], interactiveState: [{
|
|
28259
|
-
type: Input,
|
|
28260
|
-
args: ['interactive-state']
|
|
28261
|
-
}], alternativeText: [{
|
|
28262
|
-
type: Input,
|
|
28263
|
-
args: ['alternative-text']
|
|
28264
|
-
}] } });
|
|
28265
|
-
/**
|
|
28266
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
28267
|
-
*/
|
|
28268
|
-
class PxCardHeading {
|
|
28269
|
-
elementRef;
|
|
28270
|
-
constructor(elementRef) {
|
|
28271
|
-
this.elementRef = elementRef;
|
|
28272
|
-
}
|
|
28273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28274
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28275
|
-
}
|
|
28276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28277
|
-
type: Directive,
|
|
28278
|
-
args: [{
|
|
28279
|
-
selector: 'px-card-heading',
|
|
28280
|
-
standalone: true,
|
|
28281
|
-
}]
|
|
28282
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28283
28150
|
/**
|
|
28284
28151
|
* @description Type-only wrapper for <px-price>
|
|
28285
28152
|
*/
|
|
@@ -28785,6 +28652,175 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28785
28652
|
type: Input,
|
|
28786
28653
|
args: ['word-break-all--desktop']
|
|
28787
28654
|
}] } });
|
|
28655
|
+
/**
|
|
28656
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
28657
|
+
*/
|
|
28658
|
+
class PxCardActions {
|
|
28659
|
+
elementRef;
|
|
28660
|
+
constructor(elementRef) {
|
|
28661
|
+
this.elementRef = elementRef;
|
|
28662
|
+
}
|
|
28663
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28664
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28665
|
+
}
|
|
28666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28667
|
+
type: Directive,
|
|
28668
|
+
args: [{
|
|
28669
|
+
selector: 'px-card-actions',
|
|
28670
|
+
standalone: true,
|
|
28671
|
+
}]
|
|
28672
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28673
|
+
/**
|
|
28674
|
+
* @description Type-only wrapper for <px-card-container>
|
|
28675
|
+
*/
|
|
28676
|
+
class PxCardContainer {
|
|
28677
|
+
elementRef;
|
|
28678
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
28679
|
+
set inverted(value) {
|
|
28680
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28681
|
+
}
|
|
28682
|
+
get inverted() {
|
|
28683
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28684
|
+
}
|
|
28685
|
+
/** URL of the card media image. */
|
|
28686
|
+
set src(value) {
|
|
28687
|
+
this.elementRef.nativeElement['src'] = value;
|
|
28688
|
+
}
|
|
28689
|
+
get src() {
|
|
28690
|
+
return this.elementRef.nativeElement['src'];
|
|
28691
|
+
}
|
|
28692
|
+
/** Where the media image is rendered. */
|
|
28693
|
+
set mediaPosition(value) {
|
|
28694
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28695
|
+
}
|
|
28696
|
+
get mediaPosition() {
|
|
28697
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
28698
|
+
}
|
|
28699
|
+
/** How the media image is fitted. */
|
|
28700
|
+
set mediaSize(value) {
|
|
28701
|
+
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28702
|
+
}
|
|
28703
|
+
get mediaSize() {
|
|
28704
|
+
return this.elementRef.nativeElement['mediaSize'];
|
|
28705
|
+
}
|
|
28706
|
+
set mediaAltText(value) {
|
|
28707
|
+
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28708
|
+
}
|
|
28709
|
+
get mediaAltText() {
|
|
28710
|
+
return this.elementRef.nativeElement['mediaAltText'];
|
|
28711
|
+
}
|
|
28712
|
+
/** Inner content padding size. */
|
|
28713
|
+
set padding(value) {
|
|
28714
|
+
this.elementRef.nativeElement['padding'] = value;
|
|
28715
|
+
}
|
|
28716
|
+
get padding() {
|
|
28717
|
+
return this.elementRef.nativeElement['padding'];
|
|
28718
|
+
}
|
|
28719
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28720
|
+
set aspectRatio(value) {
|
|
28721
|
+
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28722
|
+
}
|
|
28723
|
+
get aspectRatio() {
|
|
28724
|
+
return this.elementRef.nativeElement['aspectRatio'];
|
|
28725
|
+
}
|
|
28726
|
+
/** Whether the card has a visible border. */
|
|
28727
|
+
set hasBorder(value) {
|
|
28728
|
+
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28729
|
+
}
|
|
28730
|
+
get hasBorder() {
|
|
28731
|
+
return this.elementRef.nativeElement['hasBorder'];
|
|
28732
|
+
}
|
|
28733
|
+
/** Surface color preset. */
|
|
28734
|
+
set backgroundColor(value) {
|
|
28735
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28736
|
+
}
|
|
28737
|
+
get backgroundColor() {
|
|
28738
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
28739
|
+
}
|
|
28740
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28741
|
+
set backgroundImage(value) {
|
|
28742
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28743
|
+
}
|
|
28744
|
+
get backgroundImage() {
|
|
28745
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
28746
|
+
}
|
|
28747
|
+
set interactiveState(value) {
|
|
28748
|
+
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28749
|
+
}
|
|
28750
|
+
get interactiveState() {
|
|
28751
|
+
return this.elementRef.nativeElement['interactiveState'];
|
|
28752
|
+
}
|
|
28753
|
+
/** Alt text for the media image. */
|
|
28754
|
+
set alternativeText(value) {
|
|
28755
|
+
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28756
|
+
}
|
|
28757
|
+
get alternativeText() {
|
|
28758
|
+
return this.elementRef.nativeElement['alternativeText'];
|
|
28759
|
+
}
|
|
28760
|
+
constructor(elementRef) {
|
|
28761
|
+
this.elementRef = elementRef;
|
|
28762
|
+
}
|
|
28763
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28764
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28765
|
+
}
|
|
28766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28767
|
+
type: Directive,
|
|
28768
|
+
args: [{
|
|
28769
|
+
selector: 'px-card-container',
|
|
28770
|
+
standalone: true,
|
|
28771
|
+
}]
|
|
28772
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28773
|
+
type: Input
|
|
28774
|
+
}], src: [{
|
|
28775
|
+
type: Input
|
|
28776
|
+
}], mediaPosition: [{
|
|
28777
|
+
type: Input,
|
|
28778
|
+
args: ['media-position']
|
|
28779
|
+
}], mediaSize: [{
|
|
28780
|
+
type: Input,
|
|
28781
|
+
args: ['media-size']
|
|
28782
|
+
}], mediaAltText: [{
|
|
28783
|
+
type: Input,
|
|
28784
|
+
args: ['media-alt-text']
|
|
28785
|
+
}], padding: [{
|
|
28786
|
+
type: Input
|
|
28787
|
+
}], aspectRatio: [{
|
|
28788
|
+
type: Input,
|
|
28789
|
+
args: ['aspect-ratio']
|
|
28790
|
+
}], hasBorder: [{
|
|
28791
|
+
type: Input,
|
|
28792
|
+
args: ['has-border']
|
|
28793
|
+
}], backgroundColor: [{
|
|
28794
|
+
type: Input,
|
|
28795
|
+
args: ['background-color']
|
|
28796
|
+
}], backgroundImage: [{
|
|
28797
|
+
type: Input,
|
|
28798
|
+
args: ['background-image']
|
|
28799
|
+
}], interactiveState: [{
|
|
28800
|
+
type: Input,
|
|
28801
|
+
args: ['interactive-state']
|
|
28802
|
+
}], alternativeText: [{
|
|
28803
|
+
type: Input,
|
|
28804
|
+
args: ['alternative-text']
|
|
28805
|
+
}] } });
|
|
28806
|
+
/**
|
|
28807
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
28808
|
+
*/
|
|
28809
|
+
class PxCardHeading {
|
|
28810
|
+
elementRef;
|
|
28811
|
+
constructor(elementRef) {
|
|
28812
|
+
this.elementRef = elementRef;
|
|
28813
|
+
}
|
|
28814
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28815
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28816
|
+
}
|
|
28817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28818
|
+
type: Directive,
|
|
28819
|
+
args: [{
|
|
28820
|
+
selector: 'px-card-heading',
|
|
28821
|
+
standalone: true,
|
|
28822
|
+
}]
|
|
28823
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28788
28824
|
/**
|
|
28789
28825
|
* @description Type-only wrapper for <px-radio>
|
|
28790
28826
|
*/
|
|
@@ -41266,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41266
41302
|
}] } });
|
|
41267
41303
|
class Lavender {
|
|
41268
41304
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41269
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem,
|
|
41305
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxModal, PxList, PxListItem, PxP, PxPillar, PxPrice, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxModal, PxList, PxListItem, PxP, PxPillar, PxPrice, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41270
41306
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41271
41307
|
}
|
|
41272
41308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41322,15 +41358,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41322
41358
|
PxHstack,
|
|
41323
41359
|
PxA,
|
|
41324
41360
|
PxAWrapper,
|
|
41361
|
+
PxModal,
|
|
41325
41362
|
PxList,
|
|
41326
41363
|
PxListItem,
|
|
41327
|
-
PxModal,
|
|
41328
41364
|
PxP,
|
|
41329
41365
|
PxPillar,
|
|
41366
|
+
PxPrice,
|
|
41330
41367
|
PxCardActions,
|
|
41331
41368
|
PxCardContainer,
|
|
41332
41369
|
PxCardHeading,
|
|
41333
|
-
PxPrice,
|
|
41334
41370
|
PxRadio,
|
|
41335
41371
|
PxRadioBase,
|
|
41336
41372
|
PxRadioGroup,
|
|
@@ -41424,15 +41460,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41424
41460
|
PxHstack,
|
|
41425
41461
|
PxA,
|
|
41426
41462
|
PxAWrapper,
|
|
41463
|
+
PxModal,
|
|
41427
41464
|
PxList,
|
|
41428
41465
|
PxListItem,
|
|
41429
|
-
PxModal,
|
|
41430
41466
|
PxP,
|
|
41431
41467
|
PxPillar,
|
|
41468
|
+
PxPrice,
|
|
41432
41469
|
PxCardActions,
|
|
41433
41470
|
PxCardContainer,
|
|
41434
41471
|
PxCardHeading,
|
|
41435
|
-
PxPrice,
|
|
41436
41472
|
PxRadio,
|
|
41437
41473
|
PxRadioBase,
|
|
41438
41474
|
PxRadioGroup,
|