@proximus/lavender-angular 1.4.10-alpha.8 → 2.0.0-alpha.100
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.
- package/CHANGELOG.md +82 -82
- package/esm2022/lavender.directive.mjs +885 -885
- package/fesm2022/proximus-lavender-angular.mjs +884 -884
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +282 -282
- package/package.json +1 -1
|
@@ -12194,11 +12194,11 @@ class PxDrawer {
|
|
|
12194
12194
|
get open() {
|
|
12195
12195
|
return this.elementRef.nativeElement['open'];
|
|
12196
12196
|
}
|
|
12197
|
-
set
|
|
12198
|
-
this.elementRef.nativeElement['
|
|
12197
|
+
set closeButtonAriaLabel(value) {
|
|
12198
|
+
this.elementRef.nativeElement['closeButtonAriaLabel'] = value;
|
|
12199
12199
|
}
|
|
12200
|
-
get
|
|
12201
|
-
return this.elementRef.nativeElement['
|
|
12200
|
+
get closeButtonAriaLabel() {
|
|
12201
|
+
return this.elementRef.nativeElement['closeButtonAriaLabel'];
|
|
12202
12202
|
}
|
|
12203
12203
|
set openedby(value) {
|
|
12204
12204
|
this.elementRef.nativeElement['openedby'] = value;
|
|
@@ -12220,7 +12220,7 @@ class PxDrawer {
|
|
|
12220
12220
|
});
|
|
12221
12221
|
}
|
|
12222
12222
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12223
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open",
|
|
12223
|
+
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 });
|
|
12224
12224
|
}
|
|
12225
12225
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
12226
12226
|
type: Directive,
|
|
@@ -12229,9 +12229,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12229
12229
|
}]
|
|
12230
12230
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
12231
12231
|
type: Input
|
|
12232
|
-
}],
|
|
12232
|
+
}], closeButtonAriaLabel: [{
|
|
12233
12233
|
type: Input,
|
|
12234
|
-
args: ['aria-label
|
|
12234
|
+
args: ['close-button-aria-label']
|
|
12235
12235
|
}], openedby: [{
|
|
12236
12236
|
type: Input
|
|
12237
12237
|
}], closedby: [{
|
|
@@ -20035,139 +20035,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20035
20035
|
type: Output
|
|
20036
20036
|
}] } });
|
|
20037
20037
|
/**
|
|
20038
|
-
* @description Type-only wrapper for <px-
|
|
20038
|
+
* @description Type-only wrapper for <px-page>
|
|
20039
20039
|
*/
|
|
20040
|
-
class
|
|
20040
|
+
class PxPage {
|
|
20041
20041
|
elementRef;
|
|
20042
|
-
set
|
|
20043
|
-
this.elementRef.nativeElement['
|
|
20044
|
-
}
|
|
20045
|
-
get disabled() {
|
|
20046
|
-
return this.elementRef.nativeElement['disabled'];
|
|
20047
|
-
}
|
|
20048
|
-
set variant(value) {
|
|
20049
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
20050
|
-
}
|
|
20051
|
-
get variant() {
|
|
20052
|
-
return this.elementRef.nativeElement['variant'];
|
|
20053
|
-
}
|
|
20054
|
-
set shape(value) {
|
|
20055
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
20056
|
-
}
|
|
20057
|
-
get shape() {
|
|
20058
|
-
return this.elementRef.nativeElement['shape'];
|
|
20059
|
-
}
|
|
20060
|
-
set shapeMobile(value) {
|
|
20061
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
20062
|
-
}
|
|
20063
|
-
get shapeMobile() {
|
|
20064
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
20065
|
-
}
|
|
20066
|
-
set shapeTablet(value) {
|
|
20067
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
20068
|
-
}
|
|
20069
|
-
get shapeTablet() {
|
|
20070
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
20071
|
-
}
|
|
20072
|
-
set shapeLaptop(value) {
|
|
20073
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
20074
|
-
}
|
|
20075
|
-
get shapeLaptop() {
|
|
20076
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
20077
|
-
}
|
|
20078
|
-
set shapeDesktop(value) {
|
|
20079
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
20080
|
-
}
|
|
20081
|
-
get shapeDesktop() {
|
|
20082
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
20083
|
-
}
|
|
20084
|
-
set extended(value) {
|
|
20085
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
20086
|
-
}
|
|
20087
|
-
get extended() {
|
|
20088
|
-
return this.elementRef.nativeElement['extended'];
|
|
20089
|
-
}
|
|
20090
|
-
set extendedMobile(value) {
|
|
20091
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
20092
|
-
}
|
|
20093
|
-
get extendedMobile() {
|
|
20094
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
20095
|
-
}
|
|
20096
|
-
set extendedTablet(value) {
|
|
20097
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
20098
|
-
}
|
|
20099
|
-
get extendedTablet() {
|
|
20100
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
20101
|
-
}
|
|
20102
|
-
set extendedLaptop(value) {
|
|
20103
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
20104
|
-
}
|
|
20105
|
-
get extendedLaptop() {
|
|
20106
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
20107
|
-
}
|
|
20108
|
-
set extendedDesktop(value) {
|
|
20109
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
20110
|
-
}
|
|
20111
|
-
get extendedDesktop() {
|
|
20112
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20113
|
-
}
|
|
20114
|
-
set inverted(value) {
|
|
20115
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
20116
|
-
}
|
|
20117
|
-
get inverted() {
|
|
20118
|
-
return this.elementRef.nativeElement['inverted'];
|
|
20119
|
-
}
|
|
20120
|
-
set fontSize(value) {
|
|
20121
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
20122
|
-
}
|
|
20123
|
-
get fontSize() {
|
|
20124
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
20125
|
-
}
|
|
20126
|
-
set color(value) {
|
|
20127
|
-
this.elementRef.nativeElement['color'] = value;
|
|
20128
|
-
}
|
|
20129
|
-
get color() {
|
|
20130
|
-
return this.elementRef.nativeElement['color'];
|
|
20131
|
-
}
|
|
20132
|
-
set fontWeight(value) {
|
|
20133
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
20134
|
-
}
|
|
20135
|
-
get fontWeight() {
|
|
20136
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
20137
|
-
}
|
|
20138
|
-
set title(value) {
|
|
20139
|
-
this.elementRef.nativeElement['title'] = value;
|
|
20042
|
+
set backgroundImage(value) {
|
|
20043
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
20140
20044
|
}
|
|
20141
|
-
get
|
|
20142
|
-
return this.elementRef.nativeElement['
|
|
20045
|
+
get backgroundImage() {
|
|
20046
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
20143
20047
|
}
|
|
20144
|
-
|
|
20145
|
-
|
|
20146
|
-
this.elementRef.nativeElement['href'] = value;
|
|
20048
|
+
set gap(value) {
|
|
20049
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
20147
20050
|
}
|
|
20148
|
-
get
|
|
20149
|
-
return this.elementRef.nativeElement['
|
|
20051
|
+
get gap() {
|
|
20052
|
+
return this.elementRef.nativeElement['gap'];
|
|
20150
20053
|
}
|
|
20151
|
-
|
|
20152
|
-
|
|
20153
|
-
this.elementRef.nativeElement['target'] = value;
|
|
20054
|
+
set backgroundColor(value) {
|
|
20055
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
20154
20056
|
}
|
|
20155
|
-
get
|
|
20156
|
-
return this.elementRef.nativeElement['
|
|
20057
|
+
get backgroundColor() {
|
|
20058
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
20157
20059
|
}
|
|
20158
|
-
|
|
20159
|
-
|
|
20160
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
20060
|
+
set paddingVertical(value) {
|
|
20061
|
+
this.elementRef.nativeElement['paddingVertical'] = value;
|
|
20161
20062
|
}
|
|
20162
|
-
get
|
|
20163
|
-
return this.elementRef.nativeElement['
|
|
20063
|
+
get paddingVertical() {
|
|
20064
|
+
return this.elementRef.nativeElement['paddingVertical'];
|
|
20164
20065
|
}
|
|
20165
|
-
|
|
20166
|
-
|
|
20167
|
-
this.elementRef.nativeElement['download'] = value;
|
|
20066
|
+
set paddingHorizontal(value) {
|
|
20067
|
+
this.elementRef.nativeElement['paddingHorizontal'] = value;
|
|
20168
20068
|
}
|
|
20169
|
-
get
|
|
20170
|
-
return this.elementRef.nativeElement['
|
|
20069
|
+
get paddingHorizontal() {
|
|
20070
|
+
return this.elementRef.nativeElement['paddingHorizontal'];
|
|
20171
20071
|
}
|
|
20172
20072
|
set grow(value) {
|
|
20173
20073
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -20454,66 +20354,28 @@ class PxA {
|
|
|
20454
20354
|
constructor(elementRef) {
|
|
20455
20355
|
this.elementRef = elementRef;
|
|
20456
20356
|
}
|
|
20457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20458
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20357
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20358
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPage, selector: "px-page", inputs: { backgroundImage: ["background-image", "backgroundImage"], gap: "gap", backgroundColor: ["background-color", "backgroundColor"], paddingVertical: ["padding-vertical", "paddingVertical"], paddingHorizontal: ["padding-horizontal", "paddingHorizontal"], 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 });
|
|
20459
20359
|
}
|
|
20460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPage, decorators: [{
|
|
20461
20361
|
type: Directive,
|
|
20462
20362
|
args: [{
|
|
20463
|
-
selector: 'px-
|
|
20363
|
+
selector: 'px-page',
|
|
20464
20364
|
}]
|
|
20465
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
20466
|
-
type: Input
|
|
20467
|
-
}], variant: [{
|
|
20468
|
-
type: Input
|
|
20469
|
-
}], shape: [{
|
|
20470
|
-
type: Input
|
|
20471
|
-
}], shapeMobile: [{
|
|
20472
|
-
type: Input,
|
|
20473
|
-
args: ['shape--mobile']
|
|
20474
|
-
}], shapeTablet: [{
|
|
20475
|
-
type: Input,
|
|
20476
|
-
args: ['shape--tablet']
|
|
20477
|
-
}], shapeLaptop: [{
|
|
20478
|
-
type: Input,
|
|
20479
|
-
args: ['shape--laptop']
|
|
20480
|
-
}], shapeDesktop: [{
|
|
20365
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundImage: [{
|
|
20481
20366
|
type: Input,
|
|
20482
|
-
args: ['
|
|
20483
|
-
}],
|
|
20367
|
+
args: ['background-image']
|
|
20368
|
+
}], gap: [{
|
|
20484
20369
|
type: Input
|
|
20485
|
-
}],
|
|
20486
|
-
type: Input,
|
|
20487
|
-
args: ['extended--mobile']
|
|
20488
|
-
}], extendedTablet: [{
|
|
20489
|
-
type: Input,
|
|
20490
|
-
args: ['extended--tablet']
|
|
20491
|
-
}], extendedLaptop: [{
|
|
20492
|
-
type: Input,
|
|
20493
|
-
args: ['extended--laptop']
|
|
20494
|
-
}], extendedDesktop: [{
|
|
20370
|
+
}], backgroundColor: [{
|
|
20495
20371
|
type: Input,
|
|
20496
|
-
args: ['
|
|
20497
|
-
}],
|
|
20498
|
-
type: Input
|
|
20499
|
-
}], fontSize: [{
|
|
20372
|
+
args: ['background-color']
|
|
20373
|
+
}], paddingVertical: [{
|
|
20500
20374
|
type: Input,
|
|
20501
|
-
args: ['
|
|
20502
|
-
}],
|
|
20503
|
-
type: Input
|
|
20504
|
-
}], fontWeight: [{
|
|
20375
|
+
args: ['padding-vertical']
|
|
20376
|
+
}], paddingHorizontal: [{
|
|
20505
20377
|
type: Input,
|
|
20506
|
-
args: ['
|
|
20507
|
-
}], title: [{
|
|
20508
|
-
type: Input
|
|
20509
|
-
}], href: [{
|
|
20510
|
-
type: Input
|
|
20511
|
-
}], target: [{
|
|
20512
|
-
type: Input
|
|
20513
|
-
}], rel: [{
|
|
20514
|
-
type: Input
|
|
20515
|
-
}], download: [{
|
|
20516
|
-
type: Input
|
|
20378
|
+
args: ['padding-horizontal']
|
|
20517
20379
|
}], grow: [{
|
|
20518
20380
|
type: Input
|
|
20519
20381
|
}], growMobile: [{
|
|
@@ -20652,139 +20514,222 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20652
20514
|
args: ['sticky-bottom']
|
|
20653
20515
|
}] } });
|
|
20654
20516
|
/**
|
|
20655
|
-
* @description Type-only wrapper for <px-
|
|
20517
|
+
* @description Type-only wrapper for <px-spacer>
|
|
20656
20518
|
*/
|
|
20657
|
-
class
|
|
20519
|
+
class PxSpacer {
|
|
20658
20520
|
elementRef;
|
|
20659
|
-
|
|
20660
|
-
|
|
20661
|
-
this.elementRef.nativeElement['href'] = value;
|
|
20662
|
-
}
|
|
20663
|
-
get href() {
|
|
20664
|
-
return this.elementRef.nativeElement['href'];
|
|
20665
|
-
}
|
|
20666
|
-
/** Where to display the linked URL. */
|
|
20667
|
-
set target(value) {
|
|
20668
|
-
this.elementRef.nativeElement['target'] = value;
|
|
20669
|
-
}
|
|
20670
|
-
get target() {
|
|
20671
|
-
return this.elementRef.nativeElement['target'];
|
|
20672
|
-
}
|
|
20673
|
-
/** The relationship of the linked URL as space-separated link types. */
|
|
20674
|
-
set rel(value) {
|
|
20675
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
20676
|
-
}
|
|
20677
|
-
get rel() {
|
|
20678
|
-
return this.elementRef.nativeElement['rel'];
|
|
20679
|
-
}
|
|
20680
|
-
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
20681
|
-
set download(value) {
|
|
20682
|
-
this.elementRef.nativeElement['download'] = value;
|
|
20521
|
+
set grow(value) {
|
|
20522
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
20683
20523
|
}
|
|
20684
|
-
get
|
|
20685
|
-
return this.elementRef.nativeElement['
|
|
20524
|
+
get grow() {
|
|
20525
|
+
return this.elementRef.nativeElement['grow'];
|
|
20686
20526
|
}
|
|
20687
|
-
set
|
|
20688
|
-
this.elementRef.nativeElement['
|
|
20527
|
+
set nogap(value) {
|
|
20528
|
+
this.elementRef.nativeElement['nogap'] = value;
|
|
20689
20529
|
}
|
|
20690
|
-
get
|
|
20691
|
-
return this.elementRef.nativeElement['
|
|
20530
|
+
get nogap() {
|
|
20531
|
+
return this.elementRef.nativeElement['nogap'];
|
|
20692
20532
|
}
|
|
20693
|
-
|
|
20694
|
-
this.elementRef
|
|
20533
|
+
constructor(elementRef) {
|
|
20534
|
+
this.elementRef = elementRef;
|
|
20695
20535
|
}
|
|
20696
|
-
|
|
20697
|
-
|
|
20536
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20537
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpacer, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
|
|
20538
|
+
}
|
|
20539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpacer, decorators: [{
|
|
20540
|
+
type: Directive,
|
|
20541
|
+
args: [{
|
|
20542
|
+
selector: 'px-spacer',
|
|
20543
|
+
}]
|
|
20544
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
|
|
20545
|
+
type: Input
|
|
20546
|
+
}], nogap: [{
|
|
20547
|
+
type: Input
|
|
20548
|
+
}] } });
|
|
20549
|
+
/**
|
|
20550
|
+
* @description Type-only wrapper for <px-stack>
|
|
20551
|
+
*/
|
|
20552
|
+
class PxStack {
|
|
20553
|
+
elementRef;
|
|
20554
|
+
set direction(value) {
|
|
20555
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
20698
20556
|
}
|
|
20699
|
-
|
|
20700
|
-
this.elementRef.nativeElement['
|
|
20557
|
+
get direction() {
|
|
20558
|
+
return this.elementRef.nativeElement['direction'];
|
|
20701
20559
|
}
|
|
20702
|
-
|
|
20703
|
-
|
|
20560
|
+
set directionMobile(value) {
|
|
20561
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
20704
20562
|
}
|
|
20705
|
-
|
|
20706
|
-
this.elementRef.nativeElement['
|
|
20563
|
+
get directionMobile() {
|
|
20564
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
20707
20565
|
}
|
|
20708
|
-
|
|
20709
|
-
|
|
20566
|
+
set directionTablet(value) {
|
|
20567
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
20710
20568
|
}
|
|
20711
|
-
|
|
20712
|
-
this.elementRef.nativeElement['
|
|
20569
|
+
get directionTablet() {
|
|
20570
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
20713
20571
|
}
|
|
20714
|
-
|
|
20715
|
-
|
|
20572
|
+
set directionLaptop(value) {
|
|
20573
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
20716
20574
|
}
|
|
20717
|
-
|
|
20718
|
-
this.elementRef.nativeElement['
|
|
20575
|
+
get directionLaptop() {
|
|
20576
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
20719
20577
|
}
|
|
20720
|
-
|
|
20721
|
-
|
|
20578
|
+
set directionDesktop(value) {
|
|
20579
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
20722
20580
|
}
|
|
20723
|
-
|
|
20724
|
-
this.elementRef.nativeElement['
|
|
20581
|
+
get directionDesktop() {
|
|
20582
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
20725
20583
|
}
|
|
20726
|
-
|
|
20727
|
-
|
|
20584
|
+
set gap(value) {
|
|
20585
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
20728
20586
|
}
|
|
20729
|
-
|
|
20730
|
-
this.elementRef.nativeElement['
|
|
20587
|
+
get gap() {
|
|
20588
|
+
return this.elementRef.nativeElement['gap'];
|
|
20731
20589
|
}
|
|
20732
|
-
|
|
20733
|
-
|
|
20590
|
+
set gapMobile(value) {
|
|
20591
|
+
this.elementRef.nativeElement['gapMobile'] = value;
|
|
20734
20592
|
}
|
|
20735
|
-
|
|
20736
|
-
this.elementRef.nativeElement['
|
|
20593
|
+
get gapMobile() {
|
|
20594
|
+
return this.elementRef.nativeElement['gapMobile'];
|
|
20737
20595
|
}
|
|
20738
|
-
|
|
20739
|
-
|
|
20596
|
+
set gapTablet(value) {
|
|
20597
|
+
this.elementRef.nativeElement['gapTablet'] = value;
|
|
20740
20598
|
}
|
|
20741
|
-
|
|
20742
|
-
this.elementRef.nativeElement['
|
|
20599
|
+
get gapTablet() {
|
|
20600
|
+
return this.elementRef.nativeElement['gapTablet'];
|
|
20743
20601
|
}
|
|
20744
|
-
|
|
20745
|
-
|
|
20602
|
+
set gapLaptop(value) {
|
|
20603
|
+
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
20746
20604
|
}
|
|
20747
|
-
|
|
20748
|
-
this.elementRef.nativeElement['
|
|
20605
|
+
get gapLaptop() {
|
|
20606
|
+
return this.elementRef.nativeElement['gapLaptop'];
|
|
20749
20607
|
}
|
|
20750
|
-
|
|
20751
|
-
|
|
20608
|
+
set gapDesktop(value) {
|
|
20609
|
+
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
20752
20610
|
}
|
|
20753
|
-
|
|
20754
|
-
this.elementRef.nativeElement['
|
|
20611
|
+
get gapDesktop() {
|
|
20612
|
+
return this.elementRef.nativeElement['gapDesktop'];
|
|
20755
20613
|
}
|
|
20756
|
-
|
|
20757
|
-
|
|
20614
|
+
set justifyContent(value) {
|
|
20615
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
20758
20616
|
}
|
|
20759
|
-
|
|
20760
|
-
this.elementRef.nativeElement['
|
|
20617
|
+
get justifyContent() {
|
|
20618
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
20761
20619
|
}
|
|
20762
|
-
|
|
20763
|
-
|
|
20620
|
+
set justifyContentMobile(value) {
|
|
20621
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
20764
20622
|
}
|
|
20765
|
-
|
|
20766
|
-
this.elementRef.nativeElement['
|
|
20623
|
+
get justifyContentMobile() {
|
|
20624
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
20767
20625
|
}
|
|
20768
|
-
|
|
20769
|
-
|
|
20626
|
+
set justifyContentTablet(value) {
|
|
20627
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
20770
20628
|
}
|
|
20771
|
-
|
|
20772
|
-
this.elementRef.nativeElement['
|
|
20629
|
+
get justifyContentTablet() {
|
|
20630
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
20773
20631
|
}
|
|
20774
|
-
|
|
20775
|
-
|
|
20632
|
+
set justifyContentLaptop(value) {
|
|
20633
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
20776
20634
|
}
|
|
20777
|
-
|
|
20778
|
-
this.elementRef.nativeElement['
|
|
20635
|
+
get justifyContentLaptop() {
|
|
20636
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
20779
20637
|
}
|
|
20780
|
-
|
|
20781
|
-
|
|
20638
|
+
set justifyContentDesktop(value) {
|
|
20639
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
20782
20640
|
}
|
|
20783
|
-
|
|
20784
|
-
this.elementRef.nativeElement['
|
|
20641
|
+
get justifyContentDesktop() {
|
|
20642
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
20785
20643
|
}
|
|
20786
|
-
|
|
20787
|
-
|
|
20644
|
+
set alignItems(value) {
|
|
20645
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
20646
|
+
}
|
|
20647
|
+
get alignItems() {
|
|
20648
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
20649
|
+
}
|
|
20650
|
+
set alignItemsMobile(value) {
|
|
20651
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
20652
|
+
}
|
|
20653
|
+
get alignItemsMobile() {
|
|
20654
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
20655
|
+
}
|
|
20656
|
+
set alignItemsTablet(value) {
|
|
20657
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
20658
|
+
}
|
|
20659
|
+
get alignItemsTablet() {
|
|
20660
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
20661
|
+
}
|
|
20662
|
+
set alignItemsLaptop(value) {
|
|
20663
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
20664
|
+
}
|
|
20665
|
+
get alignItemsLaptop() {
|
|
20666
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
20667
|
+
}
|
|
20668
|
+
set alignItemsDesktop(value) {
|
|
20669
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
20670
|
+
}
|
|
20671
|
+
get alignItemsDesktop() {
|
|
20672
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
20673
|
+
}
|
|
20674
|
+
set wrap(value) {
|
|
20675
|
+
this.elementRef.nativeElement['wrap'] = value;
|
|
20676
|
+
}
|
|
20677
|
+
get wrap() {
|
|
20678
|
+
return this.elementRef.nativeElement['wrap'];
|
|
20679
|
+
}
|
|
20680
|
+
set wrapMobile(value) {
|
|
20681
|
+
this.elementRef.nativeElement['wrapMobile'] = value;
|
|
20682
|
+
}
|
|
20683
|
+
get wrapMobile() {
|
|
20684
|
+
return this.elementRef.nativeElement['wrapMobile'];
|
|
20685
|
+
}
|
|
20686
|
+
set wrapTablet(value) {
|
|
20687
|
+
this.elementRef.nativeElement['wrapTablet'] = value;
|
|
20688
|
+
}
|
|
20689
|
+
get wrapTablet() {
|
|
20690
|
+
return this.elementRef.nativeElement['wrapTablet'];
|
|
20691
|
+
}
|
|
20692
|
+
set wrapLaptop(value) {
|
|
20693
|
+
this.elementRef.nativeElement['wrapLaptop'] = value;
|
|
20694
|
+
}
|
|
20695
|
+
get wrapLaptop() {
|
|
20696
|
+
return this.elementRef.nativeElement['wrapLaptop'];
|
|
20697
|
+
}
|
|
20698
|
+
set wrapDesktop(value) {
|
|
20699
|
+
this.elementRef.nativeElement['wrapDesktop'] = value;
|
|
20700
|
+
}
|
|
20701
|
+
get wrapDesktop() {
|
|
20702
|
+
return this.elementRef.nativeElement['wrapDesktop'];
|
|
20703
|
+
}
|
|
20704
|
+
set overflowX(value) {
|
|
20705
|
+
this.elementRef.nativeElement['overflowX'] = value;
|
|
20706
|
+
}
|
|
20707
|
+
get overflowX() {
|
|
20708
|
+
return this.elementRef.nativeElement['overflowX'];
|
|
20709
|
+
}
|
|
20710
|
+
set overflowXMobile(value) {
|
|
20711
|
+
this.elementRef.nativeElement['overflowXMobile'] = value;
|
|
20712
|
+
}
|
|
20713
|
+
get overflowXMobile() {
|
|
20714
|
+
return this.elementRef.nativeElement['overflowXMobile'];
|
|
20715
|
+
}
|
|
20716
|
+
set overflowXTablet(value) {
|
|
20717
|
+
this.elementRef.nativeElement['overflowXTablet'] = value;
|
|
20718
|
+
}
|
|
20719
|
+
get overflowXTablet() {
|
|
20720
|
+
return this.elementRef.nativeElement['overflowXTablet'];
|
|
20721
|
+
}
|
|
20722
|
+
set overflowXLaptop(value) {
|
|
20723
|
+
this.elementRef.nativeElement['overflowXLaptop'] = value;
|
|
20724
|
+
}
|
|
20725
|
+
get overflowXLaptop() {
|
|
20726
|
+
return this.elementRef.nativeElement['overflowXLaptop'];
|
|
20727
|
+
}
|
|
20728
|
+
set overflowXDesktop(value) {
|
|
20729
|
+
this.elementRef.nativeElement['overflowXDesktop'] = value;
|
|
20730
|
+
}
|
|
20731
|
+
get overflowXDesktop() {
|
|
20732
|
+
return this.elementRef.nativeElement['overflowXDesktop'];
|
|
20788
20733
|
}
|
|
20789
20734
|
set grow(value) {
|
|
20790
20735
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21071,66 +21016,101 @@ class PxAWrapper {
|
|
|
21071
21016
|
constructor(elementRef) {
|
|
21072
21017
|
this.elementRef = elementRef;
|
|
21073
21018
|
}
|
|
21074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21019
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21020
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStack, selector: "px-stack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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 });
|
|
21076
21021
|
}
|
|
21077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStack, decorators: [{
|
|
21078
21023
|
type: Directive,
|
|
21079
21024
|
args: [{
|
|
21080
|
-
selector: 'px-
|
|
21025
|
+
selector: 'px-stack',
|
|
21081
21026
|
}]
|
|
21082
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21083
|
-
type: Input
|
|
21084
|
-
}], target: [{
|
|
21085
|
-
type: Input
|
|
21086
|
-
}], rel: [{
|
|
21087
|
-
type: Input
|
|
21088
|
-
}], download: [{
|
|
21089
|
-
type: Input
|
|
21090
|
-
}], disabled: [{
|
|
21091
|
-
type: Input
|
|
21092
|
-
}], variant: [{
|
|
21093
|
-
type: Input
|
|
21094
|
-
}], shape: [{
|
|
21027
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
21095
21028
|
type: Input
|
|
21096
|
-
}],
|
|
21029
|
+
}], directionMobile: [{
|
|
21097
21030
|
type: Input,
|
|
21098
|
-
args: ['
|
|
21099
|
-
}],
|
|
21031
|
+
args: ['direction--mobile']
|
|
21032
|
+
}], directionTablet: [{
|
|
21100
21033
|
type: Input,
|
|
21101
|
-
args: ['
|
|
21102
|
-
}],
|
|
21034
|
+
args: ['direction--tablet']
|
|
21035
|
+
}], directionLaptop: [{
|
|
21103
21036
|
type: Input,
|
|
21104
|
-
args: ['
|
|
21105
|
-
}],
|
|
21037
|
+
args: ['direction--laptop']
|
|
21038
|
+
}], directionDesktop: [{
|
|
21106
21039
|
type: Input,
|
|
21107
|
-
args: ['
|
|
21108
|
-
}],
|
|
21040
|
+
args: ['direction--desktop']
|
|
21041
|
+
}], gap: [{
|
|
21109
21042
|
type: Input
|
|
21110
|
-
}],
|
|
21043
|
+
}], gapMobile: [{
|
|
21111
21044
|
type: Input,
|
|
21112
|
-
args: ['
|
|
21113
|
-
}],
|
|
21045
|
+
args: ['gap--mobile']
|
|
21046
|
+
}], gapTablet: [{
|
|
21114
21047
|
type: Input,
|
|
21115
|
-
args: ['
|
|
21116
|
-
}],
|
|
21048
|
+
args: ['gap--tablet']
|
|
21049
|
+
}], gapLaptop: [{
|
|
21117
21050
|
type: Input,
|
|
21118
|
-
args: ['
|
|
21119
|
-
}],
|
|
21051
|
+
args: ['gap--laptop']
|
|
21052
|
+
}], gapDesktop: [{
|
|
21120
21053
|
type: Input,
|
|
21121
|
-
args: ['
|
|
21122
|
-
}],
|
|
21123
|
-
type: Input
|
|
21124
|
-
}], fontSize: [{
|
|
21054
|
+
args: ['gap--desktop']
|
|
21055
|
+
}], justifyContent: [{
|
|
21125
21056
|
type: Input,
|
|
21126
|
-
args: ['
|
|
21127
|
-
}],
|
|
21128
|
-
type: Input
|
|
21129
|
-
}], fontWeight: [{
|
|
21057
|
+
args: ['justify-content']
|
|
21058
|
+
}], justifyContentMobile: [{
|
|
21130
21059
|
type: Input,
|
|
21131
|
-
args: ['
|
|
21132
|
-
}],
|
|
21060
|
+
args: ['justify-content--mobile']
|
|
21061
|
+
}], justifyContentTablet: [{
|
|
21062
|
+
type: Input,
|
|
21063
|
+
args: ['justify-content--tablet']
|
|
21064
|
+
}], justifyContentLaptop: [{
|
|
21065
|
+
type: Input,
|
|
21066
|
+
args: ['justify-content--laptop']
|
|
21067
|
+
}], justifyContentDesktop: [{
|
|
21068
|
+
type: Input,
|
|
21069
|
+
args: ['justify-content--desktop']
|
|
21070
|
+
}], alignItems: [{
|
|
21071
|
+
type: Input,
|
|
21072
|
+
args: ['align-items']
|
|
21073
|
+
}], alignItemsMobile: [{
|
|
21074
|
+
type: Input,
|
|
21075
|
+
args: ['align-items--mobile']
|
|
21076
|
+
}], alignItemsTablet: [{
|
|
21077
|
+
type: Input,
|
|
21078
|
+
args: ['align-items--tablet']
|
|
21079
|
+
}], alignItemsLaptop: [{
|
|
21080
|
+
type: Input,
|
|
21081
|
+
args: ['align-items--laptop']
|
|
21082
|
+
}], alignItemsDesktop: [{
|
|
21083
|
+
type: Input,
|
|
21084
|
+
args: ['align-items--desktop']
|
|
21085
|
+
}], wrap: [{
|
|
21133
21086
|
type: Input
|
|
21087
|
+
}], wrapMobile: [{
|
|
21088
|
+
type: Input,
|
|
21089
|
+
args: ['wrap--mobile']
|
|
21090
|
+
}], wrapTablet: [{
|
|
21091
|
+
type: Input,
|
|
21092
|
+
args: ['wrap--tablet']
|
|
21093
|
+
}], wrapLaptop: [{
|
|
21094
|
+
type: Input,
|
|
21095
|
+
args: ['wrap--laptop']
|
|
21096
|
+
}], wrapDesktop: [{
|
|
21097
|
+
type: Input,
|
|
21098
|
+
args: ['wrap--desktop']
|
|
21099
|
+
}], overflowX: [{
|
|
21100
|
+
type: Input,
|
|
21101
|
+
args: ['overflow-x']
|
|
21102
|
+
}], overflowXMobile: [{
|
|
21103
|
+
type: Input,
|
|
21104
|
+
args: ['overflow-x--mobile']
|
|
21105
|
+
}], overflowXTablet: [{
|
|
21106
|
+
type: Input,
|
|
21107
|
+
args: ['overflow-x--tablet']
|
|
21108
|
+
}], overflowXLaptop: [{
|
|
21109
|
+
type: Input,
|
|
21110
|
+
args: ['overflow-x--laptop']
|
|
21111
|
+
}], overflowXDesktop: [{
|
|
21112
|
+
type: Input,
|
|
21113
|
+
args: ['overflow-x--desktop']
|
|
21134
21114
|
}], grow: [{
|
|
21135
21115
|
type: Input
|
|
21136
21116
|
}], growMobile: [{
|
|
@@ -21269,39 +21249,189 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21269
21249
|
args: ['sticky-bottom']
|
|
21270
21250
|
}] } });
|
|
21271
21251
|
/**
|
|
21272
|
-
* @description Type-only wrapper for <px-
|
|
21252
|
+
* @description Type-only wrapper for <px-vstack>
|
|
21273
21253
|
*/
|
|
21274
|
-
class
|
|
21254
|
+
class PxVstack {
|
|
21275
21255
|
elementRef;
|
|
21276
|
-
set
|
|
21277
|
-
this.elementRef.nativeElement['
|
|
21256
|
+
set direction(value) {
|
|
21257
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
21258
|
+
}
|
|
21259
|
+
get direction() {
|
|
21260
|
+
return this.elementRef.nativeElement['direction'];
|
|
21261
|
+
}
|
|
21262
|
+
set directionMobile(value) {
|
|
21263
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
21264
|
+
}
|
|
21265
|
+
get directionMobile() {
|
|
21266
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
21267
|
+
}
|
|
21268
|
+
set directionTablet(value) {
|
|
21269
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
21270
|
+
}
|
|
21271
|
+
get directionTablet() {
|
|
21272
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
21273
|
+
}
|
|
21274
|
+
set directionLaptop(value) {
|
|
21275
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
21276
|
+
}
|
|
21277
|
+
get directionLaptop() {
|
|
21278
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
21279
|
+
}
|
|
21280
|
+
set directionDesktop(value) {
|
|
21281
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
21282
|
+
}
|
|
21283
|
+
get directionDesktop() {
|
|
21284
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
21285
|
+
}
|
|
21286
|
+
set gap(value) {
|
|
21287
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
21288
|
+
}
|
|
21289
|
+
get gap() {
|
|
21290
|
+
return this.elementRef.nativeElement['gap'];
|
|
21291
|
+
}
|
|
21292
|
+
set gapMobile(value) {
|
|
21293
|
+
this.elementRef.nativeElement['gapMobile'] = value;
|
|
21294
|
+
}
|
|
21295
|
+
get gapMobile() {
|
|
21296
|
+
return this.elementRef.nativeElement['gapMobile'];
|
|
21297
|
+
}
|
|
21298
|
+
set gapTablet(value) {
|
|
21299
|
+
this.elementRef.nativeElement['gapTablet'] = value;
|
|
21300
|
+
}
|
|
21301
|
+
get gapTablet() {
|
|
21302
|
+
return this.elementRef.nativeElement['gapTablet'];
|
|
21303
|
+
}
|
|
21304
|
+
set gapLaptop(value) {
|
|
21305
|
+
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
21306
|
+
}
|
|
21307
|
+
get gapLaptop() {
|
|
21308
|
+
return this.elementRef.nativeElement['gapLaptop'];
|
|
21309
|
+
}
|
|
21310
|
+
set gapDesktop(value) {
|
|
21311
|
+
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
21312
|
+
}
|
|
21313
|
+
get gapDesktop() {
|
|
21314
|
+
return this.elementRef.nativeElement['gapDesktop'];
|
|
21315
|
+
}
|
|
21316
|
+
set justifyContent(value) {
|
|
21317
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
21318
|
+
}
|
|
21319
|
+
get justifyContent() {
|
|
21320
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
21321
|
+
}
|
|
21322
|
+
set justifyContentMobile(value) {
|
|
21323
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
21324
|
+
}
|
|
21325
|
+
get justifyContentMobile() {
|
|
21326
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
21327
|
+
}
|
|
21328
|
+
set justifyContentTablet(value) {
|
|
21329
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
21330
|
+
}
|
|
21331
|
+
get justifyContentTablet() {
|
|
21332
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
21333
|
+
}
|
|
21334
|
+
set justifyContentLaptop(value) {
|
|
21335
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
21336
|
+
}
|
|
21337
|
+
get justifyContentLaptop() {
|
|
21338
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
21278
21339
|
}
|
|
21279
|
-
|
|
21280
|
-
|
|
21340
|
+
set justifyContentDesktop(value) {
|
|
21341
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
21281
21342
|
}
|
|
21282
|
-
|
|
21283
|
-
this.elementRef.nativeElement['
|
|
21343
|
+
get justifyContentDesktop() {
|
|
21344
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
21284
21345
|
}
|
|
21285
|
-
|
|
21286
|
-
|
|
21346
|
+
set alignItems(value) {
|
|
21347
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
21287
21348
|
}
|
|
21288
|
-
|
|
21289
|
-
this.elementRef.nativeElement['
|
|
21349
|
+
get alignItems() {
|
|
21350
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
21290
21351
|
}
|
|
21291
|
-
|
|
21292
|
-
|
|
21352
|
+
set alignItemsMobile(value) {
|
|
21353
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
21293
21354
|
}
|
|
21294
|
-
|
|
21295
|
-
this.elementRef.nativeElement['
|
|
21355
|
+
get alignItemsMobile() {
|
|
21356
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
21296
21357
|
}
|
|
21297
|
-
|
|
21298
|
-
|
|
21358
|
+
set alignItemsTablet(value) {
|
|
21359
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
21299
21360
|
}
|
|
21300
|
-
|
|
21301
|
-
this.elementRef.nativeElement['
|
|
21361
|
+
get alignItemsTablet() {
|
|
21362
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
21302
21363
|
}
|
|
21303
|
-
|
|
21304
|
-
|
|
21364
|
+
set alignItemsLaptop(value) {
|
|
21365
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
21366
|
+
}
|
|
21367
|
+
get alignItemsLaptop() {
|
|
21368
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
21369
|
+
}
|
|
21370
|
+
set alignItemsDesktop(value) {
|
|
21371
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
21372
|
+
}
|
|
21373
|
+
get alignItemsDesktop() {
|
|
21374
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
21375
|
+
}
|
|
21376
|
+
set wrap(value) {
|
|
21377
|
+
this.elementRef.nativeElement['wrap'] = value;
|
|
21378
|
+
}
|
|
21379
|
+
get wrap() {
|
|
21380
|
+
return this.elementRef.nativeElement['wrap'];
|
|
21381
|
+
}
|
|
21382
|
+
set wrapMobile(value) {
|
|
21383
|
+
this.elementRef.nativeElement['wrapMobile'] = value;
|
|
21384
|
+
}
|
|
21385
|
+
get wrapMobile() {
|
|
21386
|
+
return this.elementRef.nativeElement['wrapMobile'];
|
|
21387
|
+
}
|
|
21388
|
+
set wrapTablet(value) {
|
|
21389
|
+
this.elementRef.nativeElement['wrapTablet'] = value;
|
|
21390
|
+
}
|
|
21391
|
+
get wrapTablet() {
|
|
21392
|
+
return this.elementRef.nativeElement['wrapTablet'];
|
|
21393
|
+
}
|
|
21394
|
+
set wrapLaptop(value) {
|
|
21395
|
+
this.elementRef.nativeElement['wrapLaptop'] = value;
|
|
21396
|
+
}
|
|
21397
|
+
get wrapLaptop() {
|
|
21398
|
+
return this.elementRef.nativeElement['wrapLaptop'];
|
|
21399
|
+
}
|
|
21400
|
+
set wrapDesktop(value) {
|
|
21401
|
+
this.elementRef.nativeElement['wrapDesktop'] = value;
|
|
21402
|
+
}
|
|
21403
|
+
get wrapDesktop() {
|
|
21404
|
+
return this.elementRef.nativeElement['wrapDesktop'];
|
|
21405
|
+
}
|
|
21406
|
+
set overflowX(value) {
|
|
21407
|
+
this.elementRef.nativeElement['overflowX'] = value;
|
|
21408
|
+
}
|
|
21409
|
+
get overflowX() {
|
|
21410
|
+
return this.elementRef.nativeElement['overflowX'];
|
|
21411
|
+
}
|
|
21412
|
+
set overflowXMobile(value) {
|
|
21413
|
+
this.elementRef.nativeElement['overflowXMobile'] = value;
|
|
21414
|
+
}
|
|
21415
|
+
get overflowXMobile() {
|
|
21416
|
+
return this.elementRef.nativeElement['overflowXMobile'];
|
|
21417
|
+
}
|
|
21418
|
+
set overflowXTablet(value) {
|
|
21419
|
+
this.elementRef.nativeElement['overflowXTablet'] = value;
|
|
21420
|
+
}
|
|
21421
|
+
get overflowXTablet() {
|
|
21422
|
+
return this.elementRef.nativeElement['overflowXTablet'];
|
|
21423
|
+
}
|
|
21424
|
+
set overflowXLaptop(value) {
|
|
21425
|
+
this.elementRef.nativeElement['overflowXLaptop'] = value;
|
|
21426
|
+
}
|
|
21427
|
+
get overflowXLaptop() {
|
|
21428
|
+
return this.elementRef.nativeElement['overflowXLaptop'];
|
|
21429
|
+
}
|
|
21430
|
+
set overflowXDesktop(value) {
|
|
21431
|
+
this.elementRef.nativeElement['overflowXDesktop'] = value;
|
|
21432
|
+
}
|
|
21433
|
+
get overflowXDesktop() {
|
|
21434
|
+
return this.elementRef.nativeElement['overflowXDesktop'];
|
|
21305
21435
|
}
|
|
21306
21436
|
set grow(value) {
|
|
21307
21437
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21588,28 +21718,101 @@ class PxPage {
|
|
|
21588
21718
|
constructor(elementRef) {
|
|
21589
21719
|
this.elementRef = elementRef;
|
|
21590
21720
|
}
|
|
21591
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21592
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21721
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxVstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21722
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxVstack, selector: "px-vstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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 });
|
|
21593
21723
|
}
|
|
21594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxVstack, decorators: [{
|
|
21595
21725
|
type: Directive,
|
|
21596
21726
|
args: [{
|
|
21597
|
-
selector: 'px-
|
|
21727
|
+
selector: 'px-vstack',
|
|
21598
21728
|
}]
|
|
21599
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21729
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
21730
|
+
type: Input
|
|
21731
|
+
}], directionMobile: [{
|
|
21600
21732
|
type: Input,
|
|
21601
|
-
args: ['
|
|
21733
|
+
args: ['direction--mobile']
|
|
21734
|
+
}], directionTablet: [{
|
|
21735
|
+
type: Input,
|
|
21736
|
+
args: ['direction--tablet']
|
|
21737
|
+
}], directionLaptop: [{
|
|
21738
|
+
type: Input,
|
|
21739
|
+
args: ['direction--laptop']
|
|
21740
|
+
}], directionDesktop: [{
|
|
21741
|
+
type: Input,
|
|
21742
|
+
args: ['direction--desktop']
|
|
21602
21743
|
}], gap: [{
|
|
21603
21744
|
type: Input
|
|
21604
|
-
}],
|
|
21745
|
+
}], gapMobile: [{
|
|
21605
21746
|
type: Input,
|
|
21606
|
-
args: ['
|
|
21607
|
-
}],
|
|
21747
|
+
args: ['gap--mobile']
|
|
21748
|
+
}], gapTablet: [{
|
|
21608
21749
|
type: Input,
|
|
21609
|
-
args: ['
|
|
21610
|
-
}],
|
|
21750
|
+
args: ['gap--tablet']
|
|
21751
|
+
}], gapLaptop: [{
|
|
21611
21752
|
type: Input,
|
|
21612
|
-
args: ['
|
|
21753
|
+
args: ['gap--laptop']
|
|
21754
|
+
}], gapDesktop: [{
|
|
21755
|
+
type: Input,
|
|
21756
|
+
args: ['gap--desktop']
|
|
21757
|
+
}], justifyContent: [{
|
|
21758
|
+
type: Input,
|
|
21759
|
+
args: ['justify-content']
|
|
21760
|
+
}], justifyContentMobile: [{
|
|
21761
|
+
type: Input,
|
|
21762
|
+
args: ['justify-content--mobile']
|
|
21763
|
+
}], justifyContentTablet: [{
|
|
21764
|
+
type: Input,
|
|
21765
|
+
args: ['justify-content--tablet']
|
|
21766
|
+
}], justifyContentLaptop: [{
|
|
21767
|
+
type: Input,
|
|
21768
|
+
args: ['justify-content--laptop']
|
|
21769
|
+
}], justifyContentDesktop: [{
|
|
21770
|
+
type: Input,
|
|
21771
|
+
args: ['justify-content--desktop']
|
|
21772
|
+
}], alignItems: [{
|
|
21773
|
+
type: Input,
|
|
21774
|
+
args: ['align-items']
|
|
21775
|
+
}], alignItemsMobile: [{
|
|
21776
|
+
type: Input,
|
|
21777
|
+
args: ['align-items--mobile']
|
|
21778
|
+
}], alignItemsTablet: [{
|
|
21779
|
+
type: Input,
|
|
21780
|
+
args: ['align-items--tablet']
|
|
21781
|
+
}], alignItemsLaptop: [{
|
|
21782
|
+
type: Input,
|
|
21783
|
+
args: ['align-items--laptop']
|
|
21784
|
+
}], alignItemsDesktop: [{
|
|
21785
|
+
type: Input,
|
|
21786
|
+
args: ['align-items--desktop']
|
|
21787
|
+
}], wrap: [{
|
|
21788
|
+
type: Input
|
|
21789
|
+
}], wrapMobile: [{
|
|
21790
|
+
type: Input,
|
|
21791
|
+
args: ['wrap--mobile']
|
|
21792
|
+
}], wrapTablet: [{
|
|
21793
|
+
type: Input,
|
|
21794
|
+
args: ['wrap--tablet']
|
|
21795
|
+
}], wrapLaptop: [{
|
|
21796
|
+
type: Input,
|
|
21797
|
+
args: ['wrap--laptop']
|
|
21798
|
+
}], wrapDesktop: [{
|
|
21799
|
+
type: Input,
|
|
21800
|
+
args: ['wrap--desktop']
|
|
21801
|
+
}], overflowX: [{
|
|
21802
|
+
type: Input,
|
|
21803
|
+
args: ['overflow-x']
|
|
21804
|
+
}], overflowXMobile: [{
|
|
21805
|
+
type: Input,
|
|
21806
|
+
args: ['overflow-x--mobile']
|
|
21807
|
+
}], overflowXTablet: [{
|
|
21808
|
+
type: Input,
|
|
21809
|
+
args: ['overflow-x--tablet']
|
|
21810
|
+
}], overflowXLaptop: [{
|
|
21811
|
+
type: Input,
|
|
21812
|
+
args: ['overflow-x--laptop']
|
|
21813
|
+
}], overflowXDesktop: [{
|
|
21814
|
+
type: Input,
|
|
21815
|
+
args: ['overflow-x--desktop']
|
|
21613
21816
|
}], grow: [{
|
|
21614
21817
|
type: Input
|
|
21615
21818
|
}], growMobile: [{
|
|
@@ -21724,66 +21927,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21724
21927
|
type: Input,
|
|
21725
21928
|
args: ['col-span--laptop']
|
|
21726
21929
|
}], colSpanDesktop: [{
|
|
21727
|
-
type: Input,
|
|
21728
|
-
args: ['col-span--desktop']
|
|
21729
|
-
}], order: [{
|
|
21730
|
-
type: Input
|
|
21731
|
-
}], orderMobile: [{
|
|
21732
|
-
type: Input,
|
|
21733
|
-
args: ['order--mobile']
|
|
21734
|
-
}], orderTablet: [{
|
|
21735
|
-
type: Input,
|
|
21736
|
-
args: ['order--tablet']
|
|
21737
|
-
}], orderLaptop: [{
|
|
21738
|
-
type: Input,
|
|
21739
|
-
args: ['order--laptop']
|
|
21740
|
-
}], orderDesktop: [{
|
|
21741
|
-
type: Input,
|
|
21742
|
-
args: ['order--desktop']
|
|
21743
|
-
}], stickyTop: [{
|
|
21744
|
-
type: Input,
|
|
21745
|
-
args: ['sticky-top']
|
|
21746
|
-
}], stickyBottom: [{
|
|
21747
|
-
type: Input,
|
|
21748
|
-
args: ['sticky-bottom']
|
|
21749
|
-
}] } });
|
|
21750
|
-
/**
|
|
21751
|
-
* @description Type-only wrapper for <px-spacer>
|
|
21752
|
-
*/
|
|
21753
|
-
class PxSpacer {
|
|
21754
|
-
elementRef;
|
|
21755
|
-
set grow(value) {
|
|
21756
|
-
this.elementRef.nativeElement['grow'] = value;
|
|
21757
|
-
}
|
|
21758
|
-
get grow() {
|
|
21759
|
-
return this.elementRef.nativeElement['grow'];
|
|
21760
|
-
}
|
|
21761
|
-
set nogap(value) {
|
|
21762
|
-
this.elementRef.nativeElement['nogap'] = value;
|
|
21763
|
-
}
|
|
21764
|
-
get nogap() {
|
|
21765
|
-
return this.elementRef.nativeElement['nogap'];
|
|
21766
|
-
}
|
|
21767
|
-
constructor(elementRef) {
|
|
21768
|
-
this.elementRef = elementRef;
|
|
21769
|
-
}
|
|
21770
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21771
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpacer, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
|
|
21772
|
-
}
|
|
21773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpacer, decorators: [{
|
|
21774
|
-
type: Directive,
|
|
21775
|
-
args: [{
|
|
21776
|
-
selector: 'px-spacer',
|
|
21777
|
-
}]
|
|
21778
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
|
|
21779
|
-
type: Input
|
|
21780
|
-
}], nogap: [{
|
|
21930
|
+
type: Input,
|
|
21931
|
+
args: ['col-span--desktop']
|
|
21932
|
+
}], order: [{
|
|
21781
21933
|
type: Input
|
|
21934
|
+
}], orderMobile: [{
|
|
21935
|
+
type: Input,
|
|
21936
|
+
args: ['order--mobile']
|
|
21937
|
+
}], orderTablet: [{
|
|
21938
|
+
type: Input,
|
|
21939
|
+
args: ['order--tablet']
|
|
21940
|
+
}], orderLaptop: [{
|
|
21941
|
+
type: Input,
|
|
21942
|
+
args: ['order--laptop']
|
|
21943
|
+
}], orderDesktop: [{
|
|
21944
|
+
type: Input,
|
|
21945
|
+
args: ['order--desktop']
|
|
21946
|
+
}], stickyTop: [{
|
|
21947
|
+
type: Input,
|
|
21948
|
+
args: ['sticky-top']
|
|
21949
|
+
}], stickyBottom: [{
|
|
21950
|
+
type: Input,
|
|
21951
|
+
args: ['sticky-bottom']
|
|
21782
21952
|
}] } });
|
|
21783
21953
|
/**
|
|
21784
|
-
* @description Type-only wrapper for <px-
|
|
21954
|
+
* @description Type-only wrapper for <px-hstack>
|
|
21785
21955
|
*/
|
|
21786
|
-
class
|
|
21956
|
+
class PxHstack {
|
|
21787
21957
|
elementRef;
|
|
21788
21958
|
set direction(value) {
|
|
21789
21959
|
this.elementRef.nativeElement['direction'] = value;
|
|
@@ -22250,13 +22420,13 @@ class PxStack {
|
|
|
22250
22420
|
constructor(elementRef) {
|
|
22251
22421
|
this.elementRef = elementRef;
|
|
22252
22422
|
}
|
|
22253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
22254
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
22423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22424
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHstack, selector: "px-hstack", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], gap: "gap", gapMobile: ["gap--mobile", "gapMobile"], gapTablet: ["gap--tablet", "gapTablet"], gapLaptop: ["gap--laptop", "gapLaptop"], gapDesktop: ["gap--desktop", "gapDesktop"], justifyContent: ["justify-content", "justifyContent"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], alignItems: ["align-items", "alignItems"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], wrap: "wrap", wrapMobile: ["wrap--mobile", "wrapMobile"], wrapTablet: ["wrap--tablet", "wrapTablet"], wrapLaptop: ["wrap--laptop", "wrapLaptop"], wrapDesktop: ["wrap--desktop", "wrapDesktop"], overflowX: ["overflow-x", "overflowX"], overflowXMobile: ["overflow-x--mobile", "overflowXMobile"], overflowXTablet: ["overflow-x--tablet", "overflowXTablet"], overflowXLaptop: ["overflow-x--laptop", "overflowXLaptop"], overflowXDesktop: ["overflow-x--desktop", "overflowXDesktop"], 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 });
|
|
22255
22425
|
}
|
|
22256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
22426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHstack, decorators: [{
|
|
22257
22427
|
type: Directive,
|
|
22258
22428
|
args: [{
|
|
22259
|
-
selector: 'px-
|
|
22429
|
+
selector: 'px-hstack',
|
|
22260
22430
|
}]
|
|
22261
22431
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
22262
22432
|
type: Input
|
|
@@ -22483,189 +22653,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
22483
22653
|
args: ['sticky-bottom']
|
|
22484
22654
|
}] } });
|
|
22485
22655
|
/**
|
|
22486
|
-
* @description Type-only wrapper for <px-
|
|
22656
|
+
* @description Type-only wrapper for <px-a>
|
|
22487
22657
|
*/
|
|
22488
|
-
class
|
|
22658
|
+
class PxA {
|
|
22489
22659
|
elementRef;
|
|
22490
|
-
set
|
|
22491
|
-
this.elementRef.nativeElement['
|
|
22492
|
-
}
|
|
22493
|
-
get direction() {
|
|
22494
|
-
return this.elementRef.nativeElement['direction'];
|
|
22495
|
-
}
|
|
22496
|
-
set directionMobile(value) {
|
|
22497
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
22498
|
-
}
|
|
22499
|
-
get directionMobile() {
|
|
22500
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
22501
|
-
}
|
|
22502
|
-
set directionTablet(value) {
|
|
22503
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
22504
|
-
}
|
|
22505
|
-
get directionTablet() {
|
|
22506
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
22507
|
-
}
|
|
22508
|
-
set directionLaptop(value) {
|
|
22509
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
22510
|
-
}
|
|
22511
|
-
get directionLaptop() {
|
|
22512
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
22513
|
-
}
|
|
22514
|
-
set directionDesktop(value) {
|
|
22515
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
22516
|
-
}
|
|
22517
|
-
get directionDesktop() {
|
|
22518
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
22519
|
-
}
|
|
22520
|
-
set gap(value) {
|
|
22521
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
22522
|
-
}
|
|
22523
|
-
get gap() {
|
|
22524
|
-
return this.elementRef.nativeElement['gap'];
|
|
22525
|
-
}
|
|
22526
|
-
set gapMobile(value) {
|
|
22527
|
-
this.elementRef.nativeElement['gapMobile'] = value;
|
|
22528
|
-
}
|
|
22529
|
-
get gapMobile() {
|
|
22530
|
-
return this.elementRef.nativeElement['gapMobile'];
|
|
22531
|
-
}
|
|
22532
|
-
set gapTablet(value) {
|
|
22533
|
-
this.elementRef.nativeElement['gapTablet'] = value;
|
|
22534
|
-
}
|
|
22535
|
-
get gapTablet() {
|
|
22536
|
-
return this.elementRef.nativeElement['gapTablet'];
|
|
22537
|
-
}
|
|
22538
|
-
set gapLaptop(value) {
|
|
22539
|
-
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
22540
|
-
}
|
|
22541
|
-
get gapLaptop() {
|
|
22542
|
-
return this.elementRef.nativeElement['gapLaptop'];
|
|
22543
|
-
}
|
|
22544
|
-
set gapDesktop(value) {
|
|
22545
|
-
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
22660
|
+
set disabled(value) {
|
|
22661
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
22546
22662
|
}
|
|
22547
|
-
get
|
|
22548
|
-
return this.elementRef.nativeElement['
|
|
22663
|
+
get disabled() {
|
|
22664
|
+
return this.elementRef.nativeElement['disabled'];
|
|
22549
22665
|
}
|
|
22550
|
-
set
|
|
22551
|
-
this.elementRef.nativeElement['
|
|
22666
|
+
set variant(value) {
|
|
22667
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
22552
22668
|
}
|
|
22553
|
-
get
|
|
22554
|
-
return this.elementRef.nativeElement['
|
|
22669
|
+
get variant() {
|
|
22670
|
+
return this.elementRef.nativeElement['variant'];
|
|
22555
22671
|
}
|
|
22556
|
-
set
|
|
22557
|
-
this.elementRef.nativeElement['
|
|
22672
|
+
set shape(value) {
|
|
22673
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
22558
22674
|
}
|
|
22559
|
-
get
|
|
22560
|
-
return this.elementRef.nativeElement['
|
|
22675
|
+
get shape() {
|
|
22676
|
+
return this.elementRef.nativeElement['shape'];
|
|
22561
22677
|
}
|
|
22562
|
-
set
|
|
22563
|
-
this.elementRef.nativeElement['
|
|
22678
|
+
set shapeMobile(value) {
|
|
22679
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
22564
22680
|
}
|
|
22565
|
-
get
|
|
22566
|
-
return this.elementRef.nativeElement['
|
|
22681
|
+
get shapeMobile() {
|
|
22682
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
22567
22683
|
}
|
|
22568
|
-
set
|
|
22569
|
-
this.elementRef.nativeElement['
|
|
22684
|
+
set shapeTablet(value) {
|
|
22685
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
22570
22686
|
}
|
|
22571
|
-
get
|
|
22572
|
-
return this.elementRef.nativeElement['
|
|
22687
|
+
get shapeTablet() {
|
|
22688
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
22573
22689
|
}
|
|
22574
|
-
set
|
|
22575
|
-
this.elementRef.nativeElement['
|
|
22690
|
+
set shapeLaptop(value) {
|
|
22691
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
22576
22692
|
}
|
|
22577
|
-
get
|
|
22578
|
-
return this.elementRef.nativeElement['
|
|
22693
|
+
get shapeLaptop() {
|
|
22694
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
22579
22695
|
}
|
|
22580
|
-
set
|
|
22581
|
-
this.elementRef.nativeElement['
|
|
22696
|
+
set shapeDesktop(value) {
|
|
22697
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
22582
22698
|
}
|
|
22583
|
-
get
|
|
22584
|
-
return this.elementRef.nativeElement['
|
|
22699
|
+
get shapeDesktop() {
|
|
22700
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
22585
22701
|
}
|
|
22586
|
-
set
|
|
22587
|
-
this.elementRef.nativeElement['
|
|
22702
|
+
set extended(value) {
|
|
22703
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
22588
22704
|
}
|
|
22589
|
-
get
|
|
22590
|
-
return this.elementRef.nativeElement['
|
|
22705
|
+
get extended() {
|
|
22706
|
+
return this.elementRef.nativeElement['extended'];
|
|
22591
22707
|
}
|
|
22592
|
-
set
|
|
22593
|
-
this.elementRef.nativeElement['
|
|
22708
|
+
set extendedMobile(value) {
|
|
22709
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
22594
22710
|
}
|
|
22595
|
-
get
|
|
22596
|
-
return this.elementRef.nativeElement['
|
|
22711
|
+
get extendedMobile() {
|
|
22712
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
22597
22713
|
}
|
|
22598
|
-
set
|
|
22599
|
-
this.elementRef.nativeElement['
|
|
22714
|
+
set extendedTablet(value) {
|
|
22715
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
22600
22716
|
}
|
|
22601
|
-
get
|
|
22602
|
-
return this.elementRef.nativeElement['
|
|
22717
|
+
get extendedTablet() {
|
|
22718
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
22603
22719
|
}
|
|
22604
|
-
set
|
|
22605
|
-
this.elementRef.nativeElement['
|
|
22720
|
+
set extendedLaptop(value) {
|
|
22721
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
22606
22722
|
}
|
|
22607
|
-
get
|
|
22608
|
-
return this.elementRef.nativeElement['
|
|
22723
|
+
get extendedLaptop() {
|
|
22724
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
22609
22725
|
}
|
|
22610
|
-
set
|
|
22611
|
-
this.elementRef.nativeElement['
|
|
22726
|
+
set extendedDesktop(value) {
|
|
22727
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
22612
22728
|
}
|
|
22613
|
-
get
|
|
22614
|
-
return this.elementRef.nativeElement['
|
|
22729
|
+
get extendedDesktop() {
|
|
22730
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
22615
22731
|
}
|
|
22616
|
-
set
|
|
22617
|
-
this.elementRef.nativeElement['
|
|
22732
|
+
set inverted(value) {
|
|
22733
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
22618
22734
|
}
|
|
22619
|
-
get
|
|
22620
|
-
return this.elementRef.nativeElement['
|
|
22735
|
+
get inverted() {
|
|
22736
|
+
return this.elementRef.nativeElement['inverted'];
|
|
22621
22737
|
}
|
|
22622
|
-
set
|
|
22623
|
-
this.elementRef.nativeElement['
|
|
22738
|
+
set fontSize(value) {
|
|
22739
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
22624
22740
|
}
|
|
22625
|
-
get
|
|
22626
|
-
return this.elementRef.nativeElement['
|
|
22741
|
+
get fontSize() {
|
|
22742
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
22627
22743
|
}
|
|
22628
|
-
set
|
|
22629
|
-
this.elementRef.nativeElement['
|
|
22744
|
+
set color(value) {
|
|
22745
|
+
this.elementRef.nativeElement['color'] = value;
|
|
22630
22746
|
}
|
|
22631
|
-
get
|
|
22632
|
-
return this.elementRef.nativeElement['
|
|
22747
|
+
get color() {
|
|
22748
|
+
return this.elementRef.nativeElement['color'];
|
|
22633
22749
|
}
|
|
22634
|
-
set
|
|
22635
|
-
this.elementRef.nativeElement['
|
|
22750
|
+
set fontWeight(value) {
|
|
22751
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22636
22752
|
}
|
|
22637
|
-
get
|
|
22638
|
-
return this.elementRef.nativeElement['
|
|
22753
|
+
get fontWeight() {
|
|
22754
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
22639
22755
|
}
|
|
22640
|
-
set
|
|
22641
|
-
this.elementRef.nativeElement['
|
|
22756
|
+
set title(value) {
|
|
22757
|
+
this.elementRef.nativeElement['title'] = value;
|
|
22642
22758
|
}
|
|
22643
|
-
get
|
|
22644
|
-
return this.elementRef.nativeElement['
|
|
22759
|
+
get title() {
|
|
22760
|
+
return this.elementRef.nativeElement['title'];
|
|
22645
22761
|
}
|
|
22646
|
-
|
|
22647
|
-
|
|
22762
|
+
/** The URL that the hyperlink points to. */
|
|
22763
|
+
set href(value) {
|
|
22764
|
+
this.elementRef.nativeElement['href'] = value;
|
|
22648
22765
|
}
|
|
22649
|
-
get
|
|
22650
|
-
return this.elementRef.nativeElement['
|
|
22766
|
+
get href() {
|
|
22767
|
+
return this.elementRef.nativeElement['href'];
|
|
22651
22768
|
}
|
|
22652
|
-
|
|
22653
|
-
|
|
22769
|
+
/** Where to display the linked URL. */
|
|
22770
|
+
set target(value) {
|
|
22771
|
+
this.elementRef.nativeElement['target'] = value;
|
|
22654
22772
|
}
|
|
22655
|
-
get
|
|
22656
|
-
return this.elementRef.nativeElement['
|
|
22773
|
+
get target() {
|
|
22774
|
+
return this.elementRef.nativeElement['target'];
|
|
22657
22775
|
}
|
|
22658
|
-
|
|
22659
|
-
|
|
22776
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
22777
|
+
set rel(value) {
|
|
22778
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
22660
22779
|
}
|
|
22661
|
-
get
|
|
22662
|
-
return this.elementRef.nativeElement['
|
|
22780
|
+
get rel() {
|
|
22781
|
+
return this.elementRef.nativeElement['rel'];
|
|
22663
22782
|
}
|
|
22664
|
-
|
|
22665
|
-
|
|
22783
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
22784
|
+
set download(value) {
|
|
22785
|
+
this.elementRef.nativeElement['download'] = value;
|
|
22666
22786
|
}
|
|
22667
|
-
get
|
|
22668
|
-
return this.elementRef.nativeElement['
|
|
22787
|
+
get download() {
|
|
22788
|
+
return this.elementRef.nativeElement['download'];
|
|
22669
22789
|
}
|
|
22670
22790
|
set grow(value) {
|
|
22671
22791
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -22952,101 +23072,66 @@ class PxVstack {
|
|
|
22952
23072
|
constructor(elementRef) {
|
|
22953
23073
|
this.elementRef = elementRef;
|
|
22954
23074
|
}
|
|
22955
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
22956
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23075
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxA, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23076
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxA, selector: "px-a", inputs: { disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", href: "href", target: "target", rel: "rel", download: "download", 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 });
|
|
22957
23077
|
}
|
|
22958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxA, decorators: [{
|
|
22959
23079
|
type: Directive,
|
|
22960
23080
|
args: [{
|
|
22961
|
-
selector: 'px-
|
|
23081
|
+
selector: 'px-a',
|
|
22962
23082
|
}]
|
|
22963
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23083
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
|
|
22964
23084
|
type: Input
|
|
22965
|
-
}],
|
|
22966
|
-
type: Input,
|
|
22967
|
-
args: ['direction--mobile']
|
|
22968
|
-
}], directionTablet: [{
|
|
22969
|
-
type: Input,
|
|
22970
|
-
args: ['direction--tablet']
|
|
22971
|
-
}], directionLaptop: [{
|
|
22972
|
-
type: Input,
|
|
22973
|
-
args: ['direction--laptop']
|
|
22974
|
-
}], directionDesktop: [{
|
|
22975
|
-
type: Input,
|
|
22976
|
-
args: ['direction--desktop']
|
|
22977
|
-
}], gap: [{
|
|
23085
|
+
}], variant: [{
|
|
22978
23086
|
type: Input
|
|
22979
|
-
}],
|
|
22980
|
-
type: Input
|
|
22981
|
-
|
|
22982
|
-
}], gapTablet: [{
|
|
22983
|
-
type: Input,
|
|
22984
|
-
args: ['gap--tablet']
|
|
22985
|
-
}], gapLaptop: [{
|
|
22986
|
-
type: Input,
|
|
22987
|
-
args: ['gap--laptop']
|
|
22988
|
-
}], gapDesktop: [{
|
|
22989
|
-
type: Input,
|
|
22990
|
-
args: ['gap--desktop']
|
|
22991
|
-
}], justifyContent: [{
|
|
22992
|
-
type: Input,
|
|
22993
|
-
args: ['justify-content']
|
|
22994
|
-
}], justifyContentMobile: [{
|
|
22995
|
-
type: Input,
|
|
22996
|
-
args: ['justify-content--mobile']
|
|
22997
|
-
}], justifyContentTablet: [{
|
|
22998
|
-
type: Input,
|
|
22999
|
-
args: ['justify-content--tablet']
|
|
23000
|
-
}], justifyContentLaptop: [{
|
|
23001
|
-
type: Input,
|
|
23002
|
-
args: ['justify-content--laptop']
|
|
23003
|
-
}], justifyContentDesktop: [{
|
|
23004
|
-
type: Input,
|
|
23005
|
-
args: ['justify-content--desktop']
|
|
23006
|
-
}], alignItems: [{
|
|
23007
|
-
type: Input,
|
|
23008
|
-
args: ['align-items']
|
|
23009
|
-
}], alignItemsMobile: [{
|
|
23087
|
+
}], shape: [{
|
|
23088
|
+
type: Input
|
|
23089
|
+
}], shapeMobile: [{
|
|
23010
23090
|
type: Input,
|
|
23011
|
-
args: ['
|
|
23012
|
-
}],
|
|
23091
|
+
args: ['shape--mobile']
|
|
23092
|
+
}], shapeTablet: [{
|
|
23013
23093
|
type: Input,
|
|
23014
|
-
args: ['
|
|
23015
|
-
}],
|
|
23094
|
+
args: ['shape--tablet']
|
|
23095
|
+
}], shapeLaptop: [{
|
|
23016
23096
|
type: Input,
|
|
23017
|
-
args: ['
|
|
23018
|
-
}],
|
|
23097
|
+
args: ['shape--laptop']
|
|
23098
|
+
}], shapeDesktop: [{
|
|
23019
23099
|
type: Input,
|
|
23020
|
-
args: ['
|
|
23021
|
-
}],
|
|
23100
|
+
args: ['shape--desktop']
|
|
23101
|
+
}], extended: [{
|
|
23022
23102
|
type: Input
|
|
23023
|
-
}],
|
|
23024
|
-
type: Input,
|
|
23025
|
-
args: ['wrap--mobile']
|
|
23026
|
-
}], wrapTablet: [{
|
|
23027
|
-
type: Input,
|
|
23028
|
-
args: ['wrap--tablet']
|
|
23029
|
-
}], wrapLaptop: [{
|
|
23030
|
-
type: Input,
|
|
23031
|
-
args: ['wrap--laptop']
|
|
23032
|
-
}], wrapDesktop: [{
|
|
23103
|
+
}], extendedMobile: [{
|
|
23033
23104
|
type: Input,
|
|
23034
|
-
args: ['
|
|
23035
|
-
}],
|
|
23105
|
+
args: ['extended--mobile']
|
|
23106
|
+
}], extendedTablet: [{
|
|
23036
23107
|
type: Input,
|
|
23037
|
-
args: ['
|
|
23038
|
-
}],
|
|
23108
|
+
args: ['extended--tablet']
|
|
23109
|
+
}], extendedLaptop: [{
|
|
23039
23110
|
type: Input,
|
|
23040
|
-
args: ['
|
|
23041
|
-
}],
|
|
23111
|
+
args: ['extended--laptop']
|
|
23112
|
+
}], extendedDesktop: [{
|
|
23042
23113
|
type: Input,
|
|
23043
|
-
args: ['
|
|
23044
|
-
}],
|
|
23114
|
+
args: ['extended--desktop']
|
|
23115
|
+
}], inverted: [{
|
|
23116
|
+
type: Input
|
|
23117
|
+
}], fontSize: [{
|
|
23045
23118
|
type: Input,
|
|
23046
|
-
args: ['
|
|
23047
|
-
}],
|
|
23119
|
+
args: ['font-size']
|
|
23120
|
+
}], color: [{
|
|
23121
|
+
type: Input
|
|
23122
|
+
}], fontWeight: [{
|
|
23048
23123
|
type: Input,
|
|
23049
|
-
args: ['
|
|
23124
|
+
args: ['font-weight']
|
|
23125
|
+
}], title: [{
|
|
23126
|
+
type: Input
|
|
23127
|
+
}], href: [{
|
|
23128
|
+
type: Input
|
|
23129
|
+
}], target: [{
|
|
23130
|
+
type: Input
|
|
23131
|
+
}], rel: [{
|
|
23132
|
+
type: Input
|
|
23133
|
+
}], download: [{
|
|
23134
|
+
type: Input
|
|
23050
23135
|
}], grow: [{
|
|
23051
23136
|
type: Input
|
|
23052
23137
|
}], growMobile: [{
|
|
@@ -23185,189 +23270,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23185
23270
|
args: ['sticky-bottom']
|
|
23186
23271
|
}] } });
|
|
23187
23272
|
/**
|
|
23188
|
-
* @description Type-only wrapper for <px-
|
|
23273
|
+
* @description Type-only wrapper for <px-a-wrapper>
|
|
23189
23274
|
*/
|
|
23190
|
-
class
|
|
23275
|
+
class PxAWrapper {
|
|
23191
23276
|
elementRef;
|
|
23192
|
-
|
|
23193
|
-
|
|
23194
|
-
|
|
23195
|
-
get direction() {
|
|
23196
|
-
return this.elementRef.nativeElement['direction'];
|
|
23197
|
-
}
|
|
23198
|
-
set directionMobile(value) {
|
|
23199
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
23200
|
-
}
|
|
23201
|
-
get directionMobile() {
|
|
23202
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
23203
|
-
}
|
|
23204
|
-
set directionTablet(value) {
|
|
23205
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
23206
|
-
}
|
|
23207
|
-
get directionTablet() {
|
|
23208
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
23209
|
-
}
|
|
23210
|
-
set directionLaptop(value) {
|
|
23211
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
23212
|
-
}
|
|
23213
|
-
get directionLaptop() {
|
|
23214
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
23215
|
-
}
|
|
23216
|
-
set directionDesktop(value) {
|
|
23217
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
23218
|
-
}
|
|
23219
|
-
get directionDesktop() {
|
|
23220
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
23221
|
-
}
|
|
23222
|
-
set gap(value) {
|
|
23223
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
23224
|
-
}
|
|
23225
|
-
get gap() {
|
|
23226
|
-
return this.elementRef.nativeElement['gap'];
|
|
23227
|
-
}
|
|
23228
|
-
set gapMobile(value) {
|
|
23229
|
-
this.elementRef.nativeElement['gapMobile'] = value;
|
|
23230
|
-
}
|
|
23231
|
-
get gapMobile() {
|
|
23232
|
-
return this.elementRef.nativeElement['gapMobile'];
|
|
23233
|
-
}
|
|
23234
|
-
set gapTablet(value) {
|
|
23235
|
-
this.elementRef.nativeElement['gapTablet'] = value;
|
|
23236
|
-
}
|
|
23237
|
-
get gapTablet() {
|
|
23238
|
-
return this.elementRef.nativeElement['gapTablet'];
|
|
23239
|
-
}
|
|
23240
|
-
set gapLaptop(value) {
|
|
23241
|
-
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
23242
|
-
}
|
|
23243
|
-
get gapLaptop() {
|
|
23244
|
-
return this.elementRef.nativeElement['gapLaptop'];
|
|
23245
|
-
}
|
|
23246
|
-
set gapDesktop(value) {
|
|
23247
|
-
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
23277
|
+
/** The URL that the hyperlink points to. */
|
|
23278
|
+
set href(value) {
|
|
23279
|
+
this.elementRef.nativeElement['href'] = value;
|
|
23248
23280
|
}
|
|
23249
|
-
get
|
|
23250
|
-
return this.elementRef.nativeElement['
|
|
23281
|
+
get href() {
|
|
23282
|
+
return this.elementRef.nativeElement['href'];
|
|
23251
23283
|
}
|
|
23252
|
-
|
|
23253
|
-
|
|
23284
|
+
/** Where to display the linked URL. */
|
|
23285
|
+
set target(value) {
|
|
23286
|
+
this.elementRef.nativeElement['target'] = value;
|
|
23254
23287
|
}
|
|
23255
|
-
get
|
|
23256
|
-
return this.elementRef.nativeElement['
|
|
23288
|
+
get target() {
|
|
23289
|
+
return this.elementRef.nativeElement['target'];
|
|
23257
23290
|
}
|
|
23258
|
-
|
|
23259
|
-
|
|
23291
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
23292
|
+
set rel(value) {
|
|
23293
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
23260
23294
|
}
|
|
23261
|
-
get
|
|
23262
|
-
return this.elementRef.nativeElement['
|
|
23295
|
+
get rel() {
|
|
23296
|
+
return this.elementRef.nativeElement['rel'];
|
|
23263
23297
|
}
|
|
23264
|
-
|
|
23265
|
-
|
|
23298
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
23299
|
+
set download(value) {
|
|
23300
|
+
this.elementRef.nativeElement['download'] = value;
|
|
23266
23301
|
}
|
|
23267
|
-
get
|
|
23268
|
-
return this.elementRef.nativeElement['
|
|
23302
|
+
get download() {
|
|
23303
|
+
return this.elementRef.nativeElement['download'];
|
|
23269
23304
|
}
|
|
23270
|
-
set
|
|
23271
|
-
this.elementRef.nativeElement['
|
|
23305
|
+
set disabled(value) {
|
|
23306
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
23272
23307
|
}
|
|
23273
|
-
get
|
|
23274
|
-
return this.elementRef.nativeElement['
|
|
23308
|
+
get disabled() {
|
|
23309
|
+
return this.elementRef.nativeElement['disabled'];
|
|
23275
23310
|
}
|
|
23276
|
-
set
|
|
23277
|
-
this.elementRef.nativeElement['
|
|
23311
|
+
set variant(value) {
|
|
23312
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
23278
23313
|
}
|
|
23279
|
-
get
|
|
23280
|
-
return this.elementRef.nativeElement['
|
|
23314
|
+
get variant() {
|
|
23315
|
+
return this.elementRef.nativeElement['variant'];
|
|
23281
23316
|
}
|
|
23282
|
-
set
|
|
23283
|
-
this.elementRef.nativeElement['
|
|
23317
|
+
set shape(value) {
|
|
23318
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
23284
23319
|
}
|
|
23285
|
-
get
|
|
23286
|
-
return this.elementRef.nativeElement['
|
|
23320
|
+
get shape() {
|
|
23321
|
+
return this.elementRef.nativeElement['shape'];
|
|
23287
23322
|
}
|
|
23288
|
-
set
|
|
23289
|
-
this.elementRef.nativeElement['
|
|
23323
|
+
set shapeMobile(value) {
|
|
23324
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
23290
23325
|
}
|
|
23291
|
-
get
|
|
23292
|
-
return this.elementRef.nativeElement['
|
|
23326
|
+
get shapeMobile() {
|
|
23327
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
23293
23328
|
}
|
|
23294
|
-
set
|
|
23295
|
-
this.elementRef.nativeElement['
|
|
23329
|
+
set shapeTablet(value) {
|
|
23330
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
23296
23331
|
}
|
|
23297
|
-
get
|
|
23298
|
-
return this.elementRef.nativeElement['
|
|
23332
|
+
get shapeTablet() {
|
|
23333
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
23299
23334
|
}
|
|
23300
|
-
set
|
|
23301
|
-
this.elementRef.nativeElement['
|
|
23335
|
+
set shapeLaptop(value) {
|
|
23336
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
23302
23337
|
}
|
|
23303
|
-
get
|
|
23304
|
-
return this.elementRef.nativeElement['
|
|
23338
|
+
get shapeLaptop() {
|
|
23339
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
23305
23340
|
}
|
|
23306
|
-
set
|
|
23307
|
-
this.elementRef.nativeElement['
|
|
23341
|
+
set shapeDesktop(value) {
|
|
23342
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
23308
23343
|
}
|
|
23309
|
-
get
|
|
23310
|
-
return this.elementRef.nativeElement['
|
|
23344
|
+
get shapeDesktop() {
|
|
23345
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
23311
23346
|
}
|
|
23312
|
-
set
|
|
23313
|
-
this.elementRef.nativeElement['
|
|
23347
|
+
set extended(value) {
|
|
23348
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
23314
23349
|
}
|
|
23315
|
-
get
|
|
23316
|
-
return this.elementRef.nativeElement['
|
|
23350
|
+
get extended() {
|
|
23351
|
+
return this.elementRef.nativeElement['extended'];
|
|
23317
23352
|
}
|
|
23318
|
-
set
|
|
23319
|
-
this.elementRef.nativeElement['
|
|
23353
|
+
set extendedMobile(value) {
|
|
23354
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
23320
23355
|
}
|
|
23321
|
-
get
|
|
23322
|
-
return this.elementRef.nativeElement['
|
|
23356
|
+
get extendedMobile() {
|
|
23357
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
23323
23358
|
}
|
|
23324
|
-
set
|
|
23325
|
-
this.elementRef.nativeElement['
|
|
23359
|
+
set extendedTablet(value) {
|
|
23360
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
23326
23361
|
}
|
|
23327
|
-
get
|
|
23328
|
-
return this.elementRef.nativeElement['
|
|
23362
|
+
get extendedTablet() {
|
|
23363
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
23329
23364
|
}
|
|
23330
|
-
set
|
|
23331
|
-
this.elementRef.nativeElement['
|
|
23365
|
+
set extendedLaptop(value) {
|
|
23366
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
23332
23367
|
}
|
|
23333
|
-
get
|
|
23334
|
-
return this.elementRef.nativeElement['
|
|
23368
|
+
get extendedLaptop() {
|
|
23369
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
23335
23370
|
}
|
|
23336
|
-
set
|
|
23337
|
-
this.elementRef.nativeElement['
|
|
23371
|
+
set extendedDesktop(value) {
|
|
23372
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
23338
23373
|
}
|
|
23339
|
-
get
|
|
23340
|
-
return this.elementRef.nativeElement['
|
|
23374
|
+
get extendedDesktop() {
|
|
23375
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
23341
23376
|
}
|
|
23342
|
-
set
|
|
23343
|
-
this.elementRef.nativeElement['
|
|
23377
|
+
set inverted(value) {
|
|
23378
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
23344
23379
|
}
|
|
23345
|
-
get
|
|
23346
|
-
return this.elementRef.nativeElement['
|
|
23380
|
+
get inverted() {
|
|
23381
|
+
return this.elementRef.nativeElement['inverted'];
|
|
23347
23382
|
}
|
|
23348
|
-
set
|
|
23349
|
-
this.elementRef.nativeElement['
|
|
23383
|
+
set fontSize(value) {
|
|
23384
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
23350
23385
|
}
|
|
23351
|
-
get
|
|
23352
|
-
return this.elementRef.nativeElement['
|
|
23386
|
+
get fontSize() {
|
|
23387
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
23353
23388
|
}
|
|
23354
|
-
set
|
|
23355
|
-
this.elementRef.nativeElement['
|
|
23389
|
+
set color(value) {
|
|
23390
|
+
this.elementRef.nativeElement['color'] = value;
|
|
23356
23391
|
}
|
|
23357
|
-
get
|
|
23358
|
-
return this.elementRef.nativeElement['
|
|
23392
|
+
get color() {
|
|
23393
|
+
return this.elementRef.nativeElement['color'];
|
|
23359
23394
|
}
|
|
23360
|
-
set
|
|
23361
|
-
this.elementRef.nativeElement['
|
|
23395
|
+
set fontWeight(value) {
|
|
23396
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
23362
23397
|
}
|
|
23363
|
-
get
|
|
23364
|
-
return this.elementRef.nativeElement['
|
|
23398
|
+
get fontWeight() {
|
|
23399
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
23365
23400
|
}
|
|
23366
|
-
set
|
|
23367
|
-
this.elementRef.nativeElement['
|
|
23401
|
+
set title(value) {
|
|
23402
|
+
this.elementRef.nativeElement['title'] = value;
|
|
23368
23403
|
}
|
|
23369
|
-
get
|
|
23370
|
-
return this.elementRef.nativeElement['
|
|
23404
|
+
get title() {
|
|
23405
|
+
return this.elementRef.nativeElement['title'];
|
|
23371
23406
|
}
|
|
23372
23407
|
set grow(value) {
|
|
23373
23408
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -23654,101 +23689,66 @@ class PxHstack {
|
|
|
23654
23689
|
constructor(elementRef) {
|
|
23655
23690
|
this.elementRef = elementRef;
|
|
23656
23691
|
}
|
|
23657
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23658
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23692
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23693
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAWrapper, selector: "px-a-wrapper", inputs: { href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", 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 });
|
|
23659
23694
|
}
|
|
23660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAWrapper, decorators: [{
|
|
23661
23696
|
type: Directive,
|
|
23662
23697
|
args: [{
|
|
23663
|
-
selector: 'px-
|
|
23698
|
+
selector: 'px-a-wrapper',
|
|
23664
23699
|
}]
|
|
23665
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23700
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { href: [{
|
|
23666
23701
|
type: Input
|
|
23667
|
-
}],
|
|
23668
|
-
type: Input,
|
|
23669
|
-
args: ['direction--mobile']
|
|
23670
|
-
}], directionTablet: [{
|
|
23671
|
-
type: Input,
|
|
23672
|
-
args: ['direction--tablet']
|
|
23673
|
-
}], directionLaptop: [{
|
|
23674
|
-
type: Input,
|
|
23675
|
-
args: ['direction--laptop']
|
|
23676
|
-
}], directionDesktop: [{
|
|
23677
|
-
type: Input,
|
|
23678
|
-
args: ['direction--desktop']
|
|
23679
|
-
}], gap: [{
|
|
23702
|
+
}], target: [{
|
|
23680
23703
|
type: Input
|
|
23681
|
-
}],
|
|
23682
|
-
type: Input
|
|
23683
|
-
|
|
23684
|
-
|
|
23685
|
-
|
|
23686
|
-
|
|
23687
|
-
}],
|
|
23688
|
-
type: Input
|
|
23689
|
-
|
|
23690
|
-
|
|
23691
|
-
|
|
23692
|
-
args: ['gap--desktop']
|
|
23693
|
-
}], justifyContent: [{
|
|
23694
|
-
type: Input,
|
|
23695
|
-
args: ['justify-content']
|
|
23696
|
-
}], justifyContentMobile: [{
|
|
23697
|
-
type: Input,
|
|
23698
|
-
args: ['justify-content--mobile']
|
|
23699
|
-
}], justifyContentTablet: [{
|
|
23700
|
-
type: Input,
|
|
23701
|
-
args: ['justify-content--tablet']
|
|
23702
|
-
}], justifyContentLaptop: [{
|
|
23703
|
-
type: Input,
|
|
23704
|
-
args: ['justify-content--laptop']
|
|
23705
|
-
}], justifyContentDesktop: [{
|
|
23706
|
-
type: Input,
|
|
23707
|
-
args: ['justify-content--desktop']
|
|
23708
|
-
}], alignItems: [{
|
|
23709
|
-
type: Input,
|
|
23710
|
-
args: ['align-items']
|
|
23711
|
-
}], alignItemsMobile: [{
|
|
23704
|
+
}], rel: [{
|
|
23705
|
+
type: Input
|
|
23706
|
+
}], download: [{
|
|
23707
|
+
type: Input
|
|
23708
|
+
}], disabled: [{
|
|
23709
|
+
type: Input
|
|
23710
|
+
}], variant: [{
|
|
23711
|
+
type: Input
|
|
23712
|
+
}], shape: [{
|
|
23713
|
+
type: Input
|
|
23714
|
+
}], shapeMobile: [{
|
|
23712
23715
|
type: Input,
|
|
23713
|
-
args: ['
|
|
23714
|
-
}],
|
|
23716
|
+
args: ['shape--mobile']
|
|
23717
|
+
}], shapeTablet: [{
|
|
23715
23718
|
type: Input,
|
|
23716
|
-
args: ['
|
|
23717
|
-
}],
|
|
23719
|
+
args: ['shape--tablet']
|
|
23720
|
+
}], shapeLaptop: [{
|
|
23718
23721
|
type: Input,
|
|
23719
|
-
args: ['
|
|
23720
|
-
}],
|
|
23722
|
+
args: ['shape--laptop']
|
|
23723
|
+
}], shapeDesktop: [{
|
|
23721
23724
|
type: Input,
|
|
23722
|
-
args: ['
|
|
23723
|
-
}],
|
|
23725
|
+
args: ['shape--desktop']
|
|
23726
|
+
}], extended: [{
|
|
23724
23727
|
type: Input
|
|
23725
|
-
}],
|
|
23726
|
-
type: Input,
|
|
23727
|
-
args: ['wrap--mobile']
|
|
23728
|
-
}], wrapTablet: [{
|
|
23729
|
-
type: Input,
|
|
23730
|
-
args: ['wrap--tablet']
|
|
23731
|
-
}], wrapLaptop: [{
|
|
23732
|
-
type: Input,
|
|
23733
|
-
args: ['wrap--laptop']
|
|
23734
|
-
}], wrapDesktop: [{
|
|
23728
|
+
}], extendedMobile: [{
|
|
23735
23729
|
type: Input,
|
|
23736
|
-
args: ['
|
|
23737
|
-
}],
|
|
23730
|
+
args: ['extended--mobile']
|
|
23731
|
+
}], extendedTablet: [{
|
|
23738
23732
|
type: Input,
|
|
23739
|
-
args: ['
|
|
23740
|
-
}],
|
|
23733
|
+
args: ['extended--tablet']
|
|
23734
|
+
}], extendedLaptop: [{
|
|
23741
23735
|
type: Input,
|
|
23742
|
-
args: ['
|
|
23743
|
-
}],
|
|
23736
|
+
args: ['extended--laptop']
|
|
23737
|
+
}], extendedDesktop: [{
|
|
23744
23738
|
type: Input,
|
|
23745
|
-
args: ['
|
|
23746
|
-
}],
|
|
23739
|
+
args: ['extended--desktop']
|
|
23740
|
+
}], inverted: [{
|
|
23741
|
+
type: Input
|
|
23742
|
+
}], fontSize: [{
|
|
23747
23743
|
type: Input,
|
|
23748
|
-
args: ['
|
|
23749
|
-
}],
|
|
23744
|
+
args: ['font-size']
|
|
23745
|
+
}], color: [{
|
|
23746
|
+
type: Input
|
|
23747
|
+
}], fontWeight: [{
|
|
23750
23748
|
type: Input,
|
|
23751
|
-
args: ['
|
|
23749
|
+
args: ['font-weight']
|
|
23750
|
+
}], title: [{
|
|
23751
|
+
type: Input
|
|
23752
23752
|
}], grow: [{
|
|
23753
23753
|
type: Input
|
|
23754
23754
|
}], growMobile: [{
|
|
@@ -33125,17 +33125,17 @@ class PxTabs {
|
|
|
33125
33125
|
get inverted() {
|
|
33126
33126
|
return this.elementRef.nativeElement['inverted'];
|
|
33127
33127
|
}
|
|
33128
|
-
set
|
|
33129
|
-
this.elementRef.nativeElement['
|
|
33128
|
+
set nextAriaLabel(value) {
|
|
33129
|
+
this.elementRef.nativeElement['nextAriaLabel'] = value;
|
|
33130
33130
|
}
|
|
33131
|
-
get
|
|
33132
|
-
return this.elementRef.nativeElement['
|
|
33131
|
+
get nextAriaLabel() {
|
|
33132
|
+
return this.elementRef.nativeElement['nextAriaLabel'];
|
|
33133
33133
|
}
|
|
33134
|
-
set
|
|
33135
|
-
this.elementRef.nativeElement['
|
|
33134
|
+
set previousAriaLabel(value) {
|
|
33135
|
+
this.elementRef.nativeElement['previousAriaLabel'] = value;
|
|
33136
33136
|
}
|
|
33137
|
-
get
|
|
33138
|
-
return this.elementRef.nativeElement['
|
|
33137
|
+
get previousAriaLabel() {
|
|
33138
|
+
return this.elementRef.nativeElement['previousAriaLabel'];
|
|
33139
33139
|
}
|
|
33140
33140
|
set hideControls(value) {
|
|
33141
33141
|
this.elementRef.nativeElement['hideControls'] = value;
|
|
@@ -33147,7 +33147,7 @@ class PxTabs {
|
|
|
33147
33147
|
this.elementRef = elementRef;
|
|
33148
33148
|
}
|
|
33149
33149
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33150
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: { inverted: "inverted",
|
|
33150
|
+
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 });
|
|
33151
33151
|
}
|
|
33152
33152
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, decorators: [{
|
|
33153
33153
|
type: Directive,
|
|
@@ -33156,12 +33156,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33156
33156
|
}]
|
|
33157
33157
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
33158
33158
|
type: Input
|
|
33159
|
-
}],
|
|
33159
|
+
}], nextAriaLabel: [{
|
|
33160
33160
|
type: Input,
|
|
33161
|
-
args: ['aria-label
|
|
33162
|
-
}],
|
|
33161
|
+
args: ['next-aria-label']
|
|
33162
|
+
}], previousAriaLabel: [{
|
|
33163
33163
|
type: Input,
|
|
33164
|
-
args: ['aria-label
|
|
33164
|
+
args: ['previous-aria-label']
|
|
33165
33165
|
}], hideControls: [{
|
|
33166
33166
|
type: Input,
|
|
33167
33167
|
args: ['hide-controls']
|
|
@@ -33177,17 +33177,17 @@ class PxTab {
|
|
|
33177
33177
|
get selected() {
|
|
33178
33178
|
return this.elementRef.nativeElement['selected'];
|
|
33179
33179
|
}
|
|
33180
|
-
set
|
|
33181
|
-
this.elementRef.nativeElement['
|
|
33180
|
+
set target(value) {
|
|
33181
|
+
this.elementRef.nativeElement['target'] = value;
|
|
33182
33182
|
}
|
|
33183
|
-
get
|
|
33184
|
-
return this.elementRef.nativeElement['
|
|
33183
|
+
get target() {
|
|
33184
|
+
return this.elementRef.nativeElement['target'];
|
|
33185
33185
|
}
|
|
33186
|
-
set
|
|
33187
|
-
this.elementRef.nativeElement['
|
|
33186
|
+
set id(value) {
|
|
33187
|
+
this.elementRef.nativeElement['id'] = value;
|
|
33188
33188
|
}
|
|
33189
|
-
get
|
|
33190
|
-
return this.elementRef.nativeElement['
|
|
33189
|
+
get id() {
|
|
33190
|
+
return this.elementRef.nativeElement['id'];
|
|
33191
33191
|
}
|
|
33192
33192
|
set inverted(value) {
|
|
33193
33193
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -33207,7 +33207,7 @@ class PxTab {
|
|
|
33207
33207
|
});
|
|
33208
33208
|
}
|
|
33209
33209
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33210
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTab, selector: "px-tab", inputs: { selected: "selected",
|
|
33210
|
+
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 });
|
|
33211
33211
|
}
|
|
33212
33212
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, decorators: [{
|
|
33213
33213
|
type: Directive,
|
|
@@ -33216,9 +33216,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33216
33216
|
}]
|
|
33217
33217
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { selected: [{
|
|
33218
33218
|
type: Input
|
|
33219
|
-
}],
|
|
33219
|
+
}], target: [{
|
|
33220
33220
|
type: Input
|
|
33221
|
-
}],
|
|
33221
|
+
}], id: [{
|
|
33222
33222
|
type: Input
|
|
33223
33223
|
}], inverted: [{
|
|
33224
33224
|
type: Input
|
|
@@ -33232,11 +33232,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33232
33232
|
*/
|
|
33233
33233
|
class PxTabPanel {
|
|
33234
33234
|
elementRef;
|
|
33235
|
-
set
|
|
33236
|
-
this.elementRef.nativeElement['
|
|
33235
|
+
set id(value) {
|
|
33236
|
+
this.elementRef.nativeElement['id'] = value;
|
|
33237
33237
|
}
|
|
33238
|
-
get
|
|
33239
|
-
return this.elementRef.nativeElement['
|
|
33238
|
+
get id() {
|
|
33239
|
+
return this.elementRef.nativeElement['id'];
|
|
33240
33240
|
}
|
|
33241
33241
|
set selected(value) {
|
|
33242
33242
|
this.elementRef.nativeElement['selected'] = value;
|
|
@@ -33248,14 +33248,14 @@ class PxTabPanel {
|
|
|
33248
33248
|
this.elementRef = elementRef;
|
|
33249
33249
|
}
|
|
33250
33250
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33251
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabPanel, selector: "px-tab-panel", inputs: {
|
|
33251
|
+
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 });
|
|
33252
33252
|
}
|
|
33253
33253
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, decorators: [{
|
|
33254
33254
|
type: Directive,
|
|
33255
33255
|
args: [{
|
|
33256
33256
|
selector: 'px-tab-panel',
|
|
33257
33257
|
}]
|
|
33258
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
33258
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
33259
33259
|
type: Input
|
|
33260
33260
|
}], selected: [{
|
|
33261
33261
|
type: Input
|
|
@@ -37433,7 +37433,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37433
37433
|
}] } });
|
|
37434
37434
|
class Lavender {
|
|
37435
37435
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37436
|
-
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,
|
|
37436
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
37437
37437
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37438
37438
|
}
|
|
37439
37439
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37482,13 +37482,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37482
37482
|
PxSelect,
|
|
37483
37483
|
PxTextarea,
|
|
37484
37484
|
PxFileupload,
|
|
37485
|
-
PxA,
|
|
37486
|
-
PxAWrapper,
|
|
37487
37485
|
PxPage,
|
|
37488
37486
|
PxSpacer,
|
|
37489
37487
|
PxStack,
|
|
37490
37488
|
PxVstack,
|
|
37491
37489
|
PxHstack,
|
|
37490
|
+
PxA,
|
|
37491
|
+
PxAWrapper,
|
|
37492
37492
|
PxList,
|
|
37493
37493
|
PxListItem,
|
|
37494
37494
|
PxModal,
|
|
@@ -37584,13 +37584,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37584
37584
|
PxSelect,
|
|
37585
37585
|
PxTextarea,
|
|
37586
37586
|
PxFileupload,
|
|
37587
|
-
PxA,
|
|
37588
|
-
PxAWrapper,
|
|
37589
37587
|
PxPage,
|
|
37590
37588
|
PxSpacer,
|
|
37591
37589
|
PxStack,
|
|
37592
37590
|
PxVstack,
|
|
37593
37591
|
PxHstack,
|
|
37592
|
+
PxA,
|
|
37593
|
+
PxAWrapper,
|
|
37594
37594
|
PxList,
|
|
37595
37595
|
PxListItem,
|
|
37596
37596
|
PxModal,
|