@proximus/lavender-angular 1.4.15-alpha.16 → 1.4.15-alpha.18

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.
@@ -2888,134 +2888,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
2888
2888
  args: ['word-break-all--desktop']
2889
2889
  }] } });
2890
2890
  /**
2891
- * @description Type-only wrapper for <px-button>
2891
+ * @description Type-only wrapper for <px-breadcrumb-item>
2892
2892
  */
2893
- class PxButton {
2893
+ class PxBreadcrumbItem {
2894
2894
  elementRef;
2895
- set variant(value) {
2896
- this.elementRef.nativeElement['variant'] = value;
2897
- }
2898
- get variant() {
2899
- return this.elementRef.nativeElement['variant'];
2900
- }
2901
- set state(value) {
2902
- this.elementRef.nativeElement['state'] = value;
2903
- }
2904
- get state() {
2905
- return this.elementRef.nativeElement['state'];
2906
- }
2907
- set loading(value) {
2908
- this.elementRef.nativeElement['loading'] = value;
2909
- }
2910
- get loading() {
2911
- return this.elementRef.nativeElement['loading'];
2912
- }
2913
- set shape(value) {
2914
- this.elementRef.nativeElement['shape'] = value;
2915
- }
2916
- get shape() {
2917
- return this.elementRef.nativeElement['shape'];
2918
- }
2919
- set shapeMobile(value) {
2920
- this.elementRef.nativeElement['shapeMobile'] = value;
2921
- }
2922
- get shapeMobile() {
2923
- return this.elementRef.nativeElement['shapeMobile'];
2924
- }
2925
- set shapeTablet(value) {
2926
- this.elementRef.nativeElement['shapeTablet'] = value;
2927
- }
2928
- get shapeTablet() {
2929
- return this.elementRef.nativeElement['shapeTablet'];
2930
- }
2931
- set shapeLaptop(value) {
2932
- this.elementRef.nativeElement['shapeLaptop'] = value;
2933
- }
2934
- get shapeLaptop() {
2935
- return this.elementRef.nativeElement['shapeLaptop'];
2936
- }
2937
- set shapeDesktop(value) {
2938
- this.elementRef.nativeElement['shapeDesktop'] = value;
2939
- }
2940
- get shapeDesktop() {
2941
- return this.elementRef.nativeElement['shapeDesktop'];
2942
- }
2943
2895
  set inverted(value) {
2944
2896
  this.elementRef.nativeElement['inverted'] = value;
2945
2897
  }
2946
2898
  get inverted() {
2947
2899
  return this.elementRef.nativeElement['inverted'];
2948
2900
  }
2949
- set ariaExpanded(value) {
2950
- this.elementRef.nativeElement['ariaExpanded'] = value;
2951
- }
2952
- get ariaExpanded() {
2953
- return this.elementRef.nativeElement['ariaExpanded'];
2954
- }
2955
- set extended(value) {
2956
- this.elementRef.nativeElement['extended'] = value;
2957
- }
2958
- get extended() {
2959
- return this.elementRef.nativeElement['extended'];
2960
- }
2961
- set extendedMobile(value) {
2962
- this.elementRef.nativeElement['extendedMobile'] = value;
2963
- }
2964
- get extendedMobile() {
2965
- return this.elementRef.nativeElement['extendedMobile'];
2966
- }
2967
- set extendedTablet(value) {
2968
- this.elementRef.nativeElement['extendedTablet'] = value;
2969
- }
2970
- get extendedTablet() {
2971
- return this.elementRef.nativeElement['extendedTablet'];
2972
- }
2973
- set extendedLaptop(value) {
2974
- this.elementRef.nativeElement['extendedLaptop'] = value;
2975
- }
2976
- get extendedLaptop() {
2977
- return this.elementRef.nativeElement['extendedLaptop'];
2978
- }
2979
- set extendedDesktop(value) {
2980
- this.elementRef.nativeElement['extendedDesktop'] = value;
2981
- }
2982
- get extendedDesktop() {
2983
- return this.elementRef.nativeElement['extendedDesktop'];
2984
- }
2985
- set size(value) {
2986
- this.elementRef.nativeElement['size'] = value;
2987
- }
2988
- get size() {
2989
- return this.elementRef.nativeElement['size'];
2990
- }
2991
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
2992
- set name(value) {
2993
- this.elementRef.nativeElement['name'] = value;
2994
- }
2995
- get name() {
2996
- return this.elementRef.nativeElement['name'];
2997
- }
2998
- /** The value associated with the button's name when it's submitted with a form. */
2999
- set value(value) {
3000
- this.elementRef.nativeElement['value'] = value;
3001
- }
3002
- get value() {
3003
- return this.elementRef.nativeElement['value'];
3004
- }
3005
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
3006
- set type(value) {
3007
- this.elementRef.nativeElement['type'] = value;
3008
- }
3009
- get type() {
3010
- return this.elementRef.nativeElement['type'];
3011
- }
3012
- /** Whether the button is disabled. */
3013
- set disabled(value) {
3014
- this.elementRef.nativeElement['disabled'] = value;
3015
- }
3016
- get disabled() {
3017
- return this.elementRef.nativeElement['disabled'];
3018
- }
3019
2901
  set grow(value) {
3020
2902
  this.elementRef.nativeElement['grow'] = value;
3021
2903
  }
@@ -3328,66 +3210,23 @@ class PxButton {
3328
3210
  get wordBreakAllDesktop() {
3329
3211
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
3330
3212
  }
3213
+ BREADCRUMB_ITEM_CONNECTED_EVENT = new EventEmitter();
3331
3214
  constructor(elementRef) {
3332
3215
  this.elementRef = elementRef;
3216
+ this.elementRef.nativeElement.addEventListener('BREADCRUMB_ITEM_CONNECTED_EVENT', (e) => {
3217
+ this.BREADCRUMB_ITEM_CONNECTED_EVENT.emit(e.detail);
3218
+ });
3333
3219
  }
3334
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3335
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButton, isStandalone: true, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
3220
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3221
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumbItem, isStandalone: true, selector: "px-breadcrumb-item", inputs: { 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"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { BREADCRUMB_ITEM_CONNECTED_EVENT: "BREADCRUMB_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
3336
3222
  }
3337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, decorators: [{
3223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, decorators: [{
3338
3224
  type: Directive,
3339
3225
  args: [{
3340
- selector: 'px-button',
3226
+ selector: 'px-breadcrumb-item',
3341
3227
  standalone: true,
3342
3228
  }]
3343
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
3344
- type: Input
3345
- }], state: [{
3346
- type: Input
3347
- }], loading: [{
3348
- type: Input
3349
- }], shape: [{
3350
- type: Input
3351
- }], shapeMobile: [{
3352
- type: Input,
3353
- args: ['shape--mobile']
3354
- }], shapeTablet: [{
3355
- type: Input,
3356
- args: ['shape--tablet']
3357
- }], shapeLaptop: [{
3358
- type: Input,
3359
- args: ['shape--laptop']
3360
- }], shapeDesktop: [{
3361
- type: Input,
3362
- args: ['shape--desktop']
3363
- }], inverted: [{
3364
- type: Input
3365
- }], ariaExpanded: [{
3366
- type: Input,
3367
- args: ['aria-expanded']
3368
- }], extended: [{
3369
- type: Input
3370
- }], extendedMobile: [{
3371
- type: Input,
3372
- args: ['extended--mobile']
3373
- }], extendedTablet: [{
3374
- type: Input,
3375
- args: ['extended--tablet']
3376
- }], extendedLaptop: [{
3377
- type: Input,
3378
- args: ['extended--laptop']
3379
- }], extendedDesktop: [{
3380
- type: Input,
3381
- args: ['extended--desktop']
3382
- }], size: [{
3383
- type: Input
3384
- }], name: [{
3385
- type: Input
3386
- }], value: [{
3387
- type: Input
3388
- }], type: [{
3389
- type: Input
3390
- }], disabled: [{
3229
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
3391
3230
  type: Input
3392
3231
  }], grow: [{
3393
3232
  type: Input
@@ -3540,135 +3379,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
3540
3379
  }], wordBreakAllDesktop: [{
3541
3380
  type: Input,
3542
3381
  args: ['word-break-all--desktop']
3382
+ }], BREADCRUMB_ITEM_CONNECTED_EVENT: [{
3383
+ type: Output
3543
3384
  }] } });
3544
3385
  /**
3545
- * @description Type-only wrapper for <px-button-wrapper>
3386
+ * @description Type-only wrapper for <px-breadcrumb>
3546
3387
  */
3547
- class PxButtonWrapper {
3388
+ class PxBreadcrumb {
3548
3389
  elementRef;
3549
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
3550
- set name(value) {
3551
- this.elementRef.nativeElement['name'] = value;
3552
- }
3553
- get name() {
3554
- return this.elementRef.nativeElement['name'];
3555
- }
3556
- /** The value associated with the button's name when it's submitted with a form. */
3557
- set value(value) {
3558
- this.elementRef.nativeElement['value'] = value;
3559
- }
3560
- get value() {
3561
- return this.elementRef.nativeElement['value'];
3562
- }
3563
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
3564
- set type(value) {
3565
- this.elementRef.nativeElement['type'] = value;
3566
- }
3567
- get type() {
3568
- return this.elementRef.nativeElement['type'];
3569
- }
3570
- /** Whether the button is disabled. */
3571
- set disabled(value) {
3572
- this.elementRef.nativeElement['disabled'] = value;
3573
- }
3574
- get disabled() {
3575
- return this.elementRef.nativeElement['disabled'];
3576
- }
3577
- set variant(value) {
3578
- this.elementRef.nativeElement['variant'] = value;
3579
- }
3580
- get variant() {
3581
- return this.elementRef.nativeElement['variant'];
3582
- }
3583
- set state(value) {
3584
- this.elementRef.nativeElement['state'] = value;
3585
- }
3586
- get state() {
3587
- return this.elementRef.nativeElement['state'];
3588
- }
3589
- set loading(value) {
3590
- this.elementRef.nativeElement['loading'] = value;
3591
- }
3592
- get loading() {
3593
- return this.elementRef.nativeElement['loading'];
3594
- }
3595
- set shape(value) {
3596
- this.elementRef.nativeElement['shape'] = value;
3597
- }
3598
- get shape() {
3599
- return this.elementRef.nativeElement['shape'];
3600
- }
3601
- set shapeMobile(value) {
3602
- this.elementRef.nativeElement['shapeMobile'] = value;
3603
- }
3604
- get shapeMobile() {
3605
- return this.elementRef.nativeElement['shapeMobile'];
3606
- }
3607
- set shapeTablet(value) {
3608
- this.elementRef.nativeElement['shapeTablet'] = value;
3609
- }
3610
- get shapeTablet() {
3611
- return this.elementRef.nativeElement['shapeTablet'];
3612
- }
3613
- set shapeLaptop(value) {
3614
- this.elementRef.nativeElement['shapeLaptop'] = value;
3615
- }
3616
- get shapeLaptop() {
3617
- return this.elementRef.nativeElement['shapeLaptop'];
3618
- }
3619
- set shapeDesktop(value) {
3620
- this.elementRef.nativeElement['shapeDesktop'] = value;
3621
- }
3622
- get shapeDesktop() {
3623
- return this.elementRef.nativeElement['shapeDesktop'];
3624
- }
3625
3390
  set inverted(value) {
3626
3391
  this.elementRef.nativeElement['inverted'] = value;
3627
3392
  }
3628
3393
  get inverted() {
3629
3394
  return this.elementRef.nativeElement['inverted'];
3630
3395
  }
3631
- set ariaExpanded(value) {
3632
- this.elementRef.nativeElement['ariaExpanded'] = value;
3633
- }
3634
- get ariaExpanded() {
3635
- return this.elementRef.nativeElement['ariaExpanded'];
3636
- }
3637
- set extended(value) {
3638
- this.elementRef.nativeElement['extended'] = value;
3639
- }
3640
- get extended() {
3641
- return this.elementRef.nativeElement['extended'];
3642
- }
3643
- set extendedMobile(value) {
3644
- this.elementRef.nativeElement['extendedMobile'] = value;
3645
- }
3646
- get extendedMobile() {
3647
- return this.elementRef.nativeElement['extendedMobile'];
3648
- }
3649
- set extendedTablet(value) {
3650
- this.elementRef.nativeElement['extendedTablet'] = value;
3651
- }
3652
- get extendedTablet() {
3653
- return this.elementRef.nativeElement['extendedTablet'];
3654
- }
3655
- set extendedLaptop(value) {
3656
- this.elementRef.nativeElement['extendedLaptop'] = value;
3657
- }
3658
- get extendedLaptop() {
3659
- return this.elementRef.nativeElement['extendedLaptop'];
3660
- }
3661
- set extendedDesktop(value) {
3662
- this.elementRef.nativeElement['extendedDesktop'] = value;
3663
- }
3664
- get extendedDesktop() {
3665
- return this.elementRef.nativeElement['extendedDesktop'];
3666
- }
3667
- set size(value) {
3668
- this.elementRef.nativeElement['size'] = value;
3396
+ set ariaLabel(value) {
3397
+ this.elementRef.nativeElement['ariaLabel'] = value;
3669
3398
  }
3670
- get size() {
3671
- return this.elementRef.nativeElement['size'];
3399
+ get ariaLabel() {
3400
+ return this.elementRef.nativeElement['ariaLabel'];
3672
3401
  }
3673
3402
  set grow(value) {
3674
3403
  this.elementRef.nativeElement['grow'] = value;
@@ -3985,64 +3714,20 @@ class PxButtonWrapper {
3985
3714
  constructor(elementRef) {
3986
3715
  this.elementRef = elementRef;
3987
3716
  }
3988
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3989
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonWrapper, isStandalone: true, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
3717
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3718
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumb, isStandalone: true, selector: "px-breadcrumb", inputs: { inverted: "inverted", ariaLabel: ["aria-label", "ariaLabel"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
3990
3719
  }
3991
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, decorators: [{
3720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, decorators: [{
3992
3721
  type: Directive,
3993
3722
  args: [{
3994
- selector: 'px-button-wrapper',
3723
+ selector: 'px-breadcrumb',
3995
3724
  standalone: true,
3996
3725
  }]
3997
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
3998
- type: Input
3999
- }], value: [{
4000
- type: Input
4001
- }], type: [{
4002
- type: Input
4003
- }], disabled: [{
4004
- type: Input
4005
- }], variant: [{
4006
- type: Input
4007
- }], state: [{
4008
- type: Input
4009
- }], loading: [{
4010
- type: Input
4011
- }], shape: [{
4012
- type: Input
4013
- }], shapeMobile: [{
4014
- type: Input,
4015
- args: ['shape--mobile']
4016
- }], shapeTablet: [{
4017
- type: Input,
4018
- args: ['shape--tablet']
4019
- }], shapeLaptop: [{
4020
- type: Input,
4021
- args: ['shape--laptop']
4022
- }], shapeDesktop: [{
4023
- type: Input,
4024
- args: ['shape--desktop']
4025
- }], inverted: [{
4026
- type: Input
4027
- }], ariaExpanded: [{
4028
- type: Input,
4029
- args: ['aria-expanded']
4030
- }], extended: [{
3726
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
4031
3727
  type: Input
4032
- }], extendedMobile: [{
4033
- type: Input,
4034
- args: ['extended--mobile']
4035
- }], extendedTablet: [{
4036
- type: Input,
4037
- args: ['extended--tablet']
4038
- }], extendedLaptop: [{
4039
- type: Input,
4040
- args: ['extended--laptop']
4041
- }], extendedDesktop: [{
3728
+ }], ariaLabel: [{
4042
3729
  type: Input,
4043
- args: ['extended--desktop']
4044
- }], size: [{
4045
- type: Input
3730
+ args: ['aria-label']
4046
3731
  }], grow: [{
4047
3732
  type: Input
4048
3733
  }], growMobile: [{
@@ -4196,16 +3881,134 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
4196
3881
  args: ['word-break-all--desktop']
4197
3882
  }] } });
4198
3883
  /**
4199
- * @description Type-only wrapper for <px-breadcrumb-item>
3884
+ * @description Type-only wrapper for <px-button>
4200
3885
  */
4201
- class PxBreadcrumbItem {
3886
+ class PxButton {
4202
3887
  elementRef;
3888
+ set variant(value) {
3889
+ this.elementRef.nativeElement['variant'] = value;
3890
+ }
3891
+ get variant() {
3892
+ return this.elementRef.nativeElement['variant'];
3893
+ }
3894
+ set state(value) {
3895
+ this.elementRef.nativeElement['state'] = value;
3896
+ }
3897
+ get state() {
3898
+ return this.elementRef.nativeElement['state'];
3899
+ }
3900
+ set loading(value) {
3901
+ this.elementRef.nativeElement['loading'] = value;
3902
+ }
3903
+ get loading() {
3904
+ return this.elementRef.nativeElement['loading'];
3905
+ }
3906
+ set shape(value) {
3907
+ this.elementRef.nativeElement['shape'] = value;
3908
+ }
3909
+ get shape() {
3910
+ return this.elementRef.nativeElement['shape'];
3911
+ }
3912
+ set shapeMobile(value) {
3913
+ this.elementRef.nativeElement['shapeMobile'] = value;
3914
+ }
3915
+ get shapeMobile() {
3916
+ return this.elementRef.nativeElement['shapeMobile'];
3917
+ }
3918
+ set shapeTablet(value) {
3919
+ this.elementRef.nativeElement['shapeTablet'] = value;
3920
+ }
3921
+ get shapeTablet() {
3922
+ return this.elementRef.nativeElement['shapeTablet'];
3923
+ }
3924
+ set shapeLaptop(value) {
3925
+ this.elementRef.nativeElement['shapeLaptop'] = value;
3926
+ }
3927
+ get shapeLaptop() {
3928
+ return this.elementRef.nativeElement['shapeLaptop'];
3929
+ }
3930
+ set shapeDesktop(value) {
3931
+ this.elementRef.nativeElement['shapeDesktop'] = value;
3932
+ }
3933
+ get shapeDesktop() {
3934
+ return this.elementRef.nativeElement['shapeDesktop'];
3935
+ }
4203
3936
  set inverted(value) {
4204
3937
  this.elementRef.nativeElement['inverted'] = value;
4205
3938
  }
4206
3939
  get inverted() {
4207
3940
  return this.elementRef.nativeElement['inverted'];
4208
3941
  }
3942
+ set ariaExpanded(value) {
3943
+ this.elementRef.nativeElement['ariaExpanded'] = value;
3944
+ }
3945
+ get ariaExpanded() {
3946
+ return this.elementRef.nativeElement['ariaExpanded'];
3947
+ }
3948
+ set extended(value) {
3949
+ this.elementRef.nativeElement['extended'] = value;
3950
+ }
3951
+ get extended() {
3952
+ return this.elementRef.nativeElement['extended'];
3953
+ }
3954
+ set extendedMobile(value) {
3955
+ this.elementRef.nativeElement['extendedMobile'] = value;
3956
+ }
3957
+ get extendedMobile() {
3958
+ return this.elementRef.nativeElement['extendedMobile'];
3959
+ }
3960
+ set extendedTablet(value) {
3961
+ this.elementRef.nativeElement['extendedTablet'] = value;
3962
+ }
3963
+ get extendedTablet() {
3964
+ return this.elementRef.nativeElement['extendedTablet'];
3965
+ }
3966
+ set extendedLaptop(value) {
3967
+ this.elementRef.nativeElement['extendedLaptop'] = value;
3968
+ }
3969
+ get extendedLaptop() {
3970
+ return this.elementRef.nativeElement['extendedLaptop'];
3971
+ }
3972
+ set extendedDesktop(value) {
3973
+ this.elementRef.nativeElement['extendedDesktop'] = value;
3974
+ }
3975
+ get extendedDesktop() {
3976
+ return this.elementRef.nativeElement['extendedDesktop'];
3977
+ }
3978
+ set size(value) {
3979
+ this.elementRef.nativeElement['size'] = value;
3980
+ }
3981
+ get size() {
3982
+ return this.elementRef.nativeElement['size'];
3983
+ }
3984
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
3985
+ set name(value) {
3986
+ this.elementRef.nativeElement['name'] = value;
3987
+ }
3988
+ get name() {
3989
+ return this.elementRef.nativeElement['name'];
3990
+ }
3991
+ /** The value associated with the button's name when it's submitted with a form. */
3992
+ set value(value) {
3993
+ this.elementRef.nativeElement['value'] = value;
3994
+ }
3995
+ get value() {
3996
+ return this.elementRef.nativeElement['value'];
3997
+ }
3998
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
3999
+ set type(value) {
4000
+ this.elementRef.nativeElement['type'] = value;
4001
+ }
4002
+ get type() {
4003
+ return this.elementRef.nativeElement['type'];
4004
+ }
4005
+ /** Whether the button is disabled. */
4006
+ set disabled(value) {
4007
+ this.elementRef.nativeElement['disabled'] = value;
4008
+ }
4009
+ get disabled() {
4010
+ return this.elementRef.nativeElement['disabled'];
4011
+ }
4209
4012
  set grow(value) {
4210
4013
  this.elementRef.nativeElement['grow'] = value;
4211
4014
  }
@@ -4518,23 +4321,66 @@ class PxBreadcrumbItem {
4518
4321
  get wordBreakAllDesktop() {
4519
4322
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
4520
4323
  }
4521
- BREADCRUMB_ITEM_CONNECTED_EVENT = new EventEmitter();
4522
4324
  constructor(elementRef) {
4523
4325
  this.elementRef = elementRef;
4524
- this.elementRef.nativeElement.addEventListener('BREADCRUMB_ITEM_CONNECTED_EVENT', (e) => {
4525
- this.BREADCRUMB_ITEM_CONNECTED_EVENT.emit(e.detail);
4526
- });
4527
4326
  }
4528
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4529
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumbItem, isStandalone: true, selector: "px-breadcrumb-item", inputs: { 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"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { BREADCRUMB_ITEM_CONNECTED_EVENT: "BREADCRUMB_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
4327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4328
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButton, isStandalone: true, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", name: "name", value: "value", type: "type", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
4530
4329
  }
4531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, decorators: [{
4330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, decorators: [{
4532
4331
  type: Directive,
4533
4332
  args: [{
4534
- selector: 'px-breadcrumb-item',
4333
+ selector: 'px-button',
4535
4334
  standalone: true,
4536
4335
  }]
4537
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
4336
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
4337
+ type: Input
4338
+ }], state: [{
4339
+ type: Input
4340
+ }], loading: [{
4341
+ type: Input
4342
+ }], shape: [{
4343
+ type: Input
4344
+ }], shapeMobile: [{
4345
+ type: Input,
4346
+ args: ['shape--mobile']
4347
+ }], shapeTablet: [{
4348
+ type: Input,
4349
+ args: ['shape--tablet']
4350
+ }], shapeLaptop: [{
4351
+ type: Input,
4352
+ args: ['shape--laptop']
4353
+ }], shapeDesktop: [{
4354
+ type: Input,
4355
+ args: ['shape--desktop']
4356
+ }], inverted: [{
4357
+ type: Input
4358
+ }], ariaExpanded: [{
4359
+ type: Input,
4360
+ args: ['aria-expanded']
4361
+ }], extended: [{
4362
+ type: Input
4363
+ }], extendedMobile: [{
4364
+ type: Input,
4365
+ args: ['extended--mobile']
4366
+ }], extendedTablet: [{
4367
+ type: Input,
4368
+ args: ['extended--tablet']
4369
+ }], extendedLaptop: [{
4370
+ type: Input,
4371
+ args: ['extended--laptop']
4372
+ }], extendedDesktop: [{
4373
+ type: Input,
4374
+ args: ['extended--desktop']
4375
+ }], size: [{
4376
+ type: Input
4377
+ }], name: [{
4378
+ type: Input
4379
+ }], value: [{
4380
+ type: Input
4381
+ }], type: [{
4382
+ type: Input
4383
+ }], disabled: [{
4538
4384
  type: Input
4539
4385
  }], grow: [{
4540
4386
  type: Input
@@ -4687,25 +4533,135 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
4687
4533
  }], wordBreakAllDesktop: [{
4688
4534
  type: Input,
4689
4535
  args: ['word-break-all--desktop']
4690
- }], BREADCRUMB_ITEM_CONNECTED_EVENT: [{
4691
- type: Output
4692
4536
  }] } });
4693
4537
  /**
4694
- * @description Type-only wrapper for <px-breadcrumb>
4538
+ * @description Type-only wrapper for <px-button-wrapper>
4695
4539
  */
4696
- class PxBreadcrumb {
4540
+ class PxButtonWrapper {
4697
4541
  elementRef;
4542
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
4543
+ set name(value) {
4544
+ this.elementRef.nativeElement['name'] = value;
4545
+ }
4546
+ get name() {
4547
+ return this.elementRef.nativeElement['name'];
4548
+ }
4549
+ /** The value associated with the button's name when it's submitted with a form. */
4550
+ set value(value) {
4551
+ this.elementRef.nativeElement['value'] = value;
4552
+ }
4553
+ get value() {
4554
+ return this.elementRef.nativeElement['value'];
4555
+ }
4556
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
4557
+ set type(value) {
4558
+ this.elementRef.nativeElement['type'] = value;
4559
+ }
4560
+ get type() {
4561
+ return this.elementRef.nativeElement['type'];
4562
+ }
4563
+ /** Whether the button is disabled. */
4564
+ set disabled(value) {
4565
+ this.elementRef.nativeElement['disabled'] = value;
4566
+ }
4567
+ get disabled() {
4568
+ return this.elementRef.nativeElement['disabled'];
4569
+ }
4570
+ set variant(value) {
4571
+ this.elementRef.nativeElement['variant'] = value;
4572
+ }
4573
+ get variant() {
4574
+ return this.elementRef.nativeElement['variant'];
4575
+ }
4576
+ set state(value) {
4577
+ this.elementRef.nativeElement['state'] = value;
4578
+ }
4579
+ get state() {
4580
+ return this.elementRef.nativeElement['state'];
4581
+ }
4582
+ set loading(value) {
4583
+ this.elementRef.nativeElement['loading'] = value;
4584
+ }
4585
+ get loading() {
4586
+ return this.elementRef.nativeElement['loading'];
4587
+ }
4588
+ set shape(value) {
4589
+ this.elementRef.nativeElement['shape'] = value;
4590
+ }
4591
+ get shape() {
4592
+ return this.elementRef.nativeElement['shape'];
4593
+ }
4594
+ set shapeMobile(value) {
4595
+ this.elementRef.nativeElement['shapeMobile'] = value;
4596
+ }
4597
+ get shapeMobile() {
4598
+ return this.elementRef.nativeElement['shapeMobile'];
4599
+ }
4600
+ set shapeTablet(value) {
4601
+ this.elementRef.nativeElement['shapeTablet'] = value;
4602
+ }
4603
+ get shapeTablet() {
4604
+ return this.elementRef.nativeElement['shapeTablet'];
4605
+ }
4606
+ set shapeLaptop(value) {
4607
+ this.elementRef.nativeElement['shapeLaptop'] = value;
4608
+ }
4609
+ get shapeLaptop() {
4610
+ return this.elementRef.nativeElement['shapeLaptop'];
4611
+ }
4612
+ set shapeDesktop(value) {
4613
+ this.elementRef.nativeElement['shapeDesktop'] = value;
4614
+ }
4615
+ get shapeDesktop() {
4616
+ return this.elementRef.nativeElement['shapeDesktop'];
4617
+ }
4698
4618
  set inverted(value) {
4699
4619
  this.elementRef.nativeElement['inverted'] = value;
4700
4620
  }
4701
4621
  get inverted() {
4702
4622
  return this.elementRef.nativeElement['inverted'];
4703
4623
  }
4704
- set ariaLabel(value) {
4705
- this.elementRef.nativeElement['ariaLabel'] = value;
4624
+ set ariaExpanded(value) {
4625
+ this.elementRef.nativeElement['ariaExpanded'] = value;
4706
4626
  }
4707
- get ariaLabel() {
4708
- return this.elementRef.nativeElement['ariaLabel'];
4627
+ get ariaExpanded() {
4628
+ return this.elementRef.nativeElement['ariaExpanded'];
4629
+ }
4630
+ set extended(value) {
4631
+ this.elementRef.nativeElement['extended'] = value;
4632
+ }
4633
+ get extended() {
4634
+ return this.elementRef.nativeElement['extended'];
4635
+ }
4636
+ set extendedMobile(value) {
4637
+ this.elementRef.nativeElement['extendedMobile'] = value;
4638
+ }
4639
+ get extendedMobile() {
4640
+ return this.elementRef.nativeElement['extendedMobile'];
4641
+ }
4642
+ set extendedTablet(value) {
4643
+ this.elementRef.nativeElement['extendedTablet'] = value;
4644
+ }
4645
+ get extendedTablet() {
4646
+ return this.elementRef.nativeElement['extendedTablet'];
4647
+ }
4648
+ set extendedLaptop(value) {
4649
+ this.elementRef.nativeElement['extendedLaptop'] = value;
4650
+ }
4651
+ get extendedLaptop() {
4652
+ return this.elementRef.nativeElement['extendedLaptop'];
4653
+ }
4654
+ set extendedDesktop(value) {
4655
+ this.elementRef.nativeElement['extendedDesktop'] = value;
4656
+ }
4657
+ get extendedDesktop() {
4658
+ return this.elementRef.nativeElement['extendedDesktop'];
4659
+ }
4660
+ set size(value) {
4661
+ this.elementRef.nativeElement['size'] = value;
4662
+ }
4663
+ get size() {
4664
+ return this.elementRef.nativeElement['size'];
4709
4665
  }
4710
4666
  set grow(value) {
4711
4667
  this.elementRef.nativeElement['grow'] = value;
@@ -5022,20 +4978,64 @@ class PxBreadcrumb {
5022
4978
  constructor(elementRef) {
5023
4979
  this.elementRef = elementRef;
5024
4980
  }
5025
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5026
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumb, isStandalone: true, selector: "px-breadcrumb", inputs: { inverted: "inverted", ariaLabel: ["aria-label", "ariaLabel"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
4981
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4982
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonWrapper, isStandalone: true, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
5027
4983
  }
5028
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, decorators: [{
4984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, decorators: [{
5029
4985
  type: Directive,
5030
4986
  args: [{
5031
- selector: 'px-breadcrumb',
4987
+ selector: 'px-button-wrapper',
5032
4988
  standalone: true,
5033
4989
  }]
5034
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
4990
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
5035
4991
  type: Input
5036
- }], ariaLabel: [{
4992
+ }], value: [{
4993
+ type: Input
4994
+ }], type: [{
4995
+ type: Input
4996
+ }], disabled: [{
4997
+ type: Input
4998
+ }], variant: [{
4999
+ type: Input
5000
+ }], state: [{
5001
+ type: Input
5002
+ }], loading: [{
5003
+ type: Input
5004
+ }], shape: [{
5005
+ type: Input
5006
+ }], shapeMobile: [{
5037
5007
  type: Input,
5038
- args: ['aria-label']
5008
+ args: ['shape--mobile']
5009
+ }], shapeTablet: [{
5010
+ type: Input,
5011
+ args: ['shape--tablet']
5012
+ }], shapeLaptop: [{
5013
+ type: Input,
5014
+ args: ['shape--laptop']
5015
+ }], shapeDesktop: [{
5016
+ type: Input,
5017
+ args: ['shape--desktop']
5018
+ }], inverted: [{
5019
+ type: Input
5020
+ }], ariaExpanded: [{
5021
+ type: Input,
5022
+ args: ['aria-expanded']
5023
+ }], extended: [{
5024
+ type: Input
5025
+ }], extendedMobile: [{
5026
+ type: Input,
5027
+ args: ['extended--mobile']
5028
+ }], extendedTablet: [{
5029
+ type: Input,
5030
+ args: ['extended--tablet']
5031
+ }], extendedLaptop: [{
5032
+ type: Input,
5033
+ args: ['extended--laptop']
5034
+ }], extendedDesktop: [{
5035
+ type: Input,
5036
+ args: ['extended--desktop']
5037
+ }], size: [{
5038
+ type: Input
5039
5039
  }], grow: [{
5040
5040
  type: Input
5041
5041
  }], growMobile: [{
@@ -35932,42 +35932,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
35932
35932
  }], CLOSE_EVENT: [{
35933
35933
  type: Output
35934
35934
  }] } });
35935
- /**
35936
- * @description Type-only wrapper for <px-sticky-container>
35937
- */
35938
- class PxStickyContainer {
35939
- elementRef;
35940
- set offsetLeft(value) {
35941
- this.elementRef.nativeElement['offsetLeft'] = value;
35942
- }
35943
- get offsetLeft() {
35944
- return this.elementRef.nativeElement['offsetLeft'];
35945
- }
35946
- set offsetRight(value) {
35947
- this.elementRef.nativeElement['offsetRight'] = value;
35948
- }
35949
- get offsetRight() {
35950
- return this.elementRef.nativeElement['offsetRight'];
35951
- }
35952
- constructor(elementRef) {
35953
- this.elementRef = elementRef;
35954
- }
35955
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
35956
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxStickyContainer, isStandalone: true, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
35957
- }
35958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStickyContainer, decorators: [{
35959
- type: Directive,
35960
- args: [{
35961
- selector: 'px-sticky-container',
35962
- standalone: true,
35963
- }]
35964
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
35965
- type: Input,
35966
- args: ['offset-left']
35967
- }], offsetRight: [{
35968
- type: Input,
35969
- args: ['offset-right']
35970
- }] } });
35971
35935
  /**
35972
35936
  * @description Type-only wrapper for <px-theme-switcher>
35973
35937
  */
@@ -40582,6 +40546,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
40582
40546
  }], TIMELINE_ITEM_CONNECTED_EVENT: [{
40583
40547
  type: Output
40584
40548
  }] } });
40549
+ /**
40550
+ * @description Type-only wrapper for <px-toaster>
40551
+ */
40552
+ class PxToaster {
40553
+ elementRef;
40554
+ set id(value) {
40555
+ this.elementRef.nativeElement['id'] = value;
40556
+ }
40557
+ get id() {
40558
+ return this.elementRef.nativeElement['id'];
40559
+ }
40560
+ set open(value) {
40561
+ this.elementRef.nativeElement['open'] = value;
40562
+ }
40563
+ get open() {
40564
+ return this.elementRef.nativeElement['open'];
40565
+ }
40566
+ set status(value) {
40567
+ this.elementRef.nativeElement['status'] = value;
40568
+ }
40569
+ get status() {
40570
+ return this.elementRef.nativeElement['status'];
40571
+ }
40572
+ set duration(value) {
40573
+ this.elementRef.nativeElement['duration'] = value;
40574
+ }
40575
+ get duration() {
40576
+ return this.elementRef.nativeElement['duration'];
40577
+ }
40578
+ set inverted(value) {
40579
+ this.elementRef.nativeElement['inverted'] = value;
40580
+ }
40581
+ get inverted() {
40582
+ return this.elementRef.nativeElement['inverted'];
40583
+ }
40584
+ HIDE_EVENT = new EventEmitter();
40585
+ constructor(elementRef) {
40586
+ this.elementRef = elementRef;
40587
+ this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
40588
+ this.HIDE_EVENT.emit(e.detail);
40589
+ });
40590
+ }
40591
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxToaster, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
40592
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxToaster, isStandalone: true, selector: "px-toaster", inputs: { id: "id", open: "open", status: "status", duration: "duration", inverted: "inverted" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
40593
+ }
40594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxToaster, decorators: [{
40595
+ type: Directive,
40596
+ args: [{
40597
+ selector: 'px-toaster',
40598
+ standalone: true,
40599
+ }]
40600
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
40601
+ type: Input
40602
+ }], open: [{
40603
+ type: Input
40604
+ }], status: [{
40605
+ type: Input
40606
+ }], duration: [{
40607
+ type: Input
40608
+ }], inverted: [{
40609
+ type: Input
40610
+ }], HIDE_EVENT: [{
40611
+ type: Output
40612
+ }] } });
40585
40613
  /**
40586
40614
  * @description Type-only wrapper for <px-typography>
40587
40615
  */
@@ -41329,7 +41357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41329
41357
  }] } });
