@proximus/lavender-angular 2.0.0-alpha.142 → 2.0.0-alpha.144
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.
|
@@ -34681,9 +34681,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34681
34681
|
args: ['aria-label']
|
|
34682
34682
|
}] } });
|
|
34683
34683
|
/**
|
|
34684
|
-
* @description Type-only wrapper for <px-status>
|
|
34684
|
+
* @description Type-only wrapper for <px-status-card>
|
|
34685
34685
|
*/
|
|
34686
|
-
class
|
|
34686
|
+
class PxStatusCard {
|
|
34687
34687
|
elementRef;
|
|
34688
34688
|
set state(value) {
|
|
34689
34689
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -34691,47 +34691,17 @@ class PxStatus {
|
|
|
34691
34691
|
get state() {
|
|
34692
34692
|
return this.elementRef.nativeElement['state'];
|
|
34693
34693
|
}
|
|
34694
|
-
set iconOnly(value) {
|
|
34695
|
-
this.elementRef.nativeElement['iconOnly'] = value;
|
|
34696
|
-
}
|
|
34697
|
-
get iconOnly() {
|
|
34698
|
-
return this.elementRef.nativeElement['iconOnly'];
|
|
34699
|
-
}
|
|
34700
|
-
set iconOnlyMobile(value) {
|
|
34701
|
-
this.elementRef.nativeElement['iconOnlyMobile'] = value;
|
|
34702
|
-
}
|
|
34703
|
-
get iconOnlyMobile() {
|
|
34704
|
-
return this.elementRef.nativeElement['iconOnlyMobile'];
|
|
34705
|
-
}
|
|
34706
|
-
set iconOnlyTablet(value) {
|
|
34707
|
-
this.elementRef.nativeElement['iconOnlyTablet'] = value;
|
|
34708
|
-
}
|
|
34709
|
-
get iconOnlyTablet() {
|
|
34710
|
-
return this.elementRef.nativeElement['iconOnlyTablet'];
|
|
34711
|
-
}
|
|
34712
|
-
set iconOnlyLaptop(value) {
|
|
34713
|
-
this.elementRef.nativeElement['iconOnlyLaptop'] = value;
|
|
34714
|
-
}
|
|
34715
|
-
get iconOnlyLaptop() {
|
|
34716
|
-
return this.elementRef.nativeElement['iconOnlyLaptop'];
|
|
34717
|
-
}
|
|
34718
|
-
set disabled(value) {
|
|
34719
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
34720
|
-
}
|
|
34721
|
-
get disabled() {
|
|
34722
|
-
return this.elementRef.nativeElement['disabled'];
|
|
34723
|
-
}
|
|
34724
34694
|
set inverted(value) {
|
|
34725
34695
|
this.elementRef.nativeElement['inverted'] = value;
|
|
34726
34696
|
}
|
|
34727
34697
|
get inverted() {
|
|
34728
34698
|
return this.elementRef.nativeElement['inverted'];
|
|
34729
34699
|
}
|
|
34730
|
-
set
|
|
34731
|
-
this.elementRef.nativeElement['
|
|
34700
|
+
set statusIconAriaLabel(value) {
|
|
34701
|
+
this.elementRef.nativeElement['statusIconAriaLabel'] = value;
|
|
34732
34702
|
}
|
|
34733
|
-
get
|
|
34734
|
-
return this.elementRef.nativeElement['
|
|
34703
|
+
get statusIconAriaLabel() {
|
|
34704
|
+
return this.elementRef.nativeElement['statusIconAriaLabel'];
|
|
34735
34705
|
}
|
|
34736
34706
|
set grow(value) {
|
|
34737
34707
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -35045,38 +35015,28 @@ class PxStatus {
|
|
|
35045
35015
|
get wordBreakAllDesktop() {
|
|
35046
35016
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
35047
35017
|
}
|
|
35018
|
+
CLOSE_EVENT = new EventEmitter();
|
|
35048
35019
|
constructor(elementRef) {
|
|
35049
35020
|
this.elementRef = elementRef;
|
|
35021
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
35022
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
35023
|
+
});
|
|
35050
35024
|
}
|
|
35051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35052
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
35025
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatusCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35026
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStatusCard, selector: "px-status-card", inputs: { state: "state", inverted: "inverted", statusIconAriaLabel: ["status-icon-aria-label", "statusIconAriaLabel"], 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: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
35053
35027
|
}
|
|
35054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatusCard, decorators: [{
|
|
35055
35029
|
type: Directive,
|
|
35056
35030
|
args: [{
|
|
35057
|
-
selector: 'px-status',
|
|
35031
|
+
selector: 'px-status-card',
|
|
35058
35032
|
}]
|
|
35059
35033
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
35060
35034
|
type: Input
|
|
35061
|
-
}], iconOnly: [{
|
|
35062
|
-
type: Input,
|
|
35063
|
-
args: ['icon-only']
|
|
35064
|
-
}], iconOnlyMobile: [{
|
|
35065
|
-
type: Input,
|
|
35066
|
-
args: ['icon-only--mobile']
|
|
35067
|
-
}], iconOnlyTablet: [{
|
|
35068
|
-
type: Input,
|
|
35069
|
-
args: ['icon-only--tablet']
|
|
35070
|
-
}], iconOnlyLaptop: [{
|
|
35071
|
-
type: Input,
|
|
35072
|
-
args: ['icon-only--laptop']
|
|
35073
|
-
}], disabled: [{
|
|
35074
|
-
type: Input
|
|
35075
35035
|
}], inverted: [{
|
|
35076
35036
|
type: Input
|
|
35077
|
-
}],
|
|
35037
|
+
}], statusIconAriaLabel: [{
|
|
35078
35038
|
type: Input,
|
|
35079
|
-
args: ['icon-aria-label']
|
|
35039
|
+
args: ['status-icon-aria-label']
|
|
35080
35040
|
}], grow: [{
|
|
35081
35041
|
type: Input
|
|
35082
35042
|
}], growMobile: [{
|
|
@@ -35228,11 +35188,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35228
35188
|
}], wordBreakAllDesktop: [{
|
|
35229
35189
|
type: Input,
|
|
35230
35190
|
args: ['word-break-all--desktop']
|
|
35191
|
+
}], CLOSE_EVENT: [{
|
|
35192
|
+
type: Output
|
|
35231
35193
|
}] } });
|
|
35232
35194
|
/**
|
|
35233
|
-
* @description Type-only wrapper for <px-status
|
|
35195
|
+
* @description Type-only wrapper for <px-status>
|
|
35234
35196
|
*/
|
|
35235
|
-
class
|
|
35197
|
+
class PxStatus {
|
|
35236
35198
|
elementRef;
|
|
35237
35199
|
set state(value) {
|
|
35238
35200
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -35240,17 +35202,47 @@ class PxStatusCard {
|
|
|
35240
35202
|
get state() {
|
|
35241
35203
|
return this.elementRef.nativeElement['state'];
|
|
35242
35204
|
}
|
|
35205
|
+
set iconOnly(value) {
|
|
35206
|
+
this.elementRef.nativeElement['iconOnly'] = value;
|
|
35207
|
+
}
|
|
35208
|
+
get iconOnly() {
|
|
35209
|
+
return this.elementRef.nativeElement['iconOnly'];
|
|
35210
|
+
}
|
|
35211
|
+
set iconOnlyMobile(value) {
|
|
35212
|
+
this.elementRef.nativeElement['iconOnlyMobile'] = value;
|
|
35213
|
+
}
|
|
35214
|
+
get iconOnlyMobile() {
|
|
35215
|
+
return this.elementRef.nativeElement['iconOnlyMobile'];
|
|
35216
|
+
}
|
|
35217
|
+
set iconOnlyTablet(value) {
|
|
35218
|
+
this.elementRef.nativeElement['iconOnlyTablet'] = value;
|
|
35219
|
+
}
|
|
35220
|
+
get iconOnlyTablet() {
|
|
35221
|
+
return this.elementRef.nativeElement['iconOnlyTablet'];
|
|
35222
|
+
}
|
|
35223
|
+
set iconOnlyLaptop(value) {
|
|
35224
|
+
this.elementRef.nativeElement['iconOnlyLaptop'] = value;
|
|
35225
|
+
}
|
|
35226
|
+
get iconOnlyLaptop() {
|
|
35227
|
+
return this.elementRef.nativeElement['iconOnlyLaptop'];
|
|
35228
|
+
}
|
|
35229
|
+
set disabled(value) {
|
|
35230
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
35231
|
+
}
|
|
35232
|
+
get disabled() {
|
|
35233
|
+
return this.elementRef.nativeElement['disabled'];
|
|
35234
|
+
}
|
|
35243
35235
|
set inverted(value) {
|
|
35244
35236
|
this.elementRef.nativeElement['inverted'] = value;
|
|
35245
35237
|
}
|
|
35246
35238
|
get inverted() {
|
|
35247
35239
|
return this.elementRef.nativeElement['inverted'];
|
|
35248
35240
|
}
|
|
35249
|
-
set
|
|
35250
|
-
this.elementRef.nativeElement['
|
|
35241
|
+
set iconAriaLabel(value) {
|
|
35242
|
+
this.elementRef.nativeElement['iconAriaLabel'] = value;
|
|
35251
35243
|
}
|
|
35252
|
-
get
|
|
35253
|
-
return this.elementRef.nativeElement['
|
|
35244
|
+
get iconAriaLabel() {
|
|
35245
|
+
return this.elementRef.nativeElement['iconAriaLabel'];
|
|
35254
35246
|
}
|
|
35255
35247
|
set grow(value) {
|
|
35256
35248
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -35564,28 +35556,38 @@ class PxStatusCard {
|
|
|
35564
35556
|
get wordBreakAllDesktop() {
|
|
35565
35557
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
35566
35558
|
}
|
|
35567
|
-
CLOSE_EVENT = new EventEmitter();
|
|
35568
35559
|
constructor(elementRef) {
|
|
35569
35560
|
this.elementRef = elementRef;
|
|
35570
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
35571
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
35572
|
-
});
|
|
35573
35561
|
}
|
|
35574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35575
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
35562
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35563
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStatus, selector: "px-status", inputs: { state: "state", iconOnly: ["icon-only", "iconOnly"], iconOnlyMobile: ["icon-only--mobile", "iconOnlyMobile"], iconOnlyTablet: ["icon-only--tablet", "iconOnlyTablet"], iconOnlyLaptop: ["icon-only--laptop", "iconOnlyLaptop"], disabled: "disabled", inverted: "inverted", iconAriaLabel: ["icon-aria-label", "iconAriaLabel"], 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 });
|
|
35576
35564
|
}
|
|
35577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatus, decorators: [{
|
|
35578
35566
|
type: Directive,
|
|
35579
35567
|
args: [{
|
|
35580
|
-
selector: 'px-status
|
|
35568
|
+
selector: 'px-status',
|
|
35581
35569
|
}]
|
|
35582
35570
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
35583
35571
|
type: Input
|
|
35572
|
+
}], iconOnly: [{
|
|
35573
|
+
type: Input,
|
|
35574
|
+
args: ['icon-only']
|
|
35575
|
+
}], iconOnlyMobile: [{
|
|
35576
|
+
type: Input,
|
|
35577
|
+
args: ['icon-only--mobile']
|
|
35578
|
+
}], iconOnlyTablet: [{
|
|
35579
|
+
type: Input,
|
|
35580
|
+
args: ['icon-only--tablet']
|
|
35581
|
+
}], iconOnlyLaptop: [{
|
|
35582
|
+
type: Input,
|
|
35583
|
+
args: ['icon-only--laptop']
|
|
35584
|
+
}], disabled: [{
|
|
35585
|
+
type: Input
|
|
35584
35586
|
}], inverted: [{
|
|
35585
35587
|
type: Input
|
|
35586
|
-
}],
|
|
35588
|
+
}], iconAriaLabel: [{
|
|
35587
35589
|
type: Input,
|
|
35588
|
-
args: ['
|
|
35590
|
+
args: ['icon-aria-label']
|
|
35589
35591
|
}], grow: [{
|
|
35590
35592
|
type: Input
|
|
35591
35593
|
}], growMobile: [{
|
|
@@ -35737,8 +35739,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35737
35739
|
}], wordBreakAllDesktop: [{
|
|
35738
35740
|
type: Input,
|
|
35739
35741
|
args: ['word-break-all--desktop']
|
|
35740
|
-
}], CLOSE_EVENT: [{
|
|
35741
|
-
type: Output
|
|
35742
35742
|
}] } });
|
|
35743
35743
|
/**
|
|
35744
35744
|
* @description Type-only wrapper for <px-sticky-container>
|
|
@@ -41075,7 +41075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41075
41075
|
}] } });
|
|
41076
41076
|
class Lavender {
|
|
41077
41077
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41078
|
-
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,
|
|
41078
|
+
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, PxStatusCard, PxStatus, 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, PxStatusCard, PxStatus, 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] });
|
|
41079
41079
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41080
41080
|
}
|
|
41081
41081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41152,8 +41152,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41152
41152
|
PxSkeleton,
|
|
41153
41153
|
PxSpan,
|
|
41154
41154
|
PxSpinner,
|
|
41155
|
-
PxStatus,
|
|
41156
41155
|
PxStatusCard,
|
|
41156
|
+
PxStatus,
|
|
41157
41157
|
PxStickyContainer,
|
|
41158
41158
|
PxThemeSwitcher,
|
|
41159
41159
|
PxSwitch,
|
|
@@ -41254,8 +41254,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41254
41254
|
PxSkeleton,
|
|
41255
41255
|
PxSpan,
|
|
41256
41256
|
PxSpinner,
|
|
41257
|
-
PxStatus,
|
|
41258
41257
|
PxStatusCard,
|
|
41258
|
+
PxStatus,
|
|
41259
41259
|
PxStickyContainer,
|
|
41260
41260
|
PxThemeSwitcher,
|
|
41261
41261
|
PxSwitch,
|