@proximus/lavender-angular 1.4.15-alpha.10 → 1.4.15-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5189,9 +5189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
5189
5189
  args: ['word-break-all--desktop']
5190
5190
  }] } });
5191
5191
  /**
5192
- * @description Type-only wrapper for <px-button-icon>
5192
+ * @description Type-only wrapper for <px-card>
5193
5193
  */
5194
- class PxButtonIcon {
5194
+ class PxCard {
5195
5195
  elementRef;
5196
5196
  set inverted(value) {
5197
5197
  this.elementRef.nativeElement['inverted'] = value;
@@ -5199,57 +5199,83 @@ class PxButtonIcon {
5199
5199
  get inverted() {
5200
5200
  return this.elementRef.nativeElement['inverted'];
5201
5201
  }
5202
- set loading(value) {
5203
- this.elementRef.nativeElement['loading'] = value;
5202
+ set backgroundColor(value) {
5203
+ this.elementRef.nativeElement['backgroundColor'] = value;
5204
5204
  }
5205
- get loading() {
5206
- return this.elementRef.nativeElement['loading'];
5205
+ get backgroundColor() {
5206
+ return this.elementRef.nativeElement['backgroundColor'];
5207
5207
  }
5208
- set size(value) {
5209
- this.elementRef.nativeElement['size'] = value;
5208
+ set backgroundSize(value) {
5209
+ this.elementRef.nativeElement['backgroundSize'] = value;
5210
5210
  }
5211
- get size() {
5212
- return this.elementRef.nativeElement['size'];
5211
+ get backgroundSize() {
5212
+ return this.elementRef.nativeElement['backgroundSize'];
5213
5213
  }
5214
- set variant(value) {
5215
- this.elementRef.nativeElement['variant'] = value;
5214
+ set backgroundPosition(value) {
5215
+ this.elementRef.nativeElement['backgroundPosition'] = value;
5216
5216
  }
5217
- get variant() {
5218
- return this.elementRef.nativeElement['variant'];
5217
+ get backgroundPosition() {
5218
+ return this.elementRef.nativeElement['backgroundPosition'];
5219
5219
  }
5220
- set ariaExpanded(value) {
5221
- this.elementRef.nativeElement['ariaExpanded'] = value;
5220
+ set contrastHelperGradient(value) {
5221
+ this.elementRef.nativeElement['contrastHelperGradient'] = value;
5222
5222
  }
5223
- get ariaExpanded() {
5224
- return this.elementRef.nativeElement['ariaExpanded'];
5223
+ get contrastHelperGradient() {
5224
+ return this.elementRef.nativeElement['contrastHelperGradient'];
5225
5225
  }
5226
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
5227
- set name(value) {
5228
- this.elementRef.nativeElement['name'] = value;
5226
+ set contrastHelperOverlay(value) {
5227
+ this.elementRef.nativeElement['contrastHelperOverlay'] = value;
5229
5228
  }
5230
- get name() {
5231
- return this.elementRef.nativeElement['name'];
5229
+ get contrastHelperOverlay() {
5230
+ return this.elementRef.nativeElement['contrastHelperOverlay'];
5232
5231
  }
5233
- /** The value associated with the button's name when it's submitted with a form. */
5234
- set value(value) {
5235
- this.elementRef.nativeElement['value'] = value;
5232
+ set mediaPosition(value) {
5233
+ this.elementRef.nativeElement['mediaPosition'] = value;
5236
5234
  }
5237
- get value() {
5238
- return this.elementRef.nativeElement['value'];
5235
+ get mediaPosition() {
5236
+ return this.elementRef.nativeElement['mediaPosition'];
5239
5237
  }
5240
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
5241
- set type(value) {
5242
- this.elementRef.nativeElement['type'] = value;
5238
+ set mediaPositionMobile(value) {
5239
+ this.elementRef.nativeElement['mediaPositionMobile'] = value;
5243
5240
  }
5244
- get type() {
5245
- return this.elementRef.nativeElement['type'];
5241
+ get mediaPositionMobile() {
5242
+ return this.elementRef.nativeElement['mediaPositionMobile'];
5246
5243
  }
5247
- /** Whether the button is disabled. */
5248
- set disabled(value) {
5249
- this.elementRef.nativeElement['disabled'] = value;
5244
+ set mediaPositionTablet(value) {
5245
+ this.elementRef.nativeElement['mediaPositionTablet'] = value;
5250
5246
  }
5251
- get disabled() {
5252
- return this.elementRef.nativeElement['disabled'];
5247
+ get mediaPositionTablet() {
5248
+ return this.elementRef.nativeElement['mediaPositionTablet'];
5249
+ }
5250
+ set mediaPositionLaptop(value) {
5251
+ this.elementRef.nativeElement['mediaPositionLaptop'] = value;
5252
+ }
5253
+ get mediaPositionLaptop() {
5254
+ return this.elementRef.nativeElement['mediaPositionLaptop'];
5255
+ }
5256
+ set mediaSrc(value) {
5257
+ this.elementRef.nativeElement['mediaSrc'] = value;
5258
+ }
5259
+ get mediaSrc() {
5260
+ return this.elementRef.nativeElement['mediaSrc'];
5261
+ }
5262
+ set mediaSrcMobile(value) {
5263
+ this.elementRef.nativeElement['mediaSrcMobile'] = value;
5264
+ }
5265
+ get mediaSrcMobile() {
5266
+ return this.elementRef.nativeElement['mediaSrcMobile'];
5267
+ }
5268
+ set mediaSrcTablet(value) {
5269
+ this.elementRef.nativeElement['mediaSrcTablet'] = value;
5270
+ }
5271
+ get mediaSrcTablet() {
5272
+ return this.elementRef.nativeElement['mediaSrcTablet'];
5273
+ }
5274
+ set mediaSrcLaptop(value) {
5275
+ this.elementRef.nativeElement['mediaSrcLaptop'] = value;
5276
+ }
5277
+ get mediaSrcLaptop() {
5278
+ return this.elementRef.nativeElement['mediaSrcLaptop'];
5253
5279
  }
5254
5280
  set grow(value) {
5255
5281
  this.elementRef.nativeElement['grow'] = value;
@@ -5566,34 +5592,56 @@ class PxButtonIcon {
5566
5592
  constructor(elementRef) {
5567
5593
  this.elementRef = elementRef;
5568
5594
  }
5569
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5570
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonIcon, isStandalone: true, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
5595
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5596
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCard, isStandalone: true, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
5571
5597
  }
5572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, decorators: [{
5598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, decorators: [{
5573
5599
  type: Directive,
5574
5600
  args: [{
5575
- selector: 'px-button-icon',
5601
+ selector: 'px-card',
5576
5602
  standalone: true,
5577
5603
  }]
5578
5604
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
5579
5605
  type: Input
5580
- }], loading: [{
5581
- type: Input
5582
- }], size: [{
5583
- type: Input
5584
- }], variant: [{
5585
- type: Input
5586
- }], ariaExpanded: [{
5606
+ }], backgroundColor: [{
5587
5607
  type: Input,
5588
- args: ['aria-expanded']
5589
- }], name: [{
5590
- type: Input
5591
- }], value: [{
5592
- type: Input
5593
- }], type: [{
5594
- type: Input
5595
- }], disabled: [{
5596
- type: Input
5608
+ args: ['background-color']
5609
+ }], backgroundSize: [{
5610
+ type: Input,
5611
+ args: ['background-size']
5612
+ }], backgroundPosition: [{
5613
+ type: Input,
5614
+ args: ['background-position']
5615
+ }], contrastHelperGradient: [{
5616
+ type: Input,
5617
+ args: ['contrast-helper-gradient']
5618
+ }], contrastHelperOverlay: [{
5619
+ type: Input,
5620
+ args: ['contrast-helper-overlay']
5621
+ }], mediaPosition: [{
5622
+ type: Input,
5623
+ args: ['media-position']
5624
+ }], mediaPositionMobile: [{
5625
+ type: Input,
5626
+ args: ['media-position--mobile']
5627
+ }], mediaPositionTablet: [{
5628
+ type: Input,
5629
+ args: ['media-position--tablet']
5630
+ }], mediaPositionLaptop: [{
5631
+ type: Input,
5632
+ args: ['media-position--laptop']
5633
+ }], mediaSrc: [{
5634
+ type: Input,
5635
+ args: ['media-src']
5636
+ }], mediaSrcMobile: [{
5637
+ type: Input,
5638
+ args: ['media-src--mobile']
5639
+ }], mediaSrcTablet: [{
5640
+ type: Input,
5641
+ args: ['media-src--tablet']
5642
+ }], mediaSrcLaptop: [{
5643
+ type: Input,
5644
+ args: ['media-src--laptop']
5597
5645
  }], grow: [{
5598
5646
  type: Input
5599
5647
  }], growMobile: [{
@@ -5747,9 +5795,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
5747
5795
  args: ['word-break-all--desktop']
5748
5796
  }] } });
5749
5797
  /**
5750
- * @description Type-only wrapper for <px-card>
5798
+ * @description Type-only wrapper for <px-button-icon>
5751
5799
  */
5752
- class PxCard {
5800
+ class PxButtonIcon {
5753
5801
  elementRef;
5754
5802
  set inverted(value) {
5755
5803
  this.elementRef.nativeElement['inverted'] = value;
@@ -5757,83 +5805,57 @@ class PxCard {
5757
5805
  get inverted() {
5758
5806
  return this.elementRef.nativeElement['inverted'];
5759
5807
  }
5760
- set backgroundColor(value) {
5761
- this.elementRef.nativeElement['backgroundColor'] = value;
5762
- }
5763
- get backgroundColor() {
5764
- return this.elementRef.nativeElement['backgroundColor'];
5765
- }
5766
- set backgroundSize(value) {
5767
- this.elementRef.nativeElement['backgroundSize'] = value;
5768
- }
5769
- get backgroundSize() {
5770
- return this.elementRef.nativeElement['backgroundSize'];
5771
- }
5772
- set backgroundPosition(value) {
5773
- this.elementRef.nativeElement['backgroundPosition'] = value;
5774
- }
5775
- get backgroundPosition() {
5776
- return this.elementRef.nativeElement['backgroundPosition'];
5777
- }
5778
- set contrastHelperGradient(value) {
5779
- this.elementRef.nativeElement['contrastHelperGradient'] = value;
5780
- }
5781
- get contrastHelperGradient() {
5782
- return this.elementRef.nativeElement['contrastHelperGradient'];
5783
- }
5784
- set contrastHelperOverlay(value) {
5785
- this.elementRef.nativeElement['contrastHelperOverlay'] = value;
5786
- }
5787
- get contrastHelperOverlay() {
5788
- return this.elementRef.nativeElement['contrastHelperOverlay'];
5789
- }
5790
- set mediaPosition(value) {
5791
- this.elementRef.nativeElement['mediaPosition'] = value;
5808
+ set loading(value) {
5809
+ this.elementRef.nativeElement['loading'] = value;
5792
5810
  }
5793
- get mediaPosition() {
5794
- return this.elementRef.nativeElement['mediaPosition'];
5811
+ get loading() {
5812
+ return this.elementRef.nativeElement['loading'];
5795
5813
  }
5796
- set mediaPositionMobile(value) {
5797
- this.elementRef.nativeElement['mediaPositionMobile'] = value;
5814
+ set size(value) {
5815
+ this.elementRef.nativeElement['size'] = value;
5798
5816
  }
5799
- get mediaPositionMobile() {
5800
- return this.elementRef.nativeElement['mediaPositionMobile'];
5817
+ get size() {
5818
+ return this.elementRef.nativeElement['size'];
5801
5819
  }
5802
- set mediaPositionTablet(value) {
5803
- this.elementRef.nativeElement['mediaPositionTablet'] = value;
5820
+ set variant(value) {
5821
+ this.elementRef.nativeElement['variant'] = value;
5804
5822
  }
5805
- get mediaPositionTablet() {
5806
- return this.elementRef.nativeElement['mediaPositionTablet'];
5823
+ get variant() {
5824
+ return this.elementRef.nativeElement['variant'];
5807
5825
  }
5808
- set mediaPositionLaptop(value) {
5809
- this.elementRef.nativeElement['mediaPositionLaptop'] = value;
5826
+ set ariaExpanded(value) {
5827
+ this.elementRef.nativeElement['ariaExpanded'] = value;
5810
5828
  }
5811
- get mediaPositionLaptop() {
5812
- return this.elementRef.nativeElement['mediaPositionLaptop'];
5829
+ get ariaExpanded() {
5830
+ return this.elementRef.nativeElement['ariaExpanded'];
5813
5831
  }
5814
- set mediaSrc(value) {
5815
- this.elementRef.nativeElement['mediaSrc'] = value;
5832
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
5833
+ set name(value) {
5834
+ this.elementRef.nativeElement['name'] = value;
5816
5835
  }
5817
- get mediaSrc() {
5818
- return this.elementRef.nativeElement['mediaSrc'];
5836
+ get name() {
5837
+ return this.elementRef.nativeElement['name'];
5819
5838
  }
5820
- set mediaSrcMobile(value) {
5821
- this.elementRef.nativeElement['mediaSrcMobile'] = value;
5839
+ /** The value associated with the button's name when it's submitted with a form. */
5840
+ set value(value) {
5841
+ this.elementRef.nativeElement['value'] = value;
5822
5842
  }
5823
- get mediaSrcMobile() {
5824
- return this.elementRef.nativeElement['mediaSrcMobile'];
5843
+ get value() {
5844
+ return this.elementRef.nativeElement['value'];
5825
5845
  }
5826
- set mediaSrcTablet(value) {
5827
- this.elementRef.nativeElement['mediaSrcTablet'] = value;
5846
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
5847
+ set type(value) {
5848
+ this.elementRef.nativeElement['type'] = value;
5828
5849
  }
5829
- get mediaSrcTablet() {
5830
- return this.elementRef.nativeElement['mediaSrcTablet'];
5850
+ get type() {
5851
+ return this.elementRef.nativeElement['type'];
5831
5852
  }
5832
- set mediaSrcLaptop(value) {
5833
- this.elementRef.nativeElement['mediaSrcLaptop'] = value;
5853
+ /** Whether the button is disabled. */
5854
+ set disabled(value) {
5855
+ this.elementRef.nativeElement['disabled'] = value;
5834
5856
  }
5835
- get mediaSrcLaptop() {
5836
- return this.elementRef.nativeElement['mediaSrcLaptop'];
5857
+ get disabled() {
5858
+ return this.elementRef.nativeElement['disabled'];
5837
5859
  }
5838
5860
  set grow(value) {
5839
5861
  this.elementRef.nativeElement['grow'] = value;
@@ -6150,56 +6172,34 @@ class PxCard {
6150
6172
  constructor(elementRef) {
6151
6173
  this.elementRef = elementRef;
6152
6174
  }
6153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6154
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCard, isStandalone: true, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
6175
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6176
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonIcon, isStandalone: true, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
6155
6177
  }
6156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, decorators: [{
6178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, decorators: [{
6157
6179
  type: Directive,
6158
6180
  args: [{
6159
- selector: 'px-card',
6181
+ selector: 'px-button-icon',
6160
6182
  standalone: true,
6161
6183
  }]
6162
6184
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
6163
6185
  type: Input
6164
- }], backgroundColor: [{
6165
- type: Input,
6166
- args: ['background-color']
6167
- }], backgroundSize: [{
6168
- type: Input,
6169
- args: ['background-size']
6170
- }], backgroundPosition: [{
6171
- type: Input,
6172
- args: ['background-position']
6173
- }], contrastHelperGradient: [{
6174
- type: Input,
6175
- args: ['contrast-helper-gradient']
6176
- }], contrastHelperOverlay: [{
6177
- type: Input,
6178
- args: ['contrast-helper-overlay']
6179
- }], mediaPosition: [{
6180
- type: Input,
6181
- args: ['media-position']
6182
- }], mediaPositionMobile: [{
6183
- type: Input,
6184
- args: ['media-position--mobile']
6185
- }], mediaPositionTablet: [{
6186
- type: Input,
6187
- args: ['media-position--tablet']
6188
- }], mediaPositionLaptop: [{
6189
- type: Input,
6190
- args: ['media-position--laptop']
6191
- }], mediaSrc: [{
6192
- type: Input,
6193
- args: ['media-src']
6194
- }], mediaSrcMobile: [{
6195
- type: Input,
6196
- args: ['media-src--mobile']
6197
- }], mediaSrcTablet: [{
6198
- type: Input,
6199
- args: ['media-src--tablet']
6200
- }], mediaSrcLaptop: [{
6186
+ }], loading: [{
6187
+ type: Input
6188
+ }], size: [{
6189
+ type: Input
6190
+ }], variant: [{
6191
+ type: Input
6192
+ }], ariaExpanded: [{
6201
6193
  type: Input,
6202
- args: ['media-src--laptop']
6194
+ args: ['aria-expanded']
6195
+ }], name: [{
6196
+ type: Input
6197
+ }], value: [{
6198
+ type: Input
6199
+ }], type: [{
6200
+ type: Input
6201
+ }], disabled: [{
6202
+ type: Input
6203
6203
  }], grow: [{
6204
6204
  type: Input
6205
6205
  }], growMobile: [{
@@ -12598,6 +12598,107 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
12598
12598
  type: Input,
12599
12599
  args: ['word-break-all--desktop']
12600
12600
  }] } });
12601
+ /**
12602
+ * @description Type-only wrapper for <px-drawer>
12603
+ */
12604
+ class PxDrawer {
12605
+ elementRef;
12606
+ set open(value) {
12607
+ this.elementRef.nativeElement['open'] = value;
12608
+ }
12609
+ get open() {
12610
+ return this.elementRef.nativeElement['open'];
12611
+ }
12612
+ set ariaLabelCloseButton(value) {
12613
+ this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
12614
+ }
12615
+ get ariaLabelCloseButton() {
12616
+ return this.elementRef.nativeElement['ariaLabelCloseButton'];
12617
+ }
12618
+ set openedby(value) {
12619
+ this.elementRef.nativeElement['openedby'] = value;
12620
+ }
12621
+ get openedby() {
12622
+ return this.elementRef.nativeElement['openedby'];
12623
+ }
12624
+ set closedby(value) {
12625
+ this.elementRef.nativeElement['closedby'] = value;
12626
+ }
12627
+ get closedby() {
12628
+ return this.elementRef.nativeElement['closedby'];
12629
+ }
12630
+ set fullscreen(value) {
12631
+ this.elementRef.nativeElement['fullscreen'] = value;
12632
+ }
12633
+ get fullscreen() {
12634
+ return this.elementRef.nativeElement['fullscreen'];
12635
+ }
12636
+ set fullscreenMobile(value) {
12637
+ this.elementRef.nativeElement['fullscreenMobile'] = value;
12638
+ }
12639
+ get fullscreenMobile() {
12640
+ return this.elementRef.nativeElement['fullscreenMobile'];
12641
+ }
12642
+ set fullscreenTablet(value) {
12643
+ this.elementRef.nativeElement['fullscreenTablet'] = value;
12644
+ }
12645
+ get fullscreenTablet() {
12646
+ return this.elementRef.nativeElement['fullscreenTablet'];
12647
+ }
12648
+ set fullscreenLaptop(value) {
12649
+ this.elementRef.nativeElement['fullscreenLaptop'] = value;
12650
+ }
12651
+ get fullscreenLaptop() {
12652
+ return this.elementRef.nativeElement['fullscreenLaptop'];
12653
+ }
12654
+ set fullscreenDesktop(value) {
12655
+ this.elementRef.nativeElement['fullscreenDesktop'] = value;
12656
+ }
12657
+ get fullscreenDesktop() {
12658
+ return this.elementRef.nativeElement['fullscreenDesktop'];
12659
+ }
12660
+ HIDE_EVENT = new EventEmitter();
12661
+ constructor(elementRef) {
12662
+ this.elementRef = elementRef;
12663
+ this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
12664
+ this.HIDE_EVENT.emit(e.detail);
12665
+ });
12666
+ }
12667
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
12668
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxDrawer, isStandalone: true, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
12669
+ }
12670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, decorators: [{
12671
+ type: Directive,
12672
+ args: [{
12673
+ selector: 'px-drawer',
12674
+ standalone: true,
12675
+ }]
12676
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
12677
+ type: Input
12678
+ }], ariaLabelCloseButton: [{
12679
+ type: Input,
12680
+ args: ['aria-label-close-button']
12681
+ }], openedby: [{
12682
+ type: Input
12683
+ }], closedby: [{
12684
+ type: Input
12685
+ }], fullscreen: [{
12686
+ type: Input
12687
+ }], fullscreenMobile: [{
12688
+ type: Input,
12689
+ args: ['fullscreen--mobile']
12690
+ }], fullscreenTablet: [{
12691
+ type: Input,
12692
+ args: ['fullscreen--tablet']
12693
+ }], fullscreenLaptop: [{
12694
+ type: Input,
12695
+ args: ['fullscreen--laptop']
12696
+ }], fullscreenDesktop: [{
12697
+ type: Input,
12698
+ args: ['fullscreen--desktop']
12699
+ }], HIDE_EVENT: [{
12700
+ type: Output
12701
+ }] } });
12601
12702
  /**
12602
12703
  * @description Type-only wrapper for <px-content-header>
12603
12704
  */
@@ -13231,107 +13332,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
13231
13332
  type: Input,
13232
13333
  args: ['word-break-all--desktop']
13233
13334
  }] } });
13234
- /**
13235
- * @description Type-only wrapper for <px-drawer>
13236
- */
13237
- class PxDrawer {
13238
- elementRef;
13239
- set open(value) {
13240
- this.elementRef.nativeElement['open'] = value;
13241
- }
13242
- get open() {
13243
- return this.elementRef.nativeElement['open'];
13244
- }
13245
- set ariaLabelCloseButton(value) {
13246
- this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
13247
- }
13248
- get ariaLabelCloseButton() {
13249
- return this.elementRef.nativeElement['ariaLabelCloseButton'];
13250
- }
13251
- set openedby(value) {
13252
- this.elementRef.nativeElement['openedby'] = value;
13253
- }
13254
- get openedby() {
13255
- return this.elementRef.nativeElement['openedby'];
13256
- }
13257
- set closedby(value) {
13258
- this.elementRef.nativeElement['closedby'] = value;
13259
- }
13260
- get closedby() {
13261
- return this.elementRef.nativeElement['closedby'];
13262
- }
13263
- set fullscreen(value) {
13264
- this.elementRef.nativeElement['fullscreen'] = value;
13265
- }
13266
- get fullscreen() {
13267
- return this.elementRef.nativeElement['fullscreen'];
13268
- }
13269
- set fullscreenMobile(value) {
13270
- this.elementRef.nativeElement['fullscreenMobile'] = value;
13271
- }
13272
- get fullscreenMobile() {
13273
- return this.elementRef.nativeElement['fullscreenMobile'];
13274
- }
13275
- set fullscreenTablet(value) {
13276
- this.elementRef.nativeElement['fullscreenTablet'] = value;
13277
- }
13278
- get fullscreenTablet() {
13279
- return this.elementRef.nativeElement['fullscreenTablet'];
13280
- }
13281
- set fullscreenLaptop(value) {
13282
- this.elementRef.nativeElement['fullscreenLaptop'] = value;
13283
- }
13284
- get fullscreenLaptop() {
13285
- return this.elementRef.nativeElement['fullscreenLaptop'];
13286
- }
13287
- set fullscreenDesktop(value) {
13288
- this.elementRef.nativeElement['fullscreenDesktop'] = value;
13289
- }
13290
- get fullscreenDesktop() {
13291
- return this.elementRef.nativeElement['fullscreenDesktop'];
13292
- }
13293
- HIDE_EVENT = new EventEmitter();
13294
- constructor(elementRef) {
13295
- this.elementRef = elementRef;
13296
- this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
13297
- this.HIDE_EVENT.emit(e.detail);
13298
- });
13299
- }
13300
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13301
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxDrawer, isStandalone: true, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
13302
- }
13303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, decorators: [{
13304
- type: Directive,
13305
- args: [{
13306
- selector: 'px-drawer',
13307
- standalone: true,
13308
- }]
13309
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
13310
- type: Input
13311
- }], ariaLabelCloseButton: [{
13312
- type: Input,
13313
- args: ['aria-label-close-button']
13314
- }], openedby: [{
13315
- type: Input
13316
- }], closedby: [{
13317
- type: Input
13318
- }], fullscreen: [{
13319
- type: Input
13320
- }], fullscreenMobile: [{
13321
- type: Input,
13322
- args: ['fullscreen--mobile']
13323
- }], fullscreenTablet: [{
13324
- type: Input,
13325
- args: ['fullscreen--tablet']
13326
- }], fullscreenLaptop: [{
13327
- type: Input,
13328
- args: ['fullscreen--laptop']
13329
- }], fullscreenDesktop: [{
13330
- type: Input,
13331
- args: ['fullscreen--desktop']
13332
- }], HIDE_EVENT: [{
13333
- type: Output
13334
- }] } });
13335
13335
  /**
13336
13336
  * @description Type-only wrapper for <px-dropdown>
13337
13337
  */
@@ -41302,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41302
41302
  }] } });
41303
41303
  class Lavender {
41304
41304
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41305
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [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] });
41305
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxCard, PxButtonIcon, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxDrawer, PxContentHeader, 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, PxCard, PxButtonIcon, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxDrawer, PxContentHeader, 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] });
41306
41306
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
41307
41307
  }
41308
41308
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
@@ -41318,8 +41318,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41318
41318
  PxBreadcrumb,
41319
41319
  PxButton,
41320
41320
  PxButtonWrapper,
41321
- PxButtonIcon,
41322
41321
  PxCard,
41322
+ PxButtonIcon,
41323
41323
  PxAppleseed,
41324
41324
  PxCarousel,
41325
41325
  PxCarouselItem,
@@ -41333,8 +41333,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41333
41333
  PxColorOption,
41334
41334
  PxColorOptionLink,
41335
41335
  PxContainer,
41336
- PxContentHeader,
41337
41336
  PxDrawer,
41337
+ PxContentHeader,
41338
41338
  PxDropdown,
41339
41339
  PxFieldset,
41340
41340
  PxGrid,
@@ -41420,8 +41420,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41420
41420
  PxBreadcrumb,
41421
41421
  PxButton,
41422
41422
  PxButtonWrapper,
41423
- PxButtonIcon,
41424
41423
  PxCard,
41424
+ PxButtonIcon,
41425
41425
  PxAppleseed,
41426
41426
  PxCarousel,
41427
41427
  PxCarouselItem,
@@ -41435,8 +41435,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41435
41435
  PxColorOption,
41436
41436
  PxColorOptionLink,
41437
41437
  PxContainer,
41438
- PxContentHeader,
41439
41438
  PxDrawer,
41439
+ PxContentHeader,
41440
41440
  PxDropdown,
41441
41441
  PxFieldset,
41442
41442
  PxGrid,