@proximus/lavender-angular 2.0.0-alpha.60 → 2.0.0-alpha.61

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.
@@ -22858,9 +22858,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
22858
22858
  type: Output
22859
22859
  }] } });
22860
22860
  /**
22861
- * @description Type-only wrapper for <px-pillar>
22861
+ * @description Type-only wrapper for <px-p>
22862
22862
  */
22863
- class PxPillar {
22863
+ class PxP {
22864
22864
  elementRef;
22865
22865
  set variant(value) {
22866
22866
  this.elementRef.nativeElement['variant'] = value;
@@ -22868,23 +22868,47 @@ class PxPillar {
22868
22868
  get variant() {
22869
22869
  return this.elementRef.nativeElement['variant'];
22870
22870
  }
22871
- set backgroundColor(value) {
22872
- this.elementRef.nativeElement['backgroundColor'] = value;
22871
+ set color(value) {
22872
+ this.elementRef.nativeElement['color'] = value;
22873
22873
  }
22874
- get backgroundColor() {
22875
- return this.elementRef.nativeElement['backgroundColor'];
22874
+ get color() {
22875
+ return this.elementRef.nativeElement['color'];
22876
22876
  }
22877
- set backgroundGradient(value) {
22878
- this.elementRef.nativeElement['backgroundGradient'] = value;
22877
+ set fontSize(value) {
22878
+ this.elementRef.nativeElement['fontSize'] = value;
22879
22879
  }
22880
- get backgroundGradient() {
22881
- return this.elementRef.nativeElement['backgroundGradient'];
22880
+ get fontSize() {
22881
+ return this.elementRef.nativeElement['fontSize'];
22882
22882
  }
22883
- set alignment(value) {
22884
- this.elementRef.nativeElement['alignment'] = value;
22883
+ set fontWeight(value) {
22884
+ this.elementRef.nativeElement['fontWeight'] = value;
22885
22885
  }
22886
- get alignment() {
22887
- return this.elementRef.nativeElement['alignment'];
22886
+ get fontWeight() {
22887
+ return this.elementRef.nativeElement['fontWeight'];
22888
+ }
22889
+ set textAlign(value) {
22890
+ this.elementRef.nativeElement['textAlign'] = value;
22891
+ }
22892
+ get textAlign() {
22893
+ return this.elementRef.nativeElement['textAlign'];
22894
+ }
22895
+ set textAlignMobile(value) {
22896
+ this.elementRef.nativeElement['textAlignMobile'] = value;
22897
+ }
22898
+ get textAlignMobile() {
22899
+ return this.elementRef.nativeElement['textAlignMobile'];
22900
+ }
22901
+ set textAlignTablet(value) {
22902
+ this.elementRef.nativeElement['textAlignTablet'] = value;
22903
+ }
22904
+ get textAlignTablet() {
22905
+ return this.elementRef.nativeElement['textAlignTablet'];
22906
+ }
22907
+ set textAlignLaptop(value) {
22908
+ this.elementRef.nativeElement['textAlignLaptop'] = value;
22909
+ }
22910
+ get textAlignLaptop() {
22911
+ return this.elementRef.nativeElement['textAlignLaptop'];
22888
22912
  }
22889
22913
  set inverted(value) {
22890
22914
  this.elementRef.nativeElement['inverted'] = value;
@@ -22892,6 +22916,12 @@ class PxPillar {
22892
22916
  get inverted() {
22893
22917
  return this.elementRef.nativeElement['inverted'];
22894
22918
  }
22919
+ set disabled(value) {
22920
+ this.elementRef.nativeElement['disabled'] = value;
22921
+ }
22922
+ get disabled() {
22923
+ return this.elementRef.nativeElement['disabled'];
22924
+ }
22895
22925
  set grow(value) {
22896
22926
  this.elementRef.nativeElement['grow'] = value;
22897
22927
  }
@@ -23165,26 +23195,40 @@ class PxPillar {
23165
23195
  constructor(elementRef) {
23166
23196
  this.elementRef = elementRef;
23167
23197
  }
23168
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23169
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", inverted: "inverted", 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"] }, ngImport: i0 });
23198
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23199
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxP, selector: "px-p", inputs: { variant: "variant", color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], inverted: "inverted", 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"] }, ngImport: i0 });
23170
23200
  }
23171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
23201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
23172
23202
  type: Directive,
23173
23203
  args: [{
23174
- selector: 'px-pillar',
23204
+ selector: 'px-p',
23175
23205
  }]
23176
23206
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
23177
23207
  type: Input
23178
- }], backgroundColor: [{
23208
+ }], color: [{
23209
+ type: Input
23210
+ }], fontSize: [{
23179
23211
  type: Input,
23180
- args: ['background-color']
23181
- }], backgroundGradient: [{
23212
+ args: ['font-size']
23213
+ }], fontWeight: [{
23182
23214
  type: Input,
23183
- args: ['background-gradient']
23184
- }], alignment: [{
23185
- type: Input
23215
+ args: ['font-weight']
23216
+ }], textAlign: [{
23217
+ type: Input,
23218
+ args: ['text-align']
23219
+ }], textAlignMobile: [{
23220
+ type: Input,
23221
+ args: ['text-align--mobile']
23222
+ }], textAlignTablet: [{
23223
+ type: Input,
23224
+ args: ['text-align--tablet']
23225
+ }], textAlignLaptop: [{
23226
+ type: Input,
23227
+ args: ['text-align--laptop']
23186
23228
  }], inverted: [{
23187
23229
  type: Input
23230
+ }], disabled: [{
23231
+ type: Input
23188
23232
  }], grow: [{
23189
23233
  type: Input
23190
23234
  }], growMobile: [{
@@ -23317,9 +23361,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
23317
23361
  args: ['order--desktop']
23318
23362
  }] } });
23319
23363
  /**
23320
- * @description Type-only wrapper for <px-p>
23364
+ * @description Type-only wrapper for <px-pillar>
23321
23365
  */
23322
- class PxP {
23366
+ class PxPillar {
23323
23367
  elementRef;
23324
23368
  set variant(value) {
23325
23369
  this.elementRef.nativeElement['variant'] = value;
@@ -23327,47 +23371,23 @@ class PxP {
23327
23371
  get variant() {
23328
23372
  return this.elementRef.nativeElement['variant'];
23329
23373
  }
23330
- set color(value) {
23331
- this.elementRef.nativeElement['color'] = value;
23332
- }
23333
- get color() {
23334
- return this.elementRef.nativeElement['color'];
23335
- }
23336
- set fontSize(value) {
23337
- this.elementRef.nativeElement['fontSize'] = value;
23338
- }
23339
- get fontSize() {
23340
- return this.elementRef.nativeElement['fontSize'];
23341
- }
23342
- set fontWeight(value) {
23343
- this.elementRef.nativeElement['fontWeight'] = value;
23344
- }
23345
- get fontWeight() {
23346
- return this.elementRef.nativeElement['fontWeight'];
23347
- }
23348
- set textAlign(value) {
23349
- this.elementRef.nativeElement['textAlign'] = value;
23350
- }
23351
- get textAlign() {
23352
- return this.elementRef.nativeElement['textAlign'];
23353
- }
23354
- set textAlignMobile(value) {
23355
- this.elementRef.nativeElement['textAlignMobile'] = value;
23374
+ set backgroundColor(value) {
23375
+ this.elementRef.nativeElement['backgroundColor'] = value;
23356
23376
  }
23357
- get textAlignMobile() {
23358
- return this.elementRef.nativeElement['textAlignMobile'];
23377
+ get backgroundColor() {
23378
+ return this.elementRef.nativeElement['backgroundColor'];
23359
23379
  }
23360
- set textAlignTablet(value) {
23361
- this.elementRef.nativeElement['textAlignTablet'] = value;
23380
+ set backgroundGradient(value) {
23381
+ this.elementRef.nativeElement['backgroundGradient'] = value;
23362
23382
  }
23363
- get textAlignTablet() {
23364
- return this.elementRef.nativeElement['textAlignTablet'];
23383
+ get backgroundGradient() {
23384
+ return this.elementRef.nativeElement['backgroundGradient'];
23365
23385
  }
23366
- set textAlignLaptop(value) {
23367
- this.elementRef.nativeElement['textAlignLaptop'] = value;
23386
+ set alignment(value) {
23387
+ this.elementRef.nativeElement['alignment'] = value;
23368
23388
  }
23369
- get textAlignLaptop() {
23370
- return this.elementRef.nativeElement['textAlignLaptop'];
23389
+ get alignment() {
23390
+ return this.elementRef.nativeElement['alignment'];
23371
23391
  }
23372
23392
  set inverted(value) {
23373
23393
  this.elementRef.nativeElement['inverted'] = value;
@@ -23375,12 +23395,6 @@ class PxP {
23375
23395
  get inverted() {
23376
23396
  return this.elementRef.nativeElement['inverted'];
23377
23397
  }
23378
- set disabled(value) {
23379
- this.elementRef.nativeElement['disabled'] = value;
23380
- }
23381
- get disabled() {
23382
- return this.elementRef.nativeElement['disabled'];
23383
- }
23384
23398
  set grow(value) {
23385
23399
  this.elementRef.nativeElement['grow'] = value;
23386
23400
  }
@@ -23654,39 +23668,25 @@ class PxP {
23654
23668
  constructor(elementRef) {
23655
23669
  this.elementRef = elementRef;
23656
23670
  }
23657
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23658
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxP, selector: "px-p", inputs: { variant: "variant", color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], inverted: "inverted", 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"] }, ngImport: i0 });
23671
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23672
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", inverted: "inverted", 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"] }, ngImport: i0 });
23659
23673
  }
23660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
23674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
23661
23675
  type: Directive,
23662
23676
  args: [{
23663
- selector: 'px-p',
23677
+ selector: 'px-pillar',
23664
23678
  }]
23665
23679
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
23666
23680
  type: Input
23667
- }], color: [{
23668
- type: Input
23669
- }], fontSize: [{
23670
- type: Input,
23671
- args: ['font-size']
23672
- }], fontWeight: [{
23673
- type: Input,
23674
- args: ['font-weight']
23675
- }], textAlign: [{
23676
- type: Input,
23677
- args: ['text-align']
23678
- }], textAlignMobile: [{
23679
- type: Input,
23680
- args: ['text-align--mobile']
23681
- }], textAlignTablet: [{
23681
+ }], backgroundColor: [{
23682
23682
  type: Input,
23683
- args: ['text-align--tablet']
23684
- }], textAlignLaptop: [{
23683
+ args: ['background-color']
23684
+ }], backgroundGradient: [{
23685
23685
  type: Input,
23686
- args: ['text-align--laptop']
23687
- }], inverted: [{
23686
+ args: ['background-gradient']
23687
+ }], alignment: [{
23688
23688
  type: Input
23689
- }], disabled: [{
23689
+ }], inverted: [{
23690
23690
  type: Input
23691
23691
  }], grow: [{
23692
23692
  type: Input
@@ -34795,7 +34795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
34795
34795
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
34796
34796
  class Lavender {
34797
34797
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
34798
- 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, 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, PxList, PxListItem, PxModal, PxPillar, PxP, 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, 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, PxList, PxListItem, PxModal, PxPillar, PxP, 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] });
34798
+ 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, 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, PxList, PxListItem, PxModal, PxP, PxPillar, 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, 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, PxList, PxListItem, PxModal, PxP, PxPillar, 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] });
34799
34799
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
34800
34800
  }
34801
34801
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -34852,8 +34852,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
34852
34852
  PxList,
34853
34853
  PxListItem,
34854
34854
  PxModal,
34855
- PxPillar,
34856
34855
  PxP,
34856
+ PxPillar,
34857
34857
  PxPrice,
34858
34858
  PxRadio,
34859
34859
  PxRadioBase,
@@ -34949,8 +34949,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
34949
34949
  PxList,
34950
34950
  PxListItem,
34951
34951
  PxModal,
34952
- PxPillar,
34953
34952
  PxP,
34953
+ PxPillar,
34954
34954
  PxPrice,
34955
34955
  PxRadio,
34956
34956
  PxRadioBase,