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

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,15 +3559,21 @@ 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-icon>
3562
+ * @description Type-only wrapper for <px-button>
3563
3563
  */
3564
- class PxButtonIcon {
3564
+ class PxButton {
3565
3565
  elementRef;
3566
- set inverted(value) {
3567
- this.elementRef.nativeElement['inverted'] = value;
3566
+ set variant(value) {
3567
+ this.elementRef.nativeElement['variant'] = value;
3568
3568
  }
3569
- get inverted() {
3570
- return this.elementRef.nativeElement['inverted'];
3569
+ get variant() {
3570
+ return this.elementRef.nativeElement['variant'];
3571
+ }
3572
+ set state(value) {
3573
+ this.elementRef.nativeElement['state'] = value;
3574
+ }
3575
+ get state() {
3576
+ return this.elementRef.nativeElement['state'];
3571
3577
  }
3572
3578
  set loading(value) {
3573
3579
  this.elementRef.nativeElement['loading'] = value;
@@ -3575,17 +3581,41 @@ class PxButtonIcon {
3575
3581
  get loading() {
3576
3582
  return this.elementRef.nativeElement['loading'];
3577
3583
  }
3578
- set size(value) {
3579
- this.elementRef.nativeElement['size'] = value;
3584
+ set shape(value) {
3585
+ this.elementRef.nativeElement['shape'] = value;
3580
3586
  }
3581
- get size() {
3582
- return this.elementRef.nativeElement['size'];
3587
+ get shape() {
3588
+ return this.elementRef.nativeElement['shape'];
3583
3589
  }
3584
- set variant(value) {
3585
- this.elementRef.nativeElement['variant'] = value;
3590
+ set shapeMobile(value) {
3591
+ this.elementRef.nativeElement['shapeMobile'] = value;
3586
3592
  }
3587
- get variant() {
3588
- return this.elementRef.nativeElement['variant'];
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;
3610
+ }
3611
+ get shapeDesktop() {
3612
+ return this.elementRef.nativeElement['shapeDesktop'];
3613
+ }
3614
+ set inverted(value) {
3615
+ this.elementRef.nativeElement['inverted'] = value;
3616
+ }
3617
+ get inverted() {
3618
+ return this.elementRef.nativeElement['inverted'];
3589
3619
  }
3590
3620
  set ariaExpanded(value) {
3591
3621
  this.elementRef.nativeElement['ariaExpanded'] = value;
@@ -3593,6 +3623,36 @@ class PxButtonIcon {
3593
3623
  get ariaExpanded() {
3594
3624
  return this.elementRef.nativeElement['ariaExpanded'];
3595
3625
  }
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
+ }
3596
3656
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
3597
3657
  set name(value) {
3598
3658
  this.elementRef.nativeElement['name'] = value;
@@ -3906,25 +3966,53 @@ class PxButtonIcon {
3906
3966
  constructor(elementRef) {
3907
3967
  this.elementRef = elementRef;
3908
3968
  }
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 });
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 });
3911
3971
  }
3912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
3972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
3913
3973
  type: Directive,
3914
3974
  args: [{
3915
- selector: 'px-button-icon',
3975
+ selector: 'px-button',
3916
3976
  }]
3917
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
3977
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
3978
+ type: Input
3979
+ }], state: [{
3918
3980
  type: Input
3919
3981
  }], loading: [{
3920
3982
  type: Input
3921
- }], size: [{
3983
+ }], shape: [{
3922
3984
  type: Input
3923
- }], variant: [{
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: [{
3924
3998
  type: Input
3925
3999
  }], ariaExpanded: [{
3926
4000
  type: Input,
3927
4001
  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']
3928
4016
  }], name: [{
3929
4017
  type: Input
3930
4018
  }], value: [{
@@ -4071,10 +4159,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4071
4159
  args: ['sticky-bottom']
4072
4160
  }] } });
4073
4161
  /**
4074
- * @description Type-only wrapper for <px-button>
4162
+ * @description Type-only wrapper for <px-button-wrapper>
4075
4163
  */
4076
- class PxButton {
4164
+ class PxButtonWrapper {
4077
4165
  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
+ }
4078
4194
  set variant(value) {
4079
4195
  this.elementRef.nativeElement['variant'] = value;
4080
4196
  }
@@ -4165,34 +4281,6 @@ class PxButton {
4165
4281
  get extendedDesktop() {
4166
4282
  return this.elementRef.nativeElement['extendedDesktop'];
4167
4283
  }
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
- }
4196
4284
  set grow(value) {
4197
4285
  this.elementRef.nativeElement['grow'] = value;
4198
4286
  }
@@ -4478,15 +4566,23 @@ class PxButton {
4478
4566
  constructor(elementRef) {
4479
4567
  this.elementRef = elementRef;
4480
4568
  }
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 });
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 });
4483
4571
  }
4484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
4572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
4485
4573
  type: Directive,
4486
4574
  args: [{
4487
- selector: 'px-button',
4575
+ selector: 'px-button-wrapper',
4488
4576
  }]
4489
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
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: [{
4490
4586
  type: Input
4491
4587
  }], state: [{
4492
4588
  type: Input
@@ -4525,14 +4621,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4525
4621
  }], extendedDesktop: [{
4526
4622
  type: Input,
4527
4623
  args: ['extended--desktop']
4528
- }], name: [{
4529
- type: Input
4530
- }], value: [{
4531
- type: Input
4532
- }], type: [{
4533
- type: Input
4534
- }], disabled: [{
4535
- type: Input
4536
4624
  }], grow: [{
4537
4625
  type: Input
4538
4626
  }], growMobile: [{
@@ -4671,10 +4759,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
4671
4759
  args: ['sticky-bottom']
4672
4760
  }] } });
