@proximus/lavender-angular 1.4.10-alpha.18 → 1.4.10-alpha.19

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.
@@ -32973,6 +32973,108 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
32973
32973
  selector: 'px-theme-switcher',
32974
32974
  }]
32975
32975
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
32976
+ /**
32977
+ * @description Type-only wrapper for <px-table>
32978
+ */
32979
+ class PxTable {
32980
+ elementRef;
32981
+ constructor(elementRef) {
32982
+ this.elementRef = elementRef;
32983
+ }
32984
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
32985
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTable, selector: "px-table", ngImport: i0 });
32986
+ }
32987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, decorators: [{
32988
+ type: Directive,
32989
+ args: [{
32990
+ selector: 'px-table',
32991
+ }]
32992
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
32993
+ /**
32994
+ * @description Type-only wrapper for <px-tbody>
32995
+ */
32996
+ class PxTbody {
32997
+ elementRef;
32998
+ constructor(elementRef) {
32999
+ this.elementRef = elementRef;
33000
+ }
33001
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33002
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTbody, selector: "px-tbody", ngImport: i0 });
33003
+ }
33004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, decorators: [{
33005
+ type: Directive,
33006
+ args: [{
33007
+ selector: 'px-tbody',
33008
+ }]
33009
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
33010
+ /**
33011
+ * @description Type-only wrapper for <px-td>
33012
+ */
33013
+ class PxTd {
33014
+ elementRef;
33015
+ constructor(elementRef) {
33016
+ this.elementRef = elementRef;
33017
+ }
33018
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33019
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTd, selector: "px-td", ngImport: i0 });
33020
+ }
33021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, decorators: [{
33022
+ type: Directive,
33023
+ args: [{
33024
+ selector: 'px-td',
33025
+ }]
33026
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
33027
+ /**
33028
+ * @description Type-only wrapper for <px-th>
33029
+ */
33030
+ class PxTh {
33031
+ elementRef;
33032
+ constructor(elementRef) {
33033
+ this.elementRef = elementRef;
33034
+ }
33035
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33036
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTh, selector: "px-th", ngImport: i0 });
33037
+ }
33038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, decorators: [{
33039
+ type: Directive,
33040
+ args: [{
33041
+ selector: 'px-th',
33042
+ }]
33043
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
33044
+ /**
33045
+ * @description Type-only wrapper for <px-thead>
33046
+ */
33047
+ class PxThead {
33048
+ elementRef;
33049
+ constructor(elementRef) {
33050
+ this.elementRef = elementRef;
33051
+ }
33052
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33053
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThead, selector: "px-thead", ngImport: i0 });
33054
+ }
33055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, decorators: [{
33056
+ type: Directive,
33057
+ args: [{
33058
+ selector: 'px-thead',
33059
+ }]
33060
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
33061
+ /**
33062
+ * @description Type-only wrapper for <px-tr>
33063
+ */
33064
+ class PxTr {
33065
+ elementRef;
33066
+ constructor(elementRef) {
33067
+ this.elementRef = elementRef;
33068
+ }
33069
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33070
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTr, selector: "px-tr", ngImport: i0 });
33071
+ }
33072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, decorators: [{
33073
+ type: Directive,
33074
+ args: [{
33075
+ selector: 'px-tr',
33076
+ }]
33077
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
32976
33078
  /**
32977
33079
  * @description Type-only wrapper for <px-switch>
32978
33080
  */
@@ -33430,108 +33532,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
33430
33532
  }], change: [{
33431
33533
  type: Output
33432
33534
  }] } });
33433
- /**
33434
- * @description Type-only wrapper for <px-table>
33435
- */
33436
- class PxTable {
33437
- elementRef;
33438
- constructor(elementRef) {
33439
- this.elementRef = elementRef;
33440
- }
33441
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33442
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTable, selector: "px-table", ngImport: i0 });
33443
- }
33444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, decorators: [{
33445
- type: Directive,
33446
- args: [{
33447
- selector: 'px-table',
33448
- }]
33449
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33450
- /**
33451
- * @description Type-only wrapper for <px-tbody>
33452
- */
33453
- class PxTbody {
33454
- elementRef;
33455
- constructor(elementRef) {
33456
- this.elementRef = elementRef;
33457
- }
33458
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33459
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTbody, selector: "px-tbody", ngImport: i0 });
33460
- }
33461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, decorators: [{
33462
- type: Directive,
33463
- args: [{
33464
- selector: 'px-tbody',
33465
- }]
33466
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33467
- /**
33468
- * @description Type-only wrapper for <px-td>
33469
- */
33470
- class PxTd {
33471
- elementRef;
33472
- constructor(elementRef) {
33473
- this.elementRef = elementRef;
33474
- }
33475
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33476
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTd, selector: "px-td", ngImport: i0 });
33477
- }
33478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, decorators: [{
33479
- type: Directive,
33480
- args: [{
33481
- selector: 'px-td',
33482
- }]
33483
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33484
- /**
33485
- * @description Type-only wrapper for <px-th>
33486
- */
33487
- class PxTh {
33488
- elementRef;
33489
- constructor(elementRef) {
33490
- this.elementRef = elementRef;
33491
- }
33492
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33493
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTh, selector: "px-th", ngImport: i0 });
33494
- }
33495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, decorators: [{
33496
- type: Directive,
33497
- args: [{
33498
- selector: 'px-th',
33499
- }]
33500
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33501
- /**
33502
- * @description Type-only wrapper for <px-thead>
33503
- */
33504
- class PxThead {
33505
- elementRef;
33506
- constructor(elementRef) {
33507
- this.elementRef = elementRef;
33508
- }
33509
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33510
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThead, selector: "px-thead", ngImport: i0 });
33511
- }
33512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, decorators: [{
33513
- type: Directive,
33514
- args: [{
33515
- selector: 'px-thead',
33516
- }]
33517
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33518
- /**
33519
- * @description Type-only wrapper for <px-tr>
33520
- */
33521
- class PxTr {
33522
- elementRef;
33523
- constructor(elementRef) {
33524
- this.elementRef = elementRef;
33525
- }
33526
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33527
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTr, selector: "px-tr", ngImport: i0 });
33528
- }
33529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, decorators: [{
33530
- type: Directive,
33531
- args: [{
33532
- selector: 'px-tr',
33533
- }]
33534
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
33535
33535
  /**
33536
33536
  * @description Type-only wrapper for <px-tabs>
33537
33537
  */
@@ -37798,9 +37798,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37798
37798
  args: ['reset-css']
37799
37799
  }] } });
