@proximus/lavender-angular 1.4.9-beta.2 → 1.4.9

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.
@@ -102,7 +102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
102
102
  // ─── px-input ────────────────────────────────────────────────────────────────
103
103
  class PxInputValueAccessor extends TextValueAccessor {
104
104
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInputValueAccessor, deps: null, target: i0.ɵɵFactoryTarget.Directive });
105
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInputValueAccessor, isStandalone: true, selector: "px-input[formControlName],px-input[formControl],px-input[ngModel],px-autocomplete[formControlName],px-autocomplete[formControl],px-autocomplete[ngModel]", providers: [
105
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInputValueAccessor, isStandalone: true, selector: "px-input[formControlName],px-input[formControl],px-input[ngModel]", providers: [
106
106
  {
107
107
  provide: NG_VALUE_ACCESSOR,
108
108
  useExisting: forwardRef(() => PxInputValueAccessor),
@@ -113,7 +113,7 @@ class PxInputValueAccessor extends TextValueAccessor {
113
113
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInputValueAccessor, decorators: [{
114
114
  type: Directive,
115
115
  args: [{
116
- selector: 'px-input[formControlName],px-input[formControl],px-input[ngModel],px-autocomplete[formControlName],px-autocomplete[formControl],px-autocomplete[ngModel]',
116
+ selector: 'px-input[formControlName],px-input[formControl],px-input[ngModel]',
117
117
  providers: [
118
118
  {
119
119
  provide: NG_VALUE_ACCESSOR,
@@ -12262,12 +12262,6 @@ class PxDropdown {
12262
12262
  get usePolyfill() {
12263
12263
  return this.elementRef.nativeElement['usePolyfill'];
12264
12264
  }
12265
- set manualToggle(value) {
12266
- this.elementRef.nativeElement['manualToggle'] = value;
12267
- }
12268
- get manualToggle() {
12269
- return this.elementRef.nativeElement['manualToggle'];
12270
- }
12271
12265
  set grow(value) {
12272
12266
  this.elementRef.nativeElement['grow'] = value;
12273
12267
  }
@@ -12554,7 +12548,7 @@ class PxDropdown {
12554
12548
  this.elementRef = elementRef;
12555
12549
  }
12556
12550
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
12557
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDropdown, selector: "px-dropdown", inputs: { id: "id", anchoralignment: "anchoralignment", usePolyfill: ["use-polyfill", "usePolyfill"], manualToggle: ["manual-toggle", "manualToggle"], 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 });
12551
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDropdown, selector: "px-dropdown", inputs: { id: "id", anchoralignment: "anchoralignment", usePolyfill: ["use-polyfill", "usePolyfill"], 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 });
12558
12552
  }
12559
12553
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
12560
12554
  type: Directive,
@@ -12568,9 +12562,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
12568
12562
  }], usePolyfill: [{
12569
12563
  type: Input,
12570
12564
  args: ['use-polyfill']
12571
- }], manualToggle: [{
12572
- type: Input,
12573
- args: ['manual-toggle']
12574
12565
  }], grow: [{
12575
12566
  type: Input
12576
12567
  }], growMobile: [{
@@ -18067,6 +18058,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
18067
18058
  */
18068
18059
  class PxInput {
18069
18060
  elementRef;
18061
+ set type(value) {
18062
+ this.elementRef.nativeElement['type'] = value;
18063
+ }
18064
+ get type() {
18065
+ return this.elementRef.nativeElement['type'];
18066
+ }
18070
18067
  set state(value) {
18071
18068
  this.elementRef.nativeElement['state'] = value;
18072
18069
  }
@@ -18393,14 +18390,16 @@ class PxInput {
18393
18390
  });
18394
18391
  }
18395
18392
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18396
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInput, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, outputs: { event: "event" }, ngImport: i0 });
18393
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInput, selector: "px-input", inputs: { type: "type", state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, outputs: { event: "event" }, ngImport: i0 });
18397
18394
  }
18398
18395
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
18399
18396
  type: Directive,
18400
18397
  args: [{
18401
18398
  selector: 'px-input',
18402
18399
  }]
18403
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
18400
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { type: [{
18401
+ type: Input
18402
+ }], state: [{
18404
18403
  type: Input
18405
18404
  }], extended: [{
18406
18405
  type: Input
@@ -28535,293 +28534,11 @@ class PxSection {
28535
28534
  get borderSideLaptop() {
28536
28535
  return this.elementRef.nativeElement['borderSideLaptop'];
28537
28536
  }
28538
- set grow(value) {
28539
- this.elementRef.nativeElement['grow'] = value;
28540
- }
28541
- get grow() {
28542
- return this.elementRef.nativeElement['grow'];
28543
- }
28544
- set growMobile(value) {
28545
- this.elementRef.nativeElement['growMobile'] = value;
28546
- }
28547
- get growMobile() {
28548
- return this.elementRef.nativeElement['growMobile'];
28549
- }
28550
- set growTablet(value) {
28551
- this.elementRef.nativeElement['growTablet'] = value;
28552
- }
28553
- get growTablet() {
28554
- return this.elementRef.nativeElement['growTablet'];
28555
- }
28556
- set growLaptop(value) {
28557
- this.elementRef.nativeElement['growLaptop'] = value;
28558
- }
28559
- get growLaptop() {
28560
- return this.elementRef.nativeElement['growLaptop'];
28561
- }
28562
- set growDesktop(value) {
28563
- this.elementRef.nativeElement['growDesktop'] = value;
28564
- }
28565
- get growDesktop() {
28566
- return this.elementRef.nativeElement['growDesktop'];
28567
- }
28568
- set shrink(value) {
28569
- this.elementRef.nativeElement['shrink'] = value;
28570
- }
28571
- get shrink() {
28572
- return this.elementRef.nativeElement['shrink'];
28573
- }
28574
- set shrinkMobile(value) {
28575
- this.elementRef.nativeElement['shrinkMobile'] = value;
28576
- }
28577
- get shrinkMobile() {
28578
- return this.elementRef.nativeElement['shrinkMobile'];
28579
- }
28580
- set shrinkTablet(value) {
28581
- this.elementRef.nativeElement['shrinkTablet'] = value;
28582
- }
28583
- get shrinkTablet() {
28584
- return this.elementRef.nativeElement['shrinkTablet'];
28585
- }
28586
- set shrinkLaptop(value) {
28587
- this.elementRef.nativeElement['shrinkLaptop'] = value;
28588
- }
28589
- get shrinkLaptop() {
28590
- return this.elementRef.nativeElement['shrinkLaptop'];
28591
- }
28592
- set shrinkDesktop(value) {
28593
- this.elementRef.nativeElement['shrinkDesktop'] = value;
28594
- }
28595
- get shrinkDesktop() {
28596
- return this.elementRef.nativeElement['shrinkDesktop'];
28597
- }
28598
- set basis(value) {
28599
- this.elementRef.nativeElement['basis'] = value;
28600
- }
28601
- get basis() {
28602
- return this.elementRef.nativeElement['basis'];
28603
- }
28604
- set basisMobile(value) {
28605
- this.elementRef.nativeElement['basisMobile'] = value;
28606
- }
28607
- get basisMobile() {
28608
- return this.elementRef.nativeElement['basisMobile'];
28609
- }
28610
- set basisTablet(value) {
28611
- this.elementRef.nativeElement['basisTablet'] = value;
28612
- }
28613
- get basisTablet() {
28614
- return this.elementRef.nativeElement['basisTablet'];
28615
- }
28616
- set basisLaptop(value) {
28617
- this.elementRef.nativeElement['basisLaptop'] = value;
28618
- }
28619
- get basisLaptop() {
28620
- return this.elementRef.nativeElement['basisLaptop'];
28621
- }
28622
- set basisDesktop(value) {
28623
- this.elementRef.nativeElement['basisDesktop'] = value;
28624
- }
28625
- get basisDesktop() {
28626
- return this.elementRef.nativeElement['basisDesktop'];
28627
- }
28628
- set alignSelf(value) {
28629
- this.elementRef.nativeElement['alignSelf'] = value;
28630
- }
28631
- get alignSelf() {
28632
- return this.elementRef.nativeElement['alignSelf'];
28633
- }
28634
- set alignSelfMobile(value) {
28635
- this.elementRef.nativeElement['alignSelfMobile'] = value;
28636
- }
28637
- get alignSelfMobile() {
28638
- return this.elementRef.nativeElement['alignSelfMobile'];
28639
- }
28640
- set alignSelfTablet(value) {
28641
- this.elementRef.nativeElement['alignSelfTablet'] = value;
28642
- }
28643
- get alignSelfTablet() {
28644
- return this.elementRef.nativeElement['alignSelfTablet'];
28645
- }
28646
- set alignSelfLaptop(value) {
28647
- this.elementRef.nativeElement['alignSelfLaptop'] = value;
28648
- }
28649
- get alignSelfLaptop() {
28650
- return this.elementRef.nativeElement['alignSelfLaptop'];
28651
- }
28652
- set alignSelfDesktop(value) {
28653
- this.elementRef.nativeElement['alignSelfDesktop'] = value;
28654
- }
28655
- get alignSelfDesktop() {
28656
- return this.elementRef.nativeElement['alignSelfDesktop'];
28657
- }
28658
- set justifySelf(value) {
28659
- this.elementRef.nativeElement['justifySelf'] = value;
28660
- }
28661
- get justifySelf() {
28662
- return this.elementRef.nativeElement['justifySelf'];
28663
- }
28664
- set justifySelfMobile(value) {
28665
- this.elementRef.nativeElement['justifySelfMobile'] = value;
28666
- }
28667
- get justifySelfMobile() {
28668
- return this.elementRef.nativeElement['justifySelfMobile'];
28669
- }
28670
- set justifySelfTablet(value) {
28671
- this.elementRef.nativeElement['justifySelfTablet'] = value;
28672
- }
28673
- get justifySelfTablet() {
28674
- return this.elementRef.nativeElement['justifySelfTablet'];
28675
- }
28676
- set justifySelfLaptop(value) {
28677
- this.elementRef.nativeElement['justifySelfLaptop'] = value;
28678
- }
28679
- get justifySelfLaptop() {
28680
- return this.elementRef.nativeElement['justifySelfLaptop'];
28681
- }
28682
- set justifySelfDesktop(value) {
28683
- this.elementRef.nativeElement['justifySelfDesktop'] = value;
28684
- }
28685
- get justifySelfDesktop() {
28686
- return this.elementRef.nativeElement['justifySelfDesktop'];
28687
- }
28688
- set hidden(value) {
28689
- this.elementRef.nativeElement['hidden'] = value;
28690
- }
28691
- get hidden() {
28692
- return this.elementRef.nativeElement['hidden'];
28693
- }
28694
- set hiddenMobile(value) {
28695
- this.elementRef.nativeElement['hiddenMobile'] = value;
28696
- }
28697
- get hiddenMobile() {
28698
- return this.elementRef.nativeElement['hiddenMobile'];
28699
- }
28700
- set hiddenTablet(value) {
28701
- this.elementRef.nativeElement['hiddenTablet'] = value;
28702
- }
28703
- get hiddenTablet() {
28704
- return this.elementRef.nativeElement['hiddenTablet'];
28705
- }
28706
- set hiddenLaptop(value) {
28707
- this.elementRef.nativeElement['hiddenLaptop'] = value;
28708
- }
28709
- get hiddenLaptop() {
28710
- return this.elementRef.nativeElement['hiddenLaptop'];
28711
- }
28712
- set hiddenDesktop(value) {
28713
- this.elementRef.nativeElement['hiddenDesktop'] = value;
28714
- }
28715
- get hiddenDesktop() {
28716
- return this.elementRef.nativeElement['hiddenDesktop'];
28717
- }
28718
- set shownSr(value) {
28719
- this.elementRef.nativeElement['shownSr'] = value;
28720
- }
28721
- get shownSr() {
28722
- return this.elementRef.nativeElement['shownSr'];
28723
- }
28724
- set shownSrMobile(value) {
28725
- this.elementRef.nativeElement['shownSrMobile'] = value;
28726
- }
28727
- get shownSrMobile() {
28728
- return this.elementRef.nativeElement['shownSrMobile'];
28729
- }
28730
- set shownSrTablet(value) {
28731
- this.elementRef.nativeElement['shownSrTablet'] = value;
28732
- }
28733
- get shownSrTablet() {
28734
- return this.elementRef.nativeElement['shownSrTablet'];
28735
- }
28736
- set shownSrLaptop(value) {
28737
- this.elementRef.nativeElement['shownSrLaptop'] = value;
28738
- }
28739
- get shownSrLaptop() {
28740
- return this.elementRef.nativeElement['shownSrLaptop'];
28741
- }
28742
- set shownSrDesktop(value) {
28743
- this.elementRef.nativeElement['shownSrDesktop'] = value;
28744
- }
28745
- get shownSrDesktop() {
28746
- return this.elementRef.nativeElement['shownSrDesktop'];
28747
- }
28748
- set colSpan(value) {
28749
- this.elementRef.nativeElement['colSpan'] = value;
28750
- }
28751
- get colSpan() {
28752
- return this.elementRef.nativeElement['colSpan'];
28753
- }
28754
- set colSpanMobile(value) {
28755
- this.elementRef.nativeElement['colSpanMobile'] = value;
28756
- }
28757
- get colSpanMobile() {
28758
- return this.elementRef.nativeElement['colSpanMobile'];
28759
- }
28760
- set colSpanTablet(value) {
28761
- this.elementRef.nativeElement['colSpanTablet'] = value;
28762
- }
28763
- get colSpanTablet() {
28764
- return this.elementRef.nativeElement['colSpanTablet'];
28765
- }
28766
- set colSpanLaptop(value) {
28767
- this.elementRef.nativeElement['colSpanLaptop'] = value;
28768
- }
28769
- get colSpanLaptop() {
28770
- return this.elementRef.nativeElement['colSpanLaptop'];
28771
- }
28772
- set colSpanDesktop(value) {
28773
- this.elementRef.nativeElement['colSpanDesktop'] = value;
28774
- }
28775
- get colSpanDesktop() {
28776
- return this.elementRef.nativeElement['colSpanDesktop'];
28777
- }
28778
- set order(value) {
28779
- this.elementRef.nativeElement['order'] = value;
28780
- }
28781
- get order() {
28782
- return this.elementRef.nativeElement['order'];
28783
- }
28784
- set orderMobile(value) {
28785
- this.elementRef.nativeElement['orderMobile'] = value;
28786
- }
28787
- get orderMobile() {
28788
- return this.elementRef.nativeElement['orderMobile'];
28789
- }
28790
- set orderTablet(value) {
28791
- this.elementRef.nativeElement['orderTablet'] = value;
28792
- }
28793
- get orderTablet() {
28794
- return this.elementRef.nativeElement['orderTablet'];
28795
- }
28796
- set orderLaptop(value) {
28797
- this.elementRef.nativeElement['orderLaptop'] = value;
28798
- }
28799
- get orderLaptop() {
28800
- return this.elementRef.nativeElement['orderLaptop'];
28801
- }
28802
- set orderDesktop(value) {
28803
- this.elementRef.nativeElement['orderDesktop'] = value;
28804
- }
28805
- get orderDesktop() {
28806
- return this.elementRef.nativeElement['orderDesktop'];
28807
- }
28808
- set stickyTop(value) {
28809
- this.elementRef.nativeElement['stickyTop'] = value;
28810
- }
28811
- get stickyTop() {
28812
- return this.elementRef.nativeElement['stickyTop'];
28813
- }
28814
- set stickyBottom(value) {
28815
- this.elementRef.nativeElement['stickyBottom'] = value;
28816
- }
28817
- get stickyBottom() {
28818
- return this.elementRef.nativeElement['stickyBottom'];
28819
- }
28820
28537
  constructor(elementRef) {
28821
28538
  this.elementRef = elementRef;
28822
28539
  }
28823
28540
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28824
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSection, selector: "px-section", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], paddingBlock: ["padding-block", "paddingBlock"], paddingTop: ["padding-top", "paddingTop"], paddingBottom: ["padding-bottom", "paddingBottom"], paddingBlockMobile: ["padding-block--mobile", "paddingBlockMobile"], paddingTopMobile: ["padding-top--mobile", "paddingTopMobile"], paddingBottomMobile: ["padding-bottom--mobile", "paddingBottomMobile"], paddingBlockTablet: ["padding-block--tablet", "paddingBlockTablet"], paddingTopTablet: ["padding-top--tablet", "paddingTopTablet"], paddingBottomTablet: ["padding-bottom--tablet", "paddingBottomTablet"], paddingBlockLaptop: ["padding-block--laptop", "paddingBlockLaptop"], paddingTopLaptop: ["padding-top--laptop", "paddingTopLaptop"], paddingBottomLaptop: ["padding-bottom--laptop", "paddingBottomLaptop"], border: "border", borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"], 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 });
28541
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSection, selector: "px-section", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], paddingBlock: ["padding-block", "paddingBlock"], paddingTop: ["padding-top", "paddingTop"], paddingBottom: ["padding-bottom", "paddingBottom"], paddingBlockMobile: ["padding-block--mobile", "paddingBlockMobile"], paddingTopMobile: ["padding-top--mobile", "paddingTopMobile"], paddingBottomMobile: ["padding-bottom--mobile", "paddingBottomMobile"], paddingBlockTablet: ["padding-block--tablet", "paddingBlockTablet"], paddingTopTablet: ["padding-top--tablet", "paddingTopTablet"], paddingBottomTablet: ["padding-bottom--tablet", "paddingBottomTablet"], paddingBlockLaptop: ["padding-block--laptop", "paddingBlockLaptop"], paddingTopLaptop: ["padding-top--laptop", "paddingTopLaptop"], paddingBottomLaptop: ["padding-bottom--laptop", "paddingBottomLaptop"], border: "border", borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"] }, ngImport: i0 });
28825
28542
  }
28826
28543
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, decorators: [{
28827
28544
  type: Directive,
@@ -28902,142 +28619,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
28902
28619
  }], borderSideLaptop: [{
28903
28620
  type: Input,
28904
28621
  args: ['border-side--laptop']
28905
- }], grow: [{
28906
- type: Input
28907
- }], growMobile: [{
28908
- type: Input,
28909
- args: ['grow--mobile']
28910
- }], growTablet: [{
28911
- type: Input,
28912
- args: ['grow--tablet']
28913
- }], growLaptop: [{
28914
- type: Input,
28915
- args: ['grow--laptop']
28916
- }], growDesktop: [{
28917
- type: Input,
28918
- args: ['grow--desktop']
28919
- }], shrink: [{
28920
- type: Input
28921
- }], shrinkMobile: [{
28922
- type: Input,
28923
- args: ['shrink--mobile']
28924
- }], shrinkTablet: [{
28925
- type: Input,
28926
- args: ['shrink--tablet']
28927
- }], shrinkLaptop: [{
28928
- type: Input,
28929
- args: ['shrink--laptop']
28930
- }], shrinkDesktop: [{
28931
- type: Input,
28932
- args: ['shrink--desktop']
28933
- }], basis: [{
28934
- type: Input
28935
- }], basisMobile: [{
28936
- type: Input,
28937
- args: ['basis--mobile']
28938
- }], basisTablet: [{
28939
- type: Input,
28940
- args: ['basis--tablet']
28941
- }], basisLaptop: [{
28942
- type: Input,
28943
- args: ['basis--laptop']
28944
- }], basisDesktop: [{
28945
- type: Input,
28946
- args: ['basis--desktop']
28947
- }], alignSelf: [{
28948
- type: Input,
28949
- args: ['align-self']
28950
- }], alignSelfMobile: [{
28951
- type: Input,
28952
- args: ['align-self--mobile']
28953
- }], alignSelfTablet: [{
28954
- type: Input,
28955
- args: ['align-self--tablet']
28956
- }], alignSelfLaptop: [{
28957
- type: Input,
28958
- args: ['align-self--laptop']
28959
- }], alignSelfDesktop: [{
28960
- type: Input,
28961
- args: ['align-self--desktop']
28962
- }], justifySelf: [{
28963
- type: Input,
28964
- args: ['justify-self']
28965
- }], justifySelfMobile: [{
28966
- type: Input,
28967
- args: ['justify-self--mobile']
28968
- }], justifySelfTablet: [{
28969
- type: Input,
28970
- args: ['justify-self--tablet']
28971
- }], justifySelfLaptop: [{
28972
- type: Input,
28973
- args: ['justify-self--laptop']
28974
- }], justifySelfDesktop: [{
28975
- type: Input,
28976
- args: ['justify-self--desktop']
28977
- }], hidden: [{
28978
- type: Input
28979
- }], hiddenMobile: [{
28980
- type: Input,
28981
- args: ['hidden--mobile']
28982
- }], hiddenTablet: [{
28983
- type: Input,
28984
- args: ['hidden--tablet']
28985
- }], hiddenLaptop: [{
28986
- type: Input,
28987
- args: ['hidden--laptop']
28988
- }], hiddenDesktop: [{
28989
- type: Input,
28990
- args: ['hidden--desktop']
28991
- }], shownSr: [{
28992
- type: Input,
28993
- args: ['shown--sr']
28994
- }], shownSrMobile: [{
28995
- type: Input,
28996
- args: ['shown--sr--mobile']
28997
- }], shownSrTablet: [{
28998
- type: Input,
28999
- args: ['shown--sr--tablet']
29000
- }], shownSrLaptop: [{
29001
- type: Input,
29002
- args: ['shown--sr--laptop']
29003
- }], shownSrDesktop: [{
29004
- type: Input,
29005
- args: ['shown--sr--desktop']
29006
- }], colSpan: [{
29007
- type: Input,
29008
- args: ['col-span']
29009
- }], colSpanMobile: [{
29010
- type: Input,
29011
- args: ['col-span--mobile']
29012
- }], colSpanTablet: [{
29013
- type: Input,
29014
- args: ['col-span--tablet']
29015
- }], colSpanLaptop: [{
29016
- type: Input,
29017
- args: ['col-span--laptop']
29018
- }], colSpanDesktop: [{
29019
- type: Input,
29020
- args: ['col-span--desktop']
29021
- }], order: [{
29022
- type: Input
29023
- }], orderMobile: [{
29024
- type: Input,
29025
- args: ['order--mobile']
29026
- }], orderTablet: [{
29027
- type: Input,
29028
- args: ['order--tablet']
29029
- }], orderLaptop: [{
29030
- type: Input,
29031
- args: ['order--laptop']
29032
- }], orderDesktop: [{
29033
- type: Input,
29034
- args: ['order--desktop']
29035
- }], stickyTop: [{
29036
- type: Input,
29037
- args: ['sticky-top']
29038
- }], stickyBottom: [{
29039
- type: Input,
29040
- args: ['sticky-bottom']
29041
28622
  }] } });
29042
28623
  /**
29043
28624
  * @description Type-only wrapper for <px-selectable-box>
@@ -37774,17 +37355,11 @@ class PxThemeProvider {
37774
37355
  get theme() {
37775
37356
  return this.elementRef.nativeElement['theme'];
37776
37357
  }
37777
- set resetCss(value) {
37778
- this.elementRef.nativeElement['resetCss'] = value;
37779
- }
37780
- get resetCss() {
37781
- return this.elementRef.nativeElement['resetCss'];
37782
- }
37783
37358
  constructor(elementRef) {
37784
37359
  this.elementRef = elementRef;
37785
37360
  }
37786
37361
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37787
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeProvider, selector: "px-theme-provider", inputs: { theme: "theme", resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
37362
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeProvider, selector: "px-theme-provider", inputs: { theme: "theme" }, ngImport: i0 });
37788
37363
  }
37789
37364
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeProvider, decorators: [{
37790
37365
  type: Directive,
@@ -37793,62 +37368,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37793
37368
  }]
37794
37369
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { theme: [{
37795
37370
  type: Input
37796
- }], resetCss: [{
37797
- type: Input,
37798
- args: ['reset-css']
37799
37371
  }] } });
37800
37372
  /**
37801
37373
  * @description Type-only wrapper for <px-proximus-theme-provider>
37802
37374
  */
37803
37375
  class PxProximusThemeProvider {
37804
37376
  elementRef;
37805
- set resetCss(value) {
37806
- this.elementRef.nativeElement['resetCss'] = value;
37807
- }
37808
- get resetCss() {
37809
- return this.elementRef.nativeElement['resetCss'];
37810
- }
37811
37377
  constructor(elementRef) {
37812
37378
  this.elementRef = elementRef;
37813
37379
  }
37814
37380
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37815
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
37381
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", ngImport: i0 });
37816
37382
  }
37817
37383
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, decorators: [{
37818
37384
  type: Directive,
37819
37385
  args: [{
37820
37386
  selector: 'px-proximus-theme-provider',
37821
37387
  }]
37822
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resetCss: [{
37823
- type: Input,
37824
- args: ['reset-css']
37825
- }] } });
37388
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
37826
37389
  /**
37827
37390
  * @description Type-only wrapper for <px-scarlet-theme-provider>
37828
37391
  */
37829
37392
  class PxScarletThemeProvider {
37830
37393
  elementRef;
37831
- set resetCss(value) {
37832
- this.elementRef.nativeElement['resetCss'] = value;
37833
- }
37834
- get resetCss() {
37835
- return this.elementRef.nativeElement['resetCss'];
37836
- }
37837
37394
  constructor(elementRef) {
37838
37395
  this.elementRef = elementRef;
37839
37396
  }
37840
37397
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxScarletThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37841
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxScarletThemeProvider, selector: "px-scarlet-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
37398
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxScarletThemeProvider, selector: "px-scarlet-theme-provider", ngImport: i0 });
37842
37399
  }
37843
37400
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxScarletThemeProvider, decorators: [{
37844
37401
  type: Directive,
37845
37402
  args: [{
37846
37403
  selector: 'px-scarlet-theme-provider',
37847
37404
  }]
37848
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resetCss: [{
37849
- type: Input,
37850
- args: ['reset-css']
37851
- }] } });
37405
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
37852
37406
  class Lavender {
37853
37407
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37854
37408
  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] });