@proximus/lavender-angular 1.4.9-alpha.10 → 1.4.9-alpha.12
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.
|
@@ -24858,9 +24858,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
24858
24858
|
type: Output
|
|
24859
24859
|
}] } });
|
|
24860
24860
|
/**
|
|
24861
|
-
* @description Type-only wrapper for <px-
|
|
24861
|
+
* @description Type-only wrapper for <px-pillar>
|
|
24862
24862
|
*/
|
|
24863
|
-
class
|
|
24863
|
+
class PxPillar {
|
|
24864
24864
|
elementRef;
|
|
24865
24865
|
set variant(value) {
|
|
24866
24866
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -24868,47 +24868,23 @@ class PxP {
|
|
|
24868
24868
|
get variant() {
|
|
24869
24869
|
return this.elementRef.nativeElement['variant'];
|
|
24870
24870
|
}
|
|
24871
|
-
set
|
|
24872
|
-
this.elementRef.nativeElement['
|
|
24873
|
-
}
|
|
24874
|
-
get color() {
|
|
24875
|
-
return this.elementRef.nativeElement['color'];
|
|
24876
|
-
}
|
|
24877
|
-
set fontSize(value) {
|
|
24878
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
24879
|
-
}
|
|
24880
|
-
get fontSize() {
|
|
24881
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
24882
|
-
}
|
|
24883
|
-
set fontWeight(value) {
|
|
24884
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
24885
|
-
}
|
|
24886
|
-
get fontWeight() {
|
|
24887
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
24888
|
-
}
|
|
24889
|
-
set textAlign(value) {
|
|
24890
|
-
this.elementRef.nativeElement['textAlign'] = value;
|
|
24891
|
-
}
|
|
24892
|
-
get textAlign() {
|
|
24893
|
-
return this.elementRef.nativeElement['textAlign'];
|
|
24894
|
-
}
|
|
24895
|
-
set textAlignMobile(value) {
|
|
24896
|
-
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
24871
|
+
set backgroundColor(value) {
|
|
24872
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
24897
24873
|
}
|
|
24898
|
-
get
|
|
24899
|
-
return this.elementRef.nativeElement['
|
|
24874
|
+
get backgroundColor() {
|
|
24875
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
24900
24876
|
}
|
|
24901
|
-
set
|
|
24902
|
-
this.elementRef.nativeElement['
|
|
24877
|
+
set backgroundGradient(value) {
|
|
24878
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
24903
24879
|
}
|
|
24904
|
-
get
|
|
24905
|
-
return this.elementRef.nativeElement['
|
|
24880
|
+
get backgroundGradient() {
|
|
24881
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
24906
24882
|
}
|
|
24907
|
-
set
|
|
24908
|
-
this.elementRef.nativeElement['
|
|
24883
|
+
set alignment(value) {
|
|
24884
|
+
this.elementRef.nativeElement['alignment'] = value;
|
|
24909
24885
|
}
|
|
24910
|
-
get
|
|
24911
|
-
return this.elementRef.nativeElement['
|
|
24886
|
+
get alignment() {
|
|
24887
|
+
return this.elementRef.nativeElement['alignment'];
|
|
24912
24888
|
}
|
|
24913
24889
|
set inverted(value) {
|
|
24914
24890
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -24916,12 +24892,6 @@ class PxP {
|
|
|
24916
24892
|
get inverted() {
|
|
24917
24893
|
return this.elementRef.nativeElement['inverted'];
|
|
24918
24894
|
}
|
|
24919
|
-
set disabled(value) {
|
|
24920
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
24921
|
-
}
|
|
24922
|
-
get disabled() {
|
|
24923
|
-
return this.elementRef.nativeElement['disabled'];
|
|
24924
|
-
}
|
|
24925
24895
|
set grow(value) {
|
|
24926
24896
|
this.elementRef.nativeElement['grow'] = value;
|
|
24927
24897
|
}
|
|
@@ -25207,39 +25177,25 @@ class PxP {
|
|
|
25207
25177
|
constructor(elementRef) {
|
|
25208
25178
|
this.elementRef = elementRef;
|
|
25209
25179
|
}
|
|
25210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25211
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
25180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25181
|
+
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"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
25212
25182
|
}
|
|
25213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
|
|
25214
25184
|
type: Directive,
|
|
25215
25185
|
args: [{
|
|
25216
|
-
selector: 'px-
|
|
25186
|
+
selector: 'px-pillar',
|
|
25217
25187
|
}]
|
|
25218
25188
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
25219
25189
|
type: Input
|
|
25220
|
-
}],
|
|
25221
|
-
type: Input
|
|
25222
|
-
}], fontSize: [{
|
|
25223
|
-
type: Input,
|
|
25224
|
-
args: ['font-size']
|
|
25225
|
-
}], fontWeight: [{
|
|
25226
|
-
type: Input,
|
|
25227
|
-
args: ['font-weight']
|
|
25228
|
-
}], textAlign: [{
|
|
25229
|
-
type: Input,
|
|
25230
|
-
args: ['text-align']
|
|
25231
|
-
}], textAlignMobile: [{
|
|
25232
|
-
type: Input,
|
|
25233
|
-
args: ['text-align--mobile']
|
|
25234
|
-
}], textAlignTablet: [{
|
|
25190
|
+
}], backgroundColor: [{
|
|
25235
25191
|
type: Input,
|
|
25236
|
-
args: ['
|
|
25237
|
-
}],
|
|
25192
|
+
args: ['background-color']
|
|
25193
|
+
}], backgroundGradient: [{
|
|
25238
25194
|
type: Input,
|
|
25239
|
-
args: ['
|
|
25240
|
-
}],
|
|
25195
|
+
args: ['background-gradient']
|
|
25196
|
+
}], alignment: [{
|
|
25241
25197
|
type: Input
|
|
25242
|
-
}],
|
|
25198
|
+
}], inverted: [{
|
|
25243
25199
|
type: Input
|
|
25244
25200
|
}], grow: [{
|
|
25245
25201
|
type: Input
|
|
@@ -25379,9 +25335,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
25379
25335
|
args: ['sticky-bottom']
|
|
25380
25336
|
}] } });
|
|
25381
25337
|
/**
|
|
25382
|
-
* @description Type-only wrapper for <px-
|
|
25338
|
+
* @description Type-only wrapper for <px-p>
|
|
25383
25339
|
*/
|
|
25384
|
-
class
|
|
25340
|
+
class PxP {
|
|
25385
25341
|
elementRef;
|
|
25386
25342
|
set variant(value) {
|
|
25387
25343
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -25389,23 +25345,47 @@ class PxPillar {
|
|
|
25389
25345
|
get variant() {
|
|
25390
25346
|
return this.elementRef.nativeElement['variant'];
|
|
25391
25347
|
}
|
|
25392
|
-
set
|
|
25393
|
-
this.elementRef.nativeElement['
|
|
25348
|
+
set color(value) {
|
|
25349
|
+
this.elementRef.nativeElement['color'] = value;
|
|
25394
25350
|
}
|
|
25395
|
-
get
|
|
25396
|
-
return this.elementRef.nativeElement['
|
|
25351
|
+
get color() {
|
|
25352
|
+
return this.elementRef.nativeElement['color'];
|
|
25397
25353
|
}
|
|
25398
|
-
set
|
|
25399
|
-
this.elementRef.nativeElement['
|
|
25354
|
+
set fontSize(value) {
|
|
25355
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
25400
25356
|
}
|
|
25401
|
-
get
|
|
25402
|
-
return this.elementRef.nativeElement['
|
|
25357
|
+
get fontSize() {
|
|
25358
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
25403
25359
|
}
|
|
25404
|
-
set
|
|
25405
|
-
this.elementRef.nativeElement['
|
|
25360
|
+
set fontWeight(value) {
|
|
25361
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
25406
25362
|
}
|
|
25407
|
-
get
|
|
25408
|
-
return this.elementRef.nativeElement['
|
|
25363
|
+
get fontWeight() {
|
|
25364
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
25365
|
+
}
|
|
25366
|
+
set textAlign(value) {
|
|
25367
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
25368
|
+
}
|
|
25369
|
+
get textAlign() {
|
|
25370
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
25371
|
+
}
|
|
25372
|
+
set textAlignMobile(value) {
|
|
25373
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
25374
|
+
}
|
|
25375
|
+
get textAlignMobile() {
|
|
25376
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
25377
|
+
}
|
|
25378
|
+
set textAlignTablet(value) {
|
|
25379
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
25380
|
+
}
|
|
25381
|
+
get textAlignTablet() {
|
|
25382
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
25383
|
+
}
|
|
25384
|
+
set textAlignLaptop(value) {
|
|
25385
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
25386
|
+
}
|
|
25387
|
+
get textAlignLaptop() {
|
|
25388
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
25409
25389
|
}
|
|
25410
25390
|
set inverted(value) {
|
|
25411
25391
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -25413,6 +25393,12 @@ class PxPillar {
|
|
|
25413
25393
|
get inverted() {
|
|
25414
25394
|
return this.elementRef.nativeElement['inverted'];
|
|
25415
25395
|
}
|
|
25396
|
+
set disabled(value) {
|
|
25397
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
25398
|
+
}
|
|
25399
|
+
get disabled() {
|
|
25400
|
+
return this.elementRef.nativeElement['disabled'];
|
|
25401
|
+
}
|
|
25416
25402
|
set grow(value) {
|
|
25417
25403
|
this.elementRef.nativeElement['grow'] = value;
|
|
25418
25404
|
}
|
|
@@ -25698,26 +25684,40 @@ class PxPillar {
|
|
|
25698
25684
|
constructor(elementRef) {
|
|
25699
25685
|
this.elementRef = elementRef;
|
|
25700
25686
|
}
|
|
25701
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25702
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
25687
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25688
|
+
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"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
25703
25689
|
}
|
|
25704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxP, decorators: [{
|
|
25705
25691
|
type: Directive,
|
|
25706
25692
|
args: [{
|
|
25707
|
-
selector: 'px-
|
|
25693
|
+
selector: 'px-p',
|
|
25708
25694
|
}]
|
|
25709
25695
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
25710
25696
|
type: Input
|
|
25711
|
-
}],
|
|
25697
|
+
}], color: [{
|
|
25698
|
+
type: Input
|
|
25699
|
+
}], fontSize: [{
|
|
25712
25700
|
type: Input,
|
|
25713
|
-
args: ['
|
|
25714
|
-
}],
|
|
25701
|
+
args: ['font-size']
|
|
25702
|
+
}], fontWeight: [{
|
|
25715
25703
|
type: Input,
|
|
25716
|
-
args: ['
|
|
25717
|
-
}],
|
|
25718
|
-
type: Input
|
|
25704
|
+
args: ['font-weight']
|
|
25705
|
+
}], textAlign: [{
|
|
25706
|
+
type: Input,
|
|
25707
|
+
args: ['text-align']
|
|
25708
|
+
}], textAlignMobile: [{
|
|
25709
|
+
type: Input,
|
|
25710
|
+
args: ['text-align--mobile']
|
|
25711
|
+
}], textAlignTablet: [{
|
|
25712
|
+
type: Input,
|
|
25713
|
+
args: ['text-align--tablet']
|
|
25714
|
+
}], textAlignLaptop: [{
|
|
25715
|
+
type: Input,
|
|
25716
|
+
args: ['text-align--laptop']
|
|
25719
25717
|
}], inverted: [{
|
|
25720
25718
|
type: Input
|
|
25719
|
+
}], disabled: [{
|
|
25720
|
+
type: Input
|
|
25721
25721
|
}], grow: [{
|
|
25722
25722
|
type: Input
|
|
25723
25723
|
}], growMobile: [{
|
|
@@ -37370,20 +37370,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37370
37370
|
type: Input
|
|
37371
37371
|
}] } });
|
|
37372
37372
|
/**
|
|
37373
|
-
* @description Type-only wrapper for <px-proximus-
|
|
37373
|
+
* @description Type-only wrapper for <px-proximus-theme-provider>
|
|
37374
37374
|
*/
|
|
37375
|
-
class
|
|
37375
|
+
class PxProximusThemeProvider {
|
|
37376
37376
|
elementRef;
|
|
37377
37377
|
constructor(elementRef) {
|
|
37378
37378
|
this.elementRef = elementRef;
|
|
37379
37379
|
}
|
|
37380
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
37381
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
37380
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37381
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", ngImport: i0 });
|
|
37382
37382
|
}
|
|
37383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
37383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, decorators: [{
|
|
37384
37384
|
type: Directive,
|
|
37385
37385
|
args: [{
|
|
37386
|
-
selector: 'px-proximus-
|
|
37386
|
+
selector: 'px-proximus-theme-provider',
|
|
37387
37387
|
}]
|
|
37388
37388
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37389
37389
|
/**
|
|
@@ -37405,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37405
37405
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37406
37406
|
class Lavender {
|
|
37407
37407
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
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, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal,
|
|
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, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxPillar, PxP, 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, PxPillar, PxP, 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] });
|
|
37409
37409
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37410
37410
|
}
|
|
37411
37411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37464,8 +37464,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37464
37464
|
PxList,
|
|
37465
37465
|
PxListItem,
|
|
37466
37466
|
PxModal,
|
|
37467
|
-
PxP,
|
|
37468
37467
|
PxPillar,
|
|
37468
|
+
PxP,
|
|
37469
37469
|
PxCardActions,
|
|
37470
37470
|
PxCardContainer,
|
|
37471
37471
|
PxCardHeading,
|
|
@@ -37510,7 +37510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37510
37510
|
PxIcon,
|
|
37511
37511
|
PxIconSet,
|
|
37512
37512
|
PxThemeProvider,
|
|
37513
|
-
|
|
37513
|
+
PxProximusThemeProvider,
|
|
37514
37514
|
PxScarletThemeProvider
|
|
37515
37515
|
],
|
|
37516
37516
|
exports: [
|
|
@@ -37566,8 +37566,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37566
37566
|
PxList,
|
|
37567
37567
|
PxListItem,
|
|
37568
37568
|
PxModal,
|
|
37569
|
-
PxP,
|
|
37570
37569
|
PxPillar,
|
|
37570
|
+
PxP,
|
|
37571
37571
|
PxCardActions,
|
|
37572
37572
|
PxCardContainer,
|
|
37573
37573
|
PxCardHeading,
|
|
@@ -37612,7 +37612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37612
37612
|
PxIcon,
|
|
37613
37613
|
PxIconSet,
|
|
37614
37614
|
PxThemeProvider,
|
|
37615
|
-
|
|
37615
|
+
PxProximusThemeProvider,
|
|
37616
37616
|
PxScarletThemeProvider
|
|
37617
37617
|
]
|
|
37618
37618
|
}]
|
|
@@ -37622,5 +37622,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37622
37622
|
* Generated bundle index. Do not edit.
|
|
37623
37623
|
*/
|
|
37624
37624
|
|
|
37625
|
-
export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice,
|
|
37625
|
+
export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard, PxStickyContainer, PxSwitch, PxSwitchValueAccessor, PxTab, PxTabPanel, PxTable, PxTabs, PxTag, PxTbody, PxTd, PxTextarea, PxTextareaValueAccessor, PxTh, PxThead, PxThemeProvider, PxThemeSwitcher, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTr, PxTypography, PxVstack };
|
|
37626
37626
|
//# sourceMappingURL=proximus-lavender-angular.mjs.map
|