@proximus/lavender-angular 1.4.14-alpha.8 → 1.4.14-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -503
- package/esm2022/lavender.directive.mjs +667 -667
- package/fesm2022/proximus-lavender-angular.mjs +666 -666
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +218 -218
- package/package.json +1 -1
|
@@ -3874,15 +3874,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
3874
3874
|
args: ['word-break-all--desktop']
|
|
3875
3875
|
}] } });
|
|
3876
3876
|
/**
|
|
3877
|
-
* @description Type-only wrapper for <px-button
|
|
3877
|
+
* @description Type-only wrapper for <px-button>
|
|
3878
3878
|
*/
|
|
3879
|
-
class
|
|
3879
|
+
class PxButton {
|
|
3880
3880
|
elementRef;
|
|
3881
|
-
set
|
|
3882
|
-
this.elementRef.nativeElement['
|
|
3881
|
+
set variant(value) {
|
|
3882
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
3883
3883
|
}
|
|
3884
|
-
get
|
|
3885
|
-
return this.elementRef.nativeElement['
|
|
3884
|
+
get variant() {
|
|
3885
|
+
return this.elementRef.nativeElement['variant'];
|
|
3886
|
+
}
|
|
3887
|
+
set state(value) {
|
|
3888
|
+
this.elementRef.nativeElement['state'] = value;
|
|
3889
|
+
}
|
|
3890
|
+
get state() {
|
|
3891
|
+
return this.elementRef.nativeElement['state'];
|
|
3886
3892
|
}
|
|
3887
3893
|
set loading(value) {
|
|
3888
3894
|
this.elementRef.nativeElement['loading'] = value;
|
|
@@ -3890,17 +3896,41 @@ class PxButtonIcon {
|
|
|
3890
3896
|
get loading() {
|
|
3891
3897
|
return this.elementRef.nativeElement['loading'];
|
|
3892
3898
|
}
|
|
3893
|
-
set
|
|
3894
|
-
this.elementRef.nativeElement['
|
|
3899
|
+
set shape(value) {
|
|
3900
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
3895
3901
|
}
|
|
3896
|
-
get
|
|
3897
|
-
return this.elementRef.nativeElement['
|
|
3902
|
+
get shape() {
|
|
3903
|
+
return this.elementRef.nativeElement['shape'];
|
|
3898
3904
|
}
|
|
3899
|
-
set
|
|
3900
|
-
this.elementRef.nativeElement['
|
|
3905
|
+
set shapeMobile(value) {
|
|
3906
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
3901
3907
|
}
|
|
3902
|
-
get
|
|
3903
|
-
return this.elementRef.nativeElement['
|
|
3908
|
+
get shapeMobile() {
|
|
3909
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
3910
|
+
}
|
|
3911
|
+
set shapeTablet(value) {
|
|
3912
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
3913
|
+
}
|
|
3914
|
+
get shapeTablet() {
|
|
3915
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
3916
|
+
}
|
|
3917
|
+
set shapeLaptop(value) {
|
|
3918
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
3919
|
+
}
|
|
3920
|
+
get shapeLaptop() {
|
|
3921
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
3922
|
+
}
|
|
3923
|
+
set shapeDesktop(value) {
|
|
3924
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
3925
|
+
}
|
|
3926
|
+
get shapeDesktop() {
|
|
3927
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
3928
|
+
}
|
|
3929
|
+
set inverted(value) {
|
|
3930
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
3931
|
+
}
|
|
3932
|
+
get inverted() {
|
|
3933
|
+
return this.elementRef.nativeElement['inverted'];
|
|
3904
3934
|
}
|
|
3905
3935
|
set ariaExpanded(value) {
|
|
3906
3936
|
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
@@ -3908,6 +3938,42 @@ class PxButtonIcon {
|
|
|
3908
3938
|
get ariaExpanded() {
|
|
3909
3939
|
return this.elementRef.nativeElement['ariaExpanded'];
|
|
3910
3940
|
}
|
|
3941
|
+
set extended(value) {
|
|
3942
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
3943
|
+
}
|
|
3944
|
+
get extended() {
|
|
3945
|
+
return this.elementRef.nativeElement['extended'];
|
|
3946
|
+
}
|
|
3947
|
+
set extendedMobile(value) {
|
|
3948
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
3949
|
+
}
|
|
3950
|
+
get extendedMobile() {
|
|
3951
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
3952
|
+
}
|
|
3953
|
+
set extendedTablet(value) {
|
|
3954
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
3955
|
+
}
|
|
3956
|
+
get extendedTablet() {
|
|
3957
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
3958
|
+
}
|
|
3959
|
+
set extendedLaptop(value) {
|
|
3960
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
3961
|
+
}
|
|
3962
|
+
get extendedLaptop() {
|
|
3963
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
3964
|
+
}
|
|
3965
|
+
set extendedDesktop(value) {
|
|
3966
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
3967
|
+
}
|
|
3968
|
+
get extendedDesktop() {
|
|
3969
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
3970
|
+
}
|
|
3971
|
+
set size(value) {
|
|
3972
|
+
this.elementRef.nativeElement['size'] = value;
|
|
3973
|
+
}
|
|
3974
|
+
get size() {
|
|
3975
|
+
return this.elementRef.nativeElement['size'];
|
|
3976
|
+
}
|
|
3911
3977
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3912
3978
|
set name(value) {
|
|
3913
3979
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -4251,25 +4317,55 @@ class PxButtonIcon {
|
|
|
4251
4317
|
constructor(elementRef) {
|
|
4252
4318
|
this.elementRef = elementRef;
|
|
4253
4319
|
}
|
|
4254
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4255
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
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 });
|
|
4256
4322
|
}
|
|
4257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
|
|
4258
4324
|
type: Directive,
|
|
4259
4325
|
args: [{
|
|
4260
|
-
selector: 'px-button
|
|
4326
|
+
selector: 'px-button',
|
|
4261
4327
|
}]
|
|
4262
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4328
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
4329
|
+
type: Input
|
|
4330
|
+
}], state: [{
|
|
4263
4331
|
type: Input
|
|
4264
4332
|
}], loading: [{
|
|
4265
4333
|
type: Input
|
|
4266
|
-
}],
|
|
4334
|
+
}], shape: [{
|
|
4267
4335
|
type: Input
|
|
4268
|
-
}],
|
|
4336
|
+
}], shapeMobile: [{
|
|
4337
|
+
type: Input,
|
|
4338
|
+
args: ['shape--mobile']
|
|
4339
|
+
}], shapeTablet: [{
|
|
4340
|
+
type: Input,
|
|
4341
|
+
args: ['shape--tablet']
|
|
4342
|
+
}], shapeLaptop: [{
|
|
4343
|
+
type: Input,
|
|
4344
|
+
args: ['shape--laptop']
|
|
4345
|
+
}], shapeDesktop: [{
|
|
4346
|
+
type: Input,
|
|
4347
|
+
args: ['shape--desktop']
|
|
4348
|
+
}], inverted: [{
|
|
4269
4349
|
type: Input
|
|
4270
4350
|
}], ariaExpanded: [{
|
|
4271
4351
|
type: Input,
|
|
4272
4352
|
args: ['aria-expanded']
|
|
4353
|
+
}], extended: [{
|
|
4354
|
+
type: Input
|
|
4355
|
+
}], extendedMobile: [{
|
|
4356
|
+
type: Input,
|
|
4357
|
+
args: ['extended--mobile']
|
|
4358
|
+
}], extendedTablet: [{
|
|
4359
|
+
type: Input,
|
|
4360
|
+
args: ['extended--tablet']
|
|
4361
|
+
}], extendedLaptop: [{
|
|
4362
|
+
type: Input,
|
|
4363
|
+
args: ['extended--laptop']
|
|
4364
|
+
}], extendedDesktop: [{
|
|
4365
|
+
type: Input,
|
|
4366
|
+
args: ['extended--desktop']
|
|
4367
|
+
}], size: [{
|
|
4368
|
+
type: Input
|
|
4273
4369
|
}], name: [{
|
|
4274
4370
|
type: Input
|
|
4275
4371
|
}], value: [{
|
|
@@ -4431,10 +4527,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4431
4527
|
args: ['word-break-all--desktop']
|
|
4432
4528
|
}] } });
|
|
4433
4529
|
/**
|
|
4434
|
-
* @description Type-only wrapper for <px-button>
|
|
4530
|
+
* @description Type-only wrapper for <px-button-wrapper>
|
|
4435
4531
|
*/
|
|
4436
|
-
class
|
|
4532
|
+
class PxButtonWrapper {
|
|
4437
4533
|
elementRef;
|
|
4534
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
4535
|
+
set name(value) {
|
|
4536
|
+
this.elementRef.nativeElement['name'] = value;
|
|
4537
|
+
}
|
|
4538
|
+
get name() {
|
|
4539
|
+
return this.elementRef.nativeElement['name'];
|
|
4540
|
+
}
|
|
4541
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
4542
|
+
set value(value) {
|
|
4543
|
+
this.elementRef.nativeElement['value'] = value;
|
|
4544
|
+
}
|
|
4545
|
+
get value() {
|
|
4546
|
+
return this.elementRef.nativeElement['value'];
|
|
4547
|
+
}
|
|
4548
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
4549
|
+
set type(value) {
|
|
4550
|
+
this.elementRef.nativeElement['type'] = value;
|
|
4551
|
+
}
|
|
4552
|
+
get type() {
|
|
4553
|
+
return this.elementRef.nativeElement['type'];
|
|
4554
|
+
}
|
|
4555
|
+
/** Whether the button is disabled. */
|
|
4556
|
+
set disabled(value) {
|
|
4557
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
4558
|
+
}
|
|
4559
|
+
get disabled() {
|
|
4560
|
+
return this.elementRef.nativeElement['disabled'];
|
|
4561
|
+
}
|
|
4438
4562
|
set variant(value) {
|
|
4439
4563
|
this.elementRef.nativeElement['variant'] = value;
|
|
4440
4564
|
}
|
|
@@ -4531,34 +4655,6 @@ class PxButton {
|
|
|
4531
4655
|
get size() {
|
|
4532
4656
|
return this.elementRef.nativeElement['size'];
|
|
4533
4657
|
}
|
|
4534
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
4535
|
-
set name(value) {
|
|
4536
|
-
this.elementRef.nativeElement['name'] = value;
|
|
4537
|
-
}
|
|
4538
|
-
get name() {
|
|
4539
|
-
return this.elementRef.nativeElement['name'];
|
|
4540
|
-
}
|
|
4541
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
4542
|
-
set value(value) {
|
|
4543
|
-
this.elementRef.nativeElement['value'] = value;
|
|
4544
|
-
}
|
|
4545
|
-
get value() {
|
|
4546
|
-
return this.elementRef.nativeElement['value'];
|
|
4547
|
-
}
|
|
4548
|
-
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
4549
|
-
set type(value) {
|
|
4550
|
-
this.elementRef.nativeElement['type'] = value;
|
|
4551
|
-
}
|
|
4552
|
-
get type() {
|
|
4553
|
-
return this.elementRef.nativeElement['type'];
|
|
4554
|
-
}
|
|
4555
|
-
/** Whether the button is disabled. */
|
|
4556
|
-
set disabled(value) {
|
|
4557
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
4558
|
-
}
|
|
4559
|
-
get disabled() {
|
|
4560
|
-
return this.elementRef.nativeElement['disabled'];
|
|
4561
|
-
}
|
|
4562
4658
|
set grow(value) {
|
|
4563
4659
|
this.elementRef.nativeElement['grow'] = value;
|
|
4564
4660
|
}
|
|
@@ -4874,15 +4970,23 @@ class PxButton {
|
|
|
4874
4970
|
constructor(elementRef) {
|
|
4875
4971
|
this.elementRef = elementRef;
|
|
4876
4972
|
}
|
|
4877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4878
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
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 });
|
|
4879
4975
|
}
|
|
4880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
|
|
4881
4977
|
type: Directive,
|
|
4882
4978
|
args: [{
|
|
4883
|
-
selector: 'px-button',
|
|
4979
|
+
selector: 'px-button-wrapper',
|
|
4884
4980
|
}]
|
|
4885
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4981
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
4982
|
+
type: Input
|
|
4983
|
+
}], value: [{
|
|
4984
|
+
type: Input
|
|
4985
|
+
}], type: [{
|
|
4986
|
+
type: Input
|
|
4987
|
+
}], disabled: [{
|
|
4988
|
+
type: Input
|
|
4989
|
+
}], variant: [{
|
|
4886
4990
|
type: Input
|
|
4887
4991
|
}], state: [{
|
|
4888
4992
|
type: Input
|
|
@@ -4923,14 +5027,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4923
5027
|
args: ['extended--desktop']
|
|
4924
5028
|
}], size: [{
|
|
4925
5029
|
type: Input
|
|
4926
|
-
}], name: [{
|
|
4927
|
-
type: Input
|
|
4928
|
-
}], value: [{
|
|
4929
|
-
type: Input
|
|
4930
|
-
}], type: [{
|
|
4931
|
-
type: Input
|
|
4932
|
-
}], disabled: [{
|
|
4933
|
-
type: Input
|
|
4934
5030
|
}], grow: [{
|
|
4935
5031
|
type: Input
|
|
4936
5032
|
}], growMobile: [{
|
|
@@ -5084,10 +5180,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5084
5180
|
args: ['word-break-all--desktop']
|
|
5085
5181
|
}] } });
|
|
5086
5182
|
/**
|
|
5087
|
-
* @description Type-only wrapper for <px-button-
|
|
5183
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
5088
5184
|
*/
|
|
5089
|
-
class
|
|
5185
|
+
class PxButtonIcon {
|
|
5090
5186
|
elementRef;
|
|
5187
|
+
set inverted(value) {
|
|
5188
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
5189
|
+
}
|
|
5190
|
+
get inverted() {
|
|
5191
|
+
return this.elementRef.nativeElement['inverted'];
|
|
5192
|
+
}
|
|
5193
|
+
set loading(value) {
|
|
5194
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
5195
|
+
}
|
|
5196
|
+
get loading() {
|
|
5197
|
+
return this.elementRef.nativeElement['loading'];
|
|
5198
|
+
}
|
|
5199
|
+
set size(value) {
|
|
5200
|
+
this.elementRef.nativeElement['size'] = value;
|
|
5201
|
+
}
|
|
5202
|
+
get size() {
|
|
5203
|
+
return this.elementRef.nativeElement['size'];
|
|
5204
|
+
}
|
|
5205
|
+
set variant(value) {
|
|
5206
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
5207
|
+
}
|
|
5208
|
+
get variant() {
|
|
5209
|
+
return this.elementRef.nativeElement['variant'];
|
|
5210
|
+
}
|
|
5211
|
+
set ariaExpanded(value) {
|
|
5212
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5213
|
+
}
|
|
5214
|
+
get ariaExpanded() {
|
|
5215
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5216
|
+
}
|
|
5091
5217
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
5092
5218
|
set name(value) {
|
|
5093
5219
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -5116,102 +5242,6 @@ class PxButtonWrapper {
|
|
|
5116
5242
|
get disabled() {
|
|
5117
5243
|
return this.elementRef.nativeElement['disabled'];
|
|
5118
5244
|
}
|
|
5119
|
-
set variant(value) {
|
|
5120
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
5121
|
-
}
|
|
5122
|
-
get variant() {
|
|
5123
|
-
return this.elementRef.nativeElement['variant'];
|
|
5124
|
-
}
|
|
5125
|
-
set state(value) {
|
|
5126
|
-
this.elementRef.nativeElement['state'] = value;
|
|
5127
|
-
}
|
|
5128
|
-
get state() {
|
|
5129
|
-
return this.elementRef.nativeElement['state'];
|
|
5130
|
-
}
|
|
5131
|
-
set loading(value) {
|
|
5132
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
5133
|
-
}
|
|
5134
|
-
get loading() {
|
|
5135
|
-
return this.elementRef.nativeElement['loading'];
|
|
5136
|
-
}
|
|
5137
|
-
set shape(value) {
|
|
5138
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
5139
|
-
}
|
|
5140
|
-
get shape() {
|
|
5141
|
-
return this.elementRef.nativeElement['shape'];
|
|
5142
|
-
}
|
|
5143
|
-
set shapeMobile(value) {
|
|
5144
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
5145
|
-
}
|
|
5146
|
-
get shapeMobile() {
|
|
5147
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
5148
|
-
}
|
|
5149
|
-
set shapeTablet(value) {
|
|
5150
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
5151
|
-
}
|
|
5152
|
-
get shapeTablet() {
|
|
5153
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
5154
|
-
}
|
|
5155
|
-
set shapeLaptop(value) {
|
|
5156
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
5157
|
-
}
|
|
5158
|
-
get shapeLaptop() {
|
|
5159
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
5160
|
-
}
|
|
5161
|
-
set shapeDesktop(value) {
|
|
5162
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
5163
|
-
}
|
|
5164
|
-
get shapeDesktop() {
|
|
5165
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
5166
|
-
}
|
|
5167
|
-
set inverted(value) {
|
|
5168
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
5169
|
-
}
|
|
5170
|
-
get inverted() {
|
|
5171
|
-
return this.elementRef.nativeElement['inverted'];
|
|
5172
|
-
}
|
|
5173
|
-
set ariaExpanded(value) {
|
|
5174
|
-
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5175
|
-
}
|
|
5176
|
-
get ariaExpanded() {
|
|
5177
|
-
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5178
|
-
}
|
|
5179
|
-
set extended(value) {
|
|
5180
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
5181
|
-
}
|
|
5182
|
-
get extended() {
|
|
5183
|
-
return this.elementRef.nativeElement['extended'];
|
|
5184
|
-
}
|
|
5185
|
-
set extendedMobile(value) {
|
|
5186
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
5187
|
-
}
|
|
5188
|
-
get extendedMobile() {
|
|
5189
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
5190
|
-
}
|
|
5191
|
-
set extendedTablet(value) {
|
|
5192
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
5193
|
-
}
|
|
5194
|
-
get extendedTablet() {
|
|
5195
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
5196
|
-
}
|
|
5197
|
-
set extendedLaptop(value) {
|
|
5198
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
5199
|
-
}
|
|
5200
|
-
get extendedLaptop() {
|
|
5201
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
5202
|
-
}
|
|
5203
|
-
set extendedDesktop(value) {
|
|
5204
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
5205
|
-
}
|
|
5206
|
-
get extendedDesktop() {
|
|
5207
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
5208
|
-
}
|
|
5209
|
-
set size(value) {
|
|
5210
|
-
this.elementRef.nativeElement['size'] = value;
|
|
5211
|
-
}
|
|
5212
|
-
get size() {
|
|
5213
|
-
return this.elementRef.nativeElement['size'];
|
|
5214
|
-
}
|
|
5215
5245
|
set grow(value) {
|
|
5216
5246
|
this.elementRef.nativeElement['grow'] = value;
|
|
5217
5247
|
}
|
|
@@ -5527,62 +5557,32 @@ class PxButtonWrapper {
|
|
|
5527
5557
|
constructor(elementRef) {
|
|
5528
5558
|
this.elementRef = elementRef;
|
|
5529
5559
|
}
|
|
5530
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5531
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
5560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5561
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonIcon, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], 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 });
|
|
5532
5562
|
}
|
|
5533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
5534
5564
|
type: Directive,
|
|
5535
5565
|
args: [{
|
|
5536
|
-
selector: 'px-button-
|
|
5566
|
+
selector: 'px-button-icon',
|
|
5537
5567
|
}]
|
|
5538
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
5539
|
-
type: Input
|
|
5540
|
-
}], value: [{
|
|
5541
|
-
type: Input
|
|
5542
|
-
}], type: [{
|
|
5543
|
-
type: Input
|
|
5544
|
-
}], disabled: [{
|
|
5545
|
-
type: Input
|
|
5546
|
-
}], variant: [{
|
|
5547
|
-
type: Input
|
|
5548
|
-
}], state: [{
|
|
5568
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5549
5569
|
type: Input
|
|
5550
5570
|
}], loading: [{
|
|
5551
5571
|
type: Input
|
|
5552
|
-
}],
|
|
5572
|
+
}], size: [{
|
|
5553
5573
|
type: Input
|
|
5554
|
-
}],
|
|
5555
|
-
type: Input,
|
|
5556
|
-
args: ['shape--mobile']
|
|
5557
|
-
}], shapeTablet: [{
|
|
5558
|
-
type: Input,
|
|
5559
|
-
args: ['shape--tablet']
|
|
5560
|
-
}], shapeLaptop: [{
|
|
5561
|
-
type: Input,
|
|
5562
|
-
args: ['shape--laptop']
|
|
5563
|
-
}], shapeDesktop: [{
|
|
5564
|
-
type: Input,
|
|
5565
|
-
args: ['shape--desktop']
|
|
5566
|
-
}], inverted: [{
|
|
5574
|
+
}], variant: [{
|
|
5567
5575
|
type: Input
|
|
5568
5576
|
}], ariaExpanded: [{
|
|
5569
5577
|
type: Input,
|
|
5570
5578
|
args: ['aria-expanded']
|
|
5571
|
-
}],
|
|
5579
|
+
}], name: [{
|
|
5572
5580
|
type: Input
|
|
5573
|
-
}],
|
|
5574
|
-
type: Input
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
args: ['extended--tablet']
|
|
5579
|
-
}], extendedLaptop: [{
|
|
5580
|
-
type: Input,
|
|
5581
|
-
args: ['extended--laptop']
|
|
5582
|
-
}], extendedDesktop: [{
|
|
5583
|
-
type: Input,
|
|
5584
|
-
args: ['extended--desktop']
|
|
5585
|
-
}], size: [{
|
|
5581
|
+
}], value: [{
|
|
5582
|
+
type: Input
|
|
5583
|
+
}], type: [{
|
|
5584
|
+
type: Input
|
|
5585
|
+
}], disabled: [{
|
|
5586
5586
|
type: Input
|
|
5587
5587
|
}], grow: [{
|
|
5588
5588
|
type: Input
|
|
@@ -14352,63 +14352,153 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14352
14352
|
args: ['word-break-all--desktop']
|
|
14353
14353
|
}] } });
|
|
14354
14354
|
/**
|
|
14355
|
-
* @description Type-only wrapper for <px-
|
|
14355
|
+
* @description Type-only wrapper for <px-grid>
|
|
14356
14356
|
*/
|
|
14357
|
-
class
|
|
14357
|
+
class PxGrid {
|
|
14358
14358
|
elementRef;
|
|
14359
|
-
set
|
|
14360
|
-
this.elementRef.nativeElement['
|
|
14359
|
+
set gridCols(value) {
|
|
14360
|
+
this.elementRef.nativeElement['gridCols'] = value;
|
|
14361
14361
|
}
|
|
14362
|
-
get
|
|
14363
|
-
return this.elementRef.nativeElement['
|
|
14362
|
+
get gridCols() {
|
|
14363
|
+
return this.elementRef.nativeElement['gridCols'];
|
|
14364
14364
|
}
|
|
14365
|
-
set
|
|
14366
|
-
this.elementRef.nativeElement['
|
|
14365
|
+
set gridColsMobile(value) {
|
|
14366
|
+
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
14367
14367
|
}
|
|
14368
|
-
get
|
|
14369
|
-
return this.elementRef.nativeElement['
|
|
14368
|
+
get gridColsMobile() {
|
|
14369
|
+
return this.elementRef.nativeElement['gridColsMobile'];
|
|
14370
14370
|
}
|
|
14371
|
-
set
|
|
14372
|
-
this.elementRef.nativeElement['
|
|
14371
|
+
set gridColsTablet(value) {
|
|
14372
|
+
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
14373
14373
|
}
|
|
14374
|
-
get
|
|
14375
|
-
return this.elementRef.nativeElement['
|
|
14374
|
+
get gridColsTablet() {
|
|
14375
|
+
return this.elementRef.nativeElement['gridColsTablet'];
|
|
14376
14376
|
}
|
|
14377
|
-
set
|
|
14378
|
-
this.elementRef.nativeElement['
|
|
14377
|
+
set gridColsLaptop(value) {
|
|
14378
|
+
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
14379
14379
|
}
|
|
14380
|
-
get
|
|
14381
|
-
return this.elementRef.nativeElement['
|
|
14380
|
+
get gridColsLaptop() {
|
|
14381
|
+
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
14382
14382
|
}
|
|
14383
|
-
set
|
|
14384
|
-
this.elementRef.nativeElement['
|
|
14383
|
+
set justifyContent(value) {
|
|
14384
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
14385
14385
|
}
|
|
14386
|
-
get
|
|
14387
|
-
return this.elementRef.nativeElement['
|
|
14386
|
+
get justifyContent() {
|
|
14387
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
14388
14388
|
}
|
|
14389
|
-
set
|
|
14390
|
-
this.elementRef.nativeElement['
|
|
14389
|
+
set justifyItems(value) {
|
|
14390
|
+
this.elementRef.nativeElement['justifyItems'] = value;
|
|
14391
14391
|
}
|
|
14392
|
-
get
|
|
14393
|
-
return this.elementRef.nativeElement['
|
|
14392
|
+
get justifyItems() {
|
|
14393
|
+
return this.elementRef.nativeElement['justifyItems'];
|
|
14394
14394
|
}
|
|
14395
|
-
set
|
|
14396
|
-
this.elementRef.nativeElement['
|
|
14395
|
+
set alignContent(value) {
|
|
14396
|
+
this.elementRef.nativeElement['alignContent'] = value;
|
|
14397
14397
|
}
|
|
14398
|
-
get
|
|
14399
|
-
return this.elementRef.nativeElement['
|
|
14398
|
+
get alignContent() {
|
|
14399
|
+
return this.elementRef.nativeElement['alignContent'];
|
|
14400
14400
|
}
|
|
14401
|
-
set
|
|
14402
|
-
this.elementRef.nativeElement['
|
|
14401
|
+
set alignItems(value) {
|
|
14402
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
14403
14403
|
}
|
|
14404
|
-
get
|
|
14405
|
-
return this.elementRef.nativeElement['
|
|
14404
|
+
get alignItems() {
|
|
14405
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
14406
14406
|
}
|
|
14407
|
-
set
|
|
14408
|
-
this.elementRef.nativeElement['
|
|
14407
|
+
set justifyContentMobile(value) {
|
|
14408
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
14409
14409
|
}
|
|
14410
|
-
get
|
|
14411
|
-
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'];
|
|
14412
14502
|
}
|
|
14413
14503
|
set grow(value) {
|
|
14414
14504
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14725,38 +14815,86 @@ class PxH1 {
|
|
|
14725
14815
|
constructor(elementRef) {
|
|
14726
14816
|
this.elementRef = elementRef;
|
|
14727
14817
|
}
|
|
14728
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14729
|
-
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 });
|
|
14730
14820
|
}
|
|
14731
|
-
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: [{
|
|
14732
14822
|
type: Directive,
|
|
14733
14823
|
args: [{
|
|
14734
|
-
selector: 'px-
|
|
14824
|
+
selector: 'px-grid',
|
|
14735
14825
|
}]
|
|
14736
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14737
|
-
type: Input
|
|
14738
|
-
}], color: [{
|
|
14739
|
-
type: Input
|
|
14740
|
-
}], textAlign: [{
|
|
14826
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
|
|
14741
14827
|
type: Input,
|
|
14742
|
-
args: ['
|
|
14743
|
-
}],
|
|
14828
|
+
args: ['grid-cols']
|
|
14829
|
+
}], gridColsMobile: [{
|
|
14744
14830
|
type: Input,
|
|
14745
|
-
args: ['
|
|
14746
|
-
}],
|
|
14831
|
+
args: ['grid-cols--mobile']
|
|
14832
|
+
}], gridColsTablet: [{
|
|
14747
14833
|
type: Input,
|
|
14748
|
-
args: ['
|
|
14749
|
-
}],
|
|
14834
|
+
args: ['grid-cols--tablet']
|
|
14835
|
+
}], gridColsLaptop: [{
|
|
14750
14836
|
type: Input,
|
|
14751
|
-
args: ['
|
|
14752
|
-
}],
|
|
14837
|
+
args: ['grid-cols--laptop']
|
|
14838
|
+
}], justifyContent: [{
|
|
14753
14839
|
type: Input,
|
|
14754
|
-
args: ['
|
|
14755
|
-
}],
|
|
14756
|
-
type: Input
|
|
14757
|
-
}], autoSpacing: [{
|
|
14840
|
+
args: ['justify-content']
|
|
14841
|
+
}], justifyItems: [{
|
|
14758
14842
|
type: Input,
|
|
14759
|
-
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']
|
|
14760
14898
|
}], grow: [{
|
|
14761
14899
|
type: Input
|
|
14762
14900
|
}], growMobile: [{
|
|
@@ -14910,9 +15048,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14910
15048
|
args: ['word-break-all--desktop']
|
|
14911
15049
|
}] } });
|
|
14912
15050
|
/**
|
|
14913
|
-
* @description Type-only wrapper for <px-
|
|
15051
|
+
* @description Type-only wrapper for <px-h1>
|
|
14914
15052
|
*/
|
|
14915
|
-
class
|
|
15053
|
+
class PxH1 {
|
|
14916
15054
|
elementRef;
|
|
14917
15055
|
set variant(value) {
|
|
14918
15056
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15283,13 +15421,13 @@ class PxH2 {
|
|
|
15283
15421
|
constructor(elementRef) {
|
|
15284
15422
|
this.elementRef = elementRef;
|
|
15285
15423
|
}
|
|
15286
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15287
|
-
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 });
|
|
15288
15426
|
}
|
|
15289
|
-
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: [{
|
|
15290
15428
|
type: Directive,
|
|
15291
15429
|
args: [{
|
|
15292
|
-
selector: 'px-
|
|
15430
|
+
selector: 'px-h1',
|
|
15293
15431
|
}]
|
|
15294
15432
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15295
15433
|
type: Input
|
|
@@ -15468,9 +15606,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15468
15606
|
args: ['word-break-all--desktop']
|
|
15469
15607
|
}] } });
|
|
15470
15608
|
/**
|
|
15471
|
-
* @description Type-only wrapper for <px-
|
|
15609
|
+
* @description Type-only wrapper for <px-h2>
|
|
15472
15610
|
*/
|
|
15473
|
-
class
|
|
15611
|
+
class PxH2 {
|
|
15474
15612
|
elementRef;
|
|
15475
15613
|
set variant(value) {
|
|
15476
15614
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15841,13 +15979,13 @@ class PxH3 {
|
|
|
15841
15979
|
constructor(elementRef) {
|
|
15842
15980
|
this.elementRef = elementRef;
|
|
15843
15981
|
}
|
|
15844
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15845
|
-
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 });
|
|
15846
15984
|
}
|
|
15847
|
-
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: [{
|
|
15848
15986
|
type: Directive,
|
|
15849
15987
|
args: [{
|
|
15850
|
-
selector: 'px-
|
|
15988
|
+
selector: 'px-h2',
|
|
15851
15989
|
}]
|
|
15852
15990
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15853
15991
|
type: Input
|
|
@@ -16026,9 +16164,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16026
16164
|
args: ['word-break-all--desktop']
|
|
16027
16165
|
}] } });
|
|
16028
16166
|
/**
|
|
16029
|
-
* @description Type-only wrapper for <px-
|
|
16167
|
+
* @description Type-only wrapper for <px-h3>
|
|
16030
16168
|
*/
|
|
16031
|
-
class
|
|
16169
|
+
class PxH3 {
|
|
16032
16170
|
elementRef;
|
|
16033
16171
|
set variant(value) {
|
|
16034
16172
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16399,13 +16537,13 @@ class PxH4 {
|
|
|
16399
16537
|
constructor(elementRef) {
|
|
16400
16538
|
this.elementRef = elementRef;
|
|
16401
16539
|
}
|
|
16402
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16403
|
-
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 });
|
|
16404
16542
|
}
|
|
16405
|
-
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: [{
|
|
16406
16544
|
type: Directive,
|
|
16407
16545
|
args: [{
|
|
16408
|
-
selector: 'px-
|
|
16546
|
+
selector: 'px-h3',
|
|
16409
16547
|
}]
|
|
16410
16548
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
16411
16549
|
type: Input
|
|
@@ -16584,9 +16722,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16584
16722
|
args: ['word-break-all--desktop']
|
|
16585
16723
|
}] } });
|
|
16586
16724
|
/**
|
|
16587
|
-
* @description Type-only wrapper for <px-
|
|
16725
|
+
* @description Type-only wrapper for <px-h4>
|
|
16588
16726
|
*/
|
|
16589
|
-
class
|
|
16727
|
+
class PxH4 {
|
|
16590
16728
|
elementRef;
|
|
16591
16729
|
set variant(value) {
|
|
16592
16730
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16957,13 +17095,13 @@ class PxH5 {
|
|
|
16957
17095
|
constructor(elementRef) {
|
|
16958
17096
|
this.elementRef = elementRef;
|
|
16959
17097
|
}
|
|
16960
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16961
|
-
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 });
|
|
16962
17100
|
}
|
|
16963
|
-
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: [{
|
|
16964
17102
|
type: Directive,
|
|
16965
17103
|
args: [{
|
|
16966
|
-
selector: 'px-
|
|
17104
|
+
selector: 'px-h4',
|
|
16967
17105
|
}]
|
|
16968
17106
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
16969
17107
|
type: Input
|
|
@@ -17142,9 +17280,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17142
17280
|
args: ['word-break-all--desktop']
|
|
17143
17281
|
}] } });
|
|
17144
17282
|
/**
|
|
17145
|
-
* @description Type-only wrapper for <px-
|
|
17283
|
+
* @description Type-only wrapper for <px-h5>
|
|
17146
17284
|
*/
|
|
17147
|
-
class
|
|
17285
|
+
class PxH5 {
|
|
17148
17286
|
elementRef;
|
|
17149
17287
|
set variant(value) {
|
|
17150
17288
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17515,13 +17653,13 @@ class PxH6 {
|
|
|
17515
17653
|
constructor(elementRef) {
|
|
17516
17654
|
this.elementRef = elementRef;
|
|
17517
17655
|
}
|
|
17518
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17519
|
-
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 });
|
|
17520
17658
|
}
|
|
17521
|
-
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: [{
|
|
17522
17660
|
type: Directive,
|
|
17523
17661
|
args: [{
|
|
17524
|
-
selector: 'px-
|
|
17662
|
+
selector: 'px-h5',
|
|
17525
17663
|
}]
|
|
17526
17664
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17527
17665
|
type: Input
|
|
@@ -17700,153 +17838,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17700
17838
|
args: ['word-break-all--desktop']
|
|
17701
17839
|
}] } });
|
|
17702
17840
|
/**
|
|
17703
|
-
* @description Type-only wrapper for <px-
|
|
17841
|
+
* @description Type-only wrapper for <px-h6>
|
|
17704
17842
|
*/
|
|
17705
|
-
class
|
|
17843
|
+
class PxH6 {
|
|
17706
17844
|
elementRef;
|
|
17707
|
-
set
|
|
17708
|
-
this.elementRef.nativeElement['
|
|
17709
|
-
}
|
|
17710
|
-
get gridCols() {
|
|
17711
|
-
return this.elementRef.nativeElement['gridCols'];
|
|
17712
|
-
}
|
|
17713
|
-
set gridColsMobile(value) {
|
|
17714
|
-
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
17715
|
-
}
|
|
17716
|
-
get gridColsMobile() {
|
|
17717
|
-
return this.elementRef.nativeElement['gridColsMobile'];
|
|
17718
|
-
}
|
|
17719
|
-
set gridColsTablet(value) {
|
|
17720
|
-
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
17721
|
-
}
|
|
17722
|
-
get gridColsTablet() {
|
|
17723
|
-
return this.elementRef.nativeElement['gridColsTablet'];
|
|
17724
|
-
}
|
|
17725
|
-
set gridColsLaptop(value) {
|
|
17726
|
-
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
17727
|
-
}
|
|
17728
|
-
get gridColsLaptop() {
|
|
17729
|
-
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
17730
|
-
}
|
|
17731
|
-
set justifyContent(value) {
|
|
17732
|
-
this.elementRef.nativeElement['justifyContent'] = value;
|
|
17733
|
-
}
|
|
17734
|
-
get justifyContent() {
|
|
17735
|
-
return this.elementRef.nativeElement['justifyContent'];
|
|
17736
|
-
}
|
|
17737
|
-
set justifyItems(value) {
|
|
17738
|
-
this.elementRef.nativeElement['justifyItems'] = value;
|
|
17739
|
-
}
|
|
17740
|
-
get justifyItems() {
|
|
17741
|
-
return this.elementRef.nativeElement['justifyItems'];
|
|
17742
|
-
}
|
|
17743
|
-
set alignContent(value) {
|
|
17744
|
-
this.elementRef.nativeElement['alignContent'] = value;
|
|
17745
|
-
}
|
|
17746
|
-
get alignContent() {
|
|
17747
|
-
return this.elementRef.nativeElement['alignContent'];
|
|
17748
|
-
}
|
|
17749
|
-
set alignItems(value) {
|
|
17750
|
-
this.elementRef.nativeElement['alignItems'] = value;
|
|
17751
|
-
}
|
|
17752
|
-
get alignItems() {
|
|
17753
|
-
return this.elementRef.nativeElement['alignItems'];
|
|
17754
|
-
}
|
|
17755
|
-
set justifyContentMobile(value) {
|
|
17756
|
-
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
17757
|
-
}
|
|
17758
|
-
get justifyContentMobile() {
|
|
17759
|
-
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
17760
|
-
}
|
|
17761
|
-
set justifyItemsMobile(value) {
|
|
17762
|
-
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
17763
|
-
}
|
|
17764
|
-
get justifyItemsMobile() {
|
|
17765
|
-
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
17766
|
-
}
|
|
17767
|
-
set alignContentMobile(value) {
|
|
17768
|
-
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
17769
|
-
}
|
|
17770
|
-
get alignContentMobile() {
|
|
17771
|
-
return this.elementRef.nativeElement['alignContentMobile'];
|
|
17772
|
-
}
|
|
17773
|
-
set alignItemsMobile(value) {
|
|
17774
|
-
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
17775
|
-
}
|
|
17776
|
-
get alignItemsMobile() {
|
|
17777
|
-
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
17778
|
-
}
|
|
17779
|
-
set justifyContentTablet(value) {
|
|
17780
|
-
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
17781
|
-
}
|
|
17782
|
-
get justifyContentTablet() {
|
|
17783
|
-
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
17784
|
-
}
|
|
17785
|
-
set justifyItemsTablet(value) {
|
|
17786
|
-
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
17787
|
-
}
|
|
17788
|
-
get justifyItemsTablet() {
|
|
17789
|
-
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
17790
|
-
}
|
|
17791
|
-
set alignContentTablet(value) {
|
|
17792
|
-
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
17793
|
-
}
|
|
17794
|
-
get alignContentTablet() {
|
|
17795
|
-
return this.elementRef.nativeElement['alignContentTablet'];
|
|
17796
|
-
}
|
|
17797
|
-
set alignItemsTablet(value) {
|
|
17798
|
-
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
17845
|
+
set variant(value) {
|
|
17846
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
17799
17847
|
}
|
|
17800
|
-
get
|
|
17801
|
-
return this.elementRef.nativeElement['
|
|
17848
|
+
get variant() {
|
|
17849
|
+
return this.elementRef.nativeElement['variant'];
|
|
17802
17850
|
}
|
|
17803
|
-
set
|
|
17804
|
-
this.elementRef.nativeElement['
|
|
17851
|
+
set color(value) {
|
|
17852
|
+
this.elementRef.nativeElement['color'] = value;
|
|
17805
17853
|
}
|
|
17806
|
-
get
|
|
17807
|
-
return this.elementRef.nativeElement['
|
|
17854
|
+
get color() {
|
|
17855
|
+
return this.elementRef.nativeElement['color'];
|
|
17808
17856
|
}
|
|
17809
|
-
set
|
|
17810
|
-
this.elementRef.nativeElement['
|
|
17857
|
+
set textAlign(value) {
|
|
17858
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
17811
17859
|
}
|
|
17812
|
-
get
|
|
17813
|
-
return this.elementRef.nativeElement['
|
|
17860
|
+
get textAlign() {
|
|
17861
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
17814
17862
|
}
|
|
17815
|
-
set
|
|
17816
|
-
this.elementRef.nativeElement['
|
|
17863
|
+
set textAlignMobile(value) {
|
|
17864
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
17817
17865
|
}
|
|
17818
|
-
get
|
|
17819
|
-
return this.elementRef.nativeElement['
|
|
17866
|
+
get textAlignMobile() {
|
|
17867
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
17820
17868
|
}
|
|
17821
|
-
set
|
|
17822
|
-
this.elementRef.nativeElement['
|
|
17869
|
+
set textAlignTablet(value) {
|
|
17870
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
17823
17871
|
}
|
|
17824
|
-
get
|
|
17825
|
-
return this.elementRef.nativeElement['
|
|
17872
|
+
get textAlignTablet() {
|
|
17873
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
17826
17874
|
}
|
|
17827
|
-
set
|
|
17828
|
-
this.elementRef.nativeElement['
|
|
17875
|
+
set textAlignLaptop(value) {
|
|
17876
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
17829
17877
|
}
|
|
17830
|
-
get
|
|
17831
|
-
return this.elementRef.nativeElement['
|
|
17878
|
+
get textAlignLaptop() {
|
|
17879
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
17832
17880
|
}
|
|
17833
|
-
set
|
|
17834
|
-
this.elementRef.nativeElement['
|
|
17881
|
+
set textAlignDesktop(value) {
|
|
17882
|
+
this.elementRef.nativeElement['textAlignDesktop'] = value;
|
|
17835
17883
|
}
|
|
17836
|
-
get
|
|
17837
|
-
return this.elementRef.nativeElement['
|
|
17884
|
+
get textAlignDesktop() {
|
|
17885
|
+
return this.elementRef.nativeElement['textAlignDesktop'];
|
|
17838
17886
|
}
|
|
17839
|
-
set
|
|
17840
|
-
this.elementRef.nativeElement['
|
|
17887
|
+
set inverted(value) {
|
|
17888
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
17841
17889
|
}
|
|
17842
|
-
get
|
|
17843
|
-
return this.elementRef.nativeElement['
|
|
17890
|
+
get inverted() {
|
|
17891
|
+
return this.elementRef.nativeElement['inverted'];
|
|
17844
17892
|
}
|
|
17845
|
-
set
|
|
17846
|
-
this.elementRef.nativeElement['
|
|
17893
|
+
set autoSpacing(value) {
|
|
17894
|
+
this.elementRef.nativeElement['autoSpacing'] = value;
|
|
17847
17895
|
}
|
|
17848
|
-
get
|
|
17849
|
-
return this.elementRef.nativeElement['
|
|
17896
|
+
get autoSpacing() {
|
|
17897
|
+
return this.elementRef.nativeElement['autoSpacing'];
|
|
17850
17898
|
}
|
|
17851
17899
|
set grow(value) {
|
|
17852
17900
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -18163,86 +18211,38 @@ class PxGrid {
|
|
|
18163
18211
|
constructor(elementRef) {
|
|
18164
18212
|
this.elementRef = elementRef;
|
|
18165
18213
|
}
|
|
18166
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18167
|
-
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 });
|
|
18168
18216
|
}
|
|
18169
|
-
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: [{
|
|
18170
18218
|
type: Directive,
|
|
18171
18219
|
args: [{
|
|
18172
|
-
selector: 'px-
|
|
18220
|
+
selector: 'px-h6',
|
|
18173
18221
|
}]
|
|
18174
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18175
|
-
type: Input
|
|
18176
|
-
|
|
18177
|
-
|
|
18178
|
-
|
|
18179
|
-
args: ['grid-cols--mobile']
|
|
18180
|
-
}], gridColsTablet: [{
|
|
18181
|
-
type: Input,
|
|
18182
|
-
args: ['grid-cols--tablet']
|
|
18183
|
-
}], gridColsLaptop: [{
|
|
18184
|
-
type: Input,
|
|
18185
|
-
args: ['grid-cols--laptop']
|
|
18186
|
-
}], justifyContent: [{
|
|
18187
|
-
type: Input,
|
|
18188
|
-
args: ['justify-content']
|
|
18189
|
-
}], justifyItems: [{
|
|
18190
|
-
type: Input,
|
|
18191
|
-
args: ['justify-items']
|
|
18192
|
-
}], alignContent: [{
|
|
18193
|
-
type: Input,
|
|
18194
|
-
args: ['align-content']
|
|
18195
|
-
}], alignItems: [{
|
|
18196
|
-
type: Input,
|
|
18197
|
-
args: ['align-items']
|
|
18198
|
-
}], justifyContentMobile: [{
|
|
18199
|
-
type: Input,
|
|
18200
|
-
args: ['justify-content--mobile']
|
|
18201
|
-
}], justifyItemsMobile: [{
|
|
18202
|
-
type: Input,
|
|
18203
|
-
args: ['justify-items--mobile']
|
|
18204
|
-
}], alignContentMobile: [{
|
|
18205
|
-
type: Input,
|
|
18206
|
-
args: ['align-content--mobile']
|
|
18207
|
-
}], alignItemsMobile: [{
|
|
18208
|
-
type: Input,
|
|
18209
|
-
args: ['align-items--mobile']
|
|
18210
|
-
}], justifyContentTablet: [{
|
|
18211
|
-
type: Input,
|
|
18212
|
-
args: ['justify-content--tablet']
|
|
18213
|
-
}], justifyItemsTablet: [{
|
|
18214
|
-
type: Input,
|
|
18215
|
-
args: ['justify-items--tablet']
|
|
18216
|
-
}], alignContentTablet: [{
|
|
18217
|
-
type: Input,
|
|
18218
|
-
args: ['align-content--tablet']
|
|
18219
|
-
}], alignItemsTablet: [{
|
|
18220
|
-
type: Input,
|
|
18221
|
-
args: ['align-items--tablet']
|
|
18222
|
-
}], justifyContentLaptop: [{
|
|
18223
|
-
type: Input,
|
|
18224
|
-
args: ['justify-content--laptop']
|
|
18225
|
-
}], justifyItemsLaptop: [{
|
|
18226
|
-
type: Input,
|
|
18227
|
-
args: ['justify-items--laptop']
|
|
18228
|
-
}], alignContentLaptop: [{
|
|
18222
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
18223
|
+
type: Input
|
|
18224
|
+
}], color: [{
|
|
18225
|
+
type: Input
|
|
18226
|
+
}], textAlign: [{
|
|
18229
18227
|
type: Input,
|
|
18230
|
-
args: ['align
|
|
18231
|
-
}],
|
|
18228
|
+
args: ['text-align']
|
|
18229
|
+
}], textAlignMobile: [{
|
|
18232
18230
|
type: Input,
|
|
18233
|
-
args: ['align
|
|
18234
|
-
}],
|
|
18231
|
+
args: ['text-align--mobile']
|
|
18232
|
+
}], textAlignTablet: [{
|
|
18235
18233
|
type: Input,
|
|
18236
|
-
args: ['
|
|
18237
|
-
}],
|
|
18234
|
+
args: ['text-align--tablet']
|
|
18235
|
+
}], textAlignLaptop: [{
|
|
18238
18236
|
type: Input,
|
|
18239
|
-
args: ['
|
|
18240
|
-
}],
|
|
18237
|
+
args: ['text-align--laptop']
|
|
18238
|
+
}], textAlignDesktop: [{
|
|
18241
18239
|
type: Input,
|
|
18242
|
-
args: ['align
|
|
18243
|
-
}],
|
|
18240
|
+
args: ['text-align--desktop']
|
|
18241
|
+
}], inverted: [{
|
|
18242
|
+
type: Input
|
|
18243
|
+
}], autoSpacing: [{
|
|
18244
18244
|
type: Input,
|
|
18245
|
-
args: ['
|
|
18245
|
+
args: ['auto-spacing']
|
|
18246
18246
|
}], grow: [{
|
|
18247
18247
|
type: Input
|
|
18248
18248
|
}], growMobile: [{
|
|
@@ -28057,6 +28057,172 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28057
28057
|
type: Input,
|
|
28058
28058
|
args: ['word-break-all--desktop']
|
|
28059
28059
|
}] } });
|
|
28060
|
+
/**
|
|
28061
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
28062
|
+
*/
|
|
28063
|
+
class PxCardActions {
|
|
28064
|
+
elementRef;
|
|
28065
|
+
constructor(elementRef) {
|
|
28066
|
+
this.elementRef = elementRef;
|
|
28067
|
+
}
|
|
28068
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28069
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardActions, selector: "px-card-actions", ngImport: i0 });
|
|
28070
|
+
}
|
|
28071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28072
|
+
type: Directive,
|
|
28073
|
+
args: [{
|
|
28074
|
+
selector: 'px-card-actions',
|
|
28075
|
+
}]
|
|
28076
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28077
|
+
/**
|
|
28078
|
+
* @description Type-only wrapper for <px-card-container>
|
|
28079
|
+
*/
|
|
28080
|
+
class PxCardContainer {
|
|
28081
|
+
elementRef;
|
|
28082
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
28083
|
+
set inverted(value) {
|
|
28084
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28085
|
+
}
|
|
28086
|
+
get inverted() {
|
|
28087
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28088
|
+
}
|
|
28089
|
+
/** URL of the card media image. */
|
|
28090
|
+
set src(value) {
|
|
28091
|
+
this.elementRef.nativeElement['src'] = value;
|
|
28092
|
+
}
|
|
28093
|
+
get src() {
|
|
28094
|
+
return this.elementRef.nativeElement['src'];
|
|
28095
|
+
}
|
|
28096
|
+
/** Where the media image is rendered. */
|
|
28097
|
+
set mediaPosition(value) {
|
|
28098
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28099
|
+
}
|
|
28100
|
+
get mediaPosition() {
|
|
28101
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
28102
|
+
}
|
|
28103
|
+
/** How the media image is fitted. */
|
|
28104
|
+
set mediaSize(value) {
|
|
28105
|
+
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28106
|
+
}
|
|
28107
|
+
get mediaSize() {
|
|
28108
|
+
return this.elementRef.nativeElement['mediaSize'];
|
|
28109
|
+
}
|
|
28110
|
+
set mediaAltText(value) {
|
|
28111
|
+
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28112
|
+
}
|
|
28113
|
+
get mediaAltText() {
|
|
28114
|
+
return this.elementRef.nativeElement['mediaAltText'];
|
|
28115
|
+
}
|
|
28116
|
+
/** Inner content padding size. */
|
|
28117
|
+
set padding(value) {
|
|
28118
|
+
this.elementRef.nativeElement['padding'] = value;
|
|
28119
|
+
}
|
|
28120
|
+
get padding() {
|
|
28121
|
+
return this.elementRef.nativeElement['padding'];
|
|
28122
|
+
}
|
|
28123
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28124
|
+
set aspectRatio(value) {
|
|
28125
|
+
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28126
|
+
}
|
|
28127
|
+
get aspectRatio() {
|
|
28128
|
+
return this.elementRef.nativeElement['aspectRatio'];
|
|
28129
|
+
}
|
|
28130
|
+
/** Whether the card has a visible border. */
|
|
28131
|
+
set hasBorder(value) {
|
|
28132
|
+
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28133
|
+
}
|
|
28134
|
+
get hasBorder() {
|
|
28135
|
+
return this.elementRef.nativeElement['hasBorder'];
|
|
28136
|
+
}
|
|
28137
|
+
/** Surface color preset. */
|
|
28138
|
+
set backgroundColor(value) {
|
|
28139
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28140
|
+
}
|
|
28141
|
+
get backgroundColor() {
|
|
28142
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
28143
|
+
}
|
|
28144
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28145
|
+
set backgroundImage(value) {
|
|
28146
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28147
|
+
}
|
|
28148
|
+
get backgroundImage() {
|
|
28149
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
28150
|
+
}
|
|
28151
|
+
set interactiveState(value) {
|
|
28152
|
+
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28153
|
+
}
|
|
28154
|
+
get interactiveState() {
|
|
28155
|
+
return this.elementRef.nativeElement['interactiveState'];
|
|
28156
|
+
}
|
|
28157
|
+
/** Alt text for the media image. */
|
|
28158
|
+
set alternativeText(value) {
|
|
28159
|
+
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28160
|
+
}
|
|
28161
|
+
get alternativeText() {
|
|
28162
|
+
return this.elementRef.nativeElement['alternativeText'];
|
|
28163
|
+
}
|
|
28164
|
+
constructor(elementRef) {
|
|
28165
|
+
this.elementRef = elementRef;
|
|
28166
|
+
}
|
|
28167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28168
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardContainer, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28169
|
+
}
|
|
28170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28171
|
+
type: Directive,
|
|
28172
|
+
args: [{
|
|
28173
|
+
selector: 'px-card-container',
|
|
28174
|
+
}]
|
|
28175
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28176
|
+
type: Input
|
|
28177
|
+
}], src: [{
|
|
28178
|
+
type: Input
|
|
28179
|
+
}], mediaPosition: [{
|
|
28180
|
+
type: Input,
|
|
28181
|
+
args: ['media-position']
|
|
28182
|
+
}], mediaSize: [{
|
|
28183
|
+
type: Input,
|
|
28184
|
+
args: ['media-size']
|
|
28185
|
+
}], mediaAltText: [{
|
|
28186
|
+
type: Input,
|
|
28187
|
+
args: ['media-alt-text']
|
|
28188
|
+
}], padding: [{
|
|
28189
|
+
type: Input
|
|
28190
|
+
}], aspectRatio: [{
|
|
28191
|
+
type: Input,
|
|
28192
|
+
args: ['aspect-ratio']
|
|
28193
|
+
}], hasBorder: [{
|
|
28194
|
+
type: Input,
|
|
28195
|
+
args: ['has-border']
|
|
28196
|
+
}], backgroundColor: [{
|
|
28197
|
+
type: Input,
|
|
28198
|
+
args: ['background-color']
|
|
28199
|
+
}], backgroundImage: [{
|
|
28200
|
+
type: Input,
|
|
28201
|
+
args: ['background-image']
|
|
28202
|
+
}], interactiveState: [{
|
|
28203
|
+
type: Input,
|
|
28204
|
+
args: ['interactive-state']
|
|
28205
|
+
}], alternativeText: [{
|
|
28206
|
+
type: Input,
|
|
28207
|
+
args: ['alternative-text']
|
|
28208
|
+
}] } });
|
|
28209
|
+
/**
|
|
28210
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
28211
|
+
*/
|
|
28212
|
+
class PxCardHeading {
|
|
28213
|
+
elementRef;
|
|
28214
|
+
constructor(elementRef) {
|
|
28215
|
+
this.elementRef = elementRef;
|
|
28216
|
+
}
|
|
28217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28218
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardHeading, selector: "px-card-heading", ngImport: i0 });
|
|
28219
|
+
}
|
|
28220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28221
|
+
type: Directive,
|
|
28222
|
+
args: [{
|
|
28223
|
+
selector: 'px-card-heading',
|
|
28224
|
+
}]
|
|
28225
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28060
28226
|
/**
|
|
28061
28227
|
* @description Type-only wrapper for <px-price>
|
|
28062
28228
|
*/
|
|
@@ -28561,172 +28727,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28561
28727
|
type: Input,
|
|
28562
28728
|
args: ['word-break-all--desktop']
|
|
28563
28729
|
}] } });
|
|
28564
|
-
/**
|
|
28565
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
28566
|
-
*/
|
|
28567
|
-
class PxCardActions {
|
|
28568
|
-
elementRef;
|
|
28569
|
-
constructor(elementRef) {
|
|
28570
|
-
this.elementRef = elementRef;
|
|
28571
|
-
}
|
|
28572
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28573
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardActions, selector: "px-card-actions", ngImport: i0 });
|
|
28574
|
-
}
|
|
28575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28576
|
-
type: Directive,
|
|
28577
|
-
args: [{
|
|
28578
|
-
selector: 'px-card-actions',
|
|
28579
|
-
}]
|
|
28580
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28581
|
-
/**
|
|
28582
|
-
* @description Type-only wrapper for <px-card-container>
|
|
28583
|
-
*/
|
|
28584
|
-
class PxCardContainer {
|
|
28585
|
-
elementRef;
|
|
28586
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
28587
|
-
set inverted(value) {
|
|
28588
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28589
|
-
}
|
|
28590
|
-
get inverted() {
|
|
28591
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28592
|
-
}
|
|
28593
|
-
/** URL of the card media image. */
|
|
28594
|
-
set src(value) {
|
|
28595
|
-
this.elementRef.nativeElement['src'] = value;
|
|
28596
|
-
}
|
|
28597
|
-
get src() {
|
|
28598
|
-
return this.elementRef.nativeElement['src'];
|
|
28599
|
-
}
|
|
28600
|
-
/** Where the media image is rendered. */
|
|
28601
|
-
set mediaPosition(value) {
|
|
28602
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28603
|
-
}
|
|
28604
|
-
get mediaPosition() {
|
|
28605
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
28606
|
-
}
|
|
28607
|
-
/** How the media image is fitted. */
|
|
28608
|
-
set mediaSize(value) {
|
|
28609
|
-
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28610
|
-
}
|
|
28611
|
-
get mediaSize() {
|
|
28612
|
-
return this.elementRef.nativeElement['mediaSize'];
|
|
28613
|
-
}
|
|
28614
|
-
set mediaAltText(value) {
|
|
28615
|
-
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28616
|
-
}
|
|
28617
|
-
get mediaAltText() {
|
|
28618
|
-
return this.elementRef.nativeElement['mediaAltText'];
|
|
28619
|
-
}
|
|
28620
|
-
/** Inner content padding size. */
|
|
28621
|
-
set padding(value) {
|
|
28622
|
-
this.elementRef.nativeElement['padding'] = value;
|
|
28623
|
-
}
|
|
28624
|
-
get padding() {
|
|
28625
|
-
return this.elementRef.nativeElement['padding'];
|
|
28626
|
-
}
|
|
28627
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28628
|
-
set aspectRatio(value) {
|
|
28629
|
-
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28630
|
-
}
|
|
28631
|
-
get aspectRatio() {
|
|
28632
|
-
return this.elementRef.nativeElement['aspectRatio'];
|
|
28633
|
-
}
|
|
28634
|
-
/** Whether the card has a visible border. */
|
|
28635
|
-
set hasBorder(value) {
|
|
28636
|
-
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28637
|
-
}
|
|
28638
|
-
get hasBorder() {
|
|
28639
|
-
return this.elementRef.nativeElement['hasBorder'];
|
|
28640
|
-
}
|
|
28641
|
-
/** Surface color preset. */
|
|
28642
|
-
set backgroundColor(value) {
|
|
28643
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28644
|
-
}
|
|
28645
|
-
get backgroundColor() {
|
|
28646
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
28647
|
-
}
|
|
28648
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28649
|
-
set backgroundImage(value) {
|
|
28650
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28651
|
-
}
|
|
28652
|
-
get backgroundImage() {
|
|
28653
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
28654
|
-
}
|
|
28655
|
-
set interactiveState(value) {
|
|
28656
|
-
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28657
|
-
}
|
|
28658
|
-
get interactiveState() {
|
|
28659
|
-
return this.elementRef.nativeElement['interactiveState'];
|
|
28660
|
-
}
|
|
28661
|
-
/** Alt text for the media image. */
|
|
28662
|
-
set alternativeText(value) {
|
|
28663
|
-
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28664
|
-
}
|
|
28665
|
-
get alternativeText() {
|
|
28666
|
-
return this.elementRef.nativeElement['alternativeText'];
|
|
28667
|
-
}
|
|
28668
|
-
constructor(elementRef) {
|
|
28669
|
-
this.elementRef = elementRef;
|
|
28670
|
-
}
|
|
28671
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28672
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardContainer, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28673
|
-
}
|
|
28674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28675
|
-
type: Directive,
|
|
28676
|
-
args: [{
|
|
28677
|
-
selector: 'px-card-container',
|
|
28678
|
-
}]
|
|
28679
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28680
|
-
type: Input
|
|
28681
|
-
}], src: [{
|
|
28682
|
-
type: Input
|
|
28683
|
-
}], mediaPosition: [{
|
|
28684
|
-
type: Input,
|
|
28685
|
-
args: ['media-position']
|
|
28686
|
-
}], mediaSize: [{
|
|
28687
|
-
type: Input,
|
|
28688
|
-
args: ['media-size']
|
|
28689
|
-
}], mediaAltText: [{
|
|
28690
|
-
type: Input,
|
|
28691
|
-
args: ['media-alt-text']
|
|
28692
|
-
}], padding: [{
|
|
28693
|
-
type: Input
|
|
28694
|
-
}], aspectRatio: [{
|
|
28695
|
-
type: Input,
|
|
28696
|
-
args: ['aspect-ratio']
|
|
28697
|
-
}], hasBorder: [{
|
|
28698
|
-
type: Input,
|
|
28699
|
-
args: ['has-border']
|
|
28700
|
-
}], backgroundColor: [{
|
|
28701
|
-
type: Input,
|
|
28702
|
-
args: ['background-color']
|
|
28703
|
-
}], backgroundImage: [{
|
|
28704
|
-
type: Input,
|
|
28705
|
-
args: ['background-image']
|
|
28706
|
-
}], interactiveState: [{
|
|
28707
|
-
type: Input,
|
|
28708
|
-
args: ['interactive-state']
|
|
28709
|
-
}], alternativeText: [{
|
|
28710
|
-
type: Input,
|
|
28711
|
-
args: ['alternative-text']
|
|
28712
|
-
}] } });
|
|
28713
|
-
/**
|
|
28714
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
28715
|
-
*/
|
|
28716
|
-
class PxCardHeading {
|
|
28717
|
-
elementRef;
|
|
28718
|
-
constructor(elementRef) {
|
|
28719
|
-
this.elementRef = elementRef;
|
|
28720
|
-
}
|
|
28721
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28722
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCardHeading, selector: "px-card-heading", ngImport: i0 });
|
|
28723
|
-
}
|
|
28724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28725
|
-
type: Directive,
|
|
28726
|
-
args: [{
|
|
28727
|
-
selector: 'px-card-heading',
|
|
28728
|
-
}]
|
|
28729
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28730
28730
|
/**
|
|
28731
28731
|
* @description Type-only wrapper for <px-radio>
|
|
28732
28732
|
*/
|
|
@@ -41166,7 +41166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41166
41166
|
}] } });
|
|
41167
41167
|
class Lavender {
|
|
41168
41168
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41169
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb,
|
|
41169
|
+
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] });
|
|
41170
41170
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41171
41171
|
}
|
|
41172
41172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41180,9 +41180,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41180
41180
|
PxBanner,
|
|
41181
41181
|
PxBreadcrumbItem,
|
|
41182
41182
|
PxBreadcrumb,
|
|
41183
|
-
PxButtonIcon,
|
|
41184
41183
|
PxButton,
|
|
41185
41184
|
PxButtonWrapper,
|
|
41185
|
+
PxButtonIcon,
|
|
41186
41186
|
PxCard,
|
|
41187
41187
|
PxAppleseed,
|
|
41188
41188
|
PxCarousel,
|
|
@@ -41201,13 +41201,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41201
41201
|
PxDrawer,
|
|
41202
41202
|
PxDropdown,
|
|
41203
41203
|
PxFieldset,
|
|
41204
|
+
PxGrid,
|
|
41204
41205
|
PxH1,
|
|
41205
41206
|
PxH2,
|
|
41206
41207
|
PxH3,
|
|
41207
41208
|
PxH4,
|
|
41208
41209
|
PxH5,
|
|
41209
41210
|
PxH6,
|
|
41210
|
-
PxGrid,
|
|
41211
41211
|
PxHeadingGroup,
|
|
41212
41212
|
PxImg,
|
|
41213
41213
|
PxPicture,
|
|
@@ -41227,10 +41227,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41227
41227
|
PxModal,
|
|
41228
41228
|
PxP,
|
|
41229
41229
|
PxPillar,
|
|
41230
|
-
PxPrice,
|
|
41231
41230
|
PxCardActions,
|
|
41232
41231
|
PxCardContainer,
|
|
41233
41232
|
PxCardHeading,
|
|
41233
|
+
PxPrice,
|
|
41234
41234
|
PxRadio,
|
|
41235
41235
|
PxRadioBase,
|
|
41236
41236
|
PxRadioGroup,
|
|
@@ -41282,9 +41282,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41282
41282
|
PxBanner,
|
|
41283
41283
|
PxBreadcrumbItem,
|
|
41284
41284
|
PxBreadcrumb,
|
|
41285
|
-
PxButtonIcon,
|
|
41286
41285
|
PxButton,
|
|
41287
41286
|
PxButtonWrapper,
|
|
41287
|
+
PxButtonIcon,
|
|
41288
41288
|
PxCard,
|
|
41289
41289
|
PxAppleseed,
|
|
41290
41290
|
PxCarousel,
|
|
@@ -41303,13 +41303,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41303
41303
|
PxDrawer,
|
|
41304
41304
|
PxDropdown,
|
|
41305
41305
|
PxFieldset,
|
|
41306
|
+
PxGrid,
|
|
41306
41307
|
PxH1,
|
|
41307
41308
|
PxH2,
|
|
41308
41309
|
PxH3,
|
|
41309
41310
|
PxH4,
|
|
41310
41311
|
PxH5,
|
|
41311
41312
|
PxH6,
|
|
41312
|
-
PxGrid,
|
|
41313
41313
|
PxHeadingGroup,
|
|
41314
41314
|
PxImg,
|
|
41315
41315
|
PxPicture,
|
|
@@ -41329,10 +41329,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41329
41329
|
PxModal,
|
|
41330
41330
|
PxP,
|
|
41331
41331
|
PxPillar,
|
|
41332
|
-
PxPrice,
|
|
41333
41332
|
PxCardActions,
|
|
41334
41333
|
PxCardContainer,
|
|
41335
41334
|
PxCardHeading,
|
|
41335
|
+
PxPrice,
|
|
41336
41336
|
PxRadio,
|
|
41337
41337
|
PxRadioBase,
|
|
41338
41338
|
PxRadioGroup,
|