@proximus/lavender-angular 2.0.0-alpha.119 → 2.0.0-alpha.120

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.
@@ -16976,102 +16976,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
16976
16976
  }]
16977
16977
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
16978
16978
  /**
16979
- * @description Type-only wrapper for <px-img>
16979
+ * @description Type-only wrapper for <px-input>
16980
16980
  */
16981
- class PxImg {
16981
+ class PxInput {
16982
16982
  elementRef;
16983
- /** The URL of the image. */
16984
- set src(value) {
16985
- this.elementRef.nativeElement['src'] = value;
16986
- }
16987
- get src() {
16988
- return this.elementRef.nativeElement['src'];
16989
- }
16990
- /** The alternative text for the image. */
16991
- set alt(value) {
16992
- this.elementRef.nativeElement['alt'] = value;
16993
- }
16994
- get alt() {
16995
- return this.elementRef.nativeElement['alt'];
16996
- }
16997
- /** The loading strategy for the image ('lazy' or 'eager'). */
16998
- set loading(value) {
16999
- this.elementRef.nativeElement['loading'] = value;
17000
- }
17001
- get loading() {
17002
- return this.elementRef.nativeElement['loading'];
17003
- }
17004
- set borderRadius(value) {
17005
- this.elementRef.nativeElement['borderRadius'] = value;
17006
- }
17007
- get borderRadius() {
17008
- return this.elementRef.nativeElement['borderRadius'];
17009
- }
17010
- set noBorderRadius(value) {
17011
- this.elementRef.nativeElement['noBorderRadius'] = value;
17012
- }
17013
- get noBorderRadius() {
17014
- return this.elementRef.nativeElement['noBorderRadius'];
17015
- }
17016
- set noBorderRadiusMobile(value) {
17017
- this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
17018
- }
17019
- get noBorderRadiusMobile() {
17020
- return this.elementRef.nativeElement['noBorderRadiusMobile'];
17021
- }
17022
- set noBorderRadiusTablet(value) {
17023
- this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
17024
- }
17025
- get noBorderRadiusTablet() {
17026
- return this.elementRef.nativeElement['noBorderRadiusTablet'];
17027
- }
17028
- set noBorderRadiusLaptop(value) {
17029
- this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
17030
- }
17031
- get noBorderRadiusLaptop() {
17032
- return this.elementRef.nativeElement['noBorderRadiusLaptop'];
17033
- }
17034
- set width(value) {
17035
- this.elementRef.nativeElement['width'] = value;
17036
- }
17037
- get width() {
17038
- return this.elementRef.nativeElement['width'];
17039
- }
17040
- set widthMobile(value) {
17041
- this.elementRef.nativeElement['widthMobile'] = value;
16983
+ set state(value) {
16984
+ this.elementRef.nativeElement['state'] = value;
17042
16985
  }
17043
- get widthMobile() {
17044
- return this.elementRef.nativeElement['widthMobile'];
16986
+ get state() {
16987
+ return this.elementRef.nativeElement['state'];
17045
16988
  }
17046
- set widthTablet(value) {
17047
- this.elementRef.nativeElement['widthTablet'] = value;
16989
+ set extended(value) {
16990
+ this.elementRef.nativeElement['extended'] = value;
17048
16991
  }
17049
- get widthTablet() {
17050
- return this.elementRef.nativeElement['widthTablet'];
16992
+ get extended() {
16993
+ return this.elementRef.nativeElement['extended'];
17051
16994
  }
17052
- set widthLaptop(value) {
17053
- this.elementRef.nativeElement['widthLaptop'] = value;
16995
+ set extendedMobile(value) {
16996
+ this.elementRef.nativeElement['extendedMobile'] = value;
17054
16997
  }
17055
- get widthLaptop() {
17056
- return this.elementRef.nativeElement['widthLaptop'];
16998
+ get extendedMobile() {
16999
+ return this.elementRef.nativeElement['extendedMobile'];
17057
17000
  }
17058
- set widthDesktop(value) {
17059
- this.elementRef.nativeElement['widthDesktop'] = value;
17001
+ set extendedTablet(value) {
17002
+ this.elementRef.nativeElement['extendedTablet'] = value;
17060
17003
  }
17061
- get widthDesktop() {
17062
- return this.elementRef.nativeElement['widthDesktop'];
17004
+ get extendedTablet() {
17005
+ return this.elementRef.nativeElement['extendedTablet'];
17063
17006
  }
17064
- set cover(value) {
17065
- this.elementRef.nativeElement['cover'] = value;
17007
+ set extendedLaptop(value) {
17008
+ this.elementRef.nativeElement['extendedLaptop'] = value;
17066
17009
  }
17067
- get cover() {
17068
- return this.elementRef.nativeElement['cover'];
17010
+ get extendedLaptop() {
17011
+ return this.elementRef.nativeElement['extendedLaptop'];
17069
17012
  }
17070
- set disabled(value) {
17071
- this.elementRef.nativeElement['disabled'] = value;
17013
+ set extendedDesktop(value) {
17014
+ this.elementRef.nativeElement['extendedDesktop'] = value;
17072
17015
  }
17073
- get disabled() {
17074
- return this.elementRef.nativeElement['disabled'];
17016
+ get extendedDesktop() {
17017
+ return this.elementRef.nativeElement['extendedDesktop'];
17075
17018
  }
17076
17019
  set grow(value) {
17077
17020
  this.elementRef.nativeElement['grow'] = value;
@@ -17355,56 +17298,37 @@ class PxImg {
17355
17298
  get stickyBottom() {
17356
17299
  return this.elementRef.nativeElement['stickyBottom'];
17357
17300
  }
17301
+ event = new EventEmitter();
17358
17302
  constructor(elementRef) {
17359
17303
  this.elementRef = elementRef;
17304
+ this.elementRef.nativeElement.addEventListener('event', (e) => {
17305
+ this.event.emit(e.detail);
17306
+ });
17360
17307
  }
17361
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17362
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxImg, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
17308
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17309
+ 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 });
17363
17310
  }
17364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
17311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
17365
17312
  type: Directive,
17366
17313
  args: [{
17367
- selector: 'px-img',
17314
+ selector: 'px-input',
17368
17315
  }]
17369
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
17370
- type: Input
17371
- }], alt: [{
17372
- type: Input
17373
- }], loading: [{
17316
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
17374
17317
  type: Input
17375
- }], borderRadius: [{
17376
- type: Input,
17377
- args: ['border-radius']
17378
- }], noBorderRadius: [{
17379
- type: Input,
17380
- args: ['no-border-radius']
17381
- }], noBorderRadiusMobile: [{
17382
- type: Input,
17383
- args: ['no-border-radius--mobile']
17384
- }], noBorderRadiusTablet: [{
17385
- type: Input,
17386
- args: ['no-border-radius--tablet']
17387
- }], noBorderRadiusLaptop: [{
17388
- type: Input,
17389
- args: ['no-border-radius--laptop']
17390
- }], width: [{
17318
+ }], extended: [{
17391
17319
  type: Input
17392
- }], widthMobile: [{
17320
+ }], extendedMobile: [{
17393
17321
  type: Input,
17394
- args: ['width--mobile']
17395
- }], widthTablet: [{
17322
+ args: ['extended--mobile']
17323
+ }], extendedTablet: [{
17396
17324
  type: Input,
17397
- args: ['width--tablet']
17398
- }], widthLaptop: [{
17325
+ args: ['extended--tablet']
17326
+ }], extendedLaptop: [{
17399
17327
  type: Input,
17400
- args: ['width--laptop']
17401
- }], widthDesktop: [{
17328
+ args: ['extended--laptop']
17329
+ }], extendedDesktop: [{
17402
17330
  type: Input,
17403
- args: ['width--desktop']
17404
- }], cover: [{
17405
- type: Input
17406
- }], disabled: [{
17407
- type: Input
17331
+ args: ['extended--desktop']
17408
17332
  }], grow: [{
17409
17333
  type: Input
17410
17334
  }], growMobile: [{
@@ -17541,101 +17465,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
17541
17465
  }], stickyBottom: [{
17542
17466
  type: Input,
17543
17467
  args: ['sticky-bottom']
17468
+ }], event: [{
17469
+ type: Output
17544
17470
  }] } });
17545
17471
  /**
17546
- * @description Type-only wrapper for <px-picture>
17472
+ * @description Type-only wrapper for <px-select>
17547
17473
  */
17548
- class PxPicture {
17474
+ class PxSelect {
17549
17475
  elementRef;
17550
- set loading(value) {
17551
- this.elementRef.nativeElement['loading'] = value;
17552
- }
17553
- get loading() {
17554
- return this.elementRef.nativeElement['loading'];
17555
- }
17556
- set alt(value) {
17557
- this.elementRef.nativeElement['alt'] = value;
17558
- }
17559
- get alt() {
17560
- return this.elementRef.nativeElement['alt'];
17561
- }
17562
- set src(value) {
17563
- this.elementRef.nativeElement['src'] = value;
17564
- }
17565
- get src() {
17566
- return this.elementRef.nativeElement['src'];
17567
- }
17568
- set borderRadius(value) {
17569
- this.elementRef.nativeElement['borderRadius'] = value;
17570
- }
17571
- get borderRadius() {
17572
- return this.elementRef.nativeElement['borderRadius'];
17573
- }
17574
- set noBorderRadius(value) {
17575
- this.elementRef.nativeElement['noBorderRadius'] = value;
17576
- }
17577
- get noBorderRadius() {
17578
- return this.elementRef.nativeElement['noBorderRadius'];
17579
- }
17580
- set noBorderRadiusMobile(value) {
17581
- this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
17582
- }
17583
- get noBorderRadiusMobile() {
17584
- return this.elementRef.nativeElement['noBorderRadiusMobile'];
17585
- }
17586
- set noBorderRadiusTablet(value) {
17587
- this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
17588
- }
17589
- get noBorderRadiusTablet() {
17590
- return this.elementRef.nativeElement['noBorderRadiusTablet'];
17591
- }
17592
- set noBorderRadiusLaptop(value) {
17593
- this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
17594
- }
17595
- get noBorderRadiusLaptop() {
17596
- return this.elementRef.nativeElement['noBorderRadiusLaptop'];
17597
- }
17598
- set width(value) {
17599
- this.elementRef.nativeElement['width'] = value;
17600
- }
17601
- get width() {
17602
- return this.elementRef.nativeElement['width'];
17603
- }
17604
- set widthMobile(value) {
17605
- this.elementRef.nativeElement['widthMobile'] = value;
17476
+ set state(value) {
17477
+ this.elementRef.nativeElement['state'] = value;
17606
17478
  }
17607
- get widthMobile() {
17608
- return this.elementRef.nativeElement['widthMobile'];
17479
+ get state() {
17480
+ return this.elementRef.nativeElement['state'];
17609
17481
  }
17610
- set widthTablet(value) {
17611
- this.elementRef.nativeElement['widthTablet'] = value;
17482
+ set extended(value) {
17483
+ this.elementRef.nativeElement['extended'] = value;
17612
17484
  }
17613
- get widthTablet() {
17614
- return this.elementRef.nativeElement['widthTablet'];
17485
+ get extended() {
17486
+ return this.elementRef.nativeElement['extended'];
17615
17487
  }
17616
- set widthLaptop(value) {
17617
- this.elementRef.nativeElement['widthLaptop'] = value;
17488
+ set extendedMobile(value) {
17489
+ this.elementRef.nativeElement['extendedMobile'] = value;
17618
17490
  }
17619
- get widthLaptop() {
17620
- return this.elementRef.nativeElement['widthLaptop'];
17491
+ get extendedMobile() {
17492
+ return this.elementRef.nativeElement['extendedMobile'];
17621
17493
  }
17622
- set widthDesktop(value) {
17623
- this.elementRef.nativeElement['widthDesktop'] = value;
17494
+ set extendedTablet(value) {
17495
+ this.elementRef.nativeElement['extendedTablet'] = value;
17624
17496
  }
17625
- get widthDesktop() {
17626
- return this.elementRef.nativeElement['widthDesktop'];
17497
+ get extendedTablet() {
17498
+ return this.elementRef.nativeElement['extendedTablet'];
17627
17499
  }
17628
- set cover(value) {
17629
- this.elementRef.nativeElement['cover'] = value;
17500
+ set extendedLaptop(value) {
17501
+ this.elementRef.nativeElement['extendedLaptop'] = value;
17630
17502
  }
17631
- get cover() {
17632
- return this.elementRef.nativeElement['cover'];
17503
+ get extendedLaptop() {
17504
+ return this.elementRef.nativeElement['extendedLaptop'];
17633
17505
  }
17634
- set disabled(value) {
17635
- this.elementRef.nativeElement['disabled'] = value;
17506
+ set extendedDesktop(value) {
17507
+ this.elementRef.nativeElement['extendedDesktop'] = value;
17636
17508
  }
17637
- get disabled() {
17638
- return this.elementRef.nativeElement['disabled'];
17509
+ get extendedDesktop() {
17510
+ return this.elementRef.nativeElement['extendedDesktop'];
17639
17511
  }
17640
17512
  set grow(value) {
17641
17513
  this.elementRef.nativeElement['grow'] = value;
@@ -17919,56 +17791,37 @@ class PxPicture {
17919
17791
  get stickyBottom() {
17920
17792
  return this.elementRef.nativeElement['stickyBottom'];
17921
17793
  }
17794
+ event = new EventEmitter();
17922
17795
  constructor(elementRef) {
17923
17796
  this.elementRef = elementRef;
17797
+ this.elementRef.nativeElement.addEventListener('event', (e) => {
17798
+ this.event.emit(e.detail);
17799
+ });
17924
17800
  }
17925
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17926
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPicture, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
17801
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17802
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelect, selector: "px-select", 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 });
17927
17803
  }
17928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
17804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
17929
17805
  type: Directive,
17930
17806
  args: [{
17931
- selector: 'px-picture',
17807
+ selector: 'px-select',
17932
17808
  }]
17933
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
17934
- type: Input
17935
- }], alt: [{
17936
- type: Input
17937
- }], src: [{
17809
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
17938
17810
  type: Input
17939
- }], borderRadius: [{
17940
- type: Input,
17941
- args: ['border-radius']
17942
- }], noBorderRadius: [{
17943
- type: Input,
17944
- args: ['no-border-radius']
17945
- }], noBorderRadiusMobile: [{
17946
- type: Input,
17947
- args: ['no-border-radius--mobile']
17948
- }], noBorderRadiusTablet: [{
17949
- type: Input,
17950
- args: ['no-border-radius--tablet']
17951
- }], noBorderRadiusLaptop: [{
17952
- type: Input,
17953
- args: ['no-border-radius--laptop']
17954
- }], width: [{
17811
+ }], extended: [{
17955
17812
  type: Input
17956
- }], widthMobile: [{
17813
+ }], extendedMobile: [{
17957
17814
  type: Input,
17958
- args: ['width--mobile']
17959
- }], widthTablet: [{
17815
+ args: ['extended--mobile']
17816
+ }], extendedTablet: [{
17960
17817
  type: Input,
17961
- args: ['width--tablet']
17962
- }], widthLaptop: [{
17818
+ args: ['extended--tablet']
17819
+ }], extendedLaptop: [{
17963
17820
  type: Input,
17964
- args: ['width--laptop']
17965
- }], widthDesktop: [{
17821
+ args: ['extended--laptop']
17822
+ }], extendedDesktop: [{
17966
17823
  type: Input,
17967
- args: ['width--desktop']
17968
- }], cover: [{
17969
- type: Input
17970
- }], disabled: [{
17971
- type: Input
17824
+ args: ['extended--desktop']
17972
17825
  }], grow: [{
17973
17826
  type: Input
17974
17827
  }], growMobile: [{
@@ -18105,11 +17958,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
18105
17958
  }], stickyBottom: [{
18106
17959
  type: Input,
18107
17960
  args: ['sticky-bottom']
17961
+ }], event: [{
17962
+ type: Output
18108
17963
  }] } });
18109
17964
  /**
18110
- * @description Type-only wrapper for <px-input>
17965
+ * @description Type-only wrapper for <px-textarea>
18111
17966
  */
18112
- class PxInput {
17967
+ class PxTextarea {
18113
17968
  elementRef;
18114
17969
  set state(value) {
18115
17970
  this.elementRef.nativeElement['state'] = value;
@@ -18436,13 +18291,13 @@ class PxInput {
18436
18291
  this.event.emit(e.detail);
18437
18292
  });
18438
18293
  }
18439
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18440
- 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 });
18294
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18295
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTextarea, selector: "px-textarea", 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 });
18441
18296
  }
18442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
18297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
18443
18298
  type: Directive,
18444
18299
  args: [{
18445
- selector: 'px-input',
18300
+ selector: 'px-textarea',
18446
18301
  }]
18447
18302
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
18448
18303
  type: Input
@@ -18600,9 +18455,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
18600
18455
  type: Output
18601
18456
  }] } });
18602
18457
  /**
18603
- * @description Type-only wrapper for <px-select>
18458
+ * @description Type-only wrapper for <px-fileupload>
18604
18459
  */
18605
- class PxSelect {
18460
+ class PxFileupload {
18606
18461
  elementRef;
18607
18462
  set state(value) {
18608
18463
  this.elementRef.nativeElement['state'] = value;
@@ -18929,13 +18784,13 @@ class PxSelect {
18929
18784
  this.event.emit(e.detail);
18930
18785
  });
18931
18786
  }
18932
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18933
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelect, selector: "px-select", 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 });
18787
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18788
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFileupload, selector: "px-fileupload", 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 });
18934
18789
  }
18935
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
18790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
18936
18791
  type: Directive,
18937
18792
  args: [{
18938
- selector: 'px-select',
18793
+ selector: 'px-fileupload',
18939
18794
  }]
18940
18795
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
18941
18796
  type: Input
@@ -19093,45 +18948,102 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
19093
18948
  type: Output
19094
18949
  }] } });
