@proximus/lavender-angular 2.0.0-alpha.58 → 2.0.0-alpha.60
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.
|
@@ -10136,6 +10136,12 @@ class PxContainer {
|
|
|
10136
10136
|
get inverted() {
|
|
10137
10137
|
return this.elementRef.nativeElement['inverted'];
|
|
10138
10138
|
}
|
|
10139
|
+
set subgridRows(value) {
|
|
10140
|
+
this.elementRef.nativeElement['subgridRows'] = value;
|
|
10141
|
+
}
|
|
10142
|
+
get subgridRows() {
|
|
10143
|
+
return this.elementRef.nativeElement['subgridRows'];
|
|
10144
|
+
}
|
|
10139
10145
|
set grow(value) {
|
|
10140
10146
|
this.elementRef.nativeElement['grow'] = value;
|
|
10141
10147
|
}
|
|
@@ -10410,7 +10416,7 @@ class PxContainer {
|
|
|
10410
10416
|
this.elementRef = elementRef;
|
|
10411
10417
|
}
|
|
10412
10418
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10413
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxContainer, selector: "px-container", inputs: { border: "border", borderColor: ["border-color", "borderColor"], borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"], borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], backgroundColor: ["background-color", "backgroundColor"], backgroundColorMobile: ["background-color--mobile", "backgroundColorMobile"], backgroundColorTablet: ["background-color--tablet", "backgroundColorTablet"], backgroundColorLaptop: ["background-color--laptop", "backgroundColorLaptop"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundGradientMobile: ["background-gradient--mobile", "backgroundGradientMobile"], backgroundGradientTablet: ["background-gradient--tablet", "backgroundGradientTablet"], backgroundGradientLaptop: ["background-gradient--laptop", "backgroundGradientLaptop"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], boxShadow: ["box-shadow", "boxShadow"], anchorOffset: ["anchor-offset", "anchorOffset"], anchorSpacing: ["anchor-spacing", "anchorSpacing"], 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"] }, ngImport: i0 });
|
|
10419
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxContainer, selector: "px-container", inputs: { border: "border", borderColor: ["border-color", "borderColor"], borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"], borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], backgroundColor: ["background-color", "backgroundColor"], backgroundColorMobile: ["background-color--mobile", "backgroundColorMobile"], backgroundColorTablet: ["background-color--tablet", "backgroundColorTablet"], backgroundColorLaptop: ["background-color--laptop", "backgroundColorLaptop"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundGradientMobile: ["background-gradient--mobile", "backgroundGradientMobile"], backgroundGradientTablet: ["background-gradient--tablet", "backgroundGradientTablet"], backgroundGradientLaptop: ["background-gradient--laptop", "backgroundGradientLaptop"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], boxShadow: ["box-shadow", "boxShadow"], anchorOffset: ["anchor-offset", "anchorOffset"], anchorSpacing: ["anchor-spacing", "anchorSpacing"], inverted: "inverted", subgridRows: ["subgrid-rows", "subgridRows"], 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"] }, ngImport: i0 });
|
|
10414
10420
|
}
|
|
10415
10421
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContainer, decorators: [{
|
|
10416
10422
|
type: Directive,
|
|
@@ -10502,6 +10508,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
10502
10508
|
args: ['anchor-spacing']
|
|
10503
10509
|
}], inverted: [{
|
|
10504
10510
|
type: Input
|
|
10511
|
+
}], subgridRows: [{
|
|
10512
|
+
type: Input,
|
|
10513
|
+
args: ['subgrid-rows']
|
|
10505
10514
|
}], grow: [{
|
|
10506
10515
|
type: Input
|
|
10507
10516
|
}], growMobile: [{
|
|
@@ -11216,6 +11225,12 @@ class PxDrawer {
|
|
|
11216
11225
|
get openedby() {
|
|
11217
11226
|
return this.elementRef.nativeElement['openedby'];
|
|
11218
11227
|
}
|
|
11228
|
+
set closedby(value) {
|
|
11229
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
11230
|
+
}
|
|
11231
|
+
get closedby() {
|
|
11232
|
+
return this.elementRef.nativeElement['closedby'];
|
|
11233
|
+
}
|
|
11219
11234
|
HIDE_EVENT = new EventEmitter();
|
|
11220
11235
|
constructor(elementRef) {
|
|
11221
11236
|
this.elementRef = elementRef;
|
|
@@ -11224,7 +11239,7 @@ class PxDrawer {
|
|
|
11224
11239
|
});
|
|
11225
11240
|
}
|
|
11226
11241
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11227
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"], openedby: "openedby" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
11242
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"], openedby: "openedby", closedby: "closedby" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
11228
11243
|
}
|
|
11229
11244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
11230
11245
|
type: Directive,
|
|
@@ -11238,6 +11253,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
11238
11253
|
args: ['close-button-aria-label']
|
|
11239
11254
|
}], openedby: [{
|
|
11240
11255
|
type: Input
|
|
11256
|
+
}], closedby: [{
|
|
11257
|
+
type: Input
|
|
11241
11258
|
}], HIDE_EVENT: [{
|
|
11242
11259
|
type: Output
|
|
11243
11260
|
}] } });
|
|
@@ -22841,9 +22858,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
22841
22858
|
type: Output
|
|
22842
22859
|
}] } });
|
|
22843
22860
|
/**
|
|
22844
|
-
* @description Type-only wrapper for <px-
|
|
22861
|
+
* @description Type-only wrapper for <px-pillar>
|
|
22845
22862
|
*/
|
|
22846
|
-
class
|
|
22863
|
+
class PxPillar {
|
|
22847
22864
|
elementRef;
|
|
22848
22865
|
set variant(value) {
|
|
22849
22866
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -22851,47 +22868,23 @@ class PxP {
|
|
|
22851
22868
|
get variant() {
|
|
22852
22869
|
return this.elementRef.nativeElement['variant'];
|
|
22853
22870
|
}
|
|
22854
|
-
set
|
|
22855
|
-
this.elementRef.nativeElement['
|
|
22856
|
-
}
|
|
22857
|
-
get color() {
|
|
22858
|
-
return this.elementRef.nativeElement['color'];
|
|
22859
|
-
}
|
|
22860
|
-
set fontSize(value) {
|
|
22861
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
22862
|
-
}
|
|
22863
|
-
get fontSize() {
|
|
22864
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
22865
|
-
}
|
|
22866
|
-
set fontWeight(value) {
|
|
22867
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22868
|
-
}
|
|
22869
|
-
get fontWeight() {
|
|
22870
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
22871
|
-
}
|
|
22872
|
-
set textAlign(value) {
|
|
22873
|
-
this.elementRef.nativeElement['textAlign'] = value;
|
|
22874
|
-
}
|
|
22875
|
-
get textAlign() {
|
|
22876
|
-
return this.elementRef.nativeElement['textAlign'];
|
|
22877
|
-
}
|
|
22878
|
-
set textAlignMobile(value) {
|
|
22879
|
-
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
22871
|
+
set backgroundColor(value) {
|
|
22872
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
22880
22873
|
}
|
|
22881
|
-
get
|
|
22882
|
-
return this.elementRef.nativeElement['
|
|
22874
|
+
get backgroundColor() {
|
|
22875
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
22883
22876
|
}
|
|
22884
|
-
set
|
|
22885
|
-
this.elementRef.nativeElement['
|
|
22877
|
+
set backgroundGradient(value) {
|
|
22878
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
22886
22879
|
}
|
|
22887
|
-
get
|
|
22888
|
-
return this.elementRef.nativeElement['
|
|
22880
|
+
get backgroundGradient() {
|
|
22881
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
22889
22882
|
}
|
|
22890
|
-
set
|
|
22891
|
-
this.elementRef.nativeElement['
|
|
22883
|
+
set alignment(value) {
|
|
22884
|
+
this.elementRef.nativeElement['alignment'] = value;
|
|
22892
22885
|
}
|
|
22893
|
-
get
|
|
22894
|
-
return this.elementRef.nativeElement['
|
|
22886
|
+
get alignment() {
|
|
22887
|
+
return this.elementRef.nativeElement['alignment'];
|
|
22895
22888
|
}
|
|
22896
22889
|
set inverted(value) {
|
|
22897
22890
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -22899,12 +22892,6 @@ class PxP {
|
|
|
22899
22892
|
get inverted() {
|
|
22900
22893
|
return this.elementRef.nativeElement['inverted'];
|
|
22901
22894
|
}
|
|
22902
|
-
set disabled(value) {
|
|
22903
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
22904
|
-
}
|
|
22905
|
-
get disabled() {
|
|
22906
|
-
return this.elementRef.nativeElement['disabled'];
|
|
22907
|
-
}
|
|
22908
22895
|
set grow(value) {
|
|
22909
22896
|
this.elementRef.nativeElement['grow'] = value;
|
|
22910
22897
|
}
|
|
@@ -23178,39 +23165,25 @@ class PxP {
|
|
|
23178
23165
|
constructor(elementRef) {
|
|
23179
23166
|
this.elementRef = elementRef;
|
|
23180
23167
|
}
|
|
23181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23182
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23169
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", 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"] }, ngImport: i0 });
|
|
23183
23170
|
}
|
|
23184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
|
|
23185
23172
|
type: Directive,
|
|
23186
23173
|
args: [{
|
|
23187
|
-
selector: 'px-
|
|
23174
|
+
selector: 'px-pillar',
|
|
23188
23175
|
}]
|
|
23189
23176
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23190
23177
|
type: Input
|
|
23191
|
-
}],
|
|
23192
|
-
type: Input
|
|
23193
|
-
}], fontSize: [{
|
|
23194
|
-
type: Input,
|
|
23195
|
-
args: ['font-size']
|
|
23196
|
-
}], fontWeight: [{
|
|
23197
|
-
type: Input,
|
|
23198
|
-
args: ['font-weight']
|
|
23199
|
-
}], textAlign: [{
|
|
23200
|
-
type: Input,
|
|
23201
|
-
args: ['text-align']
|
|
23202
|
-
}], textAlignMobile: [{
|
|
23203
|
-
type: Input,
|
|
23204
|
-
args: ['text-align--mobile']
|
|
23205
|
-
}], textAlignTablet: [{
|
|
23178
|
+
}], backgroundColor: [{
|
|
23206
23179
|
type: Input,
|
|
23207
|
-
args: ['
|
|
23208
|
-
}],
|
|
23180
|
+
args: ['background-color']
|
|
23181
|
+
}], backgroundGradient: [{
|
|
23209
23182
|
type: Input,
|
|
23210
|
-
args: ['
|
|
23211
|
-
}],
|
|
23183
|
+
args: ['background-gradient']
|
|
23184
|
+
}], alignment: [{
|
|
23212
23185
|
type: Input
|
|
23213
|
-
}],
|
|
23186
|
+
}], inverted: [{
|
|
23214
23187
|
type: Input
|
|
23215
23188
|
}], grow: [{
|
|
23216
23189
|
type: Input
|
|
@@ -23344,9 +23317,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23344
23317
|
args: ['order--desktop']
|
|
23345
23318
|
}] } });
|
|
23346
23319
|
/**
|
|
23347
|
-
* @description Type-only wrapper for <px-
|
|
23320
|
+
* @description Type-only wrapper for <px-p>
|
|
23348
23321
|
*/
|
|
23349
|
-
class
|
|
23322
|
+
class PxP {
|
|
23350
23323
|
elementRef;
|
|
23351
23324
|
set variant(value) {
|
|
23352
23325
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -23354,23 +23327,47 @@ class PxPillar {
|
|
|
23354
23327
|
get variant() {
|
|
23355
23328
|
return this.elementRef.nativeElement['variant'];
|
|
23356
23329
|
}
|
|
23357
|
-
set
|
|
23358
|
-
this.elementRef.nativeElement['
|
|
23330
|
+
set color(value) {
|
|
23331
|
+
this.elementRef.nativeElement['color'] = value;
|
|
23359
23332
|
}
|
|
23360
|
-
get
|
|
23361
|
-
return this.elementRef.nativeElement['
|
|
23333
|
+
get color() {
|
|
23334
|
+
return this.elementRef.nativeElement['color'];
|
|
23362
23335
|
}
|
|
23363
|
-
set
|
|
23364
|
-
this.elementRef.nativeElement['
|
|
23336
|
+
set fontSize(value) {
|
|
23337
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
23365
23338
|
}
|
|
23366
|
-
get
|
|
23367
|
-
return this.elementRef.nativeElement['
|
|
23339
|
+
get fontSize() {
|
|
23340
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
23368
23341
|
}
|
|
23369
|
-
set
|
|
23370
|
-
this.elementRef.nativeElement['
|
|
23342
|
+
set fontWeight(value) {
|
|
23343
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
23371
23344
|
}
|
|
23372
|
-
get
|
|
23373
|
-
return this.elementRef.nativeElement['
|
|
23345
|
+
get fontWeight() {
|
|
23346
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
23347
|
+
}
|
|
23348
|
+
set textAlign(value) {
|
|
23349
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
23350
|
+
}
|
|
23351
|
+
get textAlign() {
|
|
23352
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
23353
|
+
}
|
|
23354
|
+
set textAlignMobile(value) {
|
|
23355
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
23356
|
+
}
|
|
23357
|
+
get textAlignMobile() {
|
|
23358
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
23359
|
+
}
|
|
23360
|
+
set textAlignTablet(value) {
|
|
23361
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
23362
|
+
}
|
|
23363
|
+
get textAlignTablet() {
|
|
23364
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
23365
|
+
}
|
|
23366
|
+
set textAlignLaptop(value) {
|
|
23367
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
23368
|
+
}
|
|
23369
|
+
get textAlignLaptop() {
|
|
23370
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
23374
23371
|
}
|
|
23375
23372
|
set inverted(value) {
|
|
23376
23373
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -23378,6 +23375,12 @@ class PxPillar {
|
|
|
23378
23375
|
get inverted() {
|
|
23379
23376
|
return this.elementRef.nativeElement['inverted'];
|
|
23380
23377
|
}
|
|
23378
|
+
set disabled(value) {
|
|
23379
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
23380
|
+
}
|
|
23381
|
+
get disabled() {
|
|
23382
|
+
return this.elementRef.nativeElement['disabled'];
|
|
23383
|
+
}
|
|
23381
23384
|
set grow(value) {
|
|
23382
23385
|
this.elementRef.nativeElement['grow'] = value;
|
|
23383
23386
|
}
|
|
@@ -23651,26 +23654,40 @@ class PxPillar {
|
|
|
23651
23654
|
constructor(elementRef) {
|
|
23652
23655
|
this.elementRef = elementRef;
|
|
23653
23656
|
}
|
|
23654
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23655
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23657
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23658
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxP, selector: "px-p", inputs: { variant: "variant", color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], inverted: "inverted", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
23656
23659
|
}
|
|
23657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
|
|
23658
23661
|
type: Directive,
|
|
23659
23662
|
args: [{
|
|
23660
|
-
selector: 'px-
|
|
23663
|
+
selector: 'px-p',
|
|
23661
23664
|
}]
|
|
23662
23665
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23663
23666
|
type: Input
|
|
23664
|
-
}],
|
|
23667
|
+
}], color: [{
|
|
23668
|
+
type: Input
|
|
23669
|
+
}], fontSize: [{
|
|
23665
23670
|
type: Input,
|
|
23666
|
-
args: ['
|
|
23667
|
-
}],
|
|
23671
|
+
args: ['font-size']
|
|
23672
|
+
}], fontWeight: [{
|
|
23668
23673
|
type: Input,
|
|
23669
|
-
args: ['
|
|
23670
|
-
}],
|
|
23671
|
-
type: Input
|
|
23674
|
+
args: ['font-weight']
|
|
23675
|
+
}], textAlign: [{
|
|
23676
|
+
type: Input,
|
|
23677
|
+
args: ['text-align']
|
|
23678
|
+
}], textAlignMobile: [{
|
|
23679
|
+
type: Input,
|
|
23680
|
+
args: ['text-align--mobile']
|
|
23681
|
+
}], textAlignTablet: [{
|
|
23682
|
+
type: Input,
|
|
23683
|
+
args: ['text-align--tablet']
|
|
23684
|
+
}], textAlignLaptop: [{
|
|
23685
|
+
type: Input,
|
|
23686
|
+
args: ['text-align--laptop']
|
|
23672
23687
|
}], inverted: [{
|
|
23673
23688
|
type: Input
|
|
23689
|
+
}], disabled: [{
|
|
23690
|
+
type: Input
|
|
23674
23691
|
}], grow: [{
|
|
23675
23692
|
type: Input
|
|
23676
23693
|
}], growMobile: [{
|
|
@@ -30641,12 +30658,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30641
30658
|
*/
|
|
30642
30659
|
class PxTabs {
|
|
30643
30660
|
elementRef;
|
|
30644
|
-
set tablistAriaLabelledby(value) {
|
|
30645
|
-
this.elementRef.nativeElement['tablistAriaLabelledby'] = value;
|
|
30646
|
-
}
|
|
30647
|
-
get tablistAriaLabelledby() {
|
|
30648
|
-
return this.elementRef.nativeElement['tablistAriaLabelledby'];
|
|
30649
|
-
}
|
|
30650
30661
|
set inverted(value) {
|
|
30651
30662
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30652
30663
|
}
|
|
@@ -30665,21 +30676,24 @@ class PxTabs {
|
|
|
30665
30676
|
get previousAriaLabel() {
|
|
30666
30677
|
return this.elementRef.nativeElement['previousAriaLabel'];
|
|
30667
30678
|
}
|
|
30679
|
+
set hideControls(value) {
|
|
30680
|
+
this.elementRef.nativeElement['hideControls'] = value;
|
|
30681
|
+
}
|
|
30682
|
+
get hideControls() {
|
|
30683
|
+
return this.elementRef.nativeElement['hideControls'];
|
|
30684
|
+
}
|
|
30668
30685
|
constructor(elementRef) {
|
|
30669
30686
|
this.elementRef = elementRef;
|
|
30670
30687
|
}
|
|
30671
30688
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30672
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: {
|
|
30689
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: { inverted: "inverted", nextAriaLabel: ["next-aria-label", "nextAriaLabel"], previousAriaLabel: ["previous-aria-label", "previousAriaLabel"], hideControls: ["hide-controls", "hideControls"] }, ngImport: i0 });
|
|
30673
30690
|
}
|
|
30674
30691
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, decorators: [{
|
|
30675
30692
|
type: Directive,
|
|
30676
30693
|
args: [{
|
|
30677
30694
|
selector: 'px-tabs',
|
|
30678
30695
|
}]
|
|
30679
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30680
|
-
type: Input,
|
|
30681
|
-
args: ['tablist-aria-labelledby']
|
|
30682
|
-
}], inverted: [{
|
|
30696
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30683
30697
|
type: Input
|
|
30684
30698
|
}], nextAriaLabel: [{
|
|
30685
30699
|
type: Input,
|
|
@@ -30687,6 +30701,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30687
30701
|
}], previousAriaLabel: [{
|
|
30688
30702
|
type: Input,
|
|
30689
30703
|
args: ['previous-aria-label']
|
|
30704
|
+
}], hideControls: [{
|
|
30705
|
+
type: Input,
|
|
30706
|
+
args: ['hide-controls']
|
|
30690
30707
|
}] } });
|
|
30691
30708
|
/**
|
|
30692
30709
|
* @description Type-only wrapper for <px-tab>
|
|
@@ -30711,15 +30728,25 @@ class PxTab {
|
|
|
30711
30728
|
get id() {
|
|
30712
30729
|
return this.elementRef.nativeElement['id'];
|
|
30713
30730
|
}
|
|
30714
|
-
|
|
30731
|
+
set inverted(value) {
|
|
30732
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
30733
|
+
}
|
|
30734
|
+
get inverted() {
|
|
30735
|
+
return this.elementRef.nativeElement['inverted'];
|
|
30736
|
+
}
|
|
30737
|
+
TAB_CONNECTED_EVENT = new EventEmitter();
|
|
30738
|
+
TAB_SELECTED_EVENT = new EventEmitter();
|
|
30715
30739
|
constructor(elementRef) {
|
|
30716
30740
|
this.elementRef = elementRef;
|
|
30717
|
-
this.elementRef.nativeElement.addEventListener('
|
|
30718
|
-
this.
|
|
30741
|
+
this.elementRef.nativeElement.addEventListener('TAB_CONNECTED_EVENT', (e) => {
|
|
30742
|
+
this.TAB_CONNECTED_EVENT.emit(e.detail);
|
|
30743
|
+
});
|
|
30744
|
+
this.elementRef.nativeElement.addEventListener('TAB_SELECTED_EVENT', (e) => {
|
|
30745
|
+
this.TAB_SELECTED_EVENT.emit(e.detail);
|
|
30719
30746
|
});
|
|
30720
30747
|
}
|
|
30721
30748
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30722
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTab, selector: "px-tab", inputs: { selected: "selected", target: "target", id: "id" }, outputs: {
|
|
30749
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTab, selector: "px-tab", inputs: { selected: "selected", target: "target", id: "id", inverted: "inverted" }, outputs: { TAB_CONNECTED_EVENT: "TAB_CONNECTED_EVENT", TAB_SELECTED_EVENT: "TAB_SELECTED_EVENT" }, ngImport: i0 });
|
|
30723
30750
|
}
|
|
30724
30751
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, decorators: [{
|
|
30725
30752
|
type: Directive,
|
|
@@ -30732,9 +30759,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30732
30759
|
type: Input
|
|
30733
30760
|
}], id: [{
|
|
30734
30761
|
type: Input
|
|
30735
|
-
}],
|
|
30736
|
-
type:
|
|
30737
|
-
|
|
30762
|
+
}], inverted: [{
|
|
30763
|
+
type: Input
|
|
30764
|
+
}], TAB_CONNECTED_EVENT: [{
|
|
30765
|
+
type: Output
|
|
30766
|
+
}], TAB_SELECTED_EVENT: [{
|
|
30767
|
+
type: Output
|
|
30738
30768
|
}] } });
|
|
30739
30769
|
/**
|
|
30740
30770
|
* @description Type-only wrapper for <px-tab-panel>
|
|
@@ -30747,11 +30777,17 @@ class PxTabPanel {
|
|
|
30747
30777
|
get id() {
|
|
30748
30778
|
return this.elementRef.nativeElement['id'];
|
|
30749
30779
|
}
|
|
30780
|
+
set selected(value) {
|
|
30781
|
+
this.elementRef.nativeElement['selected'] = value;
|
|
30782
|
+
}
|
|
30783
|
+
get selected() {
|
|
30784
|
+
return this.elementRef.nativeElement['selected'];
|
|
30785
|
+
}
|
|
30750
30786
|
constructor(elementRef) {
|
|
30751
30787
|
this.elementRef = elementRef;
|
|
30752
30788
|
}
|
|
30753
30789
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30754
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabPanel, selector: "px-tab-panel", inputs: { id: "id" }, ngImport: i0 });
|
|
30790
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabPanel, selector: "px-tab-panel", inputs: { id: "id", selected: "selected" }, ngImport: i0 });
|
|
30755
30791
|
}
|
|
30756
30792
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, decorators: [{
|
|
30757
30793
|
type: Directive,
|
|
@@ -30760,6 +30796,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30760
30796
|
}]
|
|
30761
30797
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
30762
30798
|
type: Input
|
|
30799
|
+
}], selected: [{
|
|
30800
|
+
type: Input
|
|
30763
30801
|
}] } });
|
|
30764
30802
|
/**
|
|
30765
30803
|
* @description Type-only wrapper for <px-tag>
|
|
@@ -34757,7 +34795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34757
34795
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34758
34796
|
class Lavender {
|
|
34759
34797
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34760
|
-
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, 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, PxList, PxListItem, PxModal,
|
|
34798
|
+
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, 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, PxList, PxListItem, PxModal, PxPillar, PxP, 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, 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, PxList, PxListItem, PxModal, PxPillar, PxP, 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] });
|
|
34761
34799
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34762
34800
|
}
|
|
34763
34801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34814,8 +34852,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34814
34852
|
PxList,
|
|
34815
34853
|
PxListItem,
|
|
34816
34854
|
PxModal,
|
|
34817
|
-
PxP,
|
|
34818
34855
|
PxPillar,
|
|
34856
|
+
PxP,
|
|
34819
34857
|
PxPrice,
|
|
34820
34858
|
PxRadio,
|
|
34821
34859
|
PxRadioBase,
|
|
@@ -34911,8 +34949,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34911
34949
|
PxList,
|
|
34912
34950
|
PxListItem,
|
|
34913
34951
|
PxModal,
|
|
34914
|
-
PxP,
|
|
34915
34952
|
PxPillar,
|
|
34953
|
+
PxP,
|
|
34916
34954
|
PxPrice,
|
|
34917
34955
|
PxRadio,
|
|
34918
34956
|
PxRadioBase,
|