@proximus/lavender-angular 2.0.0-alpha.134 → 2.0.0-alpha.135

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.
@@ -3559,21 +3559,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
3559
3559
  args: ['sticky-bottom']
3560
3560
  }] } });
3561
3561
  /**
3562
- * @description Type-only wrapper for <px-button>
3562
+ * @description Type-only wrapper for <px-button-icon>
3563
3563
  */
3564
- class PxButton {
3564
+ class PxButtonIcon {
3565
3565
  elementRef;
3566
- set variant(value) {
3567
- this.elementRef.nativeElement['variant'] = value;
3568
- }
3569
- get variant() {
3570
- return this.elementRef.nativeElement['variant'];
3571
- }
3572
- set state(value) {
3573
- this.elementRef.nativeElement['state'] = value;
3566
+ set inverted(value) {
3567
+ this.elementRef.nativeElement['inverted'] = value;
3574
3568
  }
3575
- get state() {
3576
- return this.elementRef.nativeElement['state'];
3569
+ get inverted() {
3570
+ return this.elementRef.nativeElement['inverted'];
3577
3571
  }
3578
3572
  set loading(value) {
3579
3573
  this.elementRef.nativeElement['loading'] = value;
@@ -3581,41 +3575,17 @@ class PxButton {
3581
3575
  get loading() {
3582
3576
  return this.elementRef.nativeElement['loading'];
3583
3577
  }
3584
- set shape(value) {
3585
- this.elementRef.nativeElement['shape'] = value;
3586
- }
3587
- get shape() {
3588
- return this.elementRef.nativeElement['shape'];
3589
- }
3590
- set shapeMobile(value) {
3591
- this.elementRef.nativeElement['shapeMobile'] = value;
3592
- }
3593
- get shapeMobile() {
3594
- return this.elementRef.nativeElement['shapeMobile'];
3595
- }
3596
- set shapeTablet(value) {
3597
- this.elementRef.nativeElement['shapeTablet'] = value;
3598
- }
3599
- get shapeTablet() {
3600
- return this.elementRef.nativeElement['shapeTablet'];
3601
- }
3602
- set shapeLaptop(value) {
3603
- this.elementRef.nativeElement['shapeLaptop'] = value;
3604
- }
3605
- get shapeLaptop() {
3606
- return this.elementRef.nativeElement['shapeLaptop'];
3607
- }
3608
- set shapeDesktop(value) {
3609
- this.elementRef.nativeElement['shapeDesktop'] = value;
3578
+ set size(value) {
3579
+ this.elementRef.nativeElement['size'] = value;
3610
3580
  }
3611
- get shapeDesktop() {
3612
- return this.elementRef.nativeElement['shapeDesktop'];
3581
+ get size() {
3582
+ return this.elementRef.nativeElement['size'];
3613
3583
  }
3614
- set inverted(value) {
3615
- this.elementRef.nativeElement['inverted'] = value;
3584
+ set variant(value) {
3585
+ this.elementRef.nativeElement['variant'] = value;
3616
3586
  }
3617
- get inverted() {
3618
- return this.elementRef.nativeElement['inverted'];
3587
+ get variant() {
3588
+ return this.elementRef.nativeElement['variant'];
3619
3589
  }
3620
3590
  set ariaExpanded(value) {
3621
3591
  this.elementRef.nativeElement['ariaExpanded'] = value;
@@ -3623,36 +3593,6 @@ class PxButton {
3623
3593
  get ariaExpanded() {
3624
3594
  return this.elementRef.nativeElement['ariaExpanded'];
3625
3595
  }
3626
- set extended(value) {
3627
- this.elementRef.nativeElement['extended'] = value;
3628
- }
3629
- get extended() {
3630
- return this.elementRef.nativeElement['extended'];
3631
- }
3632
- set extendedMobile(value) {
3633
- this.elementRef.nativeElement['extendedMobile'] = value;
3634
- }
3635
- get extendedMobile() {
3636
- return this.elementRef.nativeElement['extendedMobile'];
3637
- }
3638
- set extendedTablet(value) {
3639
- this.elementRef.nativeElement['extendedTablet'] = value;
3640
- }
3641
- get extendedTablet() {
3642
- return this.elementRef.nativeElement['extendedTablet'];
3643
- }
3644
- set extendedLaptop(value) {
3645
- this.elementRef.nativeElement['extendedLaptop'] = value;
3646
- }
3647
- get extendedLaptop() {
3648
- return this.elementRef.nativeElement['extendedLaptop'];
3649
- }
3650
- set extendedDesktop(value) {
3651
- this.elementRef.nativeElement['extendedDesktop'] = value;
3652
- }
3653
- get extendedDesktop() {
3654
- return this.elementRef.nativeElement['extendedDesktop'];
3655
- }
3656
3596
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
3657
3597
  set name(value) {
3658
3598
  this.elementRef.nativeElement['name'] = value;
@@ -3966,53 +3906,25 @@ class PxButton {
3966
3906
  constructor(elementRef) {
3967
3907
  this.elementRef = elementRef;
3968
3908
  }
3969
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3970
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
3909
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3910
+ 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"] }, ngImport: i0 });
3971
3911
  }
3972
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
3912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
3973
3913
  type: Directive,
3974
3914
  args: [{
3975
- selector: 'px-button',
3915
+ selector: 'px-button-icon',
3976
3916
  }]
3977
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
3978
- type: Input
3979
- }], state: [{
3917
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
3980
3918
  type: Input
3981
3919
  }], loading: [{
3982
3920
  type: Input
3983
- }], shape: [{
3921
+ }], size: [{
3984
3922
  type: Input
3985
- }], shapeMobile: [{
3986
- type: Input,
3987
- args: ['shape--mobile']
3988
- }], shapeTablet: [{
3989
- type: Input,
3990
- args: ['shape--tablet']
3991
- }], shapeLaptop: [{
3992
- type: Input,
3993
- args: ['shape--laptop']
3994
- }], shapeDesktop: [{
3995
- type: Input,
3996
- args: ['shape--desktop']
3997
- }], inverted: [{
3923
+ }], variant: [{
3998
3924
  type: Input
3999
3925
  }], ariaExpanded: [{
4000
3926
  type: Input,
4001
3927
  args: ['aria-expanded']
4002
- }], extended: [{
4003
- type: Input
4004
- }], extendedMobile: [{
4005
- type: Input,
4006
- args: ['extended--mobile']
4007
- }], extendedTablet: [{
4008
- type: Input,
4009
- args: ['extended--tablet']
4010
- }], extendedLaptop: [{
4011
- type: Input,
4012
- args: ['extended--laptop']
4013
- }], extendedDesktop: [{
4014
- type: Input,
4015
- args: ['extended--desktop']
4016
3928
  }], name: [{
4017
3929
  type: Input
4018
3930
  }], value: [{
@@ -4159,38 +4071,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4159
4071
  args: ['sticky-bottom']
4160
4072
  }] } });
4161
4073
  /**
4162
- * @description Type-only wrapper for <px-button-wrapper>
4074
+ * @description Type-only wrapper for <px-button>
4163
4075
  */
4164
- class PxButtonWrapper {
4076
+ class PxButton {
4165
4077
  elementRef;
4166
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
4167
- set name(value) {
4168
- this.elementRef.nativeElement['name'] = value;
4169
- }
4170
- get name() {
4171
- return this.elementRef.nativeElement['name'];
4172
- }
4173
- /** The value associated with the button's name when it's submitted with a form. */
4174
- set value(value) {
4175
- this.elementRef.nativeElement['value'] = value;
4176
- }
4177
- get value() {
4178
- return this.elementRef.nativeElement['value'];
4179
- }
4180
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
4181
- set type(value) {
4182
- this.elementRef.nativeElement['type'] = value;
4183
- }
4184
- get type() {
4185
- return this.elementRef.nativeElement['type'];
4186
- }
4187
- /** Whether the button is disabled. */
4188
- set disabled(value) {
4189
- this.elementRef.nativeElement['disabled'] = value;
4190
- }
4191
- get disabled() {
4192
- return this.elementRef.nativeElement['disabled'];
4193
- }
4194
4078
  set variant(value) {
4195
4079
  this.elementRef.nativeElement['variant'] = value;
4196
4080
  }
@@ -4281,6 +4165,34 @@ class PxButtonWrapper {
4281
4165
  get extendedDesktop() {
4282
4166
  return this.elementRef.nativeElement['extendedDesktop'];
4283
4167
  }
4168
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
4169
+ set name(value) {
4170
+ this.elementRef.nativeElement['name'] = value;
4171
+ }
4172
+ get name() {
4173
+ return this.elementRef.nativeElement['name'];
4174
+ }
4175
+ /** The value associated with the button's name when it's submitted with a form. */
4176
+ set value(value) {
4177
+ this.elementRef.nativeElement['value'] = value;
4178
+ }
4179
+ get value() {
4180
+ return this.elementRef.nativeElement['value'];
4181
+ }
4182
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
4183
+ set type(value) {
4184
+ this.elementRef.nativeElement['type'] = value;
4185
+ }
4186
+ get type() {
4187
+ return this.elementRef.nativeElement['type'];
4188
+ }
4189
+ /** Whether the button is disabled. */
4190
+ set disabled(value) {
4191
+ this.elementRef.nativeElement['disabled'] = value;
4192
+ }
4193
+ get disabled() {
4194
+ return this.elementRef.nativeElement['disabled'];
4195
+ }
4284
4196
  set grow(value) {
4285
4197
  this.elementRef.nativeElement['grow'] = value;
4286
4198
  }
@@ -4566,23 +4478,15 @@ class PxButtonWrapper {
4566
4478
  constructor(elementRef) {
4567
4479
  this.elementRef = elementRef;
4568
4480
  }
4569
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4570
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
4481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4482
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
4571
4483
  }
4572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
4484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
4573
4485
  type: Directive,
4574
4486
  args: [{
4575
- selector: 'px-button-wrapper',
4487
+ selector: 'px-button',
4576
4488
  }]
4577
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
4578
- type: Input
4579
- }], value: [{
4580
- type: Input
4581
- }], type: [{
4582
- type: Input
4583
- }], disabled: [{
4584
- type: Input
4585
- }], variant: [{
4489
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
4586
4490
  type: Input
4587
4491
  }], state: [{
4588
4492
  type: Input
@@ -4621,6 +4525,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4621
4525
  }], extendedDesktop: [{
4622
4526
  type: Input,
4623
4527
  args: ['extended--desktop']
4528
+ }], name: [{
4529
+ type: Input
4530
+ }], value: [{
4531
+ type: Input
4532
+ }], type: [{
4533
+ type: Input
4534
+ }], disabled: [{
4535
+ type: Input
4624
4536
  }], grow: [{
4625
4537
  type: Input
4626
4538
  }], growMobile: [{
@@ -4759,40 +4671,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4759
4671
  args: ['sticky-bottom']
4760
4672
  }] } });
4761
4673
  /**
4762
- * @description Type-only wrapper for <px-button-icon>
4674
+ * @description Type-only wrapper for <px-button-wrapper>
4763
4675
  */
4764
- class PxButtonIcon {
4676
+ class PxButtonWrapper {
4765
4677
  elementRef;
4766
- set inverted(value) {
4767
- this.elementRef.nativeElement['inverted'] = value;
4768
- }
4769
- get inverted() {
4770
- return this.elementRef.nativeElement['inverted'];
4771
- }
4772
- set loading(value) {
4773
- this.elementRef.nativeElement['loading'] = value;
4774
- }
4775
- get loading() {
4776
- return this.elementRef.nativeElement['loading'];
4777
- }
4778
- set size(value) {
4779
- this.elementRef.nativeElement['size'] = value;
4780
- }
4781
- get size() {
4782
- return this.elementRef.nativeElement['size'];
4783
- }
4784
- set variant(value) {
4785
- this.elementRef.nativeElement['variant'] = value;
4786
- }
4787
- get variant() {
4788
- return this.elementRef.nativeElement['variant'];
4789
- }
4790
- set ariaExpanded(value) {
4791
- this.elementRef.nativeElement['ariaExpanded'] = value;
4792
- }
4793
- get ariaExpanded() {
4794
- return this.elementRef.nativeElement['ariaExpanded'];
4795
- }
4796
4678
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
4797
4679
  set name(value) {
4798
4680
  this.elementRef.nativeElement['name'] = value;
@@ -4821,6 +4703,96 @@ class PxButtonIcon {
4821
4703
  get disabled() {
4822
4704
  return this.elementRef.nativeElement['disabled'];
4823
4705
  }
4706
+ set variant(value) {
4707
+ this.elementRef.nativeElement['variant'] = value;
4708
+ }
4709
+ get variant() {
4710
+ return this.elementRef.nativeElement['variant'];
4711
+ }
4712
+ set state(value) {
4713
+ this.elementRef.nativeElement['state'] = value;
4714
+ }
4715
+ get state() {
4716
+ return this.elementRef.nativeElement['state'];
4717
+ }
4718
+ set loading(value) {
4719
+ this.elementRef.nativeElement['loading'] = value;
4720
+ }
4721
+ get loading() {
4722
+ return this.elementRef.nativeElement['loading'];
4723
+ }
4724
+ set shape(value) {
4725
+ this.elementRef.nativeElement['shape'] = value;
4726
+ }
4727
+ get shape() {
4728
+ return this.elementRef.nativeElement['shape'];
4729
+ }
4730
+ set shapeMobile(value) {
4731
+ this.elementRef.nativeElement['shapeMobile'] = value;
4732
+ }
4733
+ get shapeMobile() {
4734
+ return this.elementRef.nativeElement['shapeMobile'];
4735
+ }
4736
+ set shapeTablet(value) {
4737
+ this.elementRef.nativeElement['shapeTablet'] = value;
4738
+ }
4739
+ get shapeTablet() {
4740
+ return this.elementRef.nativeElement['shapeTablet'];
4741
+ }
4742
+ set shapeLaptop(value) {
4743
+ this.elementRef.nativeElement['shapeLaptop'] = value;
4744
+ }
4745
+ get shapeLaptop() {
4746
+ return this.elementRef.nativeElement['shapeLaptop'];
4747
+ }
4748
+ set shapeDesktop(value) {
4749
+ this.elementRef.nativeElement['shapeDesktop'] = value;
4750
+ }
4751
+ get shapeDesktop() {
4752
+ return this.elementRef.nativeElement['shapeDesktop'];
4753
+ }
4754
+ set inverted(value) {
4755
+ this.elementRef.nativeElement['inverted'] = value;
4756
+ }
4757
+ get inverted() {
4758
+ return this.elementRef.nativeElement['inverted'];
4759
+ }
4760
+ set ariaExpanded(value) {
4761
+ this.elementRef.nativeElement['ariaExpanded'] = value;
4762
+ }
4763
+ get ariaExpanded() {
4764
+ return this.elementRef.nativeElement['ariaExpanded'];
4765
+ }
4766
+ set extended(value) {
4767
+ this.elementRef.nativeElement['extended'] = value;
4768
+ }
4769
+ get extended() {
4770
+ return this.elementRef.nativeElement['extended'];
4771
+ }
4772
+ set extendedMobile(value) {
4773
+ this.elementRef.nativeElement['extendedMobile'] = value;
4774
+ }
4775
+ get extendedMobile() {
4776
+ return this.elementRef.nativeElement['extendedMobile'];
4777
+ }
4778
+ set extendedTablet(value) {
4779
+ this.elementRef.nativeElement['extendedTablet'] = value;
4780
+ }
4781
+ get extendedTablet() {
4782
+ return this.elementRef.nativeElement['extendedTablet'];
4783
+ }
4784
+ set extendedLaptop(value) {
4785
+ this.elementRef.nativeElement['extendedLaptop'] = value;
4786
+ }
4787
+ get extendedLaptop() {
4788
+ return this.elementRef.nativeElement['extendedLaptop'];
4789
+ }
4790
+ set extendedDesktop(value) {
4791
+ this.elementRef.nativeElement['extendedDesktop'] = value;
4792
+ }
4793
+ get extendedDesktop() {
4794
+ return this.elementRef.nativeElement['extendedDesktop'];
4795
+ }
4824
4796
  set grow(value) {
4825
4797
  this.elementRef.nativeElement['grow'] = value;
4826
4798
  }
@@ -5106,33 +5078,61 @@ class PxButtonIcon {
5106
5078
  constructor(elementRef) {
5107
5079
  this.elementRef = elementRef;
5108
5080
  }
5109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5110
- 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"] }, ngImport: i0 });
5081
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5082
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
5111
5083
  }
5112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
5084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
5113
5085
  type: Directive,
5114
5086
  args: [{
5115
- selector: 'px-button-icon',
5087
+ selector: 'px-button-wrapper',
5116
5088
  }]
5117
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
5089
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
5118
5090
  type: Input
5119
- }], loading: [{
5091
+ }], value: [{
5120
5092
  type: Input
5121
- }], size: [{
5093
+ }], type: [{
5094
+ type: Input
5095
+ }], disabled: [{
5122
5096
  type: Input
5123
5097
  }], variant: [{
5124
5098
  type: Input
5125
- }], ariaExpanded: [{
5126
- type: Input,
5127
- args: ['aria-expanded']
5128
- }], name: [{
5099
+ }], state: [{
5129
5100
  type: Input
5130
- }], value: [{
5101
+ }], loading: [{
5131
5102
  type: Input
5132
- }], type: [{
5103
+ }], shape: [{
5133
5104
  type: Input
5134
- }], disabled: [{
5105
+ }], shapeMobile: [{
5106
+ type: Input,
5107
+ args: ['shape--mobile']
5108
+ }], shapeTablet: [{
5109
+ type: Input,
5110
+ args: ['shape--tablet']
5111
+ }], shapeLaptop: [{
5112
+ type: Input,
5113
+ args: ['shape--laptop']
5114
+ }], shapeDesktop: [{
5115
+ type: Input,
5116
+ args: ['shape--desktop']
5117
+ }], inverted: [{
5118
+ type: Input
5119
+ }], ariaExpanded: [{
5120
+ type: Input,
5121
+ args: ['aria-expanded']
5122
+ }], extended: [{
5135
5123
  type: Input
5124
+ }], extendedMobile: [{
5125
+ type: Input,
5126
+ args: ['extended--mobile']
5127
+ }], extendedTablet: [{
5128
+ type: Input,
5129
+ args: ['extended--tablet']
5130
+ }], extendedLaptop: [{
5131
+ type: Input,
5132
+ args: ['extended--laptop']
5133
+ }], extendedDesktop: [{
5134
+ type: Input,
5135
+ args: ['extended--desktop']
5136
5136
  }], grow: [{
5137
5137
  type: Input
5138
5138
  }], growMobile: [{
@@ -5830,79 +5830,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
5830
5830
  type: Input,
5831
5831
  args: ['sticky-bottom']
5832
5832
  }] } });
5833
- /**
5834
- * @description Type-only wrapper for <px-appleseed>
5835
- */
5836
- class PxAppleseed {
5837
- elementRef;
5838
- set amount(value) {
5839
- this.elementRef.nativeElement['amount'] = value;
5840
- }
5841
- get amount() {
5842
- return this.elementRef.nativeElement['amount'];
5843
- }
5844
- set active(value) {
5845
- this.elementRef.nativeElement['active'] = value;
5846
- }
5847
- get active() {
5848
- return this.elementRef.nativeElement['active'];
5849
- }
5850
- constructor(elementRef) {
5851
- this.elementRef = elementRef;
5852
- }
5853
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5854
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
5855
- }
5856
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
5857
- type: Directive,
5858
- args: [{
5859
- selector: 'px-appleseed',
5860
- }]
5861
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
5862
- type: Input
5863
- }], active: [{
5864
- type: Input
5865
- }] } });
5866
- /**
5867
- * @description Type-only wrapper for <px-carousel>
5868
- */
5869
- class PxCarousel {
5870
- elementRef;
5871
- constructor(elementRef) {
5872
- this.elementRef = elementRef;
5873
- }
5874
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5875
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
5876
- }
5877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
5878
- type: Directive,
5879
- args: [{
5880
- selector: 'px-carousel',
5881
- }]
5882
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
5883
- /**
5884
- * @description Type-only wrapper for <px-carousel-item>
5885
- */
5886
- class PxCarouselItem {
5887
- elementRef;
5888
- CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
5889
- constructor(elementRef) {
5890
- this.elementRef = elementRef;
5891
- this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
5892
- this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
5893
- });
5894
- }
5895
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5896
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
5897
- }
5898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
5899
- type: Directive,
5900
- args: [{
5901
- selector: 'px-carousel-item',
5902
- }]
5903
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
5904
- type: Output
5905
- }] } });
5906
5833
  /**
5907
5834
  * @description Type-only wrapper for <px-cell>
5908
5835
  */
