@proximus/lavender-angular 1.4.13-alpha.1 → 1.4.13-alpha.11
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/CHANGELOG.md +40 -0
- package/esm2022/lavender.directive.mjs +905 -849
- package/fesm2022/proximus-lavender-angular.mjs +904 -848
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +182 -168
- package/package.json +1 -1
|
@@ -3968,6 +3968,12 @@ class PxButton {
|
|
|
3968
3968
|
get extendedDesktop() {
|
|
3969
3969
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
3970
3970
|
}
|
|
3971
|
+
set size(value) {
|
|
3972
|
+
this.elementRef.nativeElement['size'] = value;
|
|
3973
|
+
}
|
|
3974
|
+
get size() {
|
|
3975
|
+
return this.elementRef.nativeElement['size'];
|
|
3976
|
+
}
|
|
3971
3977
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3972
3978
|
set name(value) {
|
|
3973
3979
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -4312,7 +4318,7 @@ class PxButton {
|
|
|
4312
4318
|
this.elementRef = elementRef;
|
|
4313
4319
|
}
|
|
4314
4320
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4315
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], name: "name", value: "value", type: "type", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
4321
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", name: "name", value: "value", type: "type", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
4316
4322
|
}
|
|
4317
4323
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
|
|
4318
4324
|
type: Directive,
|
|
@@ -4358,6 +4364,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4358
4364
|
}], extendedDesktop: [{
|
|
4359
4365
|
type: Input,
|
|
4360
4366
|
args: ['extended--desktop']
|
|
4367
|
+
}], size: [{
|
|
4368
|
+
type: Input
|
|
4361
4369
|
}], name: [{
|
|
4362
4370
|
type: Input
|
|
4363
4371
|
}], value: [{
|
|
@@ -4641,6 +4649,12 @@ class PxButtonWrapper {
|
|
|
4641
4649
|
get extendedDesktop() {
|
|
4642
4650
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
4643
4651
|
}
|
|
4652
|
+
set size(value) {
|
|
4653
|
+
this.elementRef.nativeElement['size'] = value;
|
|
4654
|
+
}
|
|
4655
|
+
get size() {
|
|
4656
|
+
return this.elementRef.nativeElement['size'];
|
|
4657
|
+
}
|
|
4644
4658
|
set grow(value) {
|
|
4645
4659
|
this.elementRef.nativeElement['grow'] = value;
|
|
4646
4660
|
}
|
|
@@ -4957,7 +4971,7 @@ class PxButtonWrapper {
|
|
|
4957
4971
|
this.elementRef = elementRef;
|
|
4958
4972
|
}
|
|
4959
4973
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4960
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], 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"] }, ngImport: i0 });
|
|
4974
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", 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"] }, ngImport: i0 });
|
|
4961
4975
|
}
|
|
4962
4976
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
|
|
4963
4977
|
type: Directive,
|
|
@@ -5011,6 +5025,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5011
5025
|
}], extendedDesktop: [{
|
|
5012
5026
|
type: Input,
|
|
5013
5027
|
args: ['extended--desktop']
|
|
5028
|
+
}], size: [{
|
|
5029
|
+
type: Input
|
|
5014
5030
|
}], grow: [{
|
|
5015
5031
|
type: Input
|
|
5016
5032
|
}], growMobile: [{
|
|
@@ -10256,6 +10272,12 @@ class PxCheckbox {
|
|
|
10256
10272
|
get hover() {
|
|
10257
10273
|
return this.elementRef.nativeElement['hover'];
|
|
10258
10274
|
}
|
|
10275
|
+
set size(value) {
|
|
10276
|
+
this.elementRef.nativeElement['size'] = value;
|
|
10277
|
+
}
|
|
10278
|
+
get size() {
|
|
10279
|
+
return this.elementRef.nativeElement['size'];
|
|
10280
|
+
}
|
|
10259
10281
|
/** The name of the checkbox. */
|
|
10260
10282
|
set name(value) {
|
|
10261
10283
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -10607,7 +10629,7 @@ class PxCheckbox {
|
|
|
10607
10629
|
this.elementRef = elementRef;
|
|
10608
10630
|
}
|
|
10609
10631
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10610
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCheckbox, selector: "px-checkbox", inputs: { state: "state", variant: "variant", indeterminate: "indeterminate", inverted: "inverted", hover: "hover", name: "name", value: "value", checked: "checked", disabled: "disabled", required: "required", 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"] }, ngImport: i0 });
|
|
10632
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCheckbox, selector: "px-checkbox", inputs: { state: "state", variant: "variant", indeterminate: "indeterminate", inverted: "inverted", hover: "hover", size: "size", name: "name", value: "value", checked: "checked", disabled: "disabled", required: "required", 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"] }, ngImport: i0 });
|
|
10611
10633
|
}
|
|
10612
10634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCheckbox, decorators: [{
|
|
10613
10635
|
type: Directive,
|
|
@@ -10624,6 +10646,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
10624
10646
|
type: Input
|
|
10625
10647
|
}], hover: [{
|
|
10626
10648
|
type: Input
|
|
10649
|
+
}], size: [{
|
|
10650
|
+
type: Input
|
|
10627
10651
|
}], name: [{
|
|
10628
10652
|
type: Input
|
|
10629
10653
|
}], value: [{
|
|
@@ -12551,139 +12575,111 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12551
12575
|
args: ['word-break-all--desktop']
|
|
12552
12576
|
}] } });
|
|
12553
12577
|
/**
|
|
12554
|
-
* @description Type-only wrapper for <px-
|
|
12578
|
+
* @description Type-only wrapper for <px-content-header>
|
|
12555
12579
|
*/
|
|
12556
|
-
class
|
|
12580
|
+
class PxContentHeader {
|
|
12557
12581
|
elementRef;
|
|
12558
|
-
set
|
|
12559
|
-
this.elementRef.nativeElement['
|
|
12582
|
+
set backgroundColor(value) {
|
|
12583
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
12560
12584
|
}
|
|
12561
|
-
get
|
|
12562
|
-
return this.elementRef.nativeElement['
|
|
12585
|
+
get backgroundColor() {
|
|
12586
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
12563
12587
|
}
|
|
12564
|
-
set
|
|
12565
|
-
this.elementRef.nativeElement['
|
|
12588
|
+
set backgroundGradient(value) {
|
|
12589
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12566
12590
|
}
|
|
12567
|
-
get
|
|
12568
|
-
return this.elementRef.nativeElement['
|
|
12591
|
+
get backgroundGradient() {
|
|
12592
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12569
12593
|
}
|
|
12570
|
-
set
|
|
12571
|
-
this.elementRef.nativeElement['
|
|
12594
|
+
set backgroundImage(value) {
|
|
12595
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12572
12596
|
}
|
|
12573
|
-
get
|
|
12574
|
-
return this.elementRef.nativeElement['
|
|
12597
|
+
get backgroundImage() {
|
|
12598
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
12575
12599
|
}
|
|
12576
|
-
set
|
|
12577
|
-
this.elementRef.nativeElement['
|
|
12600
|
+
set backgroundImageMobile(value) {
|
|
12601
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
12578
12602
|
}
|
|
12579
|
-
get
|
|
12580
|
-
return this.elementRef.nativeElement['
|
|
12603
|
+
get backgroundImageMobile() {
|
|
12604
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
12581
12605
|
}
|
|
12582
|
-
set
|
|
12583
|
-
this.elementRef.nativeElement['
|
|
12606
|
+
set backgroundImageTablet(value) {
|
|
12607
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
12584
12608
|
}
|
|
12585
|
-
get
|
|
12586
|
-
return this.elementRef.nativeElement['
|
|
12609
|
+
get backgroundImageTablet() {
|
|
12610
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
12587
12611
|
}
|
|
12588
|
-
set
|
|
12589
|
-
this.elementRef.nativeElement['
|
|
12612
|
+
set backgroundImageLaptop(value) {
|
|
12613
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
12590
12614
|
}
|
|
12591
|
-
get
|
|
12592
|
-
return this.elementRef.nativeElement['
|
|
12615
|
+
get backgroundImageLaptop() {
|
|
12616
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
12593
12617
|
}
|
|
12594
|
-
set
|
|
12595
|
-
this.elementRef.nativeElement['
|
|
12618
|
+
set backgroundSize(value) {
|
|
12619
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
12596
12620
|
}
|
|
12597
|
-
get
|
|
12598
|
-
return this.elementRef.nativeElement['
|
|
12621
|
+
get backgroundSize() {
|
|
12622
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
12599
12623
|
}
|
|
12600
|
-
set
|
|
12601
|
-
this.elementRef.nativeElement['
|
|
12624
|
+
set backgroundPosition(value) {
|
|
12625
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
12602
12626
|
}
|
|
12603
|
-
get
|
|
12604
|
-
return this.elementRef.nativeElement['
|
|
12627
|
+
get backgroundPosition() {
|
|
12628
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
12605
12629
|
}
|
|
12606
|
-
set
|
|
12607
|
-
this.elementRef.nativeElement['
|
|
12630
|
+
set contrastHelperGradient(value) {
|
|
12631
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
12608
12632
|
}
|
|
12609
|
-
get
|
|
12610
|
-
return this.elementRef.nativeElement['
|
|
12633
|
+
get contrastHelperGradient() {
|
|
12634
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
12611
12635
|
}
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
this.elementRef = elementRef;
|
|
12615
|
-
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
12616
|
-
this.HIDE_EVENT.emit(e.detail);
|
|
12617
|
-
});
|
|
12636
|
+
set contrastHelperOverlay(value) {
|
|
12637
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
12618
12638
|
}
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
}
|
|
12622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
12623
|
-
type: Directive,
|
|
12624
|
-
args: [{
|
|
12625
|
-
selector: 'px-drawer',
|
|
12626
|
-
}]
|
|
12627
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
12628
|
-
type: Input
|
|
12629
|
-
}], ariaLabelCloseButton: [{
|
|
12630
|
-
type: Input,
|
|
12631
|
-
args: ['aria-label-close-button']
|
|
12632
|
-
}], openedby: [{
|
|
12633
|
-
type: Input
|
|
12634
|
-
}], closedby: [{
|
|
12635
|
-
type: Input
|
|
12636
|
-
}], fullscreen: [{
|
|
12637
|
-
type: Input
|
|
12638
|
-
}], fullscreenMobile: [{
|
|
12639
|
-
type: Input,
|
|
12640
|
-
args: ['fullscreen--mobile']
|
|
12641
|
-
}], fullscreenTablet: [{
|
|
12642
|
-
type: Input,
|
|
12643
|
-
args: ['fullscreen--tablet']
|
|
12644
|
-
}], fullscreenLaptop: [{
|
|
12645
|
-
type: Input,
|
|
12646
|
-
args: ['fullscreen--laptop']
|
|
12647
|
-
}], fullscreenDesktop: [{
|
|
12648
|
-
type: Input,
|
|
12649
|
-
args: ['fullscreen--desktop']
|
|
12650
|
-
}], HIDE_EVENT: [{
|
|
12651
|
-
type: Output
|
|
12652
|
-
}] } });
|
|
12653
|
-
/**
|
|
12654
|
-
* @description Type-only wrapper for <px-dropdown>
|
|
12655
|
-
*/
|
|
12656
|
-
class PxDropdown {
|
|
12657
|
-
elementRef;
|
|
12658
|
-
set id(value) {
|
|
12659
|
-
this.elementRef.nativeElement['id'] = value;
|
|
12639
|
+
get contrastHelperOverlay() {
|
|
12640
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
12660
12641
|
}
|
|
12661
|
-
|
|
12662
|
-
|
|
12642
|
+
set minHeight(value) {
|
|
12643
|
+
this.elementRef.nativeElement['minHeight'] = value;
|
|
12663
12644
|
}
|
|
12664
|
-
|
|
12665
|
-
this.elementRef.nativeElement['
|
|
12645
|
+
get minHeight() {
|
|
12646
|
+
return this.elementRef.nativeElement['minHeight'];
|
|
12666
12647
|
}
|
|
12667
|
-
|
|
12668
|
-
|
|
12648
|
+
set hasGridding(value) {
|
|
12649
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
12669
12650
|
}
|
|
12670
|
-
|
|
12671
|
-
this.elementRef.nativeElement['
|
|
12651
|
+
get hasGridding() {
|
|
12652
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
12672
12653
|
}
|
|
12673
|
-
|
|
12674
|
-
|
|
12654
|
+
set hasGriddingMobile(value) {
|
|
12655
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
12675
12656
|
}
|
|
12676
|
-
|
|
12677
|
-
this.elementRef.nativeElement['
|
|
12657
|
+
get hasGriddingMobile() {
|
|
12658
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
12678
12659
|
}
|
|
12679
|
-
|
|
12680
|
-
|
|
12660
|
+
set hasGriddingTablet(value) {
|
|
12661
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
12681
12662
|
}
|
|
12682
|
-
|
|
12683
|
-
this.elementRef.nativeElement['
|
|
12663
|
+
get hasGriddingTablet() {
|
|
12664
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
12684
12665
|
}
|
|
12685
|
-
|
|
12686
|
-
|
|
12666
|
+
set hasGriddingLaptop(value) {
|
|
12667
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
12668
|
+
}
|
|
12669
|
+
get hasGriddingLaptop() {
|
|
12670
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
12671
|
+
}
|
|
12672
|
+
set hasGriddingDesktop(value) {
|
|
12673
|
+
this.elementRef.nativeElement['hasGriddingDesktop'] = value;
|
|
12674
|
+
}
|
|
12675
|
+
get hasGriddingDesktop() {
|
|
12676
|
+
return this.elementRef.nativeElement['hasGriddingDesktop'];
|
|
12677
|
+
}
|
|
12678
|
+
set inverted(value) {
|
|
12679
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
12680
|
+
}
|
|
12681
|
+
get inverted() {
|
|
12682
|
+
return this.elementRef.nativeElement['inverted'];
|
|
12687
12683
|
}
|
|
12688
12684
|
set grow(value) {
|
|
12689
12685
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -13000,27 +12996,64 @@ class PxDropdown {
|
|
|
13000
12996
|
constructor(elementRef) {
|
|
13001
12997
|
this.elementRef = elementRef;
|
|
13002
12998
|
}
|
|
13003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13004
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
12999
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13000
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxContentHeader, selector: "px-content-header", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], minHeight: ["min-height", "minHeight"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], hasGriddingDesktop: ["has-gridding--desktop", "hasGriddingDesktop"], inverted: "inverted", 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"] }, ngImport: i0 });
|
|
13005
13001
|
}
|
|
13006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, decorators: [{
|
|
13007
13003
|
type: Directive,
|
|
13008
13004
|
args: [{
|
|
13009
|
-
selector: 'px-
|
|
13005
|
+
selector: 'px-content-header',
|
|
13010
13006
|
}]
|
|
13011
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
13012
|
-
type: Input
|
|
13013
|
-
}], anchoralignment: [{
|
|
13014
|
-
type: Input
|
|
13015
|
-
}], usePolyfill: [{
|
|
13007
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
13016
13008
|
type: Input,
|
|
13017
|
-
args: ['
|
|
13018
|
-
}],
|
|
13009
|
+
args: ['background-color']
|
|
13010
|
+
}], backgroundGradient: [{
|
|
13019
13011
|
type: Input,
|
|
13020
|
-
args: ['
|
|
13021
|
-
}],
|
|
13012
|
+
args: ['background-gradient']
|
|
13013
|
+
}], backgroundImage: [{
|
|
13022
13014
|
type: Input,
|
|
13023
|
-
args: ['
|
|
13015
|
+
args: ['background-image']
|
|
13016
|
+
}], backgroundImageMobile: [{
|
|
13017
|
+
type: Input,
|
|
13018
|
+
args: ['background-image--mobile']
|
|
13019
|
+
}], backgroundImageTablet: [{
|
|
13020
|
+
type: Input,
|
|
13021
|
+
args: ['background-image--tablet']
|
|
13022
|
+
}], backgroundImageLaptop: [{
|
|
13023
|
+
type: Input,
|
|
13024
|
+
args: ['background-image--laptop']
|
|
13025
|
+
}], backgroundSize: [{
|
|
13026
|
+
type: Input,
|
|
13027
|
+
args: ['background-size']
|
|
13028
|
+
}], backgroundPosition: [{
|
|
13029
|
+
type: Input,
|
|
13030
|
+
args: ['background-position']
|
|
13031
|
+
}], contrastHelperGradient: [{
|
|
13032
|
+
type: Input,
|
|
13033
|
+
args: ['contrast-helper-gradient']
|
|
13034
|
+
}], contrastHelperOverlay: [{
|
|
13035
|
+
type: Input,
|
|
13036
|
+
args: ['contrast-helper-overlay']
|
|
13037
|
+
}], minHeight: [{
|
|
13038
|
+
type: Input,
|
|
13039
|
+
args: ['min-height']
|
|
13040
|
+
}], hasGridding: [{
|
|
13041
|
+
type: Input,
|
|
13042
|
+
args: ['has-gridding']
|
|
13043
|
+
}], hasGriddingMobile: [{
|
|
13044
|
+
type: Input,
|
|
13045
|
+
args: ['has-gridding--mobile']
|
|
13046
|
+
}], hasGriddingTablet: [{
|
|
13047
|
+
type: Input,
|
|
13048
|
+
args: ['has-gridding--tablet']
|
|
13049
|
+
}], hasGriddingLaptop: [{
|
|
13050
|
+
type: Input,
|
|
13051
|
+
args: ['has-gridding--laptop']
|
|
13052
|
+
}], hasGriddingDesktop: [{
|
|
13053
|
+
type: Input,
|
|
13054
|
+
args: ['has-gridding--desktop']
|
|
13055
|
+
}], inverted: [{
|
|
13056
|
+
type: Input
|
|
13024
13057
|
}], grow: [{
|
|
13025
13058
|
type: Input
|
|
13026
13059
|
}], growMobile: [{
|
|
@@ -13174,39 +13207,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13174
13207
|
args: ['word-break-all--desktop']
|
|
13175
13208
|
}] } });
|
|
13176
13209
|
/**
|
|
13177
|
-
* @description Type-only wrapper for <px-
|
|
13210
|
+
* @description Type-only wrapper for <px-drawer>
|
|
13178
13211
|
*/
|
|
13179
|
-
class
|
|
13212
|
+
class PxDrawer {
|
|
13180
13213
|
elementRef;
|
|
13181
|
-
set
|
|
13182
|
-
this.elementRef.nativeElement['
|
|
13214
|
+
set open(value) {
|
|
13215
|
+
this.elementRef.nativeElement['open'] = value;
|
|
13183
13216
|
}
|
|
13184
|
-
get
|
|
13185
|
-
return this.elementRef.nativeElement['
|
|
13217
|
+
get open() {
|
|
13218
|
+
return this.elementRef.nativeElement['open'];
|
|
13186
13219
|
}
|
|
13187
|
-
set
|
|
13188
|
-
this.elementRef.nativeElement['
|
|
13220
|
+
set ariaLabelCloseButton(value) {
|
|
13221
|
+
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
13189
13222
|
}
|
|
13190
|
-
get
|
|
13191
|
-
return this.elementRef.nativeElement['
|
|
13223
|
+
get ariaLabelCloseButton() {
|
|
13224
|
+
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
13192
13225
|
}
|
|
13193
|
-
set
|
|
13194
|
-
this.elementRef.nativeElement['
|
|
13226
|
+
set openedby(value) {
|
|
13227
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
13195
13228
|
}
|
|
13196
|
-
get
|
|
13197
|
-
return this.elementRef.nativeElement['
|
|
13229
|
+
get openedby() {
|
|
13230
|
+
return this.elementRef.nativeElement['openedby'];
|
|
13198
13231
|
}
|
|
13199
|
-
set
|
|
13200
|
-
this.elementRef.nativeElement['
|
|
13232
|
+
set closedby(value) {
|
|
13233
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
13201
13234
|
}
|
|
13202
|
-
get
|
|
13203
|
-
return this.elementRef.nativeElement['
|
|
13235
|
+
get closedby() {
|
|
13236
|
+
return this.elementRef.nativeElement['closedby'];
|
|
13204
13237
|
}
|
|
13205
|
-
set
|
|
13206
|
-
this.elementRef.nativeElement['
|
|
13238
|
+
set fullscreen(value) {
|
|
13239
|
+
this.elementRef.nativeElement['fullscreen'] = value;
|
|
13207
13240
|
}
|
|
13208
|
-
get
|
|
13209
|
-
return this.elementRef.nativeElement['
|
|
13241
|
+
get fullscreen() {
|
|
13242
|
+
return this.elementRef.nativeElement['fullscreen'];
|
|
13243
|
+
}
|
|
13244
|
+
set fullscreenMobile(value) {
|
|
13245
|
+
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
13246
|
+
}
|
|
13247
|
+
get fullscreenMobile() {
|
|
13248
|
+
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
13249
|
+
}
|
|
13250
|
+
set fullscreenTablet(value) {
|
|
13251
|
+
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
13252
|
+
}
|
|
13253
|
+
get fullscreenTablet() {
|
|
13254
|
+
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
13255
|
+
}
|
|
13256
|
+
set fullscreenLaptop(value) {
|
|
13257
|
+
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
13258
|
+
}
|
|
13259
|
+
get fullscreenLaptop() {
|
|
13260
|
+
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
13261
|
+
}
|
|
13262
|
+
set fullscreenDesktop(value) {
|
|
13263
|
+
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
13264
|
+
}
|
|
13265
|
+
get fullscreenDesktop() {
|
|
13266
|
+
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
13267
|
+
}
|
|
13268
|
+
HIDE_EVENT = new EventEmitter();
|
|
13269
|
+
constructor(elementRef) {
|
|
13270
|
+
this.elementRef = elementRef;
|
|
13271
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
13272
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
13273
|
+
});
|
|
13274
|
+
}
|
|
13275
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13276
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
13277
|
+
}
|
|
13278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
13279
|
+
type: Directive,
|
|
13280
|
+
args: [{
|
|
13281
|
+
selector: 'px-drawer',
|
|
13282
|
+
}]
|
|
13283
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
13284
|
+
type: Input
|
|
13285
|
+
}], ariaLabelCloseButton: [{
|
|
13286
|
+
type: Input,
|
|
13287
|
+
args: ['aria-label-close-button']
|
|
13288
|
+
}], openedby: [{
|
|
13289
|
+
type: Input
|
|
13290
|
+
}], closedby: [{
|
|
13291
|
+
type: Input
|
|
13292
|
+
}], fullscreen: [{
|
|
13293
|
+
type: Input
|
|
13294
|
+
}], fullscreenMobile: [{
|
|
13295
|
+
type: Input,
|
|
13296
|
+
args: ['fullscreen--mobile']
|
|
13297
|
+
}], fullscreenTablet: [{
|
|
13298
|
+
type: Input,
|
|
13299
|
+
args: ['fullscreen--tablet']
|
|
13300
|
+
}], fullscreenLaptop: [{
|
|
13301
|
+
type: Input,
|
|
13302
|
+
args: ['fullscreen--laptop']
|
|
13303
|
+
}], fullscreenDesktop: [{
|
|
13304
|
+
type: Input,
|
|
13305
|
+
args: ['fullscreen--desktop']
|
|
13306
|
+
}], HIDE_EVENT: [{
|
|
13307
|
+
type: Output
|
|
13308
|
+
}] } });
|
|
13309
|
+
/**
|
|
13310
|
+
* @description Type-only wrapper for <px-dropdown>
|
|
13311
|
+
*/
|
|
13312
|
+
class PxDropdown {
|
|
13313
|
+
elementRef;
|
|
13314
|
+
set id(value) {
|
|
13315
|
+
this.elementRef.nativeElement['id'] = value;
|
|
13316
|
+
}
|
|
13317
|
+
get id() {
|
|
13318
|
+
return this.elementRef.nativeElement['id'];
|
|
13319
|
+
}
|
|
13320
|
+
set anchoralignment(value) {
|
|
13321
|
+
this.elementRef.nativeElement['anchoralignment'] = value;
|
|
13322
|
+
}
|
|
13323
|
+
get anchoralignment() {
|
|
13324
|
+
return this.elementRef.nativeElement['anchoralignment'];
|
|
13325
|
+
}
|
|
13326
|
+
set usePolyfill(value) {
|
|
13327
|
+
this.elementRef.nativeElement['usePolyfill'] = value;
|
|
13328
|
+
}
|
|
13329
|
+
get usePolyfill() {
|
|
13330
|
+
return this.elementRef.nativeElement['usePolyfill'];
|
|
13331
|
+
}
|
|
13332
|
+
set manualToggle(value) {
|
|
13333
|
+
this.elementRef.nativeElement['manualToggle'] = value;
|
|
13334
|
+
}
|
|
13335
|
+
get manualToggle() {
|
|
13336
|
+
return this.elementRef.nativeElement['manualToggle'];
|
|
13337
|
+
}
|
|
13338
|
+
set popoverHeight(value) {
|
|
13339
|
+
this.elementRef.nativeElement['popoverHeight'] = value;
|
|
13340
|
+
}
|
|
13341
|
+
get popoverHeight() {
|
|
13342
|
+
return this.elementRef.nativeElement['popoverHeight'];
|
|
13210
13343
|
}
|
|
13211
13344
|
set grow(value) {
|
|
13212
13345
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -13523,26 +13656,27 @@ class PxFieldset {
|
|
|
13523
13656
|
constructor(elementRef) {
|
|
13524
13657
|
this.elementRef = elementRef;
|
|
13525
13658
|
}
|
|
13526
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13527
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
13659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13660
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDropdown, selector: "px-dropdown", inputs: { id: "id", anchoralignment: "anchoralignment", usePolyfill: ["use-polyfill", "usePolyfill"], manualToggle: ["manual-toggle", "manualToggle"], popoverHeight: ["popover-height", "popoverHeight"], 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"] }, ngImport: i0 });
|
|
13528
13661
|
}
|
|
13529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
|
|
13530
13663
|
type: Directive,
|
|
13531
13664
|
args: [{
|
|
13532
|
-
selector: 'px-
|
|
13665
|
+
selector: 'px-dropdown',
|
|
13533
13666
|
}]
|
|
13534
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
13667
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
13535
13668
|
type: Input
|
|
13536
|
-
}],
|
|
13669
|
+
}], anchoralignment: [{
|
|
13537
13670
|
type: Input
|
|
13538
|
-
}],
|
|
13671
|
+
}], usePolyfill: [{
|
|
13539
13672
|
type: Input,
|
|
13540
|
-
args: ['
|
|
13541
|
-
}],
|
|
13673
|
+
args: ['use-polyfill']
|
|
13674
|
+
}], manualToggle: [{
|
|
13542
13675
|
type: Input,
|
|
13543
|
-
args: ['
|
|
13544
|
-
}],
|
|
13545
|
-
type: Input
|
|
13676
|
+
args: ['manual-toggle']
|
|
13677
|
+
}], popoverHeight: [{
|
|
13678
|
+
type: Input,
|
|
13679
|
+
args: ['popover-height']
|
|
13546
13680
|
}], grow: [{
|
|
13547
13681
|
type: Input
|
|
13548
13682
|
}], growMobile: [{
|
|
@@ -13696,153 +13830,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13696
13830
|
args: ['word-break-all--desktop']
|
|
13697
13831
|
}] } });
|
|
13698
13832
|
/**
|
|
13699
|
-
* @description Type-only wrapper for <px-
|
|
13833
|
+
* @description Type-only wrapper for <px-fieldset>
|
|
13700
13834
|
*/
|
|
13701
|
-
class
|
|
13835
|
+
class PxFieldset {
|
|
13702
13836
|
elementRef;
|
|
13703
|
-
set
|
|
13704
|
-
this.elementRef.nativeElement['
|
|
13705
|
-
}
|
|
13706
|
-
get gridCols() {
|
|
13707
|
-
return this.elementRef.nativeElement['gridCols'];
|
|
13708
|
-
}
|
|
13709
|
-
set gridColsMobile(value) {
|
|
13710
|
-
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
13711
|
-
}
|
|
13712
|
-
get gridColsMobile() {
|
|
13713
|
-
return this.elementRef.nativeElement['gridColsMobile'];
|
|
13714
|
-
}
|
|
13715
|
-
set gridColsTablet(value) {
|
|
13716
|
-
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
13717
|
-
}
|
|
13718
|
-
get gridColsTablet() {
|
|
13719
|
-
return this.elementRef.nativeElement['gridColsTablet'];
|
|
13720
|
-
}
|
|
13721
|
-
set gridColsLaptop(value) {
|
|
13722
|
-
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
13723
|
-
}
|
|
13724
|
-
get gridColsLaptop() {
|
|
13725
|
-
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
13726
|
-
}
|
|
13727
|
-
set justifyContent(value) {
|
|
13728
|
-
this.elementRef.nativeElement['justifyContent'] = value;
|
|
13729
|
-
}
|
|
13730
|
-
get justifyContent() {
|
|
13731
|
-
return this.elementRef.nativeElement['justifyContent'];
|
|
13732
|
-
}
|
|
13733
|
-
set justifyItems(value) {
|
|
13734
|
-
this.elementRef.nativeElement['justifyItems'] = value;
|
|
13735
|
-
}
|
|
13736
|
-
get justifyItems() {
|
|
13737
|
-
return this.elementRef.nativeElement['justifyItems'];
|
|
13738
|
-
}
|
|
13739
|
-
set alignContent(value) {
|
|
13740
|
-
this.elementRef.nativeElement['alignContent'] = value;
|
|
13741
|
-
}
|
|
13742
|
-
get alignContent() {
|
|
13743
|
-
return this.elementRef.nativeElement['alignContent'];
|
|
13744
|
-
}
|
|
13745
|
-
set alignItems(value) {
|
|
13746
|
-
this.elementRef.nativeElement['alignItems'] = value;
|
|
13747
|
-
}
|
|
13748
|
-
get alignItems() {
|
|
13749
|
-
return this.elementRef.nativeElement['alignItems'];
|
|
13750
|
-
}
|
|
13751
|
-
set justifyContentMobile(value) {
|
|
13752
|
-
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
13753
|
-
}
|
|
13754
|
-
get justifyContentMobile() {
|
|
13755
|
-
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
13756
|
-
}
|
|
13757
|
-
set justifyItemsMobile(value) {
|
|
13758
|
-
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
13759
|
-
}
|
|
13760
|
-
get justifyItemsMobile() {
|
|
13761
|
-
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
13762
|
-
}
|
|
13763
|
-
set alignContentMobile(value) {
|
|
13764
|
-
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
13765
|
-
}
|
|
13766
|
-
get alignContentMobile() {
|
|
13767
|
-
return this.elementRef.nativeElement['alignContentMobile'];
|
|
13768
|
-
}
|
|
13769
|
-
set alignItemsMobile(value) {
|
|
13770
|
-
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
13771
|
-
}
|
|
13772
|
-
get alignItemsMobile() {
|
|
13773
|
-
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
13774
|
-
}
|
|
13775
|
-
set justifyContentTablet(value) {
|
|
13776
|
-
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
13777
|
-
}
|
|
13778
|
-
get justifyContentTablet() {
|
|
13779
|
-
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
13780
|
-
}
|
|
13781
|
-
set justifyItemsTablet(value) {
|
|
13782
|
-
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
13783
|
-
}
|
|
13784
|
-
get justifyItemsTablet() {
|
|
13785
|
-
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
13786
|
-
}
|
|
13787
|
-
set alignContentTablet(value) {
|
|
13788
|
-
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
13789
|
-
}
|
|
13790
|
-
get alignContentTablet() {
|
|
13791
|
-
return this.elementRef.nativeElement['alignContentTablet'];
|
|
13792
|
-
}
|
|
13793
|
-
set alignItemsTablet(value) {
|
|
13794
|
-
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
13795
|
-
}
|
|
13796
|
-
get alignItemsTablet() {
|
|
13797
|
-
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
13798
|
-
}
|
|
13799
|
-
set justifyContentLaptop(value) {
|
|
13800
|
-
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
13801
|
-
}
|
|
13802
|
-
get justifyContentLaptop() {
|
|
13803
|
-
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
13804
|
-
}
|
|
13805
|
-
set justifyItemsLaptop(value) {
|
|
13806
|
-
this.elementRef.nativeElement['justifyItemsLaptop'] = value;
|
|
13807
|
-
}
|
|
13808
|
-
get justifyItemsLaptop() {
|
|
13809
|
-
return this.elementRef.nativeElement['justifyItemsLaptop'];
|
|
13810
|
-
}
|
|
13811
|
-
set alignContentLaptop(value) {
|
|
13812
|
-
this.elementRef.nativeElement['alignContentLaptop'] = value;
|
|
13813
|
-
}
|
|
13814
|
-
get alignContentLaptop() {
|
|
13815
|
-
return this.elementRef.nativeElement['alignContentLaptop'];
|
|
13816
|
-
}
|
|
13817
|
-
set alignItemsLaptop(value) {
|
|
13818
|
-
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
13837
|
+
set inverted(value) {
|
|
13838
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
13819
13839
|
}
|
|
13820
|
-
get
|
|
13821
|
-
return this.elementRef.nativeElement['
|
|
13840
|
+
get inverted() {
|
|
13841
|
+
return this.elementRef.nativeElement['inverted'];
|
|
13822
13842
|
}
|
|
13823
|
-
set
|
|
13824
|
-
this.elementRef.nativeElement['
|
|
13843
|
+
set role(value) {
|
|
13844
|
+
this.elementRef.nativeElement['role'] = value;
|
|
13825
13845
|
}
|
|
13826
|
-
get
|
|
13827
|
-
return this.elementRef.nativeElement['
|
|
13846
|
+
get role() {
|
|
13847
|
+
return this.elementRef.nativeElement['role'];
|
|
13828
13848
|
}
|
|
13829
|
-
set
|
|
13830
|
-
this.elementRef.nativeElement['
|
|
13849
|
+
set ariaRequired(value) {
|
|
13850
|
+
this.elementRef.nativeElement['ariaRequired'] = value;
|
|
13831
13851
|
}
|
|
13832
|
-
get
|
|
13833
|
-
return this.elementRef.nativeElement['
|
|
13852
|
+
get ariaRequired() {
|
|
13853
|
+
return this.elementRef.nativeElement['ariaRequired'];
|
|
13834
13854
|
}
|
|
13835
|
-
set
|
|
13836
|
-
this.elementRef.nativeElement['
|
|
13855
|
+
set ariaDisabled(value) {
|
|
13856
|
+
this.elementRef.nativeElement['ariaDisabled'] = value;
|
|
13837
13857
|
}
|
|
13838
|
-
get
|
|
13839
|
-
return this.elementRef.nativeElement['
|
|
13858
|
+
get ariaDisabled() {
|
|
13859
|
+
return this.elementRef.nativeElement['ariaDisabled'];
|
|
13840
13860
|
}
|
|
13841
|
-
set
|
|
13842
|
-
this.elementRef.nativeElement['
|
|
13861
|
+
set state(value) {
|
|
13862
|
+
this.elementRef.nativeElement['state'] = value;
|
|
13843
13863
|
}
|
|
13844
|
-
get
|
|
13845
|
-
return this.elementRef.nativeElement['
|
|
13864
|
+
get state() {
|
|
13865
|
+
return this.elementRef.nativeElement['state'];
|
|
13846
13866
|
}
|
|
13847
13867
|
set grow(value) {
|
|
13848
13868
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14159,86 +14179,26 @@ class PxGrid {
|
|
|
14159
14179
|
constructor(elementRef) {
|
|
14160
14180
|
this.elementRef = elementRef;
|
|
14161
14181
|
}
|
|
14162
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14163
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14182
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14183
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFieldset, selector: "px-fieldset", inputs: { inverted: "inverted", role: "role", ariaRequired: ["aria-required", "ariaRequired"], ariaDisabled: ["aria-disabled", "ariaDisabled"], state: "state", 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"] }, ngImport: i0 });
|
|
14164
14184
|
}
|
|
14165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, decorators: [{
|
|
14166
14186
|
type: Directive,
|
|
14167
14187
|
args: [{
|
|
14168
|
-
selector: 'px-
|
|
14188
|
+
selector: 'px-fieldset',
|
|
14169
14189
|
}]
|
|
14170
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14171
|
-
type: Input
|
|
14172
|
-
|
|
14173
|
-
|
|
14174
|
-
|
|
14175
|
-
args: ['grid-cols--mobile']
|
|
14176
|
-
}], gridColsTablet: [{
|
|
14177
|
-
type: Input,
|
|
14178
|
-
args: ['grid-cols--tablet']
|
|
14179
|
-
}], gridColsLaptop: [{
|
|
14180
|
-
type: Input,
|
|
14181
|
-
args: ['grid-cols--laptop']
|
|
14182
|
-
}], justifyContent: [{
|
|
14183
|
-
type: Input,
|
|
14184
|
-
args: ['justify-content']
|
|
14185
|
-
}], justifyItems: [{
|
|
14186
|
-
type: Input,
|
|
14187
|
-
args: ['justify-items']
|
|
14188
|
-
}], alignContent: [{
|
|
14189
|
-
type: Input,
|
|
14190
|
-
args: ['align-content']
|
|
14191
|
-
}], alignItems: [{
|
|
14192
|
-
type: Input,
|
|
14193
|
-
args: ['align-items']
|
|
14194
|
-
}], justifyContentMobile: [{
|
|
14195
|
-
type: Input,
|
|
14196
|
-
args: ['justify-content--mobile']
|
|
14197
|
-
}], justifyItemsMobile: [{
|
|
14198
|
-
type: Input,
|
|
14199
|
-
args: ['justify-items--mobile']
|
|
14200
|
-
}], alignContentMobile: [{
|
|
14201
|
-
type: Input,
|
|
14202
|
-
args: ['align-content--mobile']
|
|
14203
|
-
}], alignItemsMobile: [{
|
|
14204
|
-
type: Input,
|
|
14205
|
-
args: ['align-items--mobile']
|
|
14206
|
-
}], justifyContentTablet: [{
|
|
14207
|
-
type: Input,
|
|
14208
|
-
args: ['justify-content--tablet']
|
|
14209
|
-
}], justifyItemsTablet: [{
|
|
14210
|
-
type: Input,
|
|
14211
|
-
args: ['justify-items--tablet']
|
|
14212
|
-
}], alignContentTablet: [{
|
|
14213
|
-
type: Input,
|
|
14214
|
-
args: ['align-content--tablet']
|
|
14215
|
-
}], alignItemsTablet: [{
|
|
14216
|
-
type: Input,
|
|
14217
|
-
args: ['align-items--tablet']
|
|
14218
|
-
}], justifyContentLaptop: [{
|
|
14219
|
-
type: Input,
|
|
14220
|
-
args: ['justify-content--laptop']
|
|
14221
|
-
}], justifyItemsLaptop: [{
|
|
14222
|
-
type: Input,
|
|
14223
|
-
args: ['justify-items--laptop']
|
|
14224
|
-
}], alignContentLaptop: [{
|
|
14225
|
-
type: Input,
|
|
14226
|
-
args: ['align-content--laptop']
|
|
14227
|
-
}], alignItemsLaptop: [{
|
|
14228
|
-
type: Input,
|
|
14229
|
-
args: ['align-items--laptop']
|
|
14230
|
-
}], justifyContentDesktop: [{
|
|
14231
|
-
type: Input,
|
|
14232
|
-
args: ['justify-content--desktop']
|
|
14233
|
-
}], justifyItemsDesktop: [{
|
|
14234
|
-
type: Input,
|
|
14235
|
-
args: ['justify-items--desktop']
|
|
14236
|
-
}], alignContentDesktop: [{
|
|
14190
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
14191
|
+
type: Input
|
|
14192
|
+
}], role: [{
|
|
14193
|
+
type: Input
|
|
14194
|
+
}], ariaRequired: [{
|
|
14237
14195
|
type: Input,
|
|
14238
|
-
args: ['
|
|
14239
|
-
}],
|
|
14196
|
+
args: ['aria-required']
|
|
14197
|
+
}], ariaDisabled: [{
|
|
14240
14198
|
type: Input,
|
|
14241
|
-
args: ['
|
|
14199
|
+
args: ['aria-disabled']
|
|
14200
|
+
}], state: [{
|
|
14201
|
+
type: Input
|
|
14242
14202
|
}], grow: [{
|
|
14243
14203
|
type: Input
|
|
14244
14204
|
}], growMobile: [{
|
|
@@ -14392,63 +14352,153 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14392
14352
|
args: ['word-break-all--desktop']
|
|
14393
14353
|
}] } });
|
|
14394
14354
|
/**
|
|
14395
|
-
* @description Type-only wrapper for <px-
|
|
14355
|
+
* @description Type-only wrapper for <px-grid>
|
|
14396
14356
|
*/
|
|
14397
|
-
class
|
|
14357
|
+
class PxGrid {
|
|
14398
14358
|
elementRef;
|
|
14399
|
-
set
|
|
14400
|
-
this.elementRef.nativeElement['
|
|
14359
|
+
set gridCols(value) {
|
|
14360
|
+
this.elementRef.nativeElement['gridCols'] = value;
|
|
14401
14361
|
}
|
|
14402
|
-
get
|
|
14403
|
-
return this.elementRef.nativeElement['
|
|
14362
|
+
get gridCols() {
|
|
14363
|
+
return this.elementRef.nativeElement['gridCols'];
|
|
14404
14364
|
}
|
|
14405
|
-
set
|
|
14406
|
-
this.elementRef.nativeElement['
|
|
14365
|
+
set gridColsMobile(value) {
|
|
14366
|
+
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
14407
14367
|
}
|
|
14408
|
-
get
|
|
14409
|
-
return this.elementRef.nativeElement['
|
|
14368
|
+
get gridColsMobile() {
|
|
14369
|
+
return this.elementRef.nativeElement['gridColsMobile'];
|
|
14410
14370
|
}
|
|
14411
|
-
set
|
|
14412
|
-
this.elementRef.nativeElement['
|
|
14371
|
+
set gridColsTablet(value) {
|
|
14372
|
+
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
14413
14373
|
}
|
|
14414
|
-
get
|
|
14415
|
-
return this.elementRef.nativeElement['
|
|
14374
|
+
get gridColsTablet() {
|
|
14375
|
+
return this.elementRef.nativeElement['gridColsTablet'];
|
|
14416
14376
|
}
|
|
14417
|
-
set
|
|
14418
|
-
this.elementRef.nativeElement['
|
|
14377
|
+
set gridColsLaptop(value) {
|
|
14378
|
+
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
14419
14379
|
}
|
|
14420
|
-
get
|
|
14421
|
-
return this.elementRef.nativeElement['
|
|
14380
|
+
get gridColsLaptop() {
|
|
14381
|
+
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
14422
14382
|
}
|
|
14423
|
-
set
|
|
14424
|
-
this.elementRef.nativeElement['
|
|
14383
|
+
set justifyContent(value) {
|
|
14384
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
14425
14385
|
}
|
|
14426
|
-
get
|
|
14427
|
-
return this.elementRef.nativeElement['
|
|
14386
|
+
get justifyContent() {
|
|
14387
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
14428
14388
|
}
|
|
14429
|
-
set
|
|
14430
|
-
this.elementRef.nativeElement['
|
|
14389
|
+
set justifyItems(value) {
|
|
14390
|
+
this.elementRef.nativeElement['justifyItems'] = value;
|
|
14431
14391
|
}
|
|
14432
|
-
get
|
|
14433
|
-
return this.elementRef.nativeElement['
|
|
14392
|
+
get justifyItems() {
|
|
14393
|
+
return this.elementRef.nativeElement['justifyItems'];
|
|
14434
14394
|
}
|
|
14435
|
-
set
|
|
14436
|
-
this.elementRef.nativeElement['
|
|
14395
|
+
set alignContent(value) {
|
|
14396
|
+
this.elementRef.nativeElement['alignContent'] = value;
|
|
14437
14397
|
}
|
|
14438
|
-
get
|
|
14439
|
-
return this.elementRef.nativeElement['
|
|
14398
|
+
get alignContent() {
|
|
14399
|
+
return this.elementRef.nativeElement['alignContent'];
|
|
14440
14400
|
}
|
|
14441
|
-
set
|
|
14442
|
-
this.elementRef.nativeElement['
|
|
14401
|
+
set alignItems(value) {
|
|
14402
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
14443
14403
|
}
|
|
14444
|
-
get
|
|
14445
|
-
return this.elementRef.nativeElement['
|
|
14404
|
+
get alignItems() {
|
|
14405
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
14446
14406
|
}
|
|
14447
|
-
set
|
|
14448
|
-
this.elementRef.nativeElement['
|
|
14407
|
+
set justifyContentMobile(value) {
|
|
14408
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
14449
14409
|
}
|
|
14450
|
-
get
|
|
14451
|
-
return this.elementRef.nativeElement['
|
|
14410
|
+
get justifyContentMobile() {
|
|
14411
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
14412
|
+
}
|
|
14413
|
+
set justifyItemsMobile(value) {
|
|
14414
|
+
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
14415
|
+
}
|
|
14416
|
+
get justifyItemsMobile() {
|
|
14417
|
+
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
14418
|
+
}
|
|
14419
|
+
set alignContentMobile(value) {
|
|
14420
|
+
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
14421
|
+
}
|
|
14422
|
+
get alignContentMobile() {
|
|
14423
|
+
return this.elementRef.nativeElement['alignContentMobile'];
|
|
14424
|
+
}
|
|
14425
|
+
set alignItemsMobile(value) {
|
|
14426
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
14427
|
+
}
|
|
14428
|
+
get alignItemsMobile() {
|
|
14429
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
14430
|
+
}
|
|
14431
|
+
set justifyContentTablet(value) {
|
|
14432
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
14433
|
+
}
|
|
14434
|
+
get justifyContentTablet() {
|
|
14435
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
14436
|
+
}
|
|
14437
|
+
set justifyItemsTablet(value) {
|
|
14438
|
+
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
14439
|
+
}
|
|
14440
|
+
get justifyItemsTablet() {
|
|
14441
|
+
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
14442
|
+
}
|
|
14443
|
+
set alignContentTablet(value) {
|
|
14444
|
+
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
14445
|
+
}
|
|
14446
|
+
get alignContentTablet() {
|
|
14447
|
+
return this.elementRef.nativeElement['alignContentTablet'];
|
|
14448
|
+
}
|
|
14449
|
+
set alignItemsTablet(value) {
|
|
14450
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
14451
|
+
}
|
|
14452
|
+
get alignItemsTablet() {
|
|
14453
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
14454
|
+
}
|
|
14455
|
+
set justifyContentLaptop(value) {
|
|
14456
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
14457
|
+
}
|
|
14458
|
+
get justifyContentLaptop() {
|
|
14459
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
14460
|
+
}
|
|
14461
|
+
set justifyItemsLaptop(value) {
|
|
14462
|
+
this.elementRef.nativeElement['justifyItemsLaptop'] = value;
|
|
14463
|
+
}
|
|
14464
|
+
get justifyItemsLaptop() {
|
|
14465
|
+
return this.elementRef.nativeElement['justifyItemsLaptop'];
|
|
14466
|
+
}
|
|
14467
|
+
set alignContentLaptop(value) {
|
|
14468
|
+
this.elementRef.nativeElement['alignContentLaptop'] = value;
|
|
14469
|
+
}
|
|
14470
|
+
get alignContentLaptop() {
|
|
14471
|
+
return this.elementRef.nativeElement['alignContentLaptop'];
|
|
14472
|
+
}
|
|
14473
|
+
set alignItemsLaptop(value) {
|
|
14474
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
14475
|
+
}
|
|
14476
|
+
get alignItemsLaptop() {
|
|
14477
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
14478
|
+
}
|
|
14479
|
+
set justifyContentDesktop(value) {
|
|
14480
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
14481
|
+
}
|
|
14482
|
+
get justifyContentDesktop() {
|
|
14483
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
14484
|
+
}
|
|
14485
|
+
set justifyItemsDesktop(value) {
|
|
14486
|
+
this.elementRef.nativeElement['justifyItemsDesktop'] = value;
|
|
14487
|
+
}
|
|
14488
|
+
get justifyItemsDesktop() {
|
|
14489
|
+
return this.elementRef.nativeElement['justifyItemsDesktop'];
|
|
14490
|
+
}
|
|
14491
|
+
set alignContentDesktop(value) {
|
|
14492
|
+
this.elementRef.nativeElement['alignContentDesktop'] = value;
|
|
14493
|
+
}
|
|
14494
|
+
get alignContentDesktop() {
|
|
14495
|
+
return this.elementRef.nativeElement['alignContentDesktop'];
|
|
14496
|
+
}
|
|
14497
|
+
set alignItemsDesktop(value) {
|
|
14498
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
14499
|
+
}
|
|
14500
|
+
get alignItemsDesktop() {
|
|
14501
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
14452
14502
|
}
|
|
14453
14503
|
set grow(value) {
|
|
14454
14504
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14765,38 +14815,86 @@ class PxH1 {
|
|
|
14765
14815
|
constructor(elementRef) {
|
|
14766
14816
|
this.elementRef = elementRef;
|
|
14767
14817
|
}
|
|
14768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14769
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14818
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14819
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxGrid, selector: "px-grid", inputs: { gridCols: ["grid-cols", "gridCols"], gridColsMobile: ["grid-cols--mobile", "gridColsMobile"], gridColsTablet: ["grid-cols--tablet", "gridColsTablet"], gridColsLaptop: ["grid-cols--laptop", "gridColsLaptop"], justifyContent: ["justify-content", "justifyContent"], justifyItems: ["justify-items", "justifyItems"], alignContent: ["align-content", "alignContent"], alignItems: ["align-items", "alignItems"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyItemsMobile: ["justify-items--mobile", "justifyItemsMobile"], alignContentMobile: ["align-content--mobile", "alignContentMobile"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyItemsTablet: ["justify-items--tablet", "justifyItemsTablet"], alignContentTablet: ["align-content--tablet", "alignContentTablet"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyItemsLaptop: ["justify-items--laptop", "justifyItemsLaptop"], alignContentLaptop: ["align-content--laptop", "alignContentLaptop"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], justifyItemsDesktop: ["justify-items--desktop", "justifyItemsDesktop"], alignContentDesktop: ["align-content--desktop", "alignContentDesktop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], 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"] }, ngImport: i0 });
|
|
14770
14820
|
}
|
|
14771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, decorators: [{
|
|
14772
14822
|
type: Directive,
|
|
14773
14823
|
args: [{
|
|
14774
|
-
selector: 'px-
|
|
14824
|
+
selector: 'px-grid',
|
|
14775
14825
|
}]
|
|
14776
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14777
|
-
type: Input
|
|
14778
|
-
}], color: [{
|
|
14779
|
-
type: Input
|
|
14780
|
-
}], textAlign: [{
|
|
14826
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
|
|
14781
14827
|
type: Input,
|
|
14782
|
-
args: ['
|
|
14783
|
-
}],
|
|
14828
|
+
args: ['grid-cols']
|
|
14829
|
+
}], gridColsMobile: [{
|
|
14784
14830
|
type: Input,
|
|
14785
|
-
args: ['
|
|
14786
|
-
}],
|
|
14831
|
+
args: ['grid-cols--mobile']
|
|
14832
|
+
}], gridColsTablet: [{
|
|
14787
14833
|
type: Input,
|
|
14788
|
-
args: ['
|
|
14789
|
-
}],
|
|
14834
|
+
args: ['grid-cols--tablet']
|
|
14835
|
+
}], gridColsLaptop: [{
|
|
14790
14836
|
type: Input,
|
|
14791
|
-
args: ['
|
|
14792
|
-
}],
|
|
14837
|
+
args: ['grid-cols--laptop']
|
|
14838
|
+
}], justifyContent: [{
|
|
14793
14839
|
type: Input,
|
|
14794
|
-
args: ['
|
|
14795
|
-
}],
|
|
14796
|
-
type: Input
|
|
14797
|
-
}], autoSpacing: [{
|
|
14840
|
+
args: ['justify-content']
|
|
14841
|
+
}], justifyItems: [{
|
|
14798
14842
|
type: Input,
|
|
14799
|
-
args: ['
|
|
14843
|
+
args: ['justify-items']
|
|
14844
|
+
}], alignContent: [{
|
|
14845
|
+
type: Input,
|
|
14846
|
+
args: ['align-content']
|
|
14847
|
+
}], alignItems: [{
|
|
14848
|
+
type: Input,
|
|
14849
|
+
args: ['align-items']
|
|
14850
|
+
}], justifyContentMobile: [{
|
|
14851
|
+
type: Input,
|
|
14852
|
+
args: ['justify-content--mobile']
|
|
14853
|
+
}], justifyItemsMobile: [{
|
|
14854
|
+
type: Input,
|
|
14855
|
+
args: ['justify-items--mobile']
|
|
14856
|
+
}], alignContentMobile: [{
|
|
14857
|
+
type: Input,
|
|
14858
|
+
args: ['align-content--mobile']
|
|
14859
|
+
}], alignItemsMobile: [{
|
|
14860
|
+
type: Input,
|
|
14861
|
+
args: ['align-items--mobile']
|
|
14862
|
+
}], justifyContentTablet: [{
|
|
14863
|
+
type: Input,
|
|
14864
|
+
args: ['justify-content--tablet']
|
|
14865
|
+
}], justifyItemsTablet: [{
|
|
14866
|
+
type: Input,
|
|
14867
|
+
args: ['justify-items--tablet']
|
|
14868
|
+
}], alignContentTablet: [{
|
|
14869
|
+
type: Input,
|
|
14870
|
+
args: ['align-content--tablet']
|
|
14871
|
+
}], alignItemsTablet: [{
|
|
14872
|
+
type: Input,
|
|
14873
|
+
args: ['align-items--tablet']
|
|
14874
|
+
}], justifyContentLaptop: [{
|
|
14875
|
+
type: Input,
|
|
14876
|
+
args: ['justify-content--laptop']
|
|
14877
|
+
}], justifyItemsLaptop: [{
|
|
14878
|
+
type: Input,
|
|
14879
|
+
args: ['justify-items--laptop']
|
|
14880
|
+
}], alignContentLaptop: [{
|
|
14881
|
+
type: Input,
|
|
14882
|
+
args: ['align-content--laptop']
|
|
14883
|
+
}], alignItemsLaptop: [{
|
|
14884
|
+
type: Input,
|
|
14885
|
+
args: ['align-items--laptop']
|
|
14886
|
+
}], justifyContentDesktop: [{
|
|
14887
|
+
type: Input,
|
|
14888
|
+
args: ['justify-content--desktop']
|
|
14889
|
+
}], justifyItemsDesktop: [{
|
|
14890
|
+
type: Input,
|
|
14891
|
+
args: ['justify-items--desktop']
|
|
14892
|
+
}], alignContentDesktop: [{
|
|
14893
|
+
type: Input,
|
|
14894
|
+
args: ['align-content--desktop']
|
|
14895
|
+
}], alignItemsDesktop: [{
|
|
14896
|
+
type: Input,
|
|
14897
|
+
args: ['align-items--desktop']
|
|
14800
14898
|
}], grow: [{
|
|
14801
14899
|
type: Input
|
|
14802
14900
|
}], growMobile: [{
|
|
@@ -14950,9 +15048,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14950
15048
|
args: ['word-break-all--desktop']
|
|
14951
15049
|
}] } });
|
|
14952
15050
|
/**
|
|
14953
|
-
* @description Type-only wrapper for <px-
|
|
15051
|
+
* @description Type-only wrapper for <px-h1>
|
|
14954
15052
|
*/
|
|
14955
|
-
class
|
|
15053
|
+
class PxH1 {
|
|
14956
15054
|
elementRef;
|
|
14957
15055
|
set variant(value) {
|
|
14958
15056
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15323,13 +15421,13 @@ class PxH2 {
|
|
|
15323
15421
|
constructor(elementRef) {
|
|
15324
15422
|
this.elementRef = elementRef;
|
|
15325
15423
|
}
|
|
15326
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15327
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15424
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15425
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH1, selector: "px-h1", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
15328
15426
|
}
|
|
15329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, decorators: [{
|
|
15330
15428
|
type: Directive,
|
|
15331
15429
|
args: [{
|
|
15332
|
-
selector: 'px-
|
|
15430
|
+
selector: 'px-h1',
|
|
15333
15431
|
}]
|
|
15334
15432
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15335
15433
|
type: Input
|
|
@@ -15508,9 +15606,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15508
15606
|
args: ['word-break-all--desktop']
|
|
15509
15607
|
}] } });
|
|
15510
15608
|
/**
|
|
15511
|
-
* @description Type-only wrapper for <px-
|
|
15609
|
+
* @description Type-only wrapper for <px-h2>
|
|
15512
15610
|
*/
|
|
15513
|
-
class
|
|
15611
|
+
class PxH2 {
|
|
15514
15612
|
elementRef;
|
|
15515
15613
|
set variant(value) {
|
|
15516
15614
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15881,13 +15979,13 @@ class PxH3 {
|
|
|
15881
15979
|
constructor(elementRef) {
|
|
15882
15980
|
this.elementRef = elementRef;
|
|
15883
15981
|
}
|
|
15884
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15885
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15983
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH2, selector: "px-h2", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
15886
15984
|
}
|
|
15887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, decorators: [{
|
|
15888
15986
|
type: Directive,
|
|
15889
15987
|
args: [{
|
|
15890
|
-
selector: 'px-
|
|
15988
|
+
selector: 'px-h2',
|
|
15891
15989
|
}]
|
|
15892
15990
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15893
15991
|
type: Input
|
|
@@ -16066,9 +16164,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16066
16164
|
args: ['word-break-all--desktop']
|
|
16067
16165
|
}] } });
|
|
16068
16166
|
/**
|
|
16069
|
-
* @description Type-only wrapper for <px-
|
|
16167
|
+
* @description Type-only wrapper for <px-h3>
|
|
16070
16168
|
*/
|
|
16071
|
-
class
|
|
16169
|
+
class PxH3 {
|
|
16072
16170
|
elementRef;
|
|
16073
16171
|
set variant(value) {
|
|
16074
16172
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16439,13 +16537,13 @@ class PxH4 {
|
|
|
16439
16537
|
constructor(elementRef) {
|
|
16440
16538
|
this.elementRef = elementRef;
|
|
16441
16539
|
}
|
|
16442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16443
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
16540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16541
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH3, selector: "px-h3", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
16444
16542
|
}
|
|
16445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, decorators: [{
|
|
16446
16544
|
type: Directive,
|
|
16447
16545
|
args: [{
|
|
16448
|
-
selector: 'px-
|
|
16546
|
+
selector: 'px-h3',
|
|
16449
16547
|
}]
|
|
16450
16548
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
16451
16549
|
type: Input
|
|
@@ -16624,9 +16722,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16624
16722
|
args: ['word-break-all--desktop']
|
|
16625
16723
|
}] } });
|
|
16626
16724
|
/**
|
|
16627
|
-
* @description Type-only wrapper for <px-
|
|
16725
|
+
* @description Type-only wrapper for <px-h4>
|
|
16628
16726
|
*/
|
|
16629
|
-
class
|
|
16727
|
+
class PxH4 {
|
|
16630
16728
|
elementRef;
|
|
16631
16729
|
set variant(value) {
|
|
16632
16730
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16997,13 +17095,13 @@ class PxH5 {
|
|
|
16997
17095
|
constructor(elementRef) {
|
|
16998
17096
|
this.elementRef = elementRef;
|
|
16999
17097
|
}
|
|
17000
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17001
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17098
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17099
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH4, selector: "px-h4", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
17002
17100
|
}
|
|
17003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, decorators: [{
|
|
17004
17102
|
type: Directive,
|
|
17005
17103
|
args: [{
|
|
17006
|
-
selector: 'px-
|
|
17104
|
+
selector: 'px-h4',
|
|
17007
17105
|
}]
|
|
17008
17106
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17009
17107
|
type: Input
|
|
@@ -17182,9 +17280,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17182
17280
|
args: ['word-break-all--desktop']
|
|
17183
17281
|
}] } });
|
|
17184
17282
|
/**
|
|
17185
|
-
* @description Type-only wrapper for <px-
|
|
17283
|
+
* @description Type-only wrapper for <px-h5>
|
|
17186
17284
|
*/
|
|
17187
|
-
class
|
|
17285
|
+
class PxH5 {
|
|
17188
17286
|
elementRef;
|
|
17189
17287
|
set variant(value) {
|
|
17190
17288
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17555,13 +17653,13 @@ class PxH6 {
|
|
|
17555
17653
|
constructor(elementRef) {
|
|
17556
17654
|
this.elementRef = elementRef;
|
|
17557
17655
|
}
|
|
17558
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17559
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17657
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH5, selector: "px-h5", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
17560
17658
|
}
|
|
17561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, decorators: [{
|
|
17562
17660
|
type: Directive,
|
|
17563
17661
|
args: [{
|
|
17564
|
-
selector: 'px-
|
|
17662
|
+
selector: 'px-h5',
|
|
17565
17663
|
}]
|
|
17566
17664
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17567
17665
|
type: Input
|
|
@@ -17740,119 +17838,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17740
17838
|
args: ['word-break-all--desktop']
|
|
17741
17839
|
}] } });
|
|
17742
17840
|
/**
|
|
17743
|
-
* @description Type-only wrapper for <px-
|
|
17744
|
-
*/
|
|
17745
|
-
class PxHeadingGroup {
|
|
17746
|
-
elementRef;
|
|
17747
|
-
constructor(elementRef) {
|
|
17748
|
-
this.elementRef = elementRef;
|
|
17749
|
-
}
|
|
17750
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17751
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
17752
|
-
}
|
|
17753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
17754
|
-
type: Directive,
|
|
17755
|
-
args: [{
|
|
17756
|
-
selector: 'px-heading-group',
|
|
17757
|
-
}]
|
|
17758
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
17759
|
-
/**
|
|
17760
|
-
* @description Type-only wrapper for <px-img>
|
|
17841
|
+
* @description Type-only wrapper for <px-h6>
|
|
17761
17842
|
*/
|
|
17762
|
-
class
|
|
17843
|
+
class PxH6 {
|
|
17763
17844
|
elementRef;
|
|
17764
|
-
|
|
17765
|
-
|
|
17766
|
-
this.elementRef.nativeElement['src'] = value;
|
|
17767
|
-
}
|
|
17768
|
-
get src() {
|
|
17769
|
-
return this.elementRef.nativeElement['src'];
|
|
17770
|
-
}
|
|
17771
|
-
/** The alternative text for the image. */
|
|
17772
|
-
set alt(value) {
|
|
17773
|
-
this.elementRef.nativeElement['alt'] = value;
|
|
17774
|
-
}
|
|
17775
|
-
get alt() {
|
|
17776
|
-
return this.elementRef.nativeElement['alt'];
|
|
17777
|
-
}
|
|
17778
|
-
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
17779
|
-
set loading(value) {
|
|
17780
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
17781
|
-
}
|
|
17782
|
-
get loading() {
|
|
17783
|
-
return this.elementRef.nativeElement['loading'];
|
|
17784
|
-
}
|
|
17785
|
-
set borderRadius(value) {
|
|
17786
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
17787
|
-
}
|
|
17788
|
-
get borderRadius() {
|
|
17789
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
17790
|
-
}
|
|
17791
|
-
set noBorderRadius(value) {
|
|
17792
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
17793
|
-
}
|
|
17794
|
-
get noBorderRadius() {
|
|
17795
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
17796
|
-
}
|
|
17797
|
-
set noBorderRadiusMobile(value) {
|
|
17798
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
17799
|
-
}
|
|
17800
|
-
get noBorderRadiusMobile() {
|
|
17801
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
17802
|
-
}
|
|
17803
|
-
set noBorderRadiusTablet(value) {
|
|
17804
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
17845
|
+
set variant(value) {
|
|
17846
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
17805
17847
|
}
|
|
17806
|
-
get
|
|
17807
|
-
return this.elementRef.nativeElement['
|
|
17848
|
+
get variant() {
|
|
17849
|
+
return this.elementRef.nativeElement['variant'];
|
|
17808
17850
|
}
|
|
17809
|
-
set
|
|
17810
|
-
this.elementRef.nativeElement['
|
|
17851
|
+
set color(value) {
|
|
17852
|
+
this.elementRef.nativeElement['color'] = value;
|
|
17811
17853
|
}
|
|
17812
|
-
get
|
|
17813
|
-
return this.elementRef.nativeElement['
|
|
17854
|
+
get color() {
|
|
17855
|
+
return this.elementRef.nativeElement['color'];
|
|
17814
17856
|
}
|
|
17815
|
-
set
|
|
17816
|
-
this.elementRef.nativeElement['
|
|
17857
|
+
set textAlign(value) {
|
|
17858
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
17817
17859
|
}
|
|
17818
|
-
get
|
|
17819
|
-
return this.elementRef.nativeElement['
|
|
17860
|
+
get textAlign() {
|
|
17861
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
17820
17862
|
}
|
|
17821
|
-
set
|
|
17822
|
-
this.elementRef.nativeElement['
|
|
17863
|
+
set textAlignMobile(value) {
|
|
17864
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
17823
17865
|
}
|
|
17824
|
-
get
|
|
17825
|
-
return this.elementRef.nativeElement['
|
|
17866
|
+
get textAlignMobile() {
|
|
17867
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
17826
17868
|
}
|
|
17827
|
-
set
|
|
17828
|
-
this.elementRef.nativeElement['
|
|
17869
|
+
set textAlignTablet(value) {
|
|
17870
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
17829
17871
|
}
|
|
17830
|
-
get
|
|
17831
|
-
return this.elementRef.nativeElement['
|
|
17872
|
+
get textAlignTablet() {
|
|
17873
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
17832
17874
|
}
|
|
17833
|
-
set
|
|
17834
|
-
this.elementRef.nativeElement['
|
|
17875
|
+
set textAlignLaptop(value) {
|
|
17876
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
17835
17877
|
}
|
|
17836
|
-
get
|
|
17837
|
-
return this.elementRef.nativeElement['
|
|
17878
|
+
get textAlignLaptop() {
|
|
17879
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
17838
17880
|
}
|
|
17839
|
-
set
|
|
17840
|
-
this.elementRef.nativeElement['
|
|
17881
|
+
set textAlignDesktop(value) {
|
|
17882
|
+
this.elementRef.nativeElement['textAlignDesktop'] = value;
|
|
17841
17883
|
}
|
|
17842
|
-
get
|
|
17843
|
-
return this.elementRef.nativeElement['
|
|
17884
|
+
get textAlignDesktop() {
|
|
17885
|
+
return this.elementRef.nativeElement['textAlignDesktop'];
|
|
17844
17886
|
}
|
|
17845
|
-
set
|
|
17846
|
-
this.elementRef.nativeElement['
|
|
17887
|
+
set inverted(value) {
|
|
17888
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
17847
17889
|
}
|
|
17848
|
-
get
|
|
17849
|
-
return this.elementRef.nativeElement['
|
|
17890
|
+
get inverted() {
|
|
17891
|
+
return this.elementRef.nativeElement['inverted'];
|
|
17850
17892
|
}
|
|
17851
|
-
set
|
|
17852
|
-
this.elementRef.nativeElement['
|
|
17893
|
+
set autoSpacing(value) {
|
|
17894
|
+
this.elementRef.nativeElement['autoSpacing'] = value;
|
|
17853
17895
|
}
|
|
17854
|
-
get
|
|
17855
|
-
return this.elementRef.nativeElement['
|
|
17896
|
+
get autoSpacing() {
|
|
17897
|
+
return this.elementRef.nativeElement['autoSpacing'];
|
|
17856
17898
|
}
|
|
17857
17899
|
set grow(value) {
|
|
17858
17900
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -18169,53 +18211,38 @@ class PxImg {
|
|
|
18169
18211
|
constructor(elementRef) {
|
|
18170
18212
|
this.elementRef = elementRef;
|
|
18171
18213
|
}
|
|
18172
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18173
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18214
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18215
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH6, selector: "px-h6", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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"] }, ngImport: i0 });
|
|
18174
18216
|
}
|
|
18175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, decorators: [{
|
|
18176
18218
|
type: Directive,
|
|
18177
18219
|
args: [{
|
|
18178
|
-
selector: 'px-
|
|
18220
|
+
selector: 'px-h6',
|
|
18179
18221
|
}]
|
|
18180
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18181
|
-
type: Input
|
|
18182
|
-
}], alt: [{
|
|
18222
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
18183
18223
|
type: Input
|
|
18184
|
-
}],
|
|
18224
|
+
}], color: [{
|
|
18185
18225
|
type: Input
|
|
18186
|
-
}],
|
|
18226
|
+
}], textAlign: [{
|
|
18187
18227
|
type: Input,
|
|
18188
|
-
args: ['
|
|
18189
|
-
}],
|
|
18228
|
+
args: ['text-align']
|
|
18229
|
+
}], textAlignMobile: [{
|
|
18190
18230
|
type: Input,
|
|
18191
|
-
args: ['
|
|
18192
|
-
}],
|
|
18231
|
+
args: ['text-align--mobile']
|
|
18232
|
+
}], textAlignTablet: [{
|
|
18193
18233
|
type: Input,
|
|
18194
|
-
args: ['
|
|
18195
|
-
}],
|
|
18234
|
+
args: ['text-align--tablet']
|
|
18235
|
+
}], textAlignLaptop: [{
|
|
18196
18236
|
type: Input,
|
|
18197
|
-
args: ['
|
|
18198
|
-
}],
|
|
18237
|
+
args: ['text-align--laptop']
|
|
18238
|
+
}], textAlignDesktop: [{
|
|
18199
18239
|
type: Input,
|
|
18200
|
-
args: ['
|
|
18201
|
-
}],
|
|
18240
|
+
args: ['text-align--desktop']
|
|
18241
|
+
}], inverted: [{
|
|
18202
18242
|
type: Input
|
|
18203
|
-
}],
|
|
18204
|
-
type: Input,
|
|
18205
|
-
args: ['width--mobile']
|
|
18206
|
-
}], widthTablet: [{
|
|
18207
|
-
type: Input,
|
|
18208
|
-
args: ['width--tablet']
|
|
18209
|
-
}], widthLaptop: [{
|
|
18210
|
-
type: Input,
|
|
18211
|
-
args: ['width--laptop']
|
|
18212
|
-
}], widthDesktop: [{
|
|
18243
|
+
}], autoSpacing: [{
|
|
18213
18244
|
type: Input,
|
|
18214
|
-
args: ['
|
|
18215
|
-
}], cover: [{
|
|
18216
|
-
type: Input
|
|
18217
|
-
}], disabled: [{
|
|
18218
|
-
type: Input
|
|
18245
|
+
args: ['auto-spacing']
|
|
18219
18246
|
}], grow: [{
|
|
18220
18247
|
type: Input
|
|
18221
18248
|
}], growMobile: [{
|
|
@@ -18369,27 +18396,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
18369
18396
|
args: ['word-break-all--desktop']
|
|
18370
18397
|
}] } });
|
|
18371
18398
|
/**
|
|
18372
|
-
* @description Type-only wrapper for <px-
|
|
18399
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
18373
18400
|
*/
|
|
18374
|
-
class
|
|
18401
|
+
class PxHeadingGroup {
|
|
18375
18402
|
elementRef;
|
|
18376
|
-
|
|
18377
|
-
this.elementRef
|
|
18403
|
+
constructor(elementRef) {
|
|
18404
|
+
this.elementRef = elementRef;
|
|
18378
18405
|
}
|
|
18379
|
-
|
|
18380
|
-
|
|
18406
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18407
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
18408
|
+
}
|
|
18409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
18410
|
+
type: Directive,
|
|
18411
|
+
args: [{
|
|
18412
|
+
selector: 'px-heading-group',
|
|
18413
|
+
}]
|
|
18414
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
18415
|
+
/**
|
|
18416
|
+
* @description Type-only wrapper for <px-img>
|
|
18417
|
+
*/
|
|
18418
|
+
class PxImg {
|
|
18419
|
+
elementRef;
|
|
18420
|
+
/** The URL of the image. */
|
|
18421
|
+
set src(value) {
|
|
18422
|
+
this.elementRef.nativeElement['src'] = value;
|
|
18423
|
+
}
|
|
18424
|
+
get src() {
|
|
18425
|
+
return this.elementRef.nativeElement['src'];
|
|
18381
18426
|
}
|
|
18427
|
+
/** The alternative text for the image. */
|
|
18382
18428
|
set alt(value) {
|
|
18383
18429
|
this.elementRef.nativeElement['alt'] = value;
|
|
18384
18430
|
}
|
|
18385
18431
|
get alt() {
|
|
18386
18432
|
return this.elementRef.nativeElement['alt'];
|
|
18387
18433
|
}
|
|
18388
|
-
|
|
18389
|
-
|
|
18434
|
+
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
18435
|
+
set loading(value) {
|
|
18436
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18390
18437
|
}
|
|
18391
|
-
get
|
|
18392
|
-
return this.elementRef.nativeElement['
|
|
18438
|
+
get loading() {
|
|
18439
|
+
return this.elementRef.nativeElement['loading'];
|
|
18393
18440
|
}
|
|
18394
18441
|
set borderRadius(value) {
|
|
18395
18442
|
this.elementRef.nativeElement['borderRadius'] = value;
|
|
@@ -18778,19 +18825,19 @@ class PxPicture {
|
|
|
18778
18825
|
constructor(elementRef) {
|
|
18779
18826
|
this.elementRef = elementRef;
|
|
18780
18827
|
}
|
|
18781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18782
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18828
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18829
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxImg, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
18783
18830
|
}
|
|
18784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
|
|
18785
18832
|
type: Directive,
|
|
18786
18833
|
args: [{
|
|
18787
|
-
selector: 'px-
|
|
18834
|
+
selector: 'px-img',
|
|
18788
18835
|
}]
|
|
18789
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18836
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
|
|
18790
18837
|
type: Input
|
|
18791
18838
|
}], alt: [{
|
|
18792
18839
|
type: Input
|
|
18793
|
-
}],
|
|
18840
|
+
}], loading: [{
|
|
18794
18841
|
type: Input
|
|
18795
18842
|
}], borderRadius: [{
|
|
18796
18843
|
type: Input,
|
|
@@ -18978,45 +19025,99 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
18978
19025
|
args: ['word-break-all--desktop']
|
|
18979
19026
|
}] } });
|
|
18980
19027
|
/**
|
|
18981
|
-
* @description Type-only wrapper for <px-
|
|
19028
|
+
* @description Type-only wrapper for <px-picture>
|
|
18982
19029
|
*/
|
|
18983
|
-
class
|
|
19030
|
+
class PxPicture {
|
|
18984
19031
|
elementRef;
|
|
18985
|
-
set
|
|
18986
|
-
this.elementRef.nativeElement['
|
|
19032
|
+
set loading(value) {
|
|
19033
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18987
19034
|
}
|
|
18988
|
-
get
|
|
18989
|
-
return this.elementRef.nativeElement['
|
|
19035
|
+
get loading() {
|
|
19036
|
+
return this.elementRef.nativeElement['loading'];
|
|
18990
19037
|
}
|
|
18991
|
-
set
|
|
18992
|
-
this.elementRef.nativeElement['
|
|
19038
|
+
set alt(value) {
|
|
19039
|
+
this.elementRef.nativeElement['alt'] = value;
|
|
18993
19040
|
}
|
|
18994
|
-
get
|
|
18995
|
-
return this.elementRef.nativeElement['
|
|
19041
|
+
get alt() {
|
|
19042
|
+
return this.elementRef.nativeElement['alt'];
|
|
18996
19043
|
}
|
|
18997
|
-
set
|
|
18998
|
-
this.elementRef.nativeElement['
|
|
19044
|
+
set src(value) {
|
|
19045
|
+
this.elementRef.nativeElement['src'] = value;
|
|
18999
19046
|
}
|
|
19000
|
-
get
|
|
19001
|
-
return this.elementRef.nativeElement['
|
|
19047
|
+
get src() {
|
|
19048
|
+
return this.elementRef.nativeElement['src'];
|
|
19002
19049
|
}
|
|
19003
|
-
set
|
|
19004
|
-
this.elementRef.nativeElement['
|
|
19050
|
+
set borderRadius(value) {
|
|
19051
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
19005
19052
|
}
|
|
19006
|
-
get
|
|
19007
|
-
return this.elementRef.nativeElement['
|
|
19053
|
+
get borderRadius() {
|
|
19054
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
19008
19055
|
}
|
|
19009
|
-
set
|
|
19010
|
-
this.elementRef.nativeElement['
|
|
19056
|
+
set noBorderRadius(value) {
|
|
19057
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
19011
19058
|
}
|
|
19012
|
-
get
|
|
19013
|
-
return this.elementRef.nativeElement['
|
|
19059
|
+
get noBorderRadius() {
|
|
19060
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
19014
19061
|
}
|
|
19015
|
-
set
|
|
19016
|
-
this.elementRef.nativeElement['
|
|
19062
|
+
set noBorderRadiusMobile(value) {
|
|
19063
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
19017
19064
|
}
|
|
19018
|
-
get
|
|
19019
|
-
return this.elementRef.nativeElement['
|
|
19065
|
+
get noBorderRadiusMobile() {
|
|
19066
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
19067
|
+
}
|
|
19068
|
+
set noBorderRadiusTablet(value) {
|
|
19069
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
19070
|
+
}
|
|
19071
|
+
get noBorderRadiusTablet() {
|
|
19072
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
19073
|
+
}
|
|
19074
|
+
set noBorderRadiusLaptop(value) {
|
|
19075
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
19076
|
+
}
|
|
19077
|
+
get noBorderRadiusLaptop() {
|
|
19078
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
19079
|
+
}
|
|
19080
|
+
set width(value) {
|
|
19081
|
+
this.elementRef.nativeElement['width'] = value;
|
|
19082
|
+
}
|
|
19083
|
+
get width() {
|
|
19084
|
+
return this.elementRef.nativeElement['width'];
|
|
19085
|
+
}
|
|
19086
|
+
set widthMobile(value) {
|
|
19087
|
+
this.elementRef.nativeElement['widthMobile'] = value;
|
|
19088
|
+
}
|
|
19089
|
+
get widthMobile() {
|
|
19090
|
+
return this.elementRef.nativeElement['widthMobile'];
|
|
19091
|
+
}
|
|
19092
|
+
set widthTablet(value) {
|
|
19093
|
+
this.elementRef.nativeElement['widthTablet'] = value;
|
|
19094
|
+
}
|
|
19095
|
+
get widthTablet() {
|
|
19096
|
+
return this.elementRef.nativeElement['widthTablet'];
|
|
19097
|
+
}
|
|
19098
|
+
set widthLaptop(value) {
|
|
19099
|
+
this.elementRef.nativeElement['widthLaptop'] = value;
|
|
19100
|
+
}
|
|
19101
|
+
get widthLaptop() {
|
|
19102
|
+
return this.elementRef.nativeElement['widthLaptop'];
|
|
19103
|
+
}
|
|
19104
|
+
set widthDesktop(value) {
|
|
19105
|
+
this.elementRef.nativeElement['widthDesktop'] = value;
|
|
19106
|
+
}
|
|
19107
|
+
get widthDesktop() {
|
|
19108
|
+
return this.elementRef.nativeElement['widthDesktop'];
|
|
19109
|
+
}
|
|
19110
|
+
set cover(value) {
|
|
19111
|
+
this.elementRef.nativeElement['cover'] = value;
|
|
19112
|
+
}
|
|
19113
|
+
get cover() {
|
|
19114
|
+
return this.elementRef.nativeElement['cover'];
|
|
19115
|
+
}
|
|
19116
|
+
set disabled(value) {
|
|
19117
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
19118
|
+
}
|
|
19119
|
+
get disabled() {
|
|
19120
|
+
return this.elementRef.nativeElement['disabled'];
|
|
19020
19121
|
}
|
|
19021
19122
|
set grow(value) {
|
|
19022
19123
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -19330,37 +19431,56 @@ class PxInput {
|
|
|
19330
19431
|
get wordBreakAllDesktop() {
|
|
19331
19432
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
19332
19433
|
}
|
|
19333
|
-
event = new EventEmitter();
|
|
19334
19434
|
constructor(elementRef) {
|
|
19335
19435
|
this.elementRef = elementRef;
|
|
19336
|
-
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
19337
|
-
this.event.emit(e.detail);
|
|
19338
|
-
});
|
|
19339
19436
|
}
|
|
19340
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19341
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19437
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19438
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPicture, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
19342
19439
|
}
|
|
19343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
|
|
19344
19441
|
type: Directive,
|
|
19345
19442
|
args: [{
|
|
19346
|
-
selector: 'px-
|
|
19443
|
+
selector: 'px-picture',
|
|
19347
19444
|
}]
|
|
19348
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
19445
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
|
|
19349
19446
|
type: Input
|
|
19350
|
-
}],
|
|
19447
|
+
}], alt: [{
|
|
19351
19448
|
type: Input
|
|
19352
|
-
}],
|
|
19449
|
+
}], src: [{
|
|
19450
|
+
type: Input
|
|
19451
|
+
}], borderRadius: [{
|
|
19353
19452
|
type: Input,
|
|
19354
|
-
args: ['
|
|
19355
|
-
}],
|
|
19453
|
+
args: ['border-radius']
|
|
19454
|
+
}], noBorderRadius: [{
|
|
19356
19455
|
type: Input,
|
|
19357
|
-
args: ['
|
|
19358
|
-
}],
|
|
19456
|
+
args: ['no-border-radius']
|
|
19457
|
+
}], noBorderRadiusMobile: [{
|
|
19359
19458
|
type: Input,
|
|
19360
|
-
args: ['
|
|
19361
|
-
}],
|
|
19459
|
+
args: ['no-border-radius--mobile']
|
|
19460
|
+
}], noBorderRadiusTablet: [{
|
|
19362
19461
|
type: Input,
|
|
19363
|
-
args: ['
|
|
19462
|
+
args: ['no-border-radius--tablet']
|
|
19463
|
+
}], noBorderRadiusLaptop: [{
|
|
19464
|
+
type: Input,
|
|
19465
|
+
args: ['no-border-radius--laptop']
|
|
19466
|
+
}], width: [{
|
|
19467
|
+
type: Input
|
|
19468
|
+
}], widthMobile: [{
|
|
19469
|
+
type: Input,
|
|
19470
|
+
args: ['width--mobile']
|
|
19471
|
+
}], widthTablet: [{
|
|
19472
|
+
type: Input,
|
|
19473
|
+
args: ['width--tablet']
|
|
19474
|
+
}], widthLaptop: [{
|
|
19475
|
+
type: Input,
|
|
19476
|
+
args: ['width--laptop']
|
|
19477
|
+
}], widthDesktop: [{
|
|
19478
|
+
type: Input,
|
|
19479
|
+
args: ['width--desktop']
|
|
19480
|
+
}], cover: [{
|
|
19481
|
+
type: Input
|
|
19482
|
+
}], disabled: [{
|
|
19483
|
+
type: Input
|
|
19364
19484
|
}], grow: [{
|
|
19365
19485
|
type: Input
|
|
19366
19486
|
}], growMobile: [{
|
|
@@ -19512,13 +19632,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
19512
19632
|
}], wordBreakAllDesktop: [{
|
|
19513
19633
|
type: Input,
|
|
19514
19634
|
args: ['word-break-all--desktop']
|
|
19515
|
-
}], event: [{
|
|
19516
|
-
type: Output
|
|
19517
19635
|
}] } });
|
|
19518
19636
|
/**
|
|
19519
|
-
* @description Type-only wrapper for <px-
|
|
19637
|
+
* @description Type-only wrapper for <px-input>
|
|
19520
19638
|
*/
|
|
19521
|
-
class
|
|
19639
|
+
class PxInput {
|
|
19522
19640
|
elementRef;
|
|
19523
19641
|
set state(value) {
|
|
19524
19642
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -19875,13 +19993,13 @@ class PxSelect {
|
|
|
19875
19993
|
this.event.emit(e.detail);
|
|
19876
19994
|
});
|
|
19877
19995
|
}
|
|
19878
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19879
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19996
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19997
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInput, 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 });
|
|
19880
19998
|
}
|
|
19881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
|
|
19882
20000
|
type: Directive,
|
|
19883
20001
|
args: [{
|
|
19884
|
-
selector: 'px-
|
|
20002
|
+
selector: 'px-input',
|
|
19885
20003
|
}]
|
|
19886
20004
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
19887
20005
|
type: Input
|
|
@@ -20054,9 +20172,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20054
20172
|
type: Output
|
|
20055
20173
|
}] } });
|
|
20056
20174
|
/**
|
|
20057
|
-
* @description Type-only wrapper for <px-
|
|
20175
|
+
* @description Type-only wrapper for <px-select>
|
|
20058
20176
|
*/
|
|
20059
|
-
class
|
|
20177
|
+
class PxSelect {
|
|
20060
20178
|
elementRef;
|
|
20061
20179
|
set state(value) {
|
|
20062
20180
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20413,13 +20531,13 @@ class PxTextarea {
|
|
|
20413
20531
|
this.event.emit(e.detail);
|
|
20414
20532
|
});
|
|
20415
20533
|
}
|
|
20416
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20417
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20535
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelect, 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 });
|
|
20418
20536
|
}
|
|
20419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
|
|
20420
20538
|
type: Directive,
|
|
20421
20539
|
args: [{
|
|
20422
|
-
selector: 'px-
|
|
20540
|
+
selector: 'px-select',
|
|
20423
20541
|
}]
|
|
20424
20542
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
20425
20543
|
type: Input
|
|
@@ -20592,9 +20710,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20592
20710
|
type: Output
|
|
20593
20711
|
}] } });
|
|
20594
20712
|
/**
|
|
20595
|
-
* @description Type-only wrapper for <px-
|
|
20713
|
+
* @description Type-only wrapper for <px-textarea>
|
|
20596
20714
|
*/
|
|
20597
|
-
class
|
|
20715
|
+
class PxTextarea {
|
|
20598
20716
|
elementRef;
|
|
20599
20717
|
set state(value) {
|
|
20600
20718
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20951,13 +21069,13 @@ class PxFileupload {
|
|
|
20951
21069
|
this.event.emit(e.detail);
|
|
20952
21070
|
});
|
|
20953
21071
|
}
|
|
20954
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20955
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21072
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21073
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTextarea, 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 });
|
|
20956
21074
|
}
|
|
20957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
|
|
20958
21076
|
type: Directive,
|
|
20959
21077
|
args: [{
|
|
20960
|
-
selector: 'px-
|
|
21078
|
+
selector: 'px-textarea',
|
|
20961
21079
|
}]
|
|
20962
21080
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
20963
21081
|
type: Input
|
|
@@ -21130,111 +21248,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21130
21248
|
type: Output
|
|
21131
21249
|
}] } });
|
|
21132
21250
|
/**
|
|
21133
|
-
* @description Type-only wrapper for <px-
|
|
21251
|
+
* @description Type-only wrapper for <px-fileupload>
|
|
21134
21252
|
*/
|
|
21135
|
-
class
|
|
21253
|
+
class PxFileupload {
|
|
21136
21254
|
elementRef;
|
|
21137
|
-
set
|
|
21138
|
-
this.elementRef.nativeElement['
|
|
21139
|
-
}
|
|
21140
|
-
get backgroundColor() {
|
|
21141
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
21142
|
-
}
|
|
21143
|
-
set backgroundGradient(value) {
|
|
21144
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
21145
|
-
}
|
|
21146
|
-
get backgroundGradient() {
|
|
21147
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
21148
|
-
}
|
|
21149
|
-
set backgroundImage(value) {
|
|
21150
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
21151
|
-
}
|
|
21152
|
-
get backgroundImage() {
|
|
21153
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
21154
|
-
}
|
|
21155
|
-
set backgroundImageMobile(value) {
|
|
21156
|
-
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
21157
|
-
}
|
|
21158
|
-
get backgroundImageMobile() {
|
|
21159
|
-
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
21160
|
-
}
|
|
21161
|
-
set backgroundImageTablet(value) {
|
|
21162
|
-
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
21163
|
-
}
|
|
21164
|
-
get backgroundImageTablet() {
|
|
21165
|
-
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
21166
|
-
}
|
|
21167
|
-
set backgroundImageLaptop(value) {
|
|
21168
|
-
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
21169
|
-
}
|
|
21170
|
-
get backgroundImageLaptop() {
|
|
21171
|
-
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
21172
|
-
}
|
|
21173
|
-
set backgroundSize(value) {
|
|
21174
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
21175
|
-
}
|
|
21176
|
-
get backgroundSize() {
|
|
21177
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
21178
|
-
}
|
|
21179
|
-
set backgroundPosition(value) {
|
|
21180
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
21181
|
-
}
|
|
21182
|
-
get backgroundPosition() {
|
|
21183
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
21184
|
-
}
|
|
21185
|
-
set contrastHelperGradient(value) {
|
|
21186
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
21187
|
-
}
|
|
21188
|
-
get contrastHelperGradient() {
|
|
21189
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
21190
|
-
}
|
|
21191
|
-
set contrastHelperOverlay(value) {
|
|
21192
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
21193
|
-
}
|
|
21194
|
-
get contrastHelperOverlay() {
|
|
21195
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
21196
|
-
}
|
|
21197
|
-
set minHeight(value) {
|
|
21198
|
-
this.elementRef.nativeElement['minHeight'] = value;
|
|
21199
|
-
}
|
|
21200
|
-
get minHeight() {
|
|
21201
|
-
return this.elementRef.nativeElement['minHeight'];
|
|
21202
|
-
}
|
|
21203
|
-
set hasGridding(value) {
|
|
21204
|
-
this.elementRef.nativeElement['hasGridding'] = value;
|
|
21255
|
+
set state(value) {
|
|
21256
|
+
this.elementRef.nativeElement['state'] = value;
|
|
21205
21257
|
}
|
|
21206
|
-
get
|
|
21207
|
-
return this.elementRef.nativeElement['
|
|
21258
|
+
get state() {
|
|
21259
|
+
return this.elementRef.nativeElement['state'];
|
|
21208
21260
|
}
|
|
21209
|
-
set
|
|
21210
|
-
this.elementRef.nativeElement['
|
|
21261
|
+
set extended(value) {
|
|
21262
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
21211
21263
|
}
|
|
21212
|
-
get
|
|
21213
|
-
return this.elementRef.nativeElement['
|
|
21264
|
+
get extended() {
|
|
21265
|
+
return this.elementRef.nativeElement['extended'];
|
|
21214
21266
|
}
|
|
21215
|
-
set
|
|
21216
|
-
this.elementRef.nativeElement['
|
|
21267
|
+
set extendedMobile(value) {
|
|
21268
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
21217
21269
|
}
|
|
21218
|
-
get
|
|
21219
|
-
return this.elementRef.nativeElement['
|
|
21270
|
+
get extendedMobile() {
|
|
21271
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
21220
21272
|
}
|
|
21221
|
-
set
|
|
21222
|
-
this.elementRef.nativeElement['
|
|
21273
|
+
set extendedTablet(value) {
|
|
21274
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
21223
21275
|
}
|
|
21224
|
-
get
|
|
21225
|
-
return this.elementRef.nativeElement['
|
|
21276
|
+
get extendedTablet() {
|
|
21277
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
21226
21278
|
}
|
|
21227
|
-
set
|
|
21228
|
-
this.elementRef.nativeElement['
|
|
21279
|
+
set extendedLaptop(value) {
|
|
21280
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
21229
21281
|
}
|
|
21230
|
-
get
|
|
21231
|
-
return this.elementRef.nativeElement['
|
|
21282
|
+
get extendedLaptop() {
|
|
21283
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
21232
21284
|
}
|
|
21233
|
-
set
|
|
21234
|
-
this.elementRef.nativeElement['
|
|
21285
|
+
set extendedDesktop(value) {
|
|
21286
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
21235
21287
|
}
|
|
21236
|
-
get
|
|
21237
|
-
return this.elementRef.nativeElement['
|
|
21288
|
+
get extendedDesktop() {
|
|
21289
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
21238
21290
|
}
|
|
21239
21291
|
set grow(value) {
|
|
21240
21292
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21548,67 +21600,37 @@ class PxContentHeader {
|
|
|
21548
21600
|
get wordBreakAllDesktop() {
|
|
21549
21601
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
21550
21602
|
}
|
|
21603
|
+
event = new EventEmitter();
|
|
21551
21604
|
constructor(elementRef) {
|
|
21552
21605
|
this.elementRef = elementRef;
|
|
21606
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
21607
|
+
this.event.emit(e.detail);
|
|
21608
|
+
});
|
|
21553
21609
|
}
|
|
21554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21555
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21611
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFileupload, 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 });
|
|
21556
21612
|
}
|
|
21557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21558
21614
|
type: Directive,
|
|
21559
21615
|
args: [{
|
|
21560
|
-
selector: 'px-
|
|
21616
|
+
selector: 'px-fileupload',
|
|
21561
21617
|
}]
|
|
21562
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21563
|
-
type: Input
|
|
21564
|
-
|
|
21565
|
-
|
|
21566
|
-
|
|
21567
|
-
args: ['background-gradient']
|
|
21568
|
-
}], backgroundImage: [{
|
|
21569
|
-
type: Input,
|
|
21570
|
-
args: ['background-image']
|
|
21571
|
-
}], backgroundImageMobile: [{
|
|
21572
|
-
type: Input,
|
|
21573
|
-
args: ['background-image--mobile']
|
|
21574
|
-
}], backgroundImageTablet: [{
|
|
21575
|
-
type: Input,
|
|
21576
|
-
args: ['background-image--tablet']
|
|
21577
|
-
}], backgroundImageLaptop: [{
|
|
21578
|
-
type: Input,
|
|
21579
|
-
args: ['background-image--laptop']
|
|
21580
|
-
}], backgroundSize: [{
|
|
21581
|
-
type: Input,
|
|
21582
|
-
args: ['background-size']
|
|
21583
|
-
}], backgroundPosition: [{
|
|
21584
|
-
type: Input,
|
|
21585
|
-
args: ['background-position']
|
|
21586
|
-
}], contrastHelperGradient: [{
|
|
21587
|
-
type: Input,
|
|
21588
|
-
args: ['contrast-helper-gradient']
|
|
21589
|
-
}], contrastHelperOverlay: [{
|
|
21590
|
-
type: Input,
|
|
21591
|
-
args: ['contrast-helper-overlay']
|
|
21592
|
-
}], minHeight: [{
|
|
21593
|
-
type: Input,
|
|
21594
|
-
args: ['min-height']
|
|
21595
|
-
}], hasGridding: [{
|
|
21596
|
-
type: Input,
|
|
21597
|
-
args: ['has-gridding']
|
|
21598
|
-
}], hasGriddingMobile: [{
|
|
21618
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
21619
|
+
type: Input
|
|
21620
|
+
}], extended: [{
|
|
21621
|
+
type: Input
|
|
21622
|
+
}], extendedMobile: [{
|
|
21599
21623
|
type: Input,
|
|
21600
|
-
args: ['
|
|
21601
|
-
}],
|
|
21624
|
+
args: ['extended--mobile']
|
|
21625
|
+
}], extendedTablet: [{
|
|
21602
21626
|
type: Input,
|
|
21603
|
-
args: ['
|
|
21604
|
-
}],
|
|
21627
|
+
args: ['extended--tablet']
|
|
21628
|
+
}], extendedLaptop: [{
|
|
21605
21629
|
type: Input,
|
|
21606
|
-
args: ['
|
|
21607
|
-
}],
|
|
21630
|
+
args: ['extended--laptop']
|
|
21631
|
+
}], extendedDesktop: [{
|
|
21608
21632
|
type: Input,
|
|
21609
|
-
args: ['
|
|
21610
|
-
}], inverted: [{
|
|
21611
|
-
type: Input
|
|
21633
|
+
args: ['extended--desktop']
|
|
21612
21634
|
}], grow: [{
|
|
21613
21635
|
type: Input
|
|
21614
21636
|
}], growMobile: [{
|
|
@@ -21760,6 +21782,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21760
21782
|
}], wordBreakAllDesktop: [{
|
|
21761
21783
|
type: Input,
|
|
21762
21784
|
args: ['word-break-all--desktop']
|
|
21785
|
+
}], event: [{
|
|
21786
|
+
type: Output
|
|
21763
21787
|
}] } });
|
|
21764
21788
|
/**
|
|
21765
21789
|
* @description Type-only wrapper for <px-page>
|
|
@@ -28729,6 +28753,12 @@ class PxRadio {
|
|
|
28729
28753
|
get inverted() {
|
|
28730
28754
|
return this.elementRef.nativeElement['inverted'];
|
|
28731
28755
|
}
|
|
28756
|
+
set size(value) {
|
|
28757
|
+
this.elementRef.nativeElement['size'] = value;
|
|
28758
|
+
}
|
|
28759
|
+
get size() {
|
|
28760
|
+
return this.elementRef.nativeElement['size'];
|
|
28761
|
+
}
|
|
28732
28762
|
/** Whether the radio button is checked. */
|
|
28733
28763
|
set checked(value) {
|
|
28734
28764
|
this.elementRef.nativeElement['checked'] = value;
|
|
@@ -29085,7 +29115,7 @@ class PxRadio {
|
|
|
29085
29115
|
});
|
|
29086
29116
|
}
|
|
29087
29117
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29088
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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: { change: "change" }, ngImport: i0 });
|
|
29118
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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: { change: "change" }, ngImport: i0 });
|
|
29089
29119
|
}
|
|
29090
29120
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, decorators: [{
|
|
29091
29121
|
type: Directive,
|
|
@@ -29098,6 +29128,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29098
29128
|
type: Input
|
|
29099
29129
|
}], inverted: [{
|
|
29100
29130
|
type: Input
|
|
29131
|
+
}], size: [{
|
|
29132
|
+
type: Input
|
|
29101
29133
|
}], checked: [{
|
|
29102
29134
|
type: Input
|
|
29103
29135
|
}], disabled: [{
|
|
@@ -29279,6 +29311,12 @@ class PxRadioBase {
|
|
|
29279
29311
|
get inverted() {
|
|
29280
29312
|
return this.elementRef.nativeElement['inverted'];
|
|
29281
29313
|
}
|
|
29314
|
+
set size(value) {
|
|
29315
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29316
|
+
}
|
|
29317
|
+
get size() {
|
|
29318
|
+
return this.elementRef.nativeElement['size'];
|
|
29319
|
+
}
|
|
29282
29320
|
set grow(value) {
|
|
29283
29321
|
this.elementRef.nativeElement['grow'] = value;
|
|
29284
29322
|
}
|
|
@@ -29595,7 +29633,7 @@ class PxRadioBase {
|
|
|
29595
29633
|
this.elementRef = elementRef;
|
|
29596
29634
|
}
|
|
29597
29635
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29598
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", 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"] }, ngImport: i0 });
|
|
29636
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", 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"] }, ngImport: i0 });
|
|
29599
29637
|
}
|
|
29600
29638
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
29601
29639
|
type: Directive,
|
|
@@ -29606,6 +29644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29606
29644
|
type: Input
|
|
29607
29645
|
}], inverted: [{
|
|
29608
29646
|
type: Input
|
|
29647
|
+
}], size: [{
|
|
29648
|
+
type: Input
|
|
29609
29649
|
}], grow: [{
|
|
29610
29650
|
type: Input
|
|
29611
29651
|
}], growMobile: [{
|
|
@@ -29805,6 +29845,12 @@ class PxRadioGroup {
|
|
|
29805
29845
|
get inverted() {
|
|
29806
29846
|
return this.elementRef.nativeElement['inverted'];
|
|
29807
29847
|
}
|
|
29848
|
+
set size(value) {
|
|
29849
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29850
|
+
}
|
|
29851
|
+
get size() {
|
|
29852
|
+
return this.elementRef.nativeElement['size'];
|
|
29853
|
+
}
|
|
29808
29854
|
set grow(value) {
|
|
29809
29855
|
this.elementRef.nativeElement['grow'] = value;
|
|
29810
29856
|
}
|
|
@@ -30121,7 +30167,7 @@ class PxRadioGroup {
|
|
|
30121
30167
|
this.elementRef = elementRef;
|
|
30122
30168
|
}
|
|
30123
30169
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30124
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", 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"] }, ngImport: i0 });
|
|
30170
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", 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"] }, ngImport: i0 });
|
|
30125
30171
|
}
|
|
30126
30172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30127
30173
|
type: Directive,
|
|
@@ -30142,6 +30188,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30142
30188
|
type: Input
|
|
30143
30189
|
}], inverted: [{
|
|
30144
30190
|
type: Input
|
|
30191
|
+
}], size: [{
|
|
30192
|
+
type: Input
|
|
30145
30193
|
}], grow: [{
|
|
30146
30194
|
type: Input
|
|
30147
30195
|
}], growMobile: [{
|
|
@@ -35740,6 +35788,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35740
35788
|
}], CLOSE_EVENT: [{
|
|
35741
35789
|
type: Output
|
|
35742
35790
|
}] } });
|
|
35791
|
+
/**
|
|
35792
|
+
* @description Type-only wrapper for <px-sticky-container>
|
|
35793
|
+
*/
|
|
35794
|
+
class PxStickyContainer {
|
|
35795
|
+
elementRef;
|
|
35796
|
+
set offsetLeft(value) {
|
|
35797
|
+
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
35798
|
+
}
|
|
35799
|
+
get offsetLeft() {
|
|
35800
|
+
return this.elementRef.nativeElement['offsetLeft'];
|
|
35801
|
+
}
|
|
35802
|
+
set offsetRight(value) {
|
|
35803
|
+
this.elementRef.nativeElement['offsetRight'] = value;
|
|
35804
|
+
}
|
|
35805
|
+
get offsetRight() {
|
|
35806
|
+
return this.elementRef.nativeElement['offsetRight'];
|
|
35807
|
+
}
|
|
35808
|
+
constructor(elementRef) {
|
|
35809
|
+
this.elementRef = elementRef;
|
|
35810
|
+
}
|
|
35811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35812
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
35813
|
+
}
|
|
35814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
35815
|
+
type: Directive,
|
|
35816
|
+
args: [{
|
|
35817
|
+
selector: 'px-sticky-container',
|
|
35818
|
+
}]
|
|
35819
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
35820
|
+
type: Input,
|
|
35821
|
+
args: ['offset-left']
|
|
35822
|
+
}], offsetRight: [{
|
|
35823
|
+
type: Input,
|
|
35824
|
+
args: ['offset-right']
|
|
35825
|
+
}] } });
|
|
35743
35826
|
/**
|
|
35744
35827
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
35745
35828
|
*/
|
|
@@ -36530,6 +36613,12 @@ class PxTag {
|
|
|
36530
36613
|
get disabled() {
|
|
36531
36614
|
return this.elementRef.nativeElement['disabled'];
|
|
36532
36615
|
}
|
|
36616
|
+
set size(value) {
|
|
36617
|
+
this.elementRef.nativeElement['size'] = value;
|
|
36618
|
+
}
|
|
36619
|
+
get size() {
|
|
36620
|
+
return this.elementRef.nativeElement['size'];
|
|
36621
|
+
}
|
|
36533
36622
|
set grow(value) {
|
|
36534
36623
|
this.elementRef.nativeElement['grow'] = value;
|
|
36535
36624
|
}
|
|
@@ -36846,7 +36935,7 @@ class PxTag {
|
|
|
36846
36935
|
this.elementRef = elementRef;
|
|
36847
36936
|
}
|
|
36848
36937
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTag, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36849
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTag, selector: "px-tag", inputs: { dismissible: "dismissible", inverted: "inverted", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
36938
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTag, selector: "px-tag", inputs: { dismissible: "dismissible", inverted: "inverted", disabled: "disabled", size: "size", 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"] }, ngImport: i0 });
|
|
36850
36939
|
}
|
|
36851
36940
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTag, decorators: [{
|
|
36852
36941
|
type: Directive,
|
|
@@ -36859,6 +36948,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
36859
36948
|
type: Input
|
|
36860
36949
|
}], disabled: [{
|
|
36861
36950
|
type: Input
|
|
36951
|
+
}], size: [{
|
|
36952
|
+
type: Input
|
|
36862
36953
|
}], grow: [{
|
|
36863
36954
|
type: Input
|
|
36864
36955
|
}], growMobile: [{
|
|
@@ -37011,41 +37102,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37011
37102
|
type: Input,
|
|
37012
37103
|
args: ['word-break-all--desktop']
|
|
37013
37104
|
}] } });
|
|
37014
|
-
/**
|
|
37015
|
-
* @description Type-only wrapper for <px-sticky-container>
|
|
37016
|
-
*/
|
|
37017
|
-
class PxStickyContainer {
|
|
37018
|
-
elementRef;
|
|
37019
|
-
set offsetLeft(value) {
|
|
37020
|
-
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
37021
|
-
}
|
|
37022
|
-
get offsetLeft() {
|
|
37023
|
-
return this.elementRef.nativeElement['offsetLeft'];
|
|
37024
|
-
}
|
|
37025
|
-
set offsetRight(value) {
|
|
37026
|
-
this.elementRef.nativeElement['offsetRight'] = value;
|
|
37027
|
-
}
|
|
37028
|
-
get offsetRight() {
|
|
37029
|
-
return this.elementRef.nativeElement['offsetRight'];
|
|
37030
|
-
}
|
|
37031
|
-
constructor(elementRef) {
|
|
37032
|
-
this.elementRef = elementRef;
|
|
37033
|
-
}
|
|
37034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37035
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
37036
|
-
}
|
|
37037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
37038
|
-
type: Directive,
|
|
37039
|
-
args: [{
|
|
37040
|
-
selector: 'px-sticky-container',
|
|
37041
|
-
}]
|
|
37042
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
37043
|
-
type: Input,
|
|
37044
|
-
args: ['offset-left']
|
|
37045
|
-
}], offsetRight: [{
|
|
37046
|
-
type: Input,
|
|
37047
|
-
args: ['offset-right']
|
|
37048
|
-
}] } });
|
|
37049
37105
|
/**
|
|
37050
37106
|
* @description Type-only wrapper for <px-tile>
|
|
37051
37107
|
*/
|
|
@@ -41075,7 +41131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41075
41131
|
}] } });
|
|
41076
41132
|
class Lavender {
|
|
41077
41133
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41078
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload,
|
|
41134
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [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, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, 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, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, 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] });
|
|
41079
41135
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41080
41136
|
}
|
|
41081
41137
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41106,6 +41162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41106
41162
|
PxColorOption,
|
|
41107
41163
|
PxColorOptionLink,
|
|
41108
41164
|
PxContainer,
|
|
41165
|
+
PxContentHeader,
|
|
41109
41166
|
PxDrawer,
|
|
41110
41167
|
PxDropdown,
|
|
41111
41168
|
PxFieldset,
|
|
@@ -41123,7 +41180,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41123
41180
|
PxSelect,
|
|
41124
41181
|
PxTextarea,
|
|
41125
41182
|
PxFileupload,
|
|
41126
|
-
PxContentHeader,
|
|
41127
41183
|
PxPage,
|
|
41128
41184
|
PxSpacer,
|
|
41129
41185
|
PxStack,
|
|
@@ -41154,6 +41210,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41154
41210
|
PxSpinner,
|
|
41155
41211
|
PxStatus,
|
|
41156
41212
|
PxStatusCard,
|
|
41213
|
+
PxStickyContainer,
|
|
41157
41214
|
PxThemeSwitcher,
|
|
41158
41215
|
PxSwitch,
|
|
41159
41216
|
PxTable,
|
|
@@ -41166,7 +41223,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41166
41223
|
PxTab,
|
|
41167
41224
|
PxTabPanel,
|
|
41168
41225
|
PxTag,
|
|
41169
|
-
PxStickyContainer,
|
|
41170
41226
|
PxTile,
|
|
41171
41227
|
PxTileButton,
|
|
41172
41228
|
PxTileCheckbox,
|
|
@@ -41208,6 +41264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41208
41264
|
PxColorOption,
|
|
41209
41265
|
PxColorOptionLink,
|
|
41210
41266
|
PxContainer,
|
|
41267
|
+
PxContentHeader,
|
|
41211
41268
|
PxDrawer,
|
|
41212
41269
|
PxDropdown,
|
|
41213
41270
|
PxFieldset,
|
|
@@ -41225,7 +41282,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41225
41282
|
PxSelect,
|
|
41226
41283
|
PxTextarea,
|
|
41227
41284
|
PxFileupload,
|
|
41228
|
-
PxContentHeader,
|
|
41229
41285
|
PxPage,
|
|
41230
41286
|
PxSpacer,
|
|
41231
41287
|
PxStack,
|
|
@@ -41256,6 +41312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41256
41312
|
PxSpinner,
|
|
41257
41313
|
PxStatus,
|
|
41258
41314
|
PxStatusCard,
|
|
41315
|
+
PxStickyContainer,
|
|
41259
41316
|
PxThemeSwitcher,
|
|
41260
41317
|
PxSwitch,
|
|
41261
41318
|
PxTable,
|
|
@@ -41268,7 +41325,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41268
41325
|
PxTab,
|
|
41269
41326
|
PxTabPanel,
|
|
41270
41327
|
PxTag,
|
|
41271
|
-
PxStickyContainer,
|
|
41272
41328
|
PxTile,
|
|
41273
41329
|
PxTileButton,
|
|
41274
41330
|
PxTileCheckbox,
|