@proximus/lavender-angular 1.4.10-alpha.8 → 1.4.10-alpha.9
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 +4 -0
- package/esm2022/lavender.directive.mjs +1056 -1056
- package/fesm2022/proximus-lavender-angular.mjs +1055 -1055
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +318 -318
- package/package.json +1 -1
|
@@ -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,129 +21249,279 @@ 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;
|
|
21278
21258
|
}
|
|
21279
|
-
get
|
|
21280
|
-
return this.elementRef.nativeElement['
|
|
21259
|
+
get direction() {
|
|
21260
|
+
return this.elementRef.nativeElement['direction'];
|
|
21281
21261
|
}
|
|
21282
|
-
set
|
|
21283
|
-
this.elementRef.nativeElement['
|
|
21262
|
+
set directionMobile(value) {
|
|
21263
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
21284
21264
|
}
|
|
21285
|
-
get
|
|
21286
|
-
return this.elementRef.nativeElement['
|
|
21265
|
+
get directionMobile() {
|
|
21266
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
21287
21267
|
}
|
|
21288
|
-
set
|
|
21289
|
-
this.elementRef.nativeElement['
|
|
21268
|
+
set directionTablet(value) {
|
|
21269
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
21290
21270
|
}
|
|
21291
|
-
get
|
|
21292
|
-
return this.elementRef.nativeElement['
|
|
21271
|
+
get directionTablet() {
|
|
21272
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
21293
21273
|
}
|
|
21294
|
-
set
|
|
21295
|
-
this.elementRef.nativeElement['
|
|
21274
|
+
set directionLaptop(value) {
|
|
21275
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
21296
21276
|
}
|
|
21297
|
-
get
|
|
21298
|
-
return this.elementRef.nativeElement['
|
|
21277
|
+
get directionLaptop() {
|
|
21278
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
21299
21279
|
}
|
|
21300
|
-
set
|
|
21301
|
-
this.elementRef.nativeElement['
|
|
21280
|
+
set directionDesktop(value) {
|
|
21281
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
21302
21282
|
}
|
|
21303
|
-
get
|
|
21304
|
-
return this.elementRef.nativeElement['
|
|
21283
|
+
get directionDesktop() {
|
|
21284
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
21305
21285
|
}
|
|
21306
|
-
set
|
|
21307
|
-
this.elementRef.nativeElement['
|
|
21286
|
+
set gap(value) {
|
|
21287
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
21308
21288
|
}
|
|
21309
|
-
get
|
|
21310
|
-
return this.elementRef.nativeElement['
|
|
21289
|
+
get gap() {
|
|
21290
|
+
return this.elementRef.nativeElement['gap'];
|
|
21311
21291
|
}
|
|
21312
|
-
set
|
|
21313
|
-
this.elementRef.nativeElement['
|
|
21292
|
+
set gapMobile(value) {
|
|
21293
|
+
this.elementRef.nativeElement['gapMobile'] = value;
|
|
21314
21294
|
}
|
|
21315
|
-
get
|
|
21316
|
-
return this.elementRef.nativeElement['
|
|
21295
|
+
get gapMobile() {
|
|
21296
|
+
return this.elementRef.nativeElement['gapMobile'];
|
|
21317
21297
|
}
|
|
21318
|
-
set
|
|
21319
|
-
this.elementRef.nativeElement['
|
|
21298
|
+
set gapTablet(value) {
|
|
21299
|
+
this.elementRef.nativeElement['gapTablet'] = value;
|
|
21320
21300
|
}
|
|
21321
|
-
get
|
|
21322
|
-
return this.elementRef.nativeElement['
|
|
21301
|
+
get gapTablet() {
|
|
21302
|
+
return this.elementRef.nativeElement['gapTablet'];
|
|
21323
21303
|
}
|
|
21324
|
-
set
|
|
21325
|
-
this.elementRef.nativeElement['
|
|
21304
|
+
set gapLaptop(value) {
|
|
21305
|
+
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
21326
21306
|
}
|
|
21327
|
-
get
|
|
21328
|
-
return this.elementRef.nativeElement['
|
|
21307
|
+
get gapLaptop() {
|
|
21308
|
+
return this.elementRef.nativeElement['gapLaptop'];
|
|
21329
21309
|
}
|
|
21330
|
-
set
|
|
21331
|
-
this.elementRef.nativeElement['
|
|
21310
|
+
set gapDesktop(value) {
|
|
21311
|
+
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
21332
21312
|
}
|
|
21333
|
-
get
|
|
21334
|
-
return this.elementRef.nativeElement['
|
|
21313
|
+
get gapDesktop() {
|
|
21314
|
+
return this.elementRef.nativeElement['gapDesktop'];
|
|
21335
21315
|
}
|
|
21336
|
-
set
|
|
21337
|
-
this.elementRef.nativeElement['
|
|
21316
|
+
set justifyContent(value) {
|
|
21317
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
21338
21318
|
}
|
|
21339
|
-
get
|
|
21340
|
-
return this.elementRef.nativeElement['
|
|
21319
|
+
get justifyContent() {
|
|
21320
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
21341
21321
|
}
|
|
21342
|
-
set
|
|
21343
|
-
this.elementRef.nativeElement['
|
|
21322
|
+
set justifyContentMobile(value) {
|
|
21323
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
21344
21324
|
}
|
|
21345
|
-
get
|
|
21346
|
-
return this.elementRef.nativeElement['
|
|
21325
|
+
get justifyContentMobile() {
|
|
21326
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
21347
21327
|
}
|
|
21348
|
-
set
|
|
21349
|
-
this.elementRef.nativeElement['
|
|
21328
|
+
set justifyContentTablet(value) {
|
|
21329
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
21350
21330
|
}
|
|
21351
|
-
get
|
|
21352
|
-
return this.elementRef.nativeElement['
|
|
21331
|
+
get justifyContentTablet() {
|
|
21332
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
21353
21333
|
}
|
|
21354
|
-
set
|
|
21355
|
-
this.elementRef.nativeElement['
|
|
21334
|
+
set justifyContentLaptop(value) {
|
|
21335
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
21356
21336
|
}
|
|
21357
|
-
get
|
|
21358
|
-
return this.elementRef.nativeElement['
|
|
21337
|
+
get justifyContentLaptop() {
|
|
21338
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
21359
21339
|
}
|
|
21360
|
-
set
|
|
21361
|
-
this.elementRef.nativeElement['
|
|
21340
|
+
set justifyContentDesktop(value) {
|
|
21341
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
21362
21342
|
}
|
|
21363
|
-
get
|
|
21364
|
-
return this.elementRef.nativeElement['
|
|
21343
|
+
get justifyContentDesktop() {
|
|
21344
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
21365
21345
|
}
|
|
21366
|
-
set
|
|
21367
|
-
this.elementRef.nativeElement['
|
|
21346
|
+
set alignItems(value) {
|
|
21347
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
21368
21348
|
}
|
|
21369
|
-
get
|
|
21370
|
-
return this.elementRef.nativeElement['
|
|
21349
|
+
get alignItems() {
|
|
21350
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
21371
21351
|
}
|
|
21372
|
-
set
|
|
21373
|
-
this.elementRef.nativeElement['
|
|
21352
|
+
set alignItemsMobile(value) {
|
|
21353
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
21374
21354
|
}
|
|
21375
|
-
get
|
|
21376
|
-
return this.elementRef.nativeElement['
|
|
21355
|
+
get alignItemsMobile() {
|
|
21356
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
21377
21357
|
}
|
|
21378
|
-
set
|
|
21379
|
-
this.elementRef.nativeElement['
|
|
21358
|
+
set alignItemsTablet(value) {
|
|
21359
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
21380
21360
|
}
|
|
21381
|
-
get
|
|
21382
|
-
return this.elementRef.nativeElement['
|
|
21361
|
+
get alignItemsTablet() {
|
|
21362
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
21383
21363
|
}
|
|
21384
|
-
set
|
|
21385
|
-
this.elementRef.nativeElement['
|
|
21364
|
+
set alignItemsLaptop(value) {
|
|
21365
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
21386
21366
|
}
|
|
21387
|
-
get
|
|
21388
|
-
return this.elementRef.nativeElement['
|
|
21367
|
+
get alignItemsLaptop() {
|
|
21368
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
21389
21369
|
}
|
|
21390
|
-
set
|
|
21391
|
-
this.elementRef.nativeElement['
|
|
21370
|
+
set alignItemsDesktop(value) {
|
|
21371
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
21392
21372
|
}
|
|
21393
|
-
get
|
|
21394
|
-
return this.elementRef.nativeElement['
|
|
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'];
|
|
21435
|
+
}
|
|
21436
|
+
set grow(value) {
|
|
21437
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
21438
|
+
}
|
|
21439
|
+
get grow() {
|
|
21440
|
+
return this.elementRef.nativeElement['grow'];
|
|
21441
|
+
}
|
|
21442
|
+
set growMobile(value) {
|
|
21443
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
21444
|
+
}
|
|
21445
|
+
get growMobile() {
|
|
21446
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
21447
|
+
}
|
|
21448
|
+
set growTablet(value) {
|
|
21449
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
21450
|
+
}
|
|
21451
|
+
get growTablet() {
|
|
21452
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
21453
|
+
}
|
|
21454
|
+
set growLaptop(value) {
|
|
21455
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
21456
|
+
}
|
|
21457
|
+
get growLaptop() {
|
|
21458
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
21459
|
+
}
|
|
21460
|
+
set growDesktop(value) {
|
|
21461
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
21462
|
+
}
|
|
21463
|
+
get growDesktop() {
|
|
21464
|
+
return this.elementRef.nativeElement['growDesktop'];
|
|
21465
|
+
}
|
|
21466
|
+
set shrink(value) {
|
|
21467
|
+
this.elementRef.nativeElement['shrink'] = value;
|
|
21468
|
+
}
|
|
21469
|
+
get shrink() {
|
|
21470
|
+
return this.elementRef.nativeElement['shrink'];
|
|
21471
|
+
}
|
|
21472
|
+
set shrinkMobile(value) {
|
|
21473
|
+
this.elementRef.nativeElement['shrinkMobile'] = value;
|
|
21474
|
+
}
|
|
21475
|
+
get shrinkMobile() {
|
|
21476
|
+
return this.elementRef.nativeElement['shrinkMobile'];
|
|
21477
|
+
}
|
|
21478
|
+
set shrinkTablet(value) {
|
|
21479
|
+
this.elementRef.nativeElement['shrinkTablet'] = value;
|
|
21480
|
+
}
|
|
21481
|
+
get shrinkTablet() {
|
|
21482
|
+
return this.elementRef.nativeElement['shrinkTablet'];
|
|
21483
|
+
}
|
|
21484
|
+
set shrinkLaptop(value) {
|
|
21485
|
+
this.elementRef.nativeElement['shrinkLaptop'] = value;
|
|
21486
|
+
}
|
|
21487
|
+
get shrinkLaptop() {
|
|
21488
|
+
return this.elementRef.nativeElement['shrinkLaptop'];
|
|
21489
|
+
}
|
|
21490
|
+
set shrinkDesktop(value) {
|
|
21491
|
+
this.elementRef.nativeElement['shrinkDesktop'] = value;
|
|
21492
|
+
}
|
|
21493
|
+
get shrinkDesktop() {
|
|
21494
|
+
return this.elementRef.nativeElement['shrinkDesktop'];
|
|
21495
|
+
}
|
|
21496
|
+
set basis(value) {
|
|
21497
|
+
this.elementRef.nativeElement['basis'] = value;
|
|
21498
|
+
}
|
|
21499
|
+
get basis() {
|
|
21500
|
+
return this.elementRef.nativeElement['basis'];
|
|
21501
|
+
}
|
|
21502
|
+
set basisMobile(value) {
|
|
21503
|
+
this.elementRef.nativeElement['basisMobile'] = value;
|
|
21504
|
+
}
|
|
21505
|
+
get basisMobile() {
|
|
21506
|
+
return this.elementRef.nativeElement['basisMobile'];
|
|
21507
|
+
}
|
|
21508
|
+
set basisTablet(value) {
|
|
21509
|
+
this.elementRef.nativeElement['basisTablet'] = value;
|
|
21510
|
+
}
|
|
21511
|
+
get basisTablet() {
|
|
21512
|
+
return this.elementRef.nativeElement['basisTablet'];
|
|
21513
|
+
}
|
|
21514
|
+
set basisLaptop(value) {
|
|
21515
|
+
this.elementRef.nativeElement['basisLaptop'] = value;
|
|
21516
|
+
}
|
|
21517
|
+
get basisLaptop() {
|
|
21518
|
+
return this.elementRef.nativeElement['basisLaptop'];
|
|
21519
|
+
}
|
|
21520
|
+
set basisDesktop(value) {
|
|
21521
|
+
this.elementRef.nativeElement['basisDesktop'] = value;
|
|
21522
|
+
}
|
|
21523
|
+
get basisDesktop() {
|
|
21524
|
+
return this.elementRef.nativeElement['basisDesktop'];
|
|
21395
21525
|
}
|
|
21396
21526
|
set alignSelf(value) {
|
|
21397
21527
|
this.elementRef.nativeElement['alignSelf'] = 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: [{
|
|
@@ -21748,45 +21951,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21748
21951
|
args: ['sticky-bottom']
|
|
21749
21952
|
}] } });
|
|
21750
21953
|
/**
|
|
21751
|
-
* @description Type-only wrapper for <px-
|
|
21954
|
+
* @description Type-only wrapper for <px-hstack>
|
|
21752
21955
|
*/
|
|
21753
|
-
class
|
|
21956
|
+
class PxHstack {
|
|
21754
21957
|
elementRef;
|
|
21755
|
-
set
|
|
21756
|
-
this.elementRef.nativeElement['
|
|
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: [{
|
|
21781
|
-
type: Input
|
|
21782
|
-
}] } });
|
|
21783
|
-
/**
|
|
21784
|
-
* @description Type-only wrapper for <px-stack>
|
|
21785
|
-
*/
|
|
21786
|
-
class PxStack {
|
|
21787
|
-
elementRef;
|
|
21788
|
-
set direction(value) {
|
|
21789
|
-
this.elementRef.nativeElement['direction'] = value;
|
|
21958
|
+
set direction(value) {
|
|
21959
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
21790
21960
|
}
|
|
21791
21961
|
get direction() {
|
|
21792
21962
|
return this.elementRef.nativeElement['direction'];
|
|
@@ -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,219 +22653,169 @@ 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['
|
|
22660
|
+
set disabled(value) {
|
|
22661
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
22492
22662
|
}
|
|
22493
|
-
get
|
|
22494
|
-
return this.elementRef.nativeElement['
|
|
22663
|
+
get disabled() {
|
|
22664
|
+
return this.elementRef.nativeElement['disabled'];
|
|
22495
22665
|
}
|
|
22496
|
-
set
|
|
22497
|
-
this.elementRef.nativeElement['
|
|
22666
|
+
set variant(value) {
|
|
22667
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
22498
22668
|
}
|
|
22499
|
-
get
|
|
22500
|
-
return this.elementRef.nativeElement['
|
|
22669
|
+
get variant() {
|
|
22670
|
+
return this.elementRef.nativeElement['variant'];
|
|
22501
22671
|
}
|
|
22502
|
-
set
|
|
22503
|
-
this.elementRef.nativeElement['
|
|
22672
|
+
set shape(value) {
|
|
22673
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
22504
22674
|
}
|
|
22505
|
-
get
|
|
22506
|
-
return this.elementRef.nativeElement['
|
|
22675
|
+
get shape() {
|
|
22676
|
+
return this.elementRef.nativeElement['shape'];
|
|
22507
22677
|
}
|
|
22508
|
-
set
|
|
22509
|
-
this.elementRef.nativeElement['
|
|
22678
|
+
set shapeMobile(value) {
|
|
22679
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
22510
22680
|
}
|
|
22511
|
-
get
|
|
22512
|
-
return this.elementRef.nativeElement['
|
|
22681
|
+
get shapeMobile() {
|
|
22682
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
22513
22683
|
}
|
|
22514
|
-
set
|
|
22515
|
-
this.elementRef.nativeElement['
|
|
22684
|
+
set shapeTablet(value) {
|
|
22685
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
22516
22686
|
}
|
|
22517
|
-
get
|
|
22518
|
-
return this.elementRef.nativeElement['
|
|
22687
|
+
get shapeTablet() {
|
|
22688
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
22519
22689
|
}
|
|
22520
|
-
set
|
|
22521
|
-
this.elementRef.nativeElement['
|
|
22690
|
+
set shapeLaptop(value) {
|
|
22691
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
22522
22692
|
}
|
|
22523
|
-
get
|
|
22524
|
-
return this.elementRef.nativeElement['
|
|
22693
|
+
get shapeLaptop() {
|
|
22694
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
22525
22695
|
}
|
|
22526
|
-
set
|
|
22527
|
-
this.elementRef.nativeElement['
|
|
22696
|
+
set shapeDesktop(value) {
|
|
22697
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
22528
22698
|
}
|
|
22529
|
-
get
|
|
22530
|
-
return this.elementRef.nativeElement['
|
|
22699
|
+
get shapeDesktop() {
|
|
22700
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
22531
22701
|
}
|
|
22532
|
-
set
|
|
22533
|
-
this.elementRef.nativeElement['
|
|
22702
|
+
set extended(value) {
|
|
22703
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
22534
22704
|
}
|
|
22535
|
-
get
|
|
22536
|
-
return this.elementRef.nativeElement['
|
|
22705
|
+
get extended() {
|
|
22706
|
+
return this.elementRef.nativeElement['extended'];
|
|
22537
22707
|
}
|
|
22538
|
-
set
|
|
22539
|
-
this.elementRef.nativeElement['
|
|
22708
|
+
set extendedMobile(value) {
|
|
22709
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
22540
22710
|
}
|
|
22541
|
-
get
|
|
22542
|
-
return this.elementRef.nativeElement['
|
|
22711
|
+
get extendedMobile() {
|
|
22712
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
22543
22713
|
}
|
|
22544
|
-
set
|
|
22545
|
-
this.elementRef.nativeElement['
|
|
22714
|
+
set extendedTablet(value) {
|
|
22715
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
22546
22716
|
}
|
|
22547
|
-
get
|
|
22548
|
-
return this.elementRef.nativeElement['
|
|
22717
|
+
get extendedTablet() {
|
|
22718
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
22549
22719
|
}
|
|
22550
|
-
set
|
|
22551
|
-
this.elementRef.nativeElement['
|
|
22720
|
+
set extendedLaptop(value) {
|
|
22721
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
22552
22722
|
}
|
|
22553
|
-
get
|
|
22554
|
-
return this.elementRef.nativeElement['
|
|
22723
|
+
get extendedLaptop() {
|
|
22724
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
22555
22725
|
}
|
|
22556
|
-
set
|
|
22557
|
-
this.elementRef.nativeElement['
|
|
22726
|
+
set extendedDesktop(value) {
|
|
22727
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
22558
22728
|
}
|
|
22559
|
-
get
|
|
22560
|
-
return this.elementRef.nativeElement['
|
|
22729
|
+
get extendedDesktop() {
|
|
22730
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
22561
22731
|
}
|
|
22562
|
-
set
|
|
22563
|
-
this.elementRef.nativeElement['
|
|
22732
|
+
set inverted(value) {
|
|
22733
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
22564
22734
|
}
|
|
22565
|
-
get
|
|
22566
|
-
return this.elementRef.nativeElement['
|
|
22735
|
+
get inverted() {
|
|
22736
|
+
return this.elementRef.nativeElement['inverted'];
|
|
22567
22737
|
}
|
|
22568
|
-
set
|
|
22569
|
-
this.elementRef.nativeElement['
|
|
22738
|
+
set fontSize(value) {
|
|
22739
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
22570
22740
|
}
|
|
22571
|
-
get
|
|
22572
|
-
return this.elementRef.nativeElement['
|
|
22741
|
+
get fontSize() {
|
|
22742
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
22573
22743
|
}
|
|
22574
|
-
set
|
|
22575
|
-
this.elementRef.nativeElement['
|
|
22744
|
+
set color(value) {
|
|
22745
|
+
this.elementRef.nativeElement['color'] = value;
|
|
22576
22746
|
}
|
|
22577
|
-
get
|
|
22578
|
-
return this.elementRef.nativeElement['
|
|
22747
|
+
get color() {
|
|
22748
|
+
return this.elementRef.nativeElement['color'];
|
|
22579
22749
|
}
|
|
22580
|
-
set
|
|
22581
|
-
this.elementRef.nativeElement['
|
|
22750
|
+
set fontWeight(value) {
|
|
22751
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22582
22752
|
}
|
|
22583
|
-
get
|
|
22584
|
-
return this.elementRef.nativeElement['
|
|
22753
|
+
get fontWeight() {
|
|
22754
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
22585
22755
|
}
|
|
22586
|
-
set
|
|
22587
|
-
this.elementRef.nativeElement['
|
|
22756
|
+
set title(value) {
|
|
22757
|
+
this.elementRef.nativeElement['title'] = value;
|
|
22588
22758
|
}
|
|
22589
|
-
get
|
|
22590
|
-
return this.elementRef.nativeElement['
|
|
22759
|
+
get title() {
|
|
22760
|
+
return this.elementRef.nativeElement['title'];
|
|
22591
22761
|
}
|
|
22592
|
-
|
|
22593
|
-
|
|
22762
|
+
/** The URL that the hyperlink points to. */
|
|
22763
|
+
set href(value) {
|
|
22764
|
+
this.elementRef.nativeElement['href'] = value;
|
|
22594
22765
|
}
|
|
22595
|
-
get
|
|
22596
|
-
return this.elementRef.nativeElement['
|
|
22766
|
+
get href() {
|
|
22767
|
+
return this.elementRef.nativeElement['href'];
|
|
22597
22768
|
}
|
|
22598
|
-
|
|
22599
|
-
|
|
22769
|
+
/** Where to display the linked URL. */
|
|
22770
|
+
set target(value) {
|
|
22771
|
+
this.elementRef.nativeElement['target'] = value;
|
|
22600
22772
|
}
|
|
22601
|
-
get
|
|
22602
|
-
return this.elementRef.nativeElement['
|
|
22773
|
+
get target() {
|
|
22774
|
+
return this.elementRef.nativeElement['target'];
|
|
22603
22775
|
}
|
|
22604
|
-
|
|
22605
|
-
|
|
22776
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
22777
|
+
set rel(value) {
|
|
22778
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
22606
22779
|
}
|
|
22607
|
-
get
|
|
22608
|
-
return this.elementRef.nativeElement['
|
|
22780
|
+
get rel() {
|
|
22781
|
+
return this.elementRef.nativeElement['rel'];
|
|
22609
22782
|
}
|
|
22610
|
-
|
|
22611
|
-
|
|
22783
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
22784
|
+
set download(value) {
|
|
22785
|
+
this.elementRef.nativeElement['download'] = value;
|
|
22612
22786
|
}
|
|
22613
|
-
get
|
|
22614
|
-
return this.elementRef.nativeElement['
|
|
22787
|
+
get download() {
|
|
22788
|
+
return this.elementRef.nativeElement['download'];
|
|
22615
22789
|
}
|
|
22616
|
-
set
|
|
22617
|
-
this.elementRef.nativeElement['
|
|
22790
|
+
set grow(value) {
|
|
22791
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
22618
22792
|
}
|
|
22619
|
-
get
|
|
22620
|
-
return this.elementRef.nativeElement['
|
|
22793
|
+
get grow() {
|
|
22794
|
+
return this.elementRef.nativeElement['grow'];
|
|
22621
22795
|
}
|
|
22622
|
-
set
|
|
22623
|
-
this.elementRef.nativeElement['
|
|
22796
|
+
set growMobile(value) {
|
|
22797
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
22624
22798
|
}
|
|
22625
|
-
get
|
|
22626
|
-
return this.elementRef.nativeElement['
|
|
22799
|
+
get growMobile() {
|
|
22800
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
22627
22801
|
}
|
|
22628
|
-
set
|
|
22629
|
-
this.elementRef.nativeElement['
|
|
22802
|
+
set growTablet(value) {
|
|
22803
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
22630
22804
|
}
|
|
22631
|
-
get
|
|
22632
|
-
return this.elementRef.nativeElement['
|
|
22805
|
+
get growTablet() {
|
|
22806
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
22633
22807
|
}
|
|
22634
|
-
set
|
|
22635
|
-
this.elementRef.nativeElement['
|
|
22808
|
+
set growLaptop(value) {
|
|
22809
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
22636
22810
|
}
|
|
22637
|
-
get
|
|
22638
|
-
return this.elementRef.nativeElement['
|
|
22811
|
+
get growLaptop() {
|
|
22812
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
22639
22813
|
}
|
|
22640
|
-
set
|
|
22641
|
-
this.elementRef.nativeElement['
|
|
22814
|
+
set growDesktop(value) {
|
|
22815
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
22642
22816
|
}
|
|
22643
|
-
get
|
|
22644
|
-
return this.elementRef.nativeElement['
|
|
22645
|
-
}
|
|
22646
|
-
set overflowXMobile(value) {
|
|
22647
|
-
this.elementRef.nativeElement['overflowXMobile'] = value;
|
|
22648
|
-
}
|
|
22649
|
-
get overflowXMobile() {
|
|
22650
|
-
return this.elementRef.nativeElement['overflowXMobile'];
|
|
22651
|
-
}
|
|
22652
|
-
set overflowXTablet(value) {
|
|
22653
|
-
this.elementRef.nativeElement['overflowXTablet'] = value;
|
|
22654
|
-
}
|
|
22655
|
-
get overflowXTablet() {
|
|
22656
|
-
return this.elementRef.nativeElement['overflowXTablet'];
|
|
22657
|
-
}
|
|
22658
|
-
set overflowXLaptop(value) {
|
|
22659
|
-
this.elementRef.nativeElement['overflowXLaptop'] = value;
|
|
22660
|
-
}
|
|
22661
|
-
get overflowXLaptop() {
|
|
22662
|
-
return this.elementRef.nativeElement['overflowXLaptop'];
|
|
22663
|
-
}
|
|
22664
|
-
set overflowXDesktop(value) {
|
|
22665
|
-
this.elementRef.nativeElement['overflowXDesktop'] = value;
|
|
22666
|
-
}
|
|
22667
|
-
get overflowXDesktop() {
|
|
22668
|
-
return this.elementRef.nativeElement['overflowXDesktop'];
|
|
22669
|
-
}
|
|
22670
|
-
set grow(value) {
|
|
22671
|
-
this.elementRef.nativeElement['grow'] = value;
|
|
22672
|
-
}
|
|
22673
|
-
get grow() {
|
|
22674
|
-
return this.elementRef.nativeElement['grow'];
|
|
22675
|
-
}
|
|
22676
|
-
set growMobile(value) {
|
|
22677
|
-
this.elementRef.nativeElement['growMobile'] = value;
|
|
22678
|
-
}
|
|
22679
|
-
get growMobile() {
|
|
22680
|
-
return this.elementRef.nativeElement['growMobile'];
|
|
22681
|
-
}
|
|
22682
|
-
set growTablet(value) {
|
|
22683
|
-
this.elementRef.nativeElement['growTablet'] = value;
|
|
22684
|
-
}
|
|
22685
|
-
get growTablet() {
|
|
22686
|
-
return this.elementRef.nativeElement['growTablet'];
|
|
22687
|
-
}
|
|
22688
|
-
set growLaptop(value) {
|
|
22689
|
-
this.elementRef.nativeElement['growLaptop'] = value;
|
|
22690
|
-
}
|
|
22691
|
-
get growLaptop() {
|
|
22692
|
-
return this.elementRef.nativeElement['growLaptop'];
|
|
22693
|
-
}
|
|
22694
|
-
set growDesktop(value) {
|
|
22695
|
-
this.elementRef.nativeElement['growDesktop'] = value;
|
|
22696
|
-
}
|
|
22697
|
-
get growDesktop() {
|
|
22698
|
-
return this.elementRef.nativeElement['growDesktop'];
|
|
22817
|
+
get growDesktop() {
|
|
22818
|
+
return this.elementRef.nativeElement['growDesktop'];
|
|
22699
22819
|
}
|
|
22700
22820
|
set shrink(value) {
|
|
22701
22821
|
this.elementRef.nativeElement['shrink'] = 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: [{
|
|
@@ -26023,27 +26023,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
26023
26023
|
}]
|
|
26024
26024
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
26025
26025
|
/**
|
|
26026
|
-
* @description Type-only wrapper for <px-
|
|
26026
|
+
* @description Type-only wrapper for <px-radio>
|
|
26027
26027
|
*/
|
|
26028
|
-
class
|
|
26028
|
+
class PxRadio {
|
|
26029
26029
|
elementRef;
|
|
26030
|
+
/** The validation state of the radio button. */
|
|
26031
|
+
set state(value) {
|
|
26032
|
+
this.elementRef.nativeElement['state'] = value;
|
|
26033
|
+
}
|
|
26034
|
+
get state() {
|
|
26035
|
+
return this.elementRef.nativeElement['state'];
|
|
26036
|
+
}
|
|
26037
|
+
/** The visual variant of the radio button. */
|
|
26030
26038
|
set variant(value) {
|
|
26031
26039
|
this.elementRef.nativeElement['variant'] = value;
|
|
26032
26040
|
}
|
|
26033
26041
|
get variant() {
|
|
26034
26042
|
return this.elementRef.nativeElement['variant'];
|
|
26035
26043
|
}
|
|
26036
|
-
|
|
26037
|
-
|
|
26044
|
+
/** Whether to use inverted (dark background) styling. */
|
|
26045
|
+
set inverted(value) {
|
|
26046
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
26038
26047
|
}
|
|
26039
|
-
get
|
|
26040
|
-
return this.elementRef.nativeElement['
|
|
26048
|
+
get inverted() {
|
|
26049
|
+
return this.elementRef.nativeElement['inverted'];
|
|
26050
|
+
}
|
|
26051
|
+
/** Whether the radio button is checked. */
|
|
26052
|
+
set checked(value) {
|
|
26053
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
26054
|
+
}
|
|
26055
|
+
get checked() {
|
|
26056
|
+
return this.elementRef.nativeElement['checked'];
|
|
26057
|
+
}
|
|
26058
|
+
/** Whether the radio button is disabled. */
|
|
26059
|
+
set disabled(value) {
|
|
26060
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
26061
|
+
}
|
|
26062
|
+
get disabled() {
|
|
26063
|
+
return this.elementRef.nativeElement['disabled'];
|
|
26064
|
+
}
|
|
26065
|
+
/** Whether to apply hover styling. */
|
|
26066
|
+
set hover(value) {
|
|
26067
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
26068
|
+
}
|
|
26069
|
+
get hover() {
|
|
26070
|
+
return this.elementRef.nativeElement['hover'];
|
|
26071
|
+
}
|
|
26072
|
+
/** The name of the radio button, used for form submission. */
|
|
26073
|
+
set name(value) {
|
|
26074
|
+
this.elementRef.nativeElement['name'] = value;
|
|
26041
26075
|
}
|
|
26042
|
-
|
|
26043
|
-
this.elementRef.nativeElement['
|
|
26076
|
+
get name() {
|
|
26077
|
+
return this.elementRef.nativeElement['name'];
|
|
26044
26078
|
}
|
|
26045
|
-
|
|
26046
|
-
|
|
26079
|
+
/** The value of the radio button, used for form submission. */
|
|
26080
|
+
set value(value) {
|
|
26081
|
+
this.elementRef.nativeElement['value'] = value;
|
|
26082
|
+
}
|
|
26083
|
+
get value() {
|
|
26084
|
+
return this.elementRef.nativeElement['value'];
|
|
26047
26085
|
}
|
|
26048
26086
|
set grow(value) {
|
|
26049
26087
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -26327,23 +26365,38 @@ class PxPrice {
|
|
|
26327
26365
|
get stickyBottom() {
|
|
26328
26366
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
26329
26367
|
}
|
|
26368
|
+
/** Fired when the radio button becomes checked. */
|
|
26369
|
+
change = new EventEmitter();
|
|
26330
26370
|
constructor(elementRef) {
|
|
26331
26371
|
this.elementRef = elementRef;
|
|
26372
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
26373
|
+
this.change.emit(e.detail);
|
|
26374
|
+
});
|
|
26332
26375
|
}
|
|
26333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
26334
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
26376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26377
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
26335
26378
|
}
|
|
26336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
26379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, decorators: [{
|
|
26337
26380
|
type: Directive,
|
|
26338
26381
|
args: [{
|
|
26339
|
-
selector: 'px-
|
|
26382
|
+
selector: 'px-radio',
|
|
26340
26383
|
}]
|
|
26341
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
26384
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
26342
26385
|
type: Input
|
|
26343
|
-
}],
|
|
26386
|
+
}], variant: [{
|
|
26344
26387
|
type: Input
|
|
26345
26388
|
}], inverted: [{
|
|
26346
26389
|
type: Input
|
|
26390
|
+
}], checked: [{
|
|
26391
|
+
type: Input
|
|
26392
|
+
}], disabled: [{
|
|
26393
|
+
type: Input
|
|
26394
|
+
}], hover: [{
|
|
26395
|
+
type: Input
|
|
26396
|
+
}], name: [{
|
|
26397
|
+
type: Input
|
|
26398
|
+
}], value: [{
|
|
26399
|
+
type: Input
|
|
26347
26400
|
}], grow: [{
|
|
26348
26401
|
type: Input
|
|
26349
26402
|
}], growMobile: [{
|
|
@@ -26480,67 +26533,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
26480
26533
|
}], stickyBottom: [{
|
|
26481
26534
|
type: Input,
|
|
26482
26535
|
args: ['sticky-bottom']
|
|
26536
|
+
}], change: [{
|
|
26537
|
+
type: Output
|
|
26483
26538
|
}] } });
|
|
26484
26539
|
/**
|
|
26485
|
-
* @description Type-only wrapper for <px-radio>
|
|
26540
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
26486
26541
|
*/
|
|
26487
|
-
class
|
|
26542
|
+
class PxRadioBase {
|
|
26488
26543
|
elementRef;
|
|
26489
|
-
/** The validation state of the radio button. */
|
|
26490
|
-
set state(value) {
|
|
26491
|
-
this.elementRef.nativeElement['state'] = value;
|
|
26492
|
-
}
|
|
26493
|
-
get state() {
|
|
26494
|
-
return this.elementRef.nativeElement['state'];
|
|
26495
|
-
}
|
|
26496
|
-
/** The visual variant of the radio button. */
|
|
26497
|
-
set variant(value) {
|
|
26498
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
26499
|
-
}
|
|
26500
|
-
get variant() {
|
|
26501
|
-
return this.elementRef.nativeElement['variant'];
|
|
26502
|
-
}
|
|
26503
|
-
/** Whether to use inverted (dark background) styling. */
|
|
26504
|
-
set inverted(value) {
|
|
26505
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
26506
|
-
}
|
|
26507
|
-
get inverted() {
|
|
26508
|
-
return this.elementRef.nativeElement['inverted'];
|
|
26509
|
-
}
|
|
26510
|
-
/** Whether the radio button is checked. */
|
|
26511
|
-
set checked(value) {
|
|
26512
|
-
this.elementRef.nativeElement['checked'] = value;
|
|
26513
|
-
}
|
|
26514
|
-
get checked() {
|
|
26515
|
-
return this.elementRef.nativeElement['checked'];
|
|
26516
|
-
}
|
|
26517
|
-
/** Whether the radio button is disabled. */
|
|
26518
|
-
set disabled(value) {
|
|
26519
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
26520
|
-
}
|
|
26521
|
-
get disabled() {
|
|
26522
|
-
return this.elementRef.nativeElement['disabled'];
|
|
26523
|
-
}
|
|
26524
|
-
/** Whether to apply hover styling. */
|
|
26525
26544
|
set hover(value) {
|
|
26526
26545
|
this.elementRef.nativeElement['hover'] = value;
|
|
26527
26546
|
}
|
|
26528
26547
|
get hover() {
|
|
26529
26548
|
return this.elementRef.nativeElement['hover'];
|
|
26530
26549
|
}
|
|
26531
|
-
|
|
26532
|
-
|
|
26533
|
-
this.elementRef.nativeElement['name'] = value;
|
|
26534
|
-
}
|
|
26535
|
-
get name() {
|
|
26536
|
-
return this.elementRef.nativeElement['name'];
|
|
26537
|
-
}
|
|
26538
|
-
/** The value of the radio button, used for form submission. */
|
|
26539
|
-
set value(value) {
|
|
26540
|
-
this.elementRef.nativeElement['value'] = value;
|
|
26550
|
+
set inverted(value) {
|
|
26551
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
26541
26552
|
}
|
|
26542
|
-
get
|
|
26543
|
-
return this.elementRef.nativeElement['
|
|
26553
|
+
get inverted() {
|
|
26554
|
+
return this.elementRef.nativeElement['inverted'];
|
|
26544
26555
|
}
|
|
26545
26556
|
set grow(value) {
|
|
26546
26557
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -26824,38 +26835,21 @@ class PxRadio {
|
|
|
26824
26835
|
get stickyBottom() {
|
|
26825
26836
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
26826
26837
|
}
|
|
26827
|
-
/** Fired when the radio button becomes checked. */
|
|
26828
|
-
change = new EventEmitter();
|
|
26829
26838
|
constructor(elementRef) {
|
|
26830
26839
|
this.elementRef = elementRef;
|
|
26831
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
26832
|
-
this.change.emit(e.detail);
|
|
26833
|
-
});
|
|
26834
26840
|
}
|
|
26835
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
26836
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
26841
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26842
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
26837
26843
|
}
|
|
26838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
26844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
26839
26845
|
type: Directive,
|
|
26840
26846
|
args: [{
|
|
26841
|
-
selector: 'px-radio',
|
|
26847
|
+
selector: 'px-radio-base',
|
|
26842
26848
|
}]
|
|
26843
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
26844
|
-
type: Input
|
|
26845
|
-
}], variant: [{
|
|
26849
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
26846
26850
|
type: Input
|
|
26847
26851
|
}], inverted: [{
|
|
26848
26852
|
type: Input
|
|
26849
|
-
}], checked: [{
|
|
26850
|
-
type: Input
|
|
26851
|
-
}], disabled: [{
|
|
26852
|
-
type: Input
|
|
26853
|
-
}], hover: [{
|
|
26854
|
-
type: Input
|
|
26855
|
-
}], name: [{
|
|
26856
|
-
type: Input
|
|
26857
|
-
}], value: [{
|
|
26858
|
-
type: Input
|
|
26859
26853
|
}], grow: [{
|
|
26860
26854
|
type: Input
|
|
26861
26855
|
}], growMobile: [{
|
|
@@ -26992,19 +26986,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
26992
26986
|
}], stickyBottom: [{
|
|
26993
26987
|
type: Input,
|
|
26994
26988
|
args: ['sticky-bottom']
|
|
26995
|
-
}], change: [{
|
|
26996
|
-
type: Output
|
|
26997
26989
|
}] } });
|
|
26998
26990
|
/**
|
|
26999
|
-
* @description Type-only wrapper for <px-radio-
|
|
26991
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
27000
26992
|
*/
|
|
27001
|
-
class
|
|
26993
|
+
class PxRadioGroup {
|
|
27002
26994
|
elementRef;
|
|
27003
|
-
set
|
|
27004
|
-
this.elementRef.nativeElement['
|
|
26995
|
+
set name(value) {
|
|
26996
|
+
this.elementRef.nativeElement['name'] = value;
|
|
27005
26997
|
}
|
|
27006
|
-
get
|
|
27007
|
-
return this.elementRef.nativeElement['
|
|
26998
|
+
get name() {
|
|
26999
|
+
return this.elementRef.nativeElement['name'];
|
|
27000
|
+
}
|
|
27001
|
+
set gap(value) {
|
|
27002
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
27003
|
+
}
|
|
27004
|
+
get gap() {
|
|
27005
|
+
return this.elementRef.nativeElement['gap'];
|
|
27006
|
+
}
|
|
27007
|
+
set variant(value) {
|
|
27008
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
27009
|
+
}
|
|
27010
|
+
get variant() {
|
|
27011
|
+
return this.elementRef.nativeElement['variant'];
|
|
27012
|
+
}
|
|
27013
|
+
set required(value) {
|
|
27014
|
+
this.elementRef.nativeElement['required'] = value;
|
|
27015
|
+
}
|
|
27016
|
+
get required() {
|
|
27017
|
+
return this.elementRef.nativeElement['required'];
|
|
27018
|
+
}
|
|
27019
|
+
set disabled(value) {
|
|
27020
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
27021
|
+
}
|
|
27022
|
+
get disabled() {
|
|
27023
|
+
return this.elementRef.nativeElement['disabled'];
|
|
27024
|
+
}
|
|
27025
|
+
set state(value) {
|
|
27026
|
+
this.elementRef.nativeElement['state'] = value;
|
|
27027
|
+
}
|
|
27028
|
+
get state() {
|
|
27029
|
+
return this.elementRef.nativeElement['state'];
|
|
27008
27030
|
}
|
|
27009
27031
|
set inverted(value) {
|
|
27010
27032
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -27297,15 +27319,25 @@ class PxRadioBase {
|
|
|
27297
27319
|
constructor(elementRef) {
|
|
27298
27320
|
this.elementRef = elementRef;
|
|
27299
27321
|
}
|
|
27300
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
27301
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
27322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27323
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
27302
27324
|
}
|
|
27303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
27325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
27304
27326
|
type: Directive,
|
|
27305
27327
|
args: [{
|
|
27306
|
-
selector: 'px-radio-
|
|
27328
|
+
selector: 'px-radio-group',
|
|
27307
27329
|
}]
|
|
27308
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
27330
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
27331
|
+
type: Input
|
|
27332
|
+
}], gap: [{
|
|
27333
|
+
type: Input
|
|
27334
|
+
}], variant: [{
|
|
27335
|
+
type: Input
|
|
27336
|
+
}], required: [{
|
|
27337
|
+
type: Input
|
|
27338
|
+
}], disabled: [{
|
|
27339
|
+
type: Input
|
|
27340
|
+
}], state: [{
|
|
27309
27341
|
type: Input
|
|
27310
27342
|
}], inverted: [{
|
|
27311
27343
|
type: Input
|
|
@@ -27447,45 +27479,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
27447
27479
|
args: ['sticky-bottom']
|
|
27448
27480
|
}] } });
|
|
27449
27481
|
/**
|
|
27450
|
-
* @description Type-only wrapper for <px-
|
|
27482
|
+
* @description Type-only wrapper for <px-price>
|
|
27451
27483
|
*/
|
|
27452
|
-
class
|
|
27484
|
+
class PxPrice {
|
|
27453
27485
|
elementRef;
|
|
27454
|
-
set name(value) {
|
|
27455
|
-
this.elementRef.nativeElement['name'] = value;
|
|
27456
|
-
}
|
|
27457
|
-
get name() {
|
|
27458
|
-
return this.elementRef.nativeElement['name'];
|
|
27459
|
-
}
|
|
27460
|
-
set gap(value) {
|
|
27461
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
27462
|
-
}
|
|
27463
|
-
get gap() {
|
|
27464
|
-
return this.elementRef.nativeElement['gap'];
|
|
27465
|
-
}
|
|
27466
27486
|
set variant(value) {
|
|
27467
27487
|
this.elementRef.nativeElement['variant'] = value;
|
|
27468
27488
|
}
|
|
27469
27489
|
get variant() {
|
|
27470
27490
|
return this.elementRef.nativeElement['variant'];
|
|
27471
27491
|
}
|
|
27472
|
-
set
|
|
27473
|
-
this.elementRef.nativeElement['
|
|
27474
|
-
}
|
|
27475
|
-
get required() {
|
|
27476
|
-
return this.elementRef.nativeElement['required'];
|
|
27477
|
-
}
|
|
27478
|
-
set disabled(value) {
|
|
27479
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
27480
|
-
}
|
|
27481
|
-
get disabled() {
|
|
27482
|
-
return this.elementRef.nativeElement['disabled'];
|
|
27483
|
-
}
|
|
27484
|
-
set state(value) {
|
|
27485
|
-
this.elementRef.nativeElement['state'] = value;
|
|
27492
|
+
set size(value) {
|
|
27493
|
+
this.elementRef.nativeElement['size'] = value;
|
|
27486
27494
|
}
|
|
27487
|
-
get
|
|
27488
|
-
return this.elementRef.nativeElement['
|
|
27495
|
+
get size() {
|
|
27496
|
+
return this.elementRef.nativeElement['size'];
|
|
27489
27497
|
}
|
|
27490
27498
|
set inverted(value) {
|
|
27491
27499
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -27778,25 +27786,17 @@ class PxRadioGroup {
|
|
|
27778
27786
|
constructor(elementRef) {
|
|
27779
27787
|
this.elementRef = elementRef;
|
|
27780
27788
|
}
|
|
27781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
27782
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
27789
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPrice, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27790
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPrice, selector: "px-price", inputs: { variant: "variant", size: "size", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
27783
27791
|
}
|
|
27784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
27792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPrice, decorators: [{
|
|
27785
27793
|
type: Directive,
|
|
27786
27794
|
args: [{
|
|
27787
|
-
selector: 'px-
|
|
27795
|
+
selector: 'px-price',
|
|
27788
27796
|
}]
|
|
27789
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
27790
|
-
type: Input
|
|
27791
|
-
}], gap: [{
|
|
27792
|
-
type: Input
|
|
27793
|
-
}], variant: [{
|
|
27794
|
-
type: Input
|
|
27795
|
-
}], required: [{
|
|
27796
|
-
type: Input
|
|
27797
|
-
}], disabled: [{
|
|
27797
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
27798
27798
|
type: Input
|
|
27799
|
-
}],
|
|
27799
|
+
}], size: [{
|
|
27800
27800
|
type: Input
|
|
27801
27801
|
}], inverted: [{
|
|
27802
27802
|
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, PxRadio, PxRadioBase, PxRadioGroup, PxPrice, 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, PxRadio, PxRadioBase, PxRadioGroup, PxPrice, 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,
|
|
@@ -37497,10 +37497,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37497
37497
|
PxCardActions,
|
|
37498
37498
|
PxCardContainer,
|
|
37499
37499
|
PxCardHeading,
|
|
37500
|
-
PxPrice,
|
|
37501
37500
|
PxRadio,
|
|
37502
37501
|
PxRadioBase,
|
|
37503
37502
|
PxRadioGroup,
|
|
37503
|
+
PxPrice,
|
|
37504
37504
|
PxRibbon,
|
|
37505
37505
|
PxSection,
|
|
37506
37506
|
PxSelectableBox,
|
|
@@ -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,
|
|
@@ -37599,10 +37599,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37599
37599
|
PxCardActions,
|
|
37600
37600
|
PxCardContainer,
|
|
37601
37601
|
PxCardHeading,
|
|
37602
|
-
PxPrice,
|
|
37603
37602
|
PxRadio,
|
|
37604
37603
|
PxRadioBase,
|
|
37605
37604
|
PxRadioGroup,
|
|
37605
|
+
PxPrice,
|
|
37606
37606
|
PxRibbon,
|
|
37607
37607
|
PxSection,
|
|
37608
37608
|
PxSelectableBox,
|