@@ -9456,6 +9383,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
9456
9383
  }], change: [{
9457
9384
  type: Output
9458
9385
  }] } });
9386
+ /**
9387
+ * @description Type-only wrapper for <px-appleseed>
9388
+ */
9389
+ class PxAppleseed {
9390
+ elementRef;
9391
+ set amount(value) {
9392
+ this.elementRef.nativeElement['amount'] = value;
9393
+ }
9394
+ get amount() {
9395
+ return this.elementRef.nativeElement['amount'];
9396
+ }
9397
+ set active(value) {
9398
+ this.elementRef.nativeElement['active'] = value;
9399
+ }
9400
+ get active() {
9401
+ return this.elementRef.nativeElement['active'];
9402
+ }
9403
+ constructor(elementRef) {
9404
+ this.elementRef = elementRef;
9405
+ }
9406
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9407
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
9408
+ }
9409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
9410
+ type: Directive,
9411
+ args: [{
9412
+ selector: 'px-appleseed',
9413
+ }]
9414
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
9415
+ type: Input
9416
+ }], active: [{
9417
+ type: Input
9418
+ }] } });
9419
+ /**
9420
+ * @description Type-only wrapper for <px-carousel>
9421
+ */
9422
+ class PxCarousel {
9423
+ elementRef;
9424
+ constructor(elementRef) {
9425
+ this.elementRef = elementRef;
9426
+ }
9427
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9428
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
9429
+ }
9430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
9431
+ type: Directive,
9432
+ args: [{
9433
+ selector: 'px-carousel',
9434
+ }]
9435
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
9436
+ /**
9437
+ * @description Type-only wrapper for <px-carousel-item>
9438
+ */
9439
+ class PxCarouselItem {
9440
+ elementRef;
9441
+ CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
9442
+ constructor(elementRef) {
9443
+ this.elementRef = elementRef;
9444
+ this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
9445
+ this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
9446
+ });
9447
+ }
9448
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9449
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
9450
+ }
9451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
9452
+ type: Directive,
9453
+ args: [{
9454
+ selector: 'px-carousel-item',
9455
+ }]
9456
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
9457
+ type: Output
9458
+ }] } });
9459
9459
  /**
9460
9460
  * @description Type-only wrapper for <px-checkbox>
9461
9461
  */