4673
4761
  /**
4674
- * @description Type-only wrapper for <px-button-wrapper>
4762
+ * @description Type-only wrapper for <px-button-icon>
4675
4763
  */
4676
- class PxButtonWrapper {
4764
+ class PxButtonIcon {
4677
4765
  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
+ }
4678
4796
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
4679
4797
  set name(value) {
4680
4798
  this.elementRef.nativeElement['name'] = value;
@@ -4703,96 +4821,6 @@ class PxButtonWrapper {
4703
4821
  get disabled() {
4704
4822
  return this.elementRef.nativeElement['disabled'];
4705
4823
  }
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
- }
4796
4824
  set grow(value) {
4797
4825
  this.elementRef.nativeElement['grow'] = value;
4798
4826
  }
@@ -5078,61 +5106,33 @@ class PxButtonWrapper {
5078
5106
  constructor(elementRef) {
5079
5107
  this.elementRef = elementRef;
5080
5108
  }
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 });
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 });
5083
5111
  }
5084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
5112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
5085
5113
  type: Directive,
5086
5114
  args: [{
5087
- selector: 'px-button-wrapper',
5115
+ selector: 'px-button-icon',
5088
5116
  }]
5089
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
5090
- type: Input
5091
- }], value: [{
5092
- type: Input
5093
- }], type: [{
5094
- type: Input
5095
- }], disabled: [{
5096
- type: Input
5097
- }], variant: [{
5098
- type: Input
5099
- }], state: [{
5117
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
5100
5118
  type: Input
5101
5119
  }], loading: [{
5102
5120
  type: Input
5103
- }], shape: [{
5121
+ }], size: [{
5104
5122
  type: Input
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: [{
5123
+ }], variant: [{
5118
5124
  type: Input
5119
5125
  }], ariaExpanded: [{
5120
5126
  type: Input,
5121
5127
  args: ['aria-expanded']
5122
- }], extended: [{
5128
+ }], name: [{
5129
+ type: Input
5130
+ }], value: [{
5131
+ type: Input
5132
+ }], type: [{
5133
+ type: Input
5134
+ }], disabled: [{
5123
5135
  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,6 +5830,79 @@ 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
+ }] } });
5833
5906
  /**
5834
5907
  * @description Type-only wrapper for <px-cell>
5835
5908
  */
@@ -9383,79 +9456,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
9383
9456
  }], change: [{
9384
9457
  type: Output
9385
9458
  }] } });
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, 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] });
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] });
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,
37943
37942
  PxButton,
37944
37943
  PxButtonWrapper,
37944
+ PxButtonIcon,
37945
37945
  PxCard,
37946
+ PxAppleseed,
37947
+ PxCarousel,
37948
+ PxCarouselItem,
37946
37949
  PxCell,
37947
37950
  PxCellButton,
37948
37951
  PxCellCheckbox,
37949
37952
  PxCellLink,
37950
37953
  PxCellRadio,
37951
37954
  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,
38045
38044
  PxButton,
38046
38045
  PxButtonWrapper,
38046
+ PxButtonIcon,
38047
38047
  PxCard,
38048
+ PxAppleseed,
38049
+ PxCarousel,
38050
+ PxCarouselItem,
38048
38051
  PxCell,
38049
38052
  PxCellButton,
38050
38053
  PxCellCheckbox,
38051
38054
  PxCellLink,
38052
38055
  PxCellRadio,
38053
38056
  PxCellSwitch,
38054
- PxAppleseed,
38055
- PxCarousel,
38056
- PxCarouselItem,
38057
38057
  PxCheckbox,
38058
38058
  PxColorOption,
38059
38059
  PxColorOptionLink,