41330
41358
  class Lavender {
41331
41359
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41332
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxButton, PxButtonWrapper, PxBreadcrumbItem, PxBreadcrumb, 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, PxButton, PxButtonWrapper, PxBreadcrumbItem, PxBreadcrumb, 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] });
41360
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, 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, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
41333
41361
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
41334
41362
  }
41335
41363
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
@@ -41341,10 +41369,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41341
41369
  PxAgGridTableThButton,
41342
41370
  PxAgGridTableThContent,
41343
41371
  PxBanner,
41344
- PxButton,
41345
- PxButtonWrapper,
41346
41372
  PxBreadcrumbItem,
41347
41373
  PxBreadcrumb,
41374
+ PxButton,
41375
+ PxButtonWrapper,
41348
41376
  PxButtonIcon,
41349
41377
  PxCard,
41350
41378
  PxAppleseed,
@@ -41408,7 +41436,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41408
41436
  PxSpinner,
41409
41437
  PxStatus,
41410
41438
  PxStatusCard,
41411
- PxStickyContainer,
41412
41439
  PxThemeSwitcher,
41413
41440
  PxSwitch,
41414
41441
  PxTable,
@@ -41429,6 +41456,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41429
41456
  PxTileSwitch,
41430
41457
  PxTimeline,
41431
41458
  PxTimelineItem,