@@ -37925,7 +37925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37925
37925
  }] } });
37926
37926
  class Lavender {
37927
37927
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37928
- 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] });
37928
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButtonIcon, PxButton, PxButtonWrapper, PxCard, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, 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, PxButtonIcon, PxButton, PxButtonWrapper, PxCard, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, 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] });
37929
37929
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
37930
37930
  }
37931
37931
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -37939,19 +37939,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37939
37939
  PxBanner,
37940
37940
  PxBreadcrumbItem,
37941
37941
  PxBreadcrumb,
37942
+ PxButtonIcon,
37942
37943
  PxButton,
37943
37944
  PxButtonWrapper,
37944
- PxButtonIcon,
37945
37945
  PxCard,
37946
- PxAppleseed,
37947
- PxCarousel,
37948
- PxCarouselItem,
37949
37946
  PxCell,
37950
37947
  PxCellButton,
37951
37948
  PxCellCheckbox,
37952
37949
  PxCellLink,
37953
37950
  PxCellRadio,
37954
37951
  PxCellSwitch,
37952
+ PxAppleseed,
37953
+ PxCarousel,
37954
+ PxCarouselItem,
37955
37955
  PxCheckbox,
37956
37956
  PxColorOption,
37957
37957
  PxColorOptionLink,
@@ -38041,19 +38041,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
38041
38041
  PxBanner,
38042
38042
  PxBreadcrumbItem,
38043
38043
  PxBreadcrumb,
38044
+ PxButtonIcon,
38044
38045
  PxButton,
38045
38046
  PxButtonWrapper,
38046
- PxButtonIcon,
38047
38047
  PxCard,
38048
- PxAppleseed,
38049
- PxCarousel,
38050
- PxCarouselItem,
38051
38048
  PxCell,
38052
38049
  PxCellButton,
38053
38050
  PxCellCheckbox,
38054
38051
  PxCellLink,
38055
38052
  PxCellRadio,
38056
38053
  PxCellSwitch,
38054
+ PxAppleseed,
38055
+ PxCarousel,
38056
+ PxCarouselItem,
38057
38057
  PxCheckbox,
38058
38058
  PxColorOption,
38059
38059
  PxColorOptionLink,