@proximus/lavender-angular 2.0.0-alpha.80 → 2.0.0-alpha.82

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.
@@ -5868,27 +5868,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
5868
5868
  */
5869
5869
  class PxCarousel {
5870
5870
  elementRef;
5871
- set visibleItems(value) {
5872
- this.elementRef.nativeElement['visibleItems'] = value;
5873
- }
5874
- get visibleItems() {
5875
- return this.elementRef.nativeElement['visibleItems'];
5876
- }
5877
5871
  constructor(elementRef) {
5878
5872
  this.elementRef = elementRef;
5879
5873
  }
5880
5874
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5881
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", inputs: { visibleItems: ["visible-items", "visibleItems"] }, ngImport: i0 });
5875
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
5882
5876
  }
5883
5877
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
5884
5878
  type: Directive,
5885
5879
  args: [{
5886
5880
  selector: 'px-carousel',
5887
5881
  }]
5888
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { visibleItems: [{
5889
- type: Input,
5890
- args: ['visible-items']
5891
- }] } });
5882
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
5892
5883
  /**
5893
5884
  * @description Type-only wrapper for <px-carousel-item>
5894
5885
  */
@@ -16914,23 +16905,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
16914
16905
  type: Input,
16915
16906
  args: ['sticky-bottom']
16916
16907
  }] } });
16917
- /**
16918
- * @description Type-only wrapper for <px-heading-group>
16919
- */
16920
- class PxHeadingGroup {
16921
- elementRef;
16922
- constructor(elementRef) {
16923
- this.elementRef = elementRef;
16924
- }
16925
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
16926
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
16927
- }
16928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
16929
- type: Directive,
16930
- args: [{
16931
- selector: 'px-heading-group',
16932
- }]
16933
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
16934
16908
  /**
16935
16909
  * @description Type-only wrapper for <px-img>
16936
16910
  */
@@ -20042,6 +20016,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
20042
20016
  }], event: [{
20043
20017
  type: Output
20044
20018
  }] } });
20019
+ /**
20020
+ * @description Type-only wrapper for <px-heading-group>
20021
+ */
20022
+ class PxHeadingGroup {
20023
+ elementRef;
20024
+ constructor(elementRef) {
20025
+ this.elementRef = elementRef;
20026
+ }
20027
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
20028
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
20029
+ }
20030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
20031
+ type: Directive,
20032
+ args: [{
20033
+ selector: 'px-heading-group',
20034
+ }]
20035
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
20045
20036
  /**
20046
20037
  * @description Type-only wrapper for <px-page>
20047
20038
  */
@@ -30997,6 +30988,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
30997
30988
  type: Input,
30998
30989
  args: ['sticky-bottom']
30999
30990
  }] } });
30991
+ /**
30992
+ * @description Type-only wrapper for <px-spinner>
30993
+ */
30994
+ class PxSpinner {
30995
+ elementRef;
30996
+ set size(value) {
30997
+ this.elementRef.nativeElement['size'] = value;
30998
+ }
30999
+ get size() {
31000
+ return this.elementRef.nativeElement['size'];
31001
+ }
31002
+ set inverted(value) {
31003
+ this.elementRef.nativeElement['inverted'] = value;
31004
+ }
31005
+ get inverted() {
31006
+ return this.elementRef.nativeElement['inverted'];
31007
+ }
31008
+ set timeout(value) {
31009
+ this.elementRef.nativeElement['timeout'] = value;
31010
+ }
31011
+ get timeout() {
31012
+ return this.elementRef.nativeElement['timeout'];
31013
+ }
31014
+ set ariaLabel(value) {
31015
+ this.elementRef.nativeElement['ariaLabel'] = value;
31016
+ }
31017
+ get ariaLabel() {
31018
+ return this.elementRef.nativeElement['ariaLabel'];
31019
+ }
31020
+ constructor(elementRef) {
31021
+ this.elementRef = elementRef;
31022
+ }
31023
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
31024
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
31025
+ }
31026
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
31027
+ type: Directive,
31028
+ args: [{
31029
+ selector: 'px-spinner',
31030
+ }]
31031
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
31032
+ type: Input
31033
+ }], inverted: [{
31034
+ type: Input
31035
+ }], timeout: [{
31036
+ type: Input
31037
+ }], ariaLabel: [{
31038
+ type: Input,
31039
+ args: ['aria-label']
31040
+ }] } });
31000
31041
  /**
31001
31042
  * @description Type-only wrapper for <px-span>
31002
31043
  */
@@ -31491,56 +31532,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
31491
31532
  type: Input,
31492
31533
  args: ['sticky-bottom']
31493
31534
  }] } });
