@proximus/lavender-angular 2.0.0-alpha.59 → 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.
|
@@ -11225,6 +11225,12 @@ class PxDrawer {
|
|
|
11225
11225
|
get openedby() {
|
|
11226
11226
|
return this.elementRef.nativeElement['openedby'];
|
|
11227
11227
|
}
|
|
11228
|
+
set closedby(value) {
|
|
11229
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
11230
|
+
}
|
|
11231
|
+
get closedby() {
|
|
11232
|
+
return this.elementRef.nativeElement['closedby'];
|
|
11233
|
+
}
|
|
11228
11234
|
HIDE_EVENT = new EventEmitter();
|
|
11229
11235
|
constructor(elementRef) {
|
|
11230
11236
|
this.elementRef = elementRef;
|
|
@@ -11233,7 +11239,7 @@ class PxDrawer {
|
|
|
11233
11239
|
});
|
|
11234
11240
|
}
|
|
11235
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 });
|
|
11236
|
-
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 });
|
|
11237
11243
|
}
|
|
11238
11244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
11239
11245
|
type: Directive,
|
|
@@ -11247,6 +11253,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
11247
11253
|
args: ['close-button-aria-label']
|
|
11248
11254
|
}], openedby: [{
|
|
11249
11255
|
type: Input
|
|
11256
|
+
}], closedby: [{
|
|
11257
|
+
type: Input
|
|
11250
11258
|
}], HIDE_EVENT: [{
|
|
11251
11259
|
type: Output
|
|
11252
11260
|
}] } });
|
|
@@ -12784,23 +12792,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12784
12792
|
type: Input,
|
|
12785
12793
|
args: ['order--desktop']
|
|
12786
12794
|
}] } });
|
|
12787
|
-
/**
|
|
12788
|
-
* @description Type-only wrapper for <px-heading-group>
|
|
12789
|
-
*/
|
|
12790
|
-
class PxHeadingGroup {
|
|
12791
|
-
elementRef;
|
|
12792
|
-
constructor(elementRef) {
|
|
12793
|
-
this.elementRef = elementRef;
|
|
12794
|
-
}
|
|
12795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12796
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
12797
|
-
}
|
|
12798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
12799
|
-
type: Directive,
|
|
12800
|
-
args: [{
|
|
12801
|
-
selector: 'px-heading-group',
|
|
12802
|
-
}]
|
|
12803
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
12804
12795
|
/**
|
|
12805
12796
|
* @description Type-only wrapper for <px-h1>
|
|
12806
12797
|
*/
|
|
@@ -15771,6 +15762,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15771
15762
|
type: Input,
|
|
15772
15763
|
args: ['order--desktop']
|
|
15773
15764
|
}] } });
|
|
15765
|
+
/**
|
|
15766
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
15767
|
+
*/
|
|
15768
|
+
class PxHeadingGroup {
|
|
15769
|
+
elementRef;
|
|
15770
|
+
constructor(elementRef) {
|
|
15771
|
+
this.elementRef = elementRef;
|
|
15772
|
+
}
|
|
15773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15774
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
15775
|
+
}
|
|
15776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
15777
|
+
type: Directive,
|
|
15778
|
+
args: [{
|
|
15779
|
+
selector: 'px-heading-group',
|
|
15780
|
+
}]
|
|
15781
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
15774
15782
|
/**
|
|
15775
15783
|
* @description Type-only wrapper for <px-img>
|
|
15776
15784
|
*/
|
|
@@ -22850,9 +22858,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
22850
22858
|
type: Output
|
|
22851
22859
|
}] } });
|
|
22852
22860
|
/**
|
|
22853
|
-
* @description Type-only wrapper for <px-
|
|
22861
|
+
* @description Type-only wrapper for <px-pillar>
|
|
22854
22862
|
*/
|
|
22855
|
-
class
|
|
22863
|
+
class PxPillar {
|
|
22856
22864
|
elementRef;
|
|
22857
22865
|
set variant(value) {
|
|
22858
22866
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -22860,47 +22868,23 @@ class PxP {
|
|
|
22860
22868
|
get variant() {
|
|
22861
22869
|
return this.elementRef.nativeElement['variant'];
|
|
22862
22870
|
}
|
|
22863
|
-
set
|
|
22864
|
-
this.elementRef.nativeElement['
|
|
22865
|
-
}
|
|
22866
|
-
get color() {
|
|
22867
|
-
return this.elementRef.nativeElement['color'];
|
|
22868
|
-
}
|
|
22869
|
-
set fontSize(value) {
|
|
22870
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
22871
|
-
}
|
|
22872
|
-
get fontSize() {
|
|
22873
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
22874
|
-
}
|
|
22875
|
-
set fontWeight(value) {
|
|
22876
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22877
|
-
}
|
|
22878
|
-
get fontWeight() {
|
|
22879
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
22880
|
-
}
|
|
22881
|
-
set textAlign(value) {
|
|
22882
|
-
this.elementRef.nativeElement['textAlign'] = value;
|
|
22883
|
-
}
|
|
22884
|
-
get textAlign() {
|
|
22885
|
-
return this.elementRef.nativeElement['textAlign'];
|
|
22886
|
-
}
|
|
22887
|
-
set textAlignMobile(value) {
|
|
22888
|
-
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
22871
|
+
set backgroundColor(value) {
|
|
22872
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
22889
22873
|
}
|
|
22890
|
-
get
|
|
22891
|
-
return this.elementRef.nativeElement['
|
|
22874
|
+
get backgroundColor() {
|
|
22875
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
22892
22876
|
}
|
|
22893
|
-
set
|
|
22894
|
-
this.elementRef.nativeElement['
|
|
22877
|
+
set backgroundGradient(value) {
|
|
22878
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
22895
22879
|
}
|
|
22896
|
-
get
|
|
22897
|
-
return this.elementRef.nativeElement['
|
|
22880
|
+
get backgroundGradient() {
|
|
22881
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
22898
22882
|
}
|
|
22899
|
-
set
|
|
22900
|
-
this.elementRef.nativeElement['
|
|
22883
|
+
set alignment(value) {
|
|
22884
|
+
this.elementRef.nativeElement['alignment'] = value;
|
|
22901
22885
|
}
|
|
22902
|
-
get
|
|
22903
|
-
return this.elementRef.nativeElement['
|
|
22886
|
+
get alignment() {
|
|
22887
|
+
return this.elementRef.nativeElement['alignment'];
|
|
22904
22888
|
}
|
|
22905
22889
|
set inverted(value) {
|
|
22906
22890
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -22908,12 +22892,6 @@ class PxP {
|
|
|
22908
22892
|
get inverted() {
|
|
22909
22893
|
return this.elementRef.nativeElement['inverted'];
|
|
22910
22894
|
}
|
|
22911
|
-
set disabled(value) {
|
|
22912
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
22913
|
-
}
|
|
22914
|
-
get disabled() {
|
|
22915
|
-
return this.elementRef.nativeElement['disabled'];
|
|
22916
|
-
}
|
|
22917
22895
|
set grow(value) {
|
|
22918
22896
|
this.elementRef.nativeElement['grow'] = value;
|
|
22919
22897
|
}
|
|
@@ -23187,39 +23165,25 @@ class PxP {
|
|
|
23187
23165
|
constructor(elementRef) {
|
|
23188
23166
|
this.elementRef = elementRef;
|
|
23189
23167
|
}
|
|
23190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23191
|
-
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 });
|
|
23192
23170
|
}
|
|
23193
|
-
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: [{
|
|
23194
23172
|
type: Directive,
|
|
23195
23173
|
args: [{
|
|
23196
|
-
selector: 'px-
|
|
23174
|
+
selector: 'px-pillar',
|
|
23197
23175
|
}]
|
|
23198
23176
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23199
23177
|
type: Input
|
|
23200
|
-
}],
|
|
23201
|
-
type: Input
|
|
23202
|
-
}], fontSize: [{
|
|
23203
|
-
type: Input,
|
|
23204
|
-
args: ['font-size']
|
|
23205
|
-
}], fontWeight: [{
|
|
23206
|
-
type: Input,
|
|
23207
|
-
args: ['font-weight']
|
|
23208
|
-
}], textAlign: [{
|
|
23209
|
-
type: Input,
|
|
23210
|
-
args: ['text-align']
|
|
23211
|
-
}], textAlignMobile: [{
|
|
23212
|
-
type: Input,
|
|
23213
|
-
args: ['text-align--mobile']
|
|
23214
|
-
}], textAlignTablet: [{
|
|
23178
|
+
}], backgroundColor: [{
|
|
23215
23179
|
type: Input,
|
|
23216
|
-
args: ['
|
|
23217
|
-
}],
|
|
23180
|
+
args: ['background-color']
|
|
23181
|
+
}], backgroundGradient: [{
|
|
23218
23182
|
type: Input,
|
|
23219
|
-
args: ['
|
|
23220
|
-
}],
|
|
23183
|
+
args: ['background-gradient']
|
|
23184
|
+
}], alignment: [{
|
|
23221
23185
|
type: Input
|
|
23222
|
-
}],
|
|
23186
|
+
}], inverted: [{
|
|
23223
23187
|
type: Input
|
|
23224
23188
|
}], grow: [{
|
|
23225
23189
|
type: Input
|
|
@@ -23353,9 +23317,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23353
23317
|
args: ['order--desktop']
|
|
23354
23318
|
}] } });
|
|
23355
23319
|
/**
|
|
23356
|
-
* @description Type-only wrapper for <px-
|
|
23320
|
+
* @description Type-only wrapper for <px-p>
|
|
23357
23321
|
*/
|
|
23358
|
-
class
|
|
23322
|
+
class PxP {
|
|
23359
23323
|
elementRef;
|
|
23360
23324
|
set variant(value) {
|
|
23361
23325
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -23363,23 +23327,47 @@ class PxPillar {
|
|
|
23363
23327
|
get variant() {
|
|
23364
23328
|
return this.elementRef.nativeElement['variant'];
|
|
23365
23329
|
}
|
|
23366
|
-
set
|
|
23367
|
-
this.elementRef.nativeElement['
|
|
23330
|
+
set color(value) {
|
|
23331
|
+
this.elementRef.nativeElement['color'] = value;
|
|
23368
23332
|
}
|
|
23369
|
-
get
|
|
23370
|
-
return this.elementRef.nativeElement['
|
|
23333
|
+
get color() {
|
|
23334
|
+
return this.elementRef.nativeElement['color'];
|
|
23371
23335
|
}
|
|
23372
|
-
set
|
|
23373
|
-
this.elementRef.nativeElement['
|
|
23336
|
+
set fontSize(value) {
|
|
23337
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
23374
23338
|
}
|
|
23375
|
-
get
|
|
23376
|
-
return this.elementRef.nativeElement['
|
|
23339
|
+
get fontSize() {
|
|
23340
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
23377
23341
|
}
|
|
23378
|
-
set
|
|
23379
|
-
this.elementRef.nativeElement['
|
|
23342
|
+
set fontWeight(value) {
|
|
23343
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
23380
23344
|
}
|
|
23381
|
-
get
|
|
23382
|
-
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'];
|
|
23383
23371
|
}
|
|
23384
23372
|
set inverted(value) {
|
|
23385
23373
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -23387,6 +23375,12 @@ class PxPillar {
|
|
|
23387
23375
|
get inverted() {
|
|
23388
23376
|
return this.elementRef.nativeElement['inverted'];
|
|
23389
23377
|
}
|
|
23378
|
+
set disabled(value) {
|
|
23379
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
23380
|
+
}
|
|
23381
|
+
get disabled() {
|
|
23382
|
+
return this.elementRef.nativeElement['disabled'];
|
|
23383
|
+
}
|
|
23390
23384
|
set grow(value) {
|
|
23391
23385
|
this.elementRef.nativeElement['grow'] = value;
|
|
23392
23386
|
}
|
|
@@ -23660,26 +23654,40 @@ class PxPillar {
|
|
|
23660
23654
|
constructor(elementRef) {
|
|
23661
23655
|
this.elementRef = elementRef;
|
|
23662
23656
|
}
|
|
23663
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23664
|
-
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 });
|
|
23665
23659
|
}
|
|
23666
|
-
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: [{
|
|
23667
23661
|
type: Directive,
|
|
23668
23662
|
args: [{
|
|
23669
|
-
selector: 'px-
|
|
23663
|
+
selector: 'px-p',
|
|
23670
23664
|
}]
|
|
23671
23665
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23672
23666
|
type: Input
|
|
23673
|
-
}],
|
|
23667
|
+
}], color: [{
|
|
23668
|
+
type: Input
|
|
23669
|
+
}], fontSize: [{
|
|
23674
23670
|
type: Input,
|
|
23675
|
-
args: ['
|
|
23676
|
-
}],
|
|
23671
|
+
args: ['font-size']
|
|
23672
|
+
}], fontWeight: [{
|
|
23677
23673
|
type: Input,
|
|
23678
|
-
args: ['
|
|
23679
|
-
}],
|
|
23680
|
-
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']
|
|
23681
23687
|
}], inverted: [{
|
|
23682
23688
|
type: Input
|
|
23689
|
+
}], disabled: [{
|
|
23690
|
+
type: Input
|
|
23683
23691
|
}], grow: [{
|
|
23684
23692
|
type: Input
|
|
23685
23693
|
}], growMobile: [{
|
|
@@ -30650,12 +30658,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30650
30658
|
*/
|
|
30651
30659
|
class PxTabs {
|
|
30652
30660
|
elementRef;
|
|
30653
|
-
set tablistAriaLabelledby(value) {
|
|
30654
|
-
this.elementRef.nativeElement['tablistAriaLabelledby'] = value;
|
|
30655
|
-
}
|
|
30656
|
-
get tablistAriaLabelledby() {
|
|
30657
|
-
return this.elementRef.nativeElement['tablistAriaLabelledby'];
|
|
30658
|
-
}
|
|
30659
30661
|
set inverted(value) {
|
|
30660
30662
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30661
30663
|
}
|
|
@@ -30674,21 +30676,24 @@ class PxTabs {
|
|
|
30674
30676
|
get previousAriaLabel() {
|
|
30675
30677
|
return this.elementRef.nativeElement['previousAriaLabel'];
|
|
30676
30678
|
}
|
|
30679
|
+
set hideControls(value) {
|
|
30680
|
+
this.elementRef.nativeElement['hideControls'] = value;
|
|
30681
|
+
}
|
|
30682
|
+
get hideControls() {
|
|
30683
|
+
return this.elementRef.nativeElement['hideControls'];
|
|
30684
|
+
}
|
|
30677
30685
|
constructor(elementRef) {
|
|
30678
30686
|
this.elementRef = elementRef;
|
|
30679
30687
|
}
|
|
30680
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 });
|
|
30681
|
-
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 });
|
|
30682
30690
|
}
|
|
30683
30691
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, decorators: [{
|
|
30684
30692
|
type: Directive,
|
|
30685
30693
|
args: [{
|
|
30686
30694
|
selector: 'px-tabs',
|
|
30687
30695
|
}]
|
|
30688
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30689
|
-
type: Input,
|
|
30690
|
-
args: ['tablist-aria-labelledby']
|
|
30691
|
-
}], inverted: [{
|
|
30696
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30692
30697
|
type: Input
|
|
30693
30698
|
}], nextAriaLabel: [{
|
|
30694
30699
|
type: Input,
|
|
@@ -30696,6 +30701,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30696
30701
|
}], previousAriaLabel: [{
|
|
30697
30702
|
type: Input,
|
|
30698
30703
|
args: ['previous-aria-label']
|
|
30704
|
+
}], hideControls: [{
|
|
30705
|
+
type: Input,
|
|
30706
|
+
args: ['hide-controls']
|
|
30699
30707
|
}] } });
|
|
30700
30708
|
/**
|
|
30701
30709
|
* @description Type-only wrapper for <px-tab>
|
|
@@ -30720,15 +30728,25 @@ class PxTab {
|
|
|
30720
30728
|
get id() {
|
|
30721
30729
|
return this.elementRef.nativeElement['id'];
|
|
30722
30730
|
}
|
|
30723
|
-
|
|
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();
|
|
30724
30739
|
constructor(elementRef) {
|
|
30725
30740
|
this.elementRef = elementRef;
|
|
30726
|
-
this.elementRef.nativeElement.addEventListener('
|
|
30727
|
-
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);
|
|
30728
30746
|
});
|
|
30729
30747
|
}
|
|
30730
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 });
|
|
30731
|
-
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 });
|
|
30732
30750
|
}
|
|
30733
30751
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, decorators: [{
|
|
30734
30752
|
type: Directive,
|
|
@@ -30741,9 +30759,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30741
30759
|
type: Input
|
|
30742
30760
|
}], id: [{
|
|
30743
30761
|
type: Input
|
|
30744
|
-
}],
|
|
30745
|
-
type:
|
|
30746
|
-
|
|
30762
|
+
}], inverted: [{
|
|
30763
|
+
type: Input
|
|
30764
|
+
}], TAB_CONNECTED_EVENT: [{
|
|
30765
|
+
type: Output
|
|
30766
|
+
}], TAB_SELECTED_EVENT: [{
|
|
30767
|
+
type: Output
|
|
30747
30768
|
}] } });
|
|
30748
30769
|
/**
|
|
30749
30770
|
* @description Type-only wrapper for <px-tab-panel>
|
|
@@ -30756,11 +30777,17 @@ class PxTabPanel {
|
|
|
30756
30777
|
get id() {
|
|
30757
30778
|
return this.elementRef.nativeElement['id'];
|
|
30758
30779
|
}
|
|
30780
|
+
set selected(value) {
|
|
30781
|
+
this.elementRef.nativeElement['selected'] = value;
|
|
30782
|
+
}
|
|
30783
|
+
get selected() {
|
|
30784
|
+
return this.elementRef.nativeElement['selected'];
|
|
30785
|
+
}
|
|
30759
30786
|
constructor(elementRef) {
|
|
30760
30787
|
this.elementRef = elementRef;
|
|
30761
30788
|
}
|
|
30762
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 });
|
|
30763
|
-
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 });
|
|
30764
30791
|
}
|
|
30765
30792
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, decorators: [{
|
|
30766
30793
|
type: Directive,
|
|
@@ -30769,6 +30796,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30769
30796
|
}]
|
|
30770
30797
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
30771
30798
|
type: Input
|
|
30799
|
+
}], selected: [{
|
|
30800
|
+
type: Input
|
|
30772
30801
|
}] } });
|
|
30773
30802
|
/**
|
|
30774
30803
|
* @description Type-only wrapper for <px-tag>
|
|
@@ -34766,7 +34795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34766
34795
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34767
34796
|
class Lavender {
|
|
34768
34797
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34769
|
-
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,
|
|
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] });
|
|
34770
34799
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34771
34800
|
}
|
|
34772
34801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34801,13 +34830,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34801
34830
|
PxDropdown,
|
|
34802
34831
|
PxFieldset,
|
|
34803
34832
|
PxGrid,
|
|
34804
|
-
PxHeadingGroup,
|
|
34805
34833
|
PxH1,
|
|
34806
34834
|
PxH2,
|
|
34807
34835
|
PxH3,
|
|
34808
34836
|
PxH4,
|
|
34809
34837
|
PxH5,
|
|
34810
34838
|
PxH6,
|
|
34839
|
+
PxHeadingGroup,
|
|
34811
34840
|
PxImg,
|
|
34812
34841
|
PxPicture,
|
|
34813
34842
|
PxInput,
|
|
@@ -34823,8 +34852,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34823
34852
|
PxList,
|
|
34824
34853
|
PxListItem,
|
|
34825
34854
|
PxModal,
|
|
34826
|
-
PxP,
|
|
34827
34855
|
PxPillar,
|
|
34856
|
+
PxP,
|
|
34828
34857
|
PxPrice,
|
|
34829
34858
|
PxRadio,
|
|
34830
34859
|
PxRadioBase,
|
|
@@ -34898,13 +34927,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34898
34927
|
PxDropdown,
|
|
34899
34928
|
PxFieldset,
|
|
34900
34929
|
PxGrid,
|
|
34901
|
-
PxHeadingGroup,
|
|
34902
34930
|
PxH1,
|
|
34903
34931
|
PxH2,
|
|
34904
34932
|
PxH3,
|
|
34905
34933
|
PxH4,
|
|
34906
34934
|
PxH5,
|
|
34907
34935
|
PxH6,
|
|
34936
|
+
PxHeadingGroup,
|
|
34908
34937
|
PxImg,
|
|
34909
34938
|
PxPicture,
|
|
34910
34939
|
PxInput,
|
|
@@ -34920,8 +34949,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34920
34949
|
PxList,
|
|
34921
34950
|
PxListItem,
|
|
34922
34951
|
PxModal,
|
|
34923
|
-
PxP,
|
|
34924
34952
|
PxPillar,
|
|
34953
|
+
PxP,
|
|
34925
34954
|
PxPrice,
|
|
34926
34955
|
PxRadio,
|
|
34927
34956
|
PxRadioBase,
|