@proximus/lavender-angular 2.0.0-alpha.178 → 2.0.0-alpha.180

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.
@@ -260,16 +260,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
260
260
  }] });
261
261
 
262
262
  /**
263
- * @description Type-only wrapper for <px-ag-grid-table>
263
+ * @description Type-only wrapper for <px-accordion>
264
264
  */
265
- class PxAgGridTable {
265
+ class PxAccordion {
266
266
  elementRef;
267
+ set variant(value) {
268
+ this.elementRef.nativeElement['variant'] = value;
269
+ }
270
+ get variant() {
271
+ return this.elementRef.nativeElement['variant'];
272
+ }
273
+ set backgroundColor(value) {
274
+ this.elementRef.nativeElement['backgroundColor'] = value;
275
+ }
276
+ get backgroundColor() {
277
+ return this.elementRef.nativeElement['backgroundColor'];
278
+ }
267
279
  set inverted(value) {
268
280
  this.elementRef.nativeElement['inverted'] = value;
269
281
  }
270
282
  get inverted() {
271
283
  return this.elementRef.nativeElement['inverted'];
272
284
  }
285
+ set noContentPadding(value) {
286
+ this.elementRef.nativeElement['noContentPadding'] = value;
287
+ }
288
+ get noContentPadding() {
289
+ return this.elementRef.nativeElement['noContentPadding'];
290
+ }
273
291
  set grow(value) {
274
292
  this.elementRef.nativeElement['grow'] = value;
275
293
  }
@@ -585,17 +603,25 @@ class PxAgGridTable {
585
603
  constructor(elementRef) {
586
604
  this.elementRef = elementRef;
587
605
  }
588
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
589
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTable, isStandalone: true, selector: "px-ag-grid-table", 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"] }, ngImport: i0 });
606
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAccordion, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
607
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAccordion, isStandalone: true, selector: "px-accordion", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], inverted: "inverted", noContentPadding: ["no-content-padding", "noContentPadding"], 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 });
590
608
  }
591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTable, decorators: [{
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAccordion, decorators: [{
592
610
  type: Directive,
593
611
  args: [{
594
- selector: 'px-ag-grid-table',
612
+ selector: 'px-accordion',
595
613
  standalone: true,
596
614
  }]
597
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
615
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
616
+ type: Input
617
+ }], backgroundColor: [{
618
+ type: Input,
619
+ args: ['background-color']
620
+ }], inverted: [{
598
621
  type: Input
622
+ }], noContentPadding: [{
623
+ type: Input,
624
+ args: ['no-content-padding']
599
625
  }], grow: [{
600
626
  type: Input
601
627
  }], growMobile: [{
@@ -749,28 +775,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
749
775
  args: ['word-break-all--desktop']
750
776
  }] } });
751
777
  /**
752
- * @description Type-only wrapper for <px-ag-grid-table-th-button>
778
+ * @description Type-only wrapper for <px-ag-grid-table>
753
779
  */