31494
- /**
31495
- * @description Type-only wrapper for <px-spinner>
31496
- */
31497
- class PxSpinner {
31498
- elementRef;
31499
- set size(value) {
31500
- this.elementRef.nativeElement['size'] = value;
31501
- }
31502
- get size() {
31503
- return this.elementRef.nativeElement['size'];
31504
- }
31505
- set inverted(value) {
31506
- this.elementRef.nativeElement['inverted'] = value;
31507
- }
31508
- get inverted() {
31509
- return this.elementRef.nativeElement['inverted'];
31510
- }
31511
- set timeout(value) {
31512
- this.elementRef.nativeElement['timeout'] = value;
31513
- }
31514
- get timeout() {
31515
- return this.elementRef.nativeElement['timeout'];
31516
- }
31517
- set ariaLabel(value) {
31518
- this.elementRef.nativeElement['ariaLabel'] = value;
31519
- }
31520
- get ariaLabel() {
31521
- return this.elementRef.nativeElement['ariaLabel'];
31522
- }
31523
- constructor(elementRef) {
31524
- this.elementRef = elementRef;
31525
- }
31526
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
31527
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
31528
- }
31529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
31530
- type: Directive,
31531
- args: [{
31532
- selector: 'px-spinner',
31533
- }]
31534
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
31535
- type: Input
31536
- }], inverted: [{
31537
- type: Input
31538
- }], timeout: [{
31539
- type: Input
31540
- }], ariaLabel: [{
31541
- type: Input,
31542
- args: ['aria-label']
31543
- }] } });
31544
31535
  /**
31545
31536
  * @description Type-only wrapper for <px-status>
31546
31537
  */
@@ -32862,11 +32853,15 @@ class PxSwitch {
32862
32853
  get stickyBottom() {
32863
32854
  return this.elementRef.nativeElement['stickyBottom'];
32864
32855
  }
32856
+ change = new EventEmitter();
32865
32857
  constructor(elementRef) {
32866
32858
  this.elementRef = elementRef;
32859
+ this.elementRef.nativeElement.addEventListener('change', (e) => {
32860
+ this.change.emit(e.detail);
32861
+ });
32867
32862
  }
32868
32863
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSwitch, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
32869
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSwitch, selector: "px-switch", inputs: { inverted: "inverted", hover: "hover", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
32864
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSwitch, selector: "px-switch", inputs: { inverted: "inverted", hover: "hover", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, outputs: { change: "change" }, ngImport: i0 });
32870
32865
  }
32871
32866
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSwitch, decorators: [{
32872
32867
  type: Directive,
@@ -33013,6 +33008,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
33013
33008
  }], stickyBottom: [{
33014
33009
  type: Input,
33015
33010
  args: ['sticky-bottom']
33011
+ }], change: [{
33012
+ type: Output
33016
33013
  }] } });
33017
33014
  /**
33018
33015
  * @description Type-only wrapper for <px-table>
@@ -37408,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37408
37405
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
37409
37406
  class Lavender {
37410
37407
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37411
- 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] });
37408
+ 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, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxHeadingGroup, 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, PxSpinner, PxSpan, 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, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxHeadingGroup, 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, PxSpinner, PxSpan, 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] });
37412
37409
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
37413
37410
  }
37414
37411
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
@@ -37450,13 +37447,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37450
37447
  PxH4,
37451
37448
  PxH5,
37452
37449
  PxH6,
37453
- PxHeadingGroup,
37454
37450
  PxImg,
37455
37451
  PxPicture,
37456
37452
  PxInput,
37457
37453
  PxSelect,
37458
37454
  PxTextarea,
37459
37455
  PxFileupload,
37456
+ PxHeadingGroup,
37460
37457
  PxPage,
37461
37458
  PxSpacer,
37462
37459
  PxStack,
@@ -37483,8 +37480,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37483
37480
  PxSelectableBoxRadio,
37484
37481
  PxSeparator,
37485
37482
  PxSkeleton,
37486
- PxSpan,
37487
37483
  PxSpinner,
37484
+ PxSpan,
37488
37485
  PxStatus,
37489
37486
  PxStatusCard,
37490
37487
  PxStickyContainer,
@@ -37552,13 +37549,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37552
37549
  PxH4,
37553
37550
  PxH5,
37554
37551
  PxH6,
37555
- PxHeadingGroup,
37556
37552
  PxImg,
37557
37553
  PxPicture,
37558
37554
  PxInput,
37559
37555
  PxSelect,
37560
37556
  PxTextarea,
37561
37557
  PxFileupload,
37558
+ PxHeadingGroup,
37562
37559
  PxPage,
37563
37560
  PxSpacer,
37564
37561
  PxStack,
@@ -37585,8 +37582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37585
37582
  PxSelectableBoxRadio,
37586
37583
  PxSeparator,
37587
37584
  PxSkeleton,
37588
- PxSpan,
37589
37585
  PxSpinner,
37586
+ PxSpan,
37590
37587
  PxStatus,
37591
37588
  PxStatusCard,
37592
37589
  PxStickyContainer,