19095
18950
  /**
19096
- * @description Type-only wrapper for <px-textarea>
18951
+ * @description Type-only wrapper for <px-img>
19097
18952
  */
19098
- class PxTextarea {
18953
+ class PxImg {
19099
18954
  elementRef;
19100
- set state(value) {
19101
- this.elementRef.nativeElement['state'] = value;
18955
+ /** The URL of the image. */
18956
+ set src(value) {
18957
+ this.elementRef.nativeElement['src'] = value;
19102
18958
  }
19103
- get state() {
19104
- return this.elementRef.nativeElement['state'];
18959
+ get src() {
18960
+ return this.elementRef.nativeElement['src'];
19105
18961
  }
19106
- set extended(value) {
19107
- this.elementRef.nativeElement['extended'] = value;
18962
+ /** The alternative text for the image. */
18963
+ set alt(value) {
18964
+ this.elementRef.nativeElement['alt'] = value;
19108
18965
  }
19109
- get extended() {
19110
- return this.elementRef.nativeElement['extended'];
18966
+ get alt() {
18967
+ return this.elementRef.nativeElement['alt'];
19111
18968
  }
19112
- set extendedMobile(value) {
19113
- this.elementRef.nativeElement['extendedMobile'] = value;
18969
+ /** The loading strategy for the image ('lazy' or 'eager'). */
18970
+ set loading(value) {
18971
+ this.elementRef.nativeElement['loading'] = value;
18972
+ }
18973
+ get loading() {
18974
+ return this.elementRef.nativeElement['loading'];
18975
+ }
18976
+ set borderRadius(value) {
18977
+ this.elementRef.nativeElement['borderRadius'] = value;
18978
+ }
18979
+ get borderRadius() {
18980
+ return this.elementRef.nativeElement['borderRadius'];
18981
+ }
18982
+ set noBorderRadius(value) {
18983
+ this.elementRef.nativeElement['noBorderRadius'] = value;
18984
+ }
18985
+ get noBorderRadius() {
18986
+ return this.elementRef.nativeElement['noBorderRadius'];
18987
+ }
18988
+ set noBorderRadiusMobile(value) {
18989
+ this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
18990
+ }
18991
+ get noBorderRadiusMobile() {
18992
+ return this.elementRef.nativeElement['noBorderRadiusMobile'];
18993
+ }
18994
+ set noBorderRadiusTablet(value) {
18995
+ this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
18996
+ }
18997
+ get noBorderRadiusTablet() {
18998
+ return this.elementRef.nativeElement['noBorderRadiusTablet'];
18999
+ }
19000
+ set noBorderRadiusLaptop(value) {
19001
+ this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
19002
+ }
19003
+ get noBorderRadiusLaptop() {
19004
+ return this.elementRef.nativeElement['noBorderRadiusLaptop'];
19005
+ }
19006
+ set width(value) {
19007
+ this.elementRef.nativeElement['width'] = value;
19008
+ }
19009
+ get width() {
19010
+ return this.elementRef.nativeElement['width'];
19011
+ }
19012
+ set widthMobile(value) {
19013
+ this.elementRef.nativeElement['widthMobile'] = value;
19014
+ }
19015
+ get widthMobile() {
19016
+ return this.elementRef.nativeElement['widthMobile'];
19017
+ }
19018
+ set widthTablet(value) {
19019
+ this.elementRef.nativeElement['widthTablet'] = value;
19020
+ }
19021
+ get widthTablet() {
19022
+ return this.elementRef.nativeElement['widthTablet'];
19023
+ }
19024
+ set widthLaptop(value) {
19025
+ this.elementRef.nativeElement['widthLaptop'] = value;
19114
19026
  }
19115
- get extendedMobile() {
19116
- return this.elementRef.nativeElement['extendedMobile'];
19027
+ get widthLaptop() {
19028
+ return this.elementRef.nativeElement['widthLaptop'];
19117
19029
  }
19118
- set extendedTablet(value) {
19119
- this.elementRef.nativeElement['extendedTablet'] = value;
19030
+ set widthDesktop(value) {
19031
+ this.elementRef.nativeElement['widthDesktop'] = value;
19120
19032
  }
19121
- get extendedTablet() {
19122
- return this.elementRef.nativeElement['extendedTablet'];
19033
+ get widthDesktop() {
19034
+ return this.elementRef.nativeElement['widthDesktop'];
19123
19035
  }
19124
- set extendedLaptop(value) {
19125
- this.elementRef.nativeElement['extendedLaptop'] = value;
19036
+ set cover(value) {
19037
+ this.elementRef.nativeElement['cover'] = value;
19126
19038
  }
19127
- get extendedLaptop() {
19128
- return this.elementRef.nativeElement['extendedLaptop'];
19039
+ get cover() {
19040
+ return this.elementRef.nativeElement['cover'];
19129
19041
  }
19130
- set extendedDesktop(value) {
19131
- this.elementRef.nativeElement['extendedDesktop'] = value;
19042
+ set disabled(value) {
19043
+ this.elementRef.nativeElement['disabled'] = value;
19132
19044
  }
19133
- get extendedDesktop() {
19134
- return this.elementRef.nativeElement['extendedDesktop'];
19045
+ get disabled() {
19046
+ return this.elementRef.nativeElement['disabled'];
19135
19047
  }
19136
19048
  set grow(value) {
19137
19049
  this.elementRef.nativeElement['grow'] = value;
@@ -19415,37 +19327,56 @@ class PxTextarea {
19415
19327
  get stickyBottom() {
19416
19328
  return this.elementRef.nativeElement['stickyBottom'];
19417
19329
  }
19418
- event = new EventEmitter();
19419
19330
  constructor(elementRef) {
19420
19331
  this.elementRef = elementRef;
19421
- this.elementRef.nativeElement.addEventListener('event', (e) => {
19422
- this.event.emit(e.detail);
19423
- });
19424
19332
  }
19425
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19426
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTextarea, selector: "px-textarea", 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 });
19333
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19334
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxImg, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
19427
19335
  }
19428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
19336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
19429
19337
  type: Directive,
19430
19338
  args: [{
19431
- selector: 'px-textarea',
19339
+ selector: 'px-img',
19432
19340
  }]
19433
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
19341
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
19434
19342
  type: Input
19435
- }], extended: [{
19343
+ }], alt: [{
19436
19344
  type: Input
19437
- }], extendedMobile: [{
19345
+ }], loading: [{
19346
+ type: Input
19347
+ }], borderRadius: [{
19438
19348
  type: Input,
19439
- args: ['extended--mobile']
19440
- }], extendedTablet: [{
19349
+ args: ['border-radius']
19350
+ }], noBorderRadius: [{
19441
19351
  type: Input,
19442
- args: ['extended--tablet']
19443
- }], extendedLaptop: [{
19352
+ args: ['no-border-radius']
19353
+ }], noBorderRadiusMobile: [{
19444
19354
  type: Input,
19445
- args: ['extended--laptop']
19446
- }], extendedDesktop: [{
19355
+ args: ['no-border-radius--mobile']
19356
+ }], noBorderRadiusTablet: [{
19447
19357
  type: Input,
19448
- args: ['extended--desktop']
19358
+ args: ['no-border-radius--tablet']
19359
+ }], noBorderRadiusLaptop: [{
19360
+ type: Input,
19361
+ args: ['no-border-radius--laptop']
19362
+ }], width: [{
19363
+ type: Input
19364
+ }], widthMobile: [{
19365
+ type: Input,
19366
+ args: ['width--mobile']
19367
+ }], widthTablet: [{
19368
+ type: Input,
19369
+ args: ['width--tablet']
19370
+ }], widthLaptop: [{
19371
+ type: Input,
19372
+ args: ['width--laptop']
19373
+ }], widthDesktop: [{
19374
+ type: Input,
19375
+ args: ['width--desktop']
19376
+ }], cover: [{
19377
+ type: Input
19378
+ }], disabled: [{
19379
+ type: Input
19449
19380
  }], grow: [{
19450
19381
  type: Input
19451
19382
  }], growMobile: [{
@@ -19582,49 +19513,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
19582
19513
  }], stickyBottom: [{
19583
19514
  type: Input,
19584
19515
  args: ['sticky-bottom']
19585
- }], event: [{
19586
- type: Output
19587
19516
  }] } });
19588
19517
  /**
19589
- * @description Type-only wrapper for <px-fileupload>
19518
+ * @description Type-only wrapper for <px-picture>
19590
19519
  */
19591
- class PxFileupload {
19520
+ class PxPicture {
19592
19521
  elementRef;
19593
- set state(value) {
19594
- this.elementRef.nativeElement['state'] = value;
19522
+ set loading(value) {
19523
+ this.elementRef.nativeElement['loading'] = value;
19595
19524
  }
19596
- get state() {
19597
- return this.elementRef.nativeElement['state'];
19525
+ get loading() {
19526
+ return this.elementRef.nativeElement['loading'];
19598
19527
  }
19599
- set extended(value) {
19600
- this.elementRef.nativeElement['extended'] = value;
19528
+ set alt(value) {
19529
+ this.elementRef.nativeElement['alt'] = value;
19601
19530
  }
19602
- get extended() {
19603
- return this.elementRef.nativeElement['extended'];
19531
+ get alt() {
19532
+ return this.elementRef.nativeElement['alt'];
19604
19533
  }
19605
- set extendedMobile(value) {
19606
- this.elementRef.nativeElement['extendedMobile'] = value;
19534
+ set src(value) {
19535
+ this.elementRef.nativeElement['src'] = value;
19607
19536
  }
19608
- get extendedMobile() {
19609
- return this.elementRef.nativeElement['extendedMobile'];
19537
+ get src() {
19538
+ return this.elementRef.nativeElement['src'];
19610
19539
  }
19611
- set extendedTablet(value) {
19612
- this.elementRef.nativeElement['extendedTablet'] = value;
19540
+ set borderRadius(value) {
19541
+ this.elementRef.nativeElement['borderRadius'] = value;
19613
19542
  }
19614
- get extendedTablet() {
19615
- return this.elementRef.nativeElement['extendedTablet'];
19543
+ get borderRadius() {
19544
+ return this.elementRef.nativeElement['borderRadius'];
19616
19545
  }
19617
- set extendedLaptop(value) {
19618
- this.elementRef.nativeElement['extendedLaptop'] = value;
19546
+ set noBorderRadius(value) {
19547
+ this.elementRef.nativeElement['noBorderRadius'] = value;
19619
19548
  }
19620
- get extendedLaptop() {
19621
- return this.elementRef.nativeElement['extendedLaptop'];
19549
+ get noBorderRadius() {
19550
+ return this.elementRef.nativeElement['noBorderRadius'];
19622
19551
  }
19623
- set extendedDesktop(value) {
19624
- this.elementRef.nativeElement['extendedDesktop'] = value;
19552
+ set noBorderRadiusMobile(value) {
19553
+ this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
19625
19554
  }
19626
- get extendedDesktop() {
19627
- return this.elementRef.nativeElement['extendedDesktop'];
19555
+ get noBorderRadiusMobile() {
19556
+ return this.elementRef.nativeElement['noBorderRadiusMobile'];
19557
+ }
19558
+ set noBorderRadiusTablet(value) {
19559
+ this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
19560
+ }
19561
+ get noBorderRadiusTablet() {
19562
+ return this.elementRef.nativeElement['noBorderRadiusTablet'];
19563
+ }
19564
+ set noBorderRadiusLaptop(value) {
19565
+ this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
19566
+ }
19567
+ get noBorderRadiusLaptop() {
19568
+ return this.elementRef.nativeElement['noBorderRadiusLaptop'];
19569
+ }
19570
+ set width(value) {
19571
+ this.elementRef.nativeElement['width'] = value;
19572
+ }
19573
+ get width() {
19574
+ return this.elementRef.nativeElement['width'];
19575
+ }
19576
+ set widthMobile(value) {
19577
+ this.elementRef.nativeElement['widthMobile'] = value;
19578
+ }
19579
+ get widthMobile() {
19580
+ return this.elementRef.nativeElement['widthMobile'];
19581
+ }
19582
+ set widthTablet(value) {
19583
+ this.elementRef.nativeElement['widthTablet'] = value;
19584
+ }
19585
+ get widthTablet() {
19586
+ return this.elementRef.nativeElement['widthTablet'];
19587
+ }
19588
+ set widthLaptop(value) {
19589
+ this.elementRef.nativeElement['widthLaptop'] = value;
19590
+ }
19591
+ get widthLaptop() {
19592
+ return this.elementRef.nativeElement['widthLaptop'];
19593
+ }
19594
+ set widthDesktop(value) {
19595
+ this.elementRef.nativeElement['widthDesktop'] = value;
19596
+ }
19597
+ get widthDesktop() {
19598
+ return this.elementRef.nativeElement['widthDesktop'];
19599
+ }
19600
+ set cover(value) {
19601
+ this.elementRef.nativeElement['cover'] = value;
19602
+ }
19603
+ get cover() {
19604
+ return this.elementRef.nativeElement['cover'];
19605
+ }
19606
+ set disabled(value) {
19607
+ this.elementRef.nativeElement['disabled'] = value;
19608
+ }
19609
+ get disabled() {
19610
+ return this.elementRef.nativeElement['disabled'];
19628
19611
  }
19629
19612
  set grow(value) {
19630
19613
  this.elementRef.nativeElement['grow'] = value;
@@ -19908,37 +19891,56 @@ class PxFileupload {
19908
19891
  get stickyBottom() {
19909
19892
  return this.elementRef.nativeElement['stickyBottom'];
19910
19893
  }
19911
- event = new EventEmitter();
19912
19894
  constructor(elementRef) {
19913
19895
  this.elementRef = elementRef;
19914
- this.elementRef.nativeElement.addEventListener('event', (e) => {
19915
- this.event.emit(e.detail);
19916
- });
19917
19896
  }
19918
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19919
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFileupload, selector: "px-fileupload", 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 });
19897
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19898
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPicture, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
19920
19899
  }
19921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
19900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
19922
19901
  type: Directive,
19923
19902
  args: [{
19924
- selector: 'px-fileupload',
19903
+ selector: 'px-picture',
19925
19904
  }]
19926
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
19905
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
19927
19906
  type: Input
19928
- }], extended: [{
19907
+ }], alt: [{
19929
19908
  type: Input
19930
- }], extendedMobile: [{
19909
+ }], src: [{
19910
+ type: Input
19911
+ }], borderRadius: [{
19931
19912
  type: Input,
19932
- args: ['extended--mobile']
19933
- }], extendedTablet: [{
19913
+ args: ['border-radius']
19914
+ }], noBorderRadius: [{
19934
19915
  type: Input,
19935
- args: ['extended--tablet']
19936
- }], extendedLaptop: [{
19916
+ args: ['no-border-radius']
19917
+ }], noBorderRadiusMobile: [{
19937
19918
  type: Input,
19938
- args: ['extended--laptop']
19939
- }], extendedDesktop: [{
19919
+ args: ['no-border-radius--mobile']
19920
+ }], noBorderRadiusTablet: [{
19940
19921
  type: Input,
19941
- args: ['extended--desktop']
19922
+ args: ['no-border-radius--tablet']
19923
+ }], noBorderRadiusLaptop: [{
19924
+ type: Input,
19925
+ args: ['no-border-radius--laptop']
19926
+ }], width: [{
19927
+ type: Input
19928
+ }], widthMobile: [{
19929
+ type: Input,
19930
+ args: ['width--mobile']
19931
+ }], widthTablet: [{
19932
+ type: Input,
19933
+ args: ['width--tablet']
19934
+ }], widthLaptop: [{
19935
+ type: Input,
19936
+ args: ['width--laptop']
19937
+ }], widthDesktop: [{
19938
+ type: Input,
19939
+ args: ['width--desktop']
19940
+ }], cover: [{
19941
+ type: Input
19942
+ }], disabled: [{
19943
+ type: Input
19942
19944
  }], grow: [{
19943
19945
  type: Input
19944
19946
  }], growMobile: [{
@@ -20075,8 +20077,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
20075
20077
  }], stickyBottom: [{
20076
20078
  type: Input,
20077
20079
  args: ['sticky-bottom']
20078
- }], event: [{
20079
- type: Output
20080
20080
  }] } });
20081
20081
  /**
20082
20082
  * @description Type-only wrapper for <px-page>
@@ -37907,7 +37907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37907
37907
  }] } });
37908
37908
  class Lavender {
37909
37909
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37910
- 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] });
37910
+ 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, PxInput, PxSelect, PxTextarea, PxFileupload, PxImg, PxPicture, 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, PxInput, PxSelect, PxTextarea, PxFileupload, PxImg, PxPicture, 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] });
37911
37911
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
37912
37912
  }
37913
37913
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -37950,12 +37950,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37950
37950
  PxH5,
37951
37951
  PxH6,
37952
37952
  PxHeadingGroup,
37953
- PxImg,
37954
- PxPicture,
37955
37953
  PxInput,
37956
37954
  PxSelect,
37957
37955
  PxTextarea,
37958
37956
  PxFileupload,
37957
+ PxImg,
37958
+ PxPicture,
37959
37959
  PxPage,
37960
37960
  PxSpacer,
37961
37961
  PxStack,
@@ -38052,12 +38052,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
38052
38052
  PxH5,
38053
38053
  PxH6,
38054
38054
  PxHeadingGroup,
38055
- PxImg,
38056
- PxPicture,
38057
38055
  PxInput,
38058
38056
  PxSelect,
38059
38057
  PxTextarea,
38060
38058
  PxFileupload,
38059
+ PxImg,
38060
+ PxPicture,
38061
38061
  PxPage,
38062
38062
  PxSpacer,
38063
38063
  PxStack,