41459
+ PxToaster,
41432
41460
  PxTypography,
41433
41461
  PxPatch,
41434
41462
  PxIcon,
@@ -41443,10 +41471,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41443
41471
  PxAgGridTableThButton,
41444
41472
  PxAgGridTableThContent,
41445
41473
  PxBanner,
41446
- PxButton,
41447
- PxButtonWrapper,
41448
41474
  PxBreadcrumbItem,
41449
41475
  PxBreadcrumb,
41476
+ PxButton,
41477
+ PxButtonWrapper,
41450
41478
  PxButtonIcon,
41451
41479
  PxCard,
41452
41480
  PxAppleseed,
@@ -41510,7 +41538,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41510
41538
  PxSpinner,
41511
41539
  PxStatus,
41512
41540
  PxStatusCard,
41513
- PxStickyContainer,
41514
41541
  PxThemeSwitcher,
41515
41542
  PxSwitch,
41516
41543
  PxTable,
@@ -41531,6 +41558,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41531
41558
  PxTileSwitch,
41532
41559
  PxTimeline,
41533
41560
  PxTimelineItem,
41561
+ PxToaster,
41534
41562
  PxTypography,
41535
41563
  PxPatch,
41536
41564
  PxIcon,
@@ -41546,5 +41574,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41546
41574
  * Generated bundle index. Do not edit.
41547
41575
  */
41548
41576
 
41549
- export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard, PxStickyContainer, PxSwitch, PxSwitchValueAccessor, PxTab, PxTabPanel, PxTable, PxTabs, PxTag, PxTbody, PxTd, PxTextarea, PxTextareaValueAccessor, PxTh, PxThead, PxThemeProvider, PxThemeSwitcher, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTr, PxTypography, PxVstack };
41577
+ export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard, PxSwitch, PxSwitchValueAccessor, PxTab, PxTabPanel, PxTable, PxTabs, PxTag, PxTbody, PxTd, PxTextarea, PxTextareaValueAccessor, PxTh, PxThead, PxThemeProvider, PxThemeSwitcher, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTr, PxTypography, PxVstack };
41550
41578
  //# sourceMappingURL=proximus-lavender-angular.mjs.map