754
- class PxAgGridTableThButton {
780
+ class PxAgGridTable {
755
781
  elementRef;
756
- set sorting(value) {
757
- this.elementRef.nativeElement['sorting'] = value;
758
- }
759
- get sorting() {
760
- return this.elementRef.nativeElement['sorting'];
761
- }
762
782
  set inverted(value) {
763
783
  this.elementRef.nativeElement['inverted'] = value;
764
784
  }
765
785
  get inverted() {
766
786
  return this.elementRef.nativeElement['inverted'];
767
787
  }
768
- set columnHeaderAriaLabel(value) {
769
- this.elementRef.nativeElement['columnHeaderAriaLabel'] = value;
770
- }
771
- get columnHeaderAriaLabel() {
772
- return this.elementRef.nativeElement['columnHeaderAriaLabel'];
773
- }
774
788
  set grow(value) {
775
789
  this.elementRef.nativeElement['grow'] = value;
776
790
  }
@@ -1083,29 +1097,20 @@ class PxAgGridTableThButton {
1083
1097
  get wordBreakAllDesktop() {
1084
1098
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
1085
1099
  }
1086
- CLICK_EVENT = new EventEmitter();
1087
1100
  constructor(elementRef) {
1088
1101
  this.elementRef = elementRef;
1089
- this.elementRef.nativeElement.addEventListener('CLICK_EVENT', (e) => {
1090
- this.CLICK_EVENT.emit(e.detail);
1091
- });
1092
1102
  }
1093
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1094
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTableThButton, isStandalone: true, selector: "px-ag-grid-table-th-button", inputs: { sorting: "sorting", inverted: "inverted", columnHeaderAriaLabel: ["column-header-aria-label", "columnHeaderAriaLabel"], 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: { CLICK_EVENT: "CLICK_EVENT" }, ngImport: i0 });
1103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1104
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTable, isStandalone: true, selector: "px-ag-grid-table", 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"] }, ngImport: i0 });
1095
1105
  }
1096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThButton, decorators: [{
1106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTable, decorators: [{
1097
1107
  type: Directive,
1098
1108
  args: [{
1099
- selector: 'px-ag-grid-table-th-button',
1109
+ selector: 'px-ag-grid-table',
1100
1110
  standalone: true,
1101
1111
  }]
1102
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { sorting: [{
1103
- type: Input
1104
- }], inverted: [{
1112
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
1105
1113
  type: Input
1106
- }], columnHeaderAriaLabel: [{
1107
- type: Input,
1108
- args: ['column-header-aria-label']
1109
1114
  }], grow: [{
1110
1115
  type: Input
1111
1116
  }], growMobile: [{
@@ -1257,20 +1262,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
1257
1262
  }], wordBreakAllDesktop: [{
1258
1263
  type: Input,
1259
1264
  args: ['word-break-all--desktop']
1260
- }], CLICK_EVENT: [{
1261
- type: Output
1262
1265
  }] } });
1263
1266
  /**
1264
- * @description Type-only wrapper for <px-ag-grid-table-th-content>
1267
+ * @description Type-only wrapper for <px-ag-grid-table-th-button>
1265
1268
  */
1266
- class PxAgGridTableThContent {
1269
+ class PxAgGridTableThButton {
1267
1270
  elementRef;
1271
+ set sorting(value) {
1272
+ this.elementRef.nativeElement['sorting'] = value;
1273
+ }
1274
+ get sorting() {
1275
+ return this.elementRef.nativeElement['sorting'];
1276
+ }
1268
1277
  set inverted(value) {
1269
1278
  this.elementRef.nativeElement['inverted'] = value;
1270
1279
  }
1271
1280
  get inverted() {
1272
1281
  return this.elementRef.nativeElement['inverted'];
1273
1282
  }
1283
+ set columnHeaderAriaLabel(value) {
1284
+ this.elementRef.nativeElement['columnHeaderAriaLabel'] = value;
1285
+ }
1286
+ get columnHeaderAriaLabel() {
1287
+ return this.elementRef.nativeElement['columnHeaderAriaLabel'];
1288
+ }
1274
1289
  set grow(value) {
1275
1290
  this.elementRef.nativeElement['grow'] = value;
1276
1291
  }
@@ -1583,20 +1598,29 @@ class PxAgGridTableThContent {
1583
1598
  get wordBreakAllDesktop() {
1584
1599
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
1585
1600
  }
1601
+ CLICK_EVENT = new EventEmitter();
1586
1602
  constructor(elementRef) {
1587
1603
  this.elementRef = elementRef;
1604
+ this.elementRef.nativeElement.addEventListener('CLICK_EVENT', (e) => {
1605
+ this.CLICK_EVENT.emit(e.detail);
1606
+ });
1588
1607
  }
1589
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThContent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1590
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTableThContent, isStandalone: true, selector: "px-ag-grid-table-th-content", 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"] }, ngImport: i0 });
1608
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1609
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTableThButton, isStandalone: true, selector: "px-ag-grid-table-th-button", inputs: { sorting: "sorting", inverted: "inverted", columnHeaderAriaLabel: ["column-header-aria-label", "columnHeaderAriaLabel"], 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: { CLICK_EVENT: "CLICK_EVENT" }, ngImport: i0 });
1591
1610
  }
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThContent, decorators: [{
1611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThButton, decorators: [{
1593
1612
  type: Directive,
1594
1613
  args: [{
1595
- selector: 'px-ag-grid-table-th-content',
1614
+ selector: 'px-ag-grid-table-th-button',
1596
1615
  standalone: true,
1597
1616
  }]
1598
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
1617
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { sorting: [{
1618
+ type: Input
1619
+ }], inverted: [{
1599
1620
  type: Input
1621
+ }], columnHeaderAriaLabel: [{
1622
+ type: Input,
1623
+ args: ['column-header-aria-label']
1600
1624
  }], grow: [{
1601
1625
  type: Input
1602
1626
  }], growMobile: [{
@@ -1748,36 +1772,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
1748
1772
  }], wordBreakAllDesktop: [{
1749
1773
  type: Input,
1750
1774
  args: ['word-break-all--desktop']
1775
+ }], CLICK_EVENT: [{
1776
+ type: Output
1751
1777
  }] } });
1752
1778
  /**
1753
- * @description Type-only wrapper for <px-accordion>
1779
+ * @description Type-only wrapper for <px-ag-grid-table-th-content>
1754
1780
  */
1755
- class PxAccordion {
1781
+ class PxAgGridTableThContent {
1756
1782
  elementRef;
1757
- set variant(value) {
1758
- this.elementRef.nativeElement['variant'] = value;
1759
- }
1760
- get variant() {
1761
- return this.elementRef.nativeElement['variant'];
1762
- }
1763
- set backgroundColor(value) {
1764
- this.elementRef.nativeElement['backgroundColor'] = value;
1765
- }
1766
- get backgroundColor() {
1767
- return this.elementRef.nativeElement['backgroundColor'];
1768
- }
1769
1783
  set inverted(value) {
1770
1784
  this.elementRef.nativeElement['inverted'] = value;
1771
1785
  }
1772
1786
  get inverted() {
1773
1787
  return this.elementRef.nativeElement['inverted'];
1774
1788
  }
1775
- set noContentPadding(value) {
1776
- this.elementRef.nativeElement['noContentPadding'] = value;
1777
- }
1778
- get noContentPadding() {
1779
- return this.elementRef.nativeElement['noContentPadding'];
1780
- }
1781
1789
  set grow(value) {
1782
1790
  this.elementRef.nativeElement['grow'] = value;
1783
1791
  }
@@ -2093,25 +2101,17 @@ class PxAccordion {
2093
2101
  constructor(elementRef) {
2094
2102
  this.elementRef = elementRef;
2095
2103
  }
2096
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAccordion, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2097
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAccordion, isStandalone: true, selector: "px-accordion", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], inverted: "inverted", noContentPadding: ["no-content-padding", "noContentPadding"], 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 });
2104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThContent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2105
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAgGridTableThContent, isStandalone: true, selector: "px-ag-grid-table-th-content", 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"] }, ngImport: i0 });
2098
2106
  }
2099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAccordion, decorators: [{
2107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAgGridTableThContent, decorators: [{
2100
2108
  type: Directive,
2101
2109
  args: [{
2102
- selector: 'px-accordion',
2110
+ selector: 'px-ag-grid-table-th-content',
2103
2111
  standalone: true,
2104
2112
  }]
2105
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
2106
- type: Input
2107
- }], backgroundColor: [{
2108
- type: Input,
2109
- args: ['background-color']
2110
- }], inverted: [{
2113
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
2111
2114
  type: Input
2112
- }], noContentPadding: [{
2113
- type: Input,
2114
- args: ['no-content-padding']
2115
2115
  }], grow: [{
2116
2116
  type: Input
2117
2117
  }], growMobile: [{
@@ -6352,82 +6352,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
6352
6352
  type: Input,
6353
6353
  args: ['word-break-all--desktop']
6354
6354
  }] } });
6355
- /**
6356
- * @description Type-only wrapper for <px-appleseed>
6357
- */
6358
- class PxAppleseed {
6359
- elementRef;
6360
- set amount(value) {
6361
- this.elementRef.nativeElement['amount'] = value;
6362
- }
6363
- get amount() {
6364
- return this.elementRef.nativeElement['amount'];
6365
- }
6366
- set active(value) {
6367
- this.elementRef.nativeElement['active'] = value;
6368
- }
6369
- get active() {
6370
- return this.elementRef.nativeElement['active'];
6371
- }
6372
- constructor(elementRef) {
6373
- this.elementRef = elementRef;
6374
- }
6375
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6376
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
6377
- }
6378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
6379
- type: Directive,
6380
- args: [{
6381
- selector: 'px-appleseed',
6382
- standalone: true,
6383
- }]
6384
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
6385
- type: Input
6386
- }], active: [{
6387
- type: Input
6388
- }] } });
6389
- /**
6390
- * @description Type-only wrapper for <px-carousel>
6391
- */
6392
- class PxCarousel {
6393
- elementRef;
6394
- constructor(elementRef) {
6395
- this.elementRef = elementRef;
6396
- }
6397
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6398
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
6399
- }
6400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
6401
- type: Directive,
6402
- args: [{
6403
- selector: 'px-carousel',
6404
- standalone: true,
6405
- }]
6406
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
6407
- /**
6408
- * @description Type-only wrapper for <px-carousel-item>
6409
- */
6410
- class PxCarouselItem {
6411
- elementRef;
6412
- CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
6413
- constructor(elementRef) {
6414
- this.elementRef = elementRef;
6415
- this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
6416
- this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
6417
- });
6418
- }
6419
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6420
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
6421
- }
6422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
6423
- type: Directive,
6424
- args: [{
6425
- selector: 'px-carousel-item',
6426
- standalone: true,
6427
- }]
6428
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
6429
- type: Output
6430
- }] } });
6431
6355
  /**
6432
6356
  * @description Type-only wrapper for <px-cell>
6433
6357
  */
