@proximus/lavender-angular 2.0.0-alpha.144 → 2.0.0-alpha.145
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>
|
|
34685
34685
|
*/
|
|
34686
|
-
class
|
|
34686
|
+
class PxStatus {
|
|
34687
34687
|
elementRef;
|
|
34688
34688
|
set state(value) {
|
|
34689
34689
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -34691,17 +34691,47 @@ class PxStatusCard {
|
|
|
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
|
+
}
|
|
34694
34724
|
set inverted(value) {
|
|
34695
34725
|
this.elementRef.nativeElement['inverted'] = value;
|
|
34696
34726
|
}
|
|
34697
34727
|
get inverted() {
|
|
34698
34728
|
return this.elementRef.nativeElement['inverted'];
|
|
34699
34729
|
}
|
|
34700
|
-
set
|
|
34701
|
-
this.elementRef.nativeElement['
|
|
34730
|
+
set iconAriaLabel(value) {
|
|
34731
|
+
this.elementRef.nativeElement['iconAriaLabel'] = value;
|
|
34702
34732
|
}
|
|
34703
|
-
get
|
|
34704
|
-
return this.elementRef.nativeElement['
|
|
34733
|
+
get iconAriaLabel() {
|
|
34734
|
+
return this.elementRef.nativeElement['iconAriaLabel'];
|
|
34705
34735
|
}
|
|
34706
34736
|
set grow(value) {
|
|
34707
34737
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -35015,28 +35045,38 @@ class PxStatusCard {
|
|
|
35015
35045
|
get wordBreakAllDesktop() {
|
|
35016
35046
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
35017
35047
|
}
|
|
35018
|
-
CLOSE_EVENT = new EventEmitter();
|
|
35019
35048
|
constructor(elementRef) {
|
|
35020
35049
|
this.elementRef = elementRef;
|
|
35021
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
35022
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
35023
|
-
});
|
|
35024
35050
|
}
|
|
35025
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35026
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
35051
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35052
|
+
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 });
|
|
35027
35053
|
}
|
|
35028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatus, decorators: [{
|
|
35029
35055
|
type: Directive,
|
|
35030
35056
|
args: [{
|
|
35031
|
-
selector: 'px-status
|
|
35057
|
+
selector: 'px-status',
|
|
35032
35058
|
}]
|
|
35033
35059
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
35034
35060
|
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
|
|
35035
35075
|
}], inverted: [{
|
|
35036
35076
|
type: Input
|
|
35037
|
-
}],
|
|
35077
|
+
}], iconAriaLabel: [{
|
|
35038
35078
|
type: Input,
|
|
35039
|
-
args: ['
|
|
35079
|
+
args: ['icon-aria-label']
|
|
35040
35080
|
}], grow: [{
|
|
35041
35081
|
type: Input
|
|
35042
35082
|
}], growMobile: [{
|
|
@@ -35188,13 +35228,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35188
35228
|
}], wordBreakAllDesktop: [{
|
|
35189
35229
|
type: Input,
|
|
35190
35230
|
args: ['word-break-all--desktop']
|
|
35191
|
-
}], CLOSE_EVENT: [{
|
|
35192
|
-
type: Output
|
|
35193
35231
|
}] } });
|
|
35194
35232
|
/**
|
|
35195
|
-
* @description Type-only wrapper for <px-status>
|
|
35233
|
+
* @description Type-only wrapper for <px-status-card>
|
|
35196
35234
|
*/
|
|
35197
|
-
class
|
|
35235
|
+
class PxStatusCard {
|
|
35198
35236
|
elementRef;
|
|
35199
35237
|
set state(value) {
|
|
35200
35238
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -35202,47 +35240,17 @@ class PxStatus {
|
|
|
35202
35240
|
get state() {
|
|
35203
35241
|
return this.elementRef.nativeElement['state'];
|
|
35204
35242
|
}
|
|
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
|
-
}
|
|
35235
35243
|
set inverted(value) {
|
|
35236
35244
|
this.elementRef.nativeElement['inverted'] = value;
|
|
35237
35245
|
}
|
|
35238
35246
|
get inverted() {
|
|
35239
35247
|
return this.elementRef.nativeElement['inverted'];
|
|
35240
35248
|
}
|
|
35241
|
-
set
|
|
35242
|
-
this.elementRef.nativeElement['
|
|
35249
|
+
set statusIconAriaLabel(value) {
|
|
35250
|
+
this.elementRef.nativeElement['statusIconAriaLabel'] = value;
|
|
35243
35251
|
}
|
|
35244
|
-
get
|
|
35245
|
-
return this.elementRef.nativeElement['
|
|
35252
|
+
get statusIconAriaLabel() {
|
|
35253
|
+
return this.elementRef.nativeElement['statusIconAriaLabel'];
|
|
35246
35254
|
}
|
|
35247
35255
|
set grow(value) {
|
|
35248
35256
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -35556,38 +35564,28 @@ class PxStatus {
|
|
|
35556
35564
|
get wordBreakAllDesktop() {
|
|
35557
35565
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
35558
35566
|
}
|
|
35567
|
+
CLOSE_EVENT = new EventEmitter();
|
|
35559
35568
|
constructor(elementRef) {
|
|
35560
35569
|
this.elementRef = elementRef;
|
|
35570
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
35571
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
35572
|
+
});
|
|
35561
35573
|
}
|
|
35562
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35563
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
35574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatusCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35575
|
+
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 });
|
|
35564
35576
|
}
|
|
35565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
35577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStatusCard, decorators: [{
|
|
35566
35578
|
type: Directive,
|
|
35567
35579
|
args: [{
|
|
35568
|
-
selector: 'px-status',
|
|
35580
|
+
selector: 'px-status-card',
|
|
35569
35581
|
}]
|
|
35570
35582
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
35571
35583
|
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
|
|
35586
35584
|
}], inverted: [{
|
|
35587
35585
|
type: Input
|
|
35588
|
-
}],
|
|
35586
|
+
}], statusIconAriaLabel: [{
|
|
35589
35587
|
type: Input,
|
|
35590
|
-
args: ['icon-aria-label']
|
|
35588
|
+
args: ['status-icon-aria-label']
|
|
35591
35589
|
}], grow: [{
|
|
35592
35590
|
type: Input
|
|
35593
35591
|
}], growMobile: [{
|
|
@@ -35739,6 +35737,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35739
35737
|
}], wordBreakAllDesktop: [{
|
|
35740
35738
|
type: Input,
|
|
35741
35739
|
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, 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] });
|
|
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
|
-
PxStatusCard,
|
|
41156
41155
|
PxStatus,
|
|
41156
|
+
PxStatusCard,
|
|
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
|
-
PxStatusCard,
|
|
41258
41257
|
PxStatus,
|
|
41258
|
+
PxStatusCard,
|
|
41259
41259
|
PxStickyContainer,
|
|
41260
41260
|
PxThemeSwitcher,
|
|
41261
41261
|
PxSwitch,
|