37800
37800
  /**
37801
- * @description Type-only wrapper for <px-proximus-theme-provider>
37801
+ * @description Type-only wrapper for <px-proximus-ebu-theme-provider>
37802
37802
  */
37803
- class PxProximusThemeProvider {
37803
+ class PxProximusEbuThemeProvider {
37804
37804
  elementRef;
37805
37805
  set resetCss(value) {
37806
37806
  this.elementRef.nativeElement['resetCss'] = value;
@@ -37811,13 +37811,13 @@ class PxProximusThemeProvider {
37811
37811
  constructor(elementRef) {
37812
37812
  this.elementRef = elementRef;
37813
37813
  }
37814
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37815
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
37814
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusEbuThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
37815
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusEbuThemeProvider, selector: "px-proximus-ebu-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
37816
37816
  }
37817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, decorators: [{
37817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusEbuThemeProvider, decorators: [{
37818
37818
  type: Directive,
37819
37819
  args: [{
37820
- selector: 'px-proximus-theme-provider',
37820
+ selector: 'px-proximus-ebu-theme-provider',
37821
37821
  }]
37822
37822
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resetCss: [{
37823
37823
  type: Input,
@@ -37851,7 +37851,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37851
37851
  }] } });
37852
37852
  class Lavender {
37853
37853
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37854
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
37854
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxSwitch, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusEbuThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxSwitch, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusEbuThemeProvider, PxScarletThemeProvider] });
37855
37855
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
37856
37856
  }
37857
37857
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -37932,13 +37932,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37932
37932
  PxStatusCard,
37933
37933
  PxStickyContainer,
37934
37934
  PxThemeSwitcher,
37935
- PxSwitch,
37936
37935
  PxTable,
37937
37936
  PxTbody,
37938
37937
  PxTd,
37939
37938
  PxTh,
37940
37939
  PxThead,
37941
37940
  PxTr,
37941
+ PxSwitch,
37942
37942
  PxTabs,
37943
37943
  PxTab,
37944
37944
  PxTabPanel,
@@ -37956,7 +37956,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37956
37956
  PxIcon,
37957
37957
  PxIconSet,
37958
37958
  PxThemeProvider,
37959
- PxProximusThemeProvider,
37959
+ PxProximusEbuThemeProvider,
37960
37960
  PxScarletThemeProvider
37961
37961
  ],
37962
37962
  exports: [
@@ -38034,13 +38034,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
38034
38034
  PxStatusCard,
38035
38035
  PxStickyContainer,
38036
38036
  PxThemeSwitcher,
38037
- PxSwitch,
38038
38037
  PxTable,
38039
38038
  PxTbody,
38040
38039
  PxTd,
38041
38040
  PxTh,
38042
38041
  PxThead,
38043
38042
  PxTr,
38043
+ PxSwitch,
38044
38044
  PxTabs,
38045
38045
  PxTab,
38046
38046
  PxTabPanel,
@@ -38058,7 +38058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
38058
38058
  PxIcon,
38059
38059
  PxIconSet,
38060
38060
  PxThemeProvider,
38061
- PxProximusThemeProvider,
38061
+ PxProximusEbuThemeProvider,
38062
38062
  PxScarletThemeProvider
38063
38063
  ]
38064
38064
  }]
@@ -38068,5 +38068,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
38068
38068
  * Generated bundle index. Do not edit.
38069
38069
  */
38070
38070
 
38071
- 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 };
38071
+ 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, PxProximusEbuThemeProvider, 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 };
38072
38072
  //# sourceMappingURL=proximus-lavender-angular.mjs.map