@@ -10257,6 +10181,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
10257
10181
  }], change: [{
10258
10182
  type: Output
10259
10183
  }] } });
10184
+ /**
10185
+ * @description Type-only wrapper for <px-appleseed>
10186
+ */
10187
+ class PxAppleseed {
10188
+ elementRef;
10189
+ set amount(value) {
10190
+ this.elementRef.nativeElement['amount'] = value;
10191
+ }
10192
+ get amount() {
10193
+ return this.elementRef.nativeElement['amount'];
10194
+ }
10195
+ set active(value) {
10196
+ this.elementRef.nativeElement['active'] = value;
10197
+ }
10198
+ get active() {
10199
+ return this.elementRef.nativeElement['active'];
10200
+ }
10201
+ constructor(elementRef) {
10202
+ this.elementRef = elementRef;
10203
+ }
10204
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10205
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
10206
+ }
10207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
10208
+ type: Directive,
10209
+ args: [{
10210
+ selector: 'px-appleseed',
10211
+ standalone: true,
10212
+ }]
10213
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
10214
+ type: Input
10215
+ }], active: [{
10216
+ type: Input
10217
+ }] } });
10218
+ /**
10219
+ * @description Type-only wrapper for <px-carousel>
10220
+ */
10221
+ class PxCarousel {
10222
+ elementRef;
10223
+ constructor(elementRef) {
10224
+ this.elementRef = elementRef;
10225
+ }
10226
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10227
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
10228
+ }
10229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
10230
+ type: Directive,
10231
+ args: [{
10232
+ selector: 'px-carousel',
10233
+ standalone: true,
10234
+ }]
10235
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
10236
+ /**
10237
+ * @description Type-only wrapper for <px-carousel-item>
10238
+ */
10239
+ class PxCarouselItem {
10240
+ elementRef;
10241
+ CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
10242
+ constructor(elementRef) {
10243
+ this.elementRef = elementRef;
10244
+ this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
10245
+ this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
10246
+ });
10247
+ }
10248
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10249
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
10250
+ }
10251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
10252
+ type: Directive,
10253
+ args: [{
10254
+ selector: 'px-carousel-item',
10255
+ standalone: true,
10256
+ }]
10257
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
10258
+ type: Output
10259
+ }] } });
10260
10260
  /**
10261
10261
  * @description Type-only wrapper for <px-checkbox>
10262
10262
  */
@@ -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,17 +41357,17 @@ 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: [PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAccordion, 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: [PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAccordion, 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] });
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, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, 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, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, 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: [{
41336
41364
  type: NgModule,
41337
41365
  args: [{
41338
41366
  imports: [
41367
+ PxAccordion,
41339
41368
  PxAgGridTable,
41340
41369
  PxAgGridTableThButton,
41341
41370
  PxAgGridTableThContent,
41342
- PxAccordion,
41343
41371
  PxBanner,
41344
41372
  PxBreadcrumbItem,
41345
41373
  PxBreadcrumb,
@@ -41347,15 +41375,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41347
41375
  PxButtonWrapper,
41348
41376
  PxButtonIcon,
41349
41377
  PxCard,
41350
- PxAppleseed,
41351
- PxCarousel,
41352
- PxCarouselItem,
41353
41378
  PxCell,
41354
41379
  PxCellButton,
41355
41380
  PxCellCheckbox,
41356
41381
  PxCellLink,
41357
41382
  PxCellRadio,
41358
41383
  PxCellSwitch,
41384
+ PxAppleseed,
41385
+ PxCarousel,
41386
+ PxCarouselItem,
41359
41387
  PxCheckbox,
41360
41388
  PxColorOption,
41361
41389
  PxColorOptionLink,
@@ -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,
@@ -41438,10 +41466,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41438
41466
  PxScarletThemeProvider
41439
41467
  ],
41440
41468
  exports: [
41469
+ PxAccordion,
41441
41470
  PxAgGridTable,
41442
41471
  PxAgGridTableThButton,
41443
41472
  PxAgGridTableThContent,
41444
- PxAccordion,
41445
41473
  PxBanner,
41446
41474
  PxBreadcrumbItem,
41447
41475
  PxBreadcrumb,
@@ -41449,15 +41477,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
41449
41477
  PxButtonWrapper,
41450
41478
  PxButtonIcon,
41451
41479
  PxCard,
41452
- PxAppleseed,
41453
- PxCarousel,
41454
- PxCarouselItem,
41455
41480
  PxCell,
41456
41481
  PxCellButton,
41457
41482
  PxCellCheckbox,
41458
41483
  PxCellLink,
41459
41484
  PxCellRadio,
41460
41485
  PxCellSwitch,
41486
+ PxAppleseed,
41487
+ PxCarousel,
41488
+ PxCarouselItem,
41461
41489
  PxCheckbox,
41462
41490
  PxColorOption,
41463
41491
  PxColorOptionLink,
@@ -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