@proximus/lavender-angular 2.0.0-alpha.183 → 2.0.0-alpha.185
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 +8 -0
- package/fesm2022/proximus-lavender-angular.mjs +1152 -1152
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +369 -369
- package/package.json +1 -1
|
@@ -22420,139 +22420,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22420
22420
|
type: Output
|
|
22421
22421
|
}] } });
|
|
22422
22422
|
/**
|
|
22423
|
-
* @description Type-only wrapper for <px-
|
|
22423
|
+
* @description Type-only wrapper for <px-page>
|
|
22424
22424
|
*/
|
|
22425
|
-
class
|
|
22425
|
+
class PxPage {
|
|
22426
22426
|
elementRef;
|
|
22427
|
-
set
|
|
22428
|
-
this.elementRef.nativeElement['
|
|
22429
|
-
}
|
|
22430
|
-
get disabled() {
|
|
22431
|
-
return this.elementRef.nativeElement['disabled'];
|
|
22432
|
-
}
|
|
22433
|
-
set variant(value) {
|
|
22434
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
22435
|
-
}
|
|
22436
|
-
get variant() {
|
|
22437
|
-
return this.elementRef.nativeElement['variant'];
|
|
22438
|
-
}
|
|
22439
|
-
set shape(value) {
|
|
22440
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
22441
|
-
}
|
|
22442
|
-
get shape() {
|
|
22443
|
-
return this.elementRef.nativeElement['shape'];
|
|
22444
|
-
}
|
|
22445
|
-
set shapeMobile(value) {
|
|
22446
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
22447
|
-
}
|
|
22448
|
-
get shapeMobile() {
|
|
22449
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
22450
|
-
}
|
|
22451
|
-
set shapeTablet(value) {
|
|
22452
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
22453
|
-
}
|
|
22454
|
-
get shapeTablet() {
|
|
22455
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
22456
|
-
}
|
|
22457
|
-
set shapeLaptop(value) {
|
|
22458
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
22459
|
-
}
|
|
22460
|
-
get shapeLaptop() {
|
|
22461
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
22462
|
-
}
|
|
22463
|
-
set shapeDesktop(value) {
|
|
22464
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
22465
|
-
}
|
|
22466
|
-
get shapeDesktop() {
|
|
22467
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
22468
|
-
}
|
|
22469
|
-
set extended(value) {
|
|
22470
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
22471
|
-
}
|
|
22472
|
-
get extended() {
|
|
22473
|
-
return this.elementRef.nativeElement['extended'];
|
|
22474
|
-
}
|
|
22475
|
-
set extendedMobile(value) {
|
|
22476
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
22477
|
-
}
|
|
22478
|
-
get extendedMobile() {
|
|
22479
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
22480
|
-
}
|
|
22481
|
-
set extendedTablet(value) {
|
|
22482
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
22483
|
-
}
|
|
22484
|
-
get extendedTablet() {
|
|
22485
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
22486
|
-
}
|
|
22487
|
-
set extendedLaptop(value) {
|
|
22488
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
22489
|
-
}
|
|
22490
|
-
get extendedLaptop() {
|
|
22491
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
22492
|
-
}
|
|
22493
|
-
set extendedDesktop(value) {
|
|
22494
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
22495
|
-
}
|
|
22496
|
-
get extendedDesktop() {
|
|
22497
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
22498
|
-
}
|
|
22499
|
-
set inverted(value) {
|
|
22500
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
22501
|
-
}
|
|
22502
|
-
get inverted() {
|
|
22503
|
-
return this.elementRef.nativeElement['inverted'];
|
|
22504
|
-
}
|
|
22505
|
-
set fontSize(value) {
|
|
22506
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
22507
|
-
}
|
|
22508
|
-
get fontSize() {
|
|
22509
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
22510
|
-
}
|
|
22511
|
-
set color(value) {
|
|
22512
|
-
this.elementRef.nativeElement['color'] = value;
|
|
22513
|
-
}
|
|
22514
|
-
get color() {
|
|
22515
|
-
return this.elementRef.nativeElement['color'];
|
|
22516
|
-
}
|
|
22517
|
-
set fontWeight(value) {
|
|
22518
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22519
|
-
}
|
|
22520
|
-
get fontWeight() {
|
|
22521
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
22522
|
-
}
|
|
22523
|
-
set title(value) {
|
|
22524
|
-
this.elementRef.nativeElement['title'] = value;
|
|
22427
|
+
set backgroundImage(value) {
|
|
22428
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
22525
22429
|
}
|
|
22526
|
-
get
|
|
22527
|
-
return this.elementRef.nativeElement['
|
|
22430
|
+
get backgroundImage() {
|
|
22431
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
22528
22432
|
}
|
|
22529
|
-
|
|
22530
|
-
|
|
22531
|
-
this.elementRef.nativeElement['href'] = value;
|
|
22433
|
+
set gap(value) {
|
|
22434
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
22532
22435
|
}
|
|
22533
|
-
get
|
|
22534
|
-
return this.elementRef.nativeElement['
|
|
22436
|
+
get gap() {
|
|
22437
|
+
return this.elementRef.nativeElement['gap'];
|
|
22535
22438
|
}
|
|
22536
|
-
|
|
22537
|
-
|
|
22538
|
-
this.elementRef.nativeElement['target'] = value;
|
|
22439
|
+
set backgroundColor(value) {
|
|
22440
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
22539
22441
|
}
|
|
22540
|
-
get
|
|
22541
|
-
return this.elementRef.nativeElement['
|
|
22442
|
+
get backgroundColor() {
|
|
22443
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
22542
22444
|
}
|
|
22543
|
-
|
|
22544
|
-
|
|
22545
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
22445
|
+
set paddingVertical(value) {
|
|
22446
|
+
this.elementRef.nativeElement['paddingVertical'] = value;
|
|
22546
22447
|
}
|
|
22547
|
-
get
|
|
22548
|
-
return this.elementRef.nativeElement['
|
|
22448
|
+
get paddingVertical() {
|
|
22449
|
+
return this.elementRef.nativeElement['paddingVertical'];
|
|
22549
22450
|
}
|
|
22550
|
-
|
|
22551
|
-
|
|
22552
|
-
this.elementRef.nativeElement['download'] = value;
|
|
22451
|
+
set paddingHorizontal(value) {
|
|
22452
|
+
this.elementRef.nativeElement['paddingHorizontal'] = value;
|
|
22553
22453
|
}
|
|
22554
|
-
get
|
|
22555
|
-
return this.elementRef.nativeElement['
|
|
22454
|
+
get paddingHorizontal() {
|
|
22455
|
+
return this.elementRef.nativeElement['paddingHorizontal'];
|
|
22556
22456
|
}
|
|
22557
22457
|
set grow(value) {
|
|
22558
22458
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -22869,67 +22769,29 @@ class PxA {
|
|
|
22869
22769
|
constructor(elementRef) {
|
|
22870
22770
|
this.elementRef = elementRef;
|
|
22871
22771
|
}
|
|
22872
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
22873
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
22772
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22773
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPage, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
22874
22774
|
}
|
|
22875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
22775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPage, decorators: [{
|
|
22876
22776
|
type: Directive,
|
|
22877
22777
|
args: [{
|
|
22878
|
-
selector: 'px-
|
|
22778
|
+
selector: 'px-page',
|
|
22879
22779
|
standalone: true,
|
|
22880
22780
|
}]
|
|
22881
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
22882
|
-
type: Input
|
|
22883
|
-
}], variant: [{
|
|
22884
|
-
type: Input
|
|
22885
|
-
}], shape: [{
|
|
22886
|
-
type: Input
|
|
22887
|
-
}], shapeMobile: [{
|
|
22888
|
-
type: Input,
|
|
22889
|
-
args: ['shape--mobile']
|
|
22890
|
-
}], shapeTablet: [{
|
|
22891
|
-
type: Input,
|
|
22892
|
-
args: ['shape--tablet']
|
|
22893
|
-
}], shapeLaptop: [{
|
|
22894
|
-
type: Input,
|
|
22895
|
-
args: ['shape--laptop']
|
|
22896
|
-
}], shapeDesktop: [{
|
|
22781
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundImage: [{
|
|
22897
22782
|
type: Input,
|
|
22898
|
-
args: ['
|
|
22899
|
-
}],
|
|
22783
|
+
args: ['background-image']
|
|
22784
|
+
}], gap: [{
|
|
22900
22785
|
type: Input
|
|
22901
|
-
}],
|
|
22902
|
-
type: Input,
|
|
22903
|
-
args: ['extended--mobile']
|
|
22904
|
-
}], extendedTablet: [{
|
|
22905
|
-
type: Input,
|
|
22906
|
-
args: ['extended--tablet']
|
|
22907
|
-
}], extendedLaptop: [{
|
|
22908
|
-
type: Input,
|
|
22909
|
-
args: ['extended--laptop']
|
|
22910
|
-
}], extendedDesktop: [{
|
|
22786
|
+
}], backgroundColor: [{
|
|
22911
22787
|
type: Input,
|
|
22912
|
-
args: ['
|
|
22913
|
-
}],
|
|
22914
|
-
type: Input
|
|
22915
|
-
}], fontSize: [{
|
|
22788
|
+
args: ['background-color']
|
|
22789
|
+
}], paddingVertical: [{
|
|
22916
22790
|
type: Input,
|
|
22917
|
-
args: ['
|
|
22918
|
-
}],
|
|
22919
|
-
type: Input
|
|
22920
|
-
}], fontWeight: [{
|
|
22791
|
+
args: ['padding-vertical']
|
|
22792
|
+
}], paddingHorizontal: [{
|
|
22921
22793
|
type: Input,
|
|
22922
|
-
args: ['
|
|
22923
|
-
}], title: [{
|
|
22924
|
-
type: Input
|
|
22925
|
-
}], href: [{
|
|
22926
|
-
type: Input
|
|
22927
|
-
}], target: [{
|
|
22928
|
-
type: Input
|
|
22929
|
-
}], rel: [{
|
|
22930
|
-
type: Input
|
|
22931
|
-
}], download: [{
|
|
22932
|
-
type: Input
|
|
22794
|
+
args: ['padding-horizontal']
|
|
22933
22795
|
}], grow: [{
|
|
22934
22796
|
type: Input
|
|
22935
22797
|
}], growMobile: [{
|
|
@@ -23083,139 +22945,223 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23083
22945
|
args: ['word-break-all--desktop']
|
|
23084
22946
|
}] } });
|
|
23085
22947
|
/**
|
|
23086
|
-
* @description Type-only wrapper for <px-
|
|
22948
|
+
* @description Type-only wrapper for <px-spacer>
|
|
23087
22949
|
*/
|
|
23088
|
-
class
|
|
22950
|
+
class PxSpacer {
|
|
23089
22951
|
elementRef;
|
|
23090
|
-
|
|
23091
|
-
|
|
23092
|
-
this.elementRef.nativeElement['href'] = value;
|
|
23093
|
-
}
|
|
23094
|
-
get href() {
|
|
23095
|
-
return this.elementRef.nativeElement['href'];
|
|
23096
|
-
}
|
|
23097
|
-
/** Where to display the linked URL. */
|
|
23098
|
-
set target(value) {
|
|
23099
|
-
this.elementRef.nativeElement['target'] = value;
|
|
23100
|
-
}
|
|
23101
|
-
get target() {
|
|
23102
|
-
return this.elementRef.nativeElement['target'];
|
|
23103
|
-
}
|
|
23104
|
-
/** The relationship of the linked URL as space-separated link types. */
|
|
23105
|
-
set rel(value) {
|
|
23106
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
23107
|
-
}
|
|
23108
|
-
get rel() {
|
|
23109
|
-
return this.elementRef.nativeElement['rel'];
|
|
23110
|
-
}
|
|
23111
|
-
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
23112
|
-
set download(value) {
|
|
23113
|
-
this.elementRef.nativeElement['download'] = value;
|
|
22952
|
+
set grow(value) {
|
|
22953
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
23114
22954
|
}
|
|
23115
|
-
get
|
|
23116
|
-
return this.elementRef.nativeElement['
|
|
22955
|
+
get grow() {
|
|
22956
|
+
return this.elementRef.nativeElement['grow'];
|
|
23117
22957
|
}
|
|
23118
|
-
set
|
|
23119
|
-
this.elementRef.nativeElement['
|
|
22958
|
+
set nogap(value) {
|
|
22959
|
+
this.elementRef.nativeElement['nogap'] = value;
|
|
23120
22960
|
}
|
|
23121
|
-
get
|
|
23122
|
-
return this.elementRef.nativeElement['
|
|
22961
|
+
get nogap() {
|
|
22962
|
+
return this.elementRef.nativeElement['nogap'];
|
|
23123
22963
|
}
|
|
23124
|
-
|
|
23125
|
-
this.elementRef
|
|
22964
|
+
constructor(elementRef) {
|
|
22965
|
+
this.elementRef = elementRef;
|
|
23126
22966
|
}
|
|
23127
|
-
|
|
23128
|
-
|
|
22967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22968
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpacer, isStandalone: true, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
|
|
22969
|
+
}
|
|
22970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, decorators: [{
|
|
22971
|
+
type: Directive,
|
|
22972
|
+
args: [{
|
|
22973
|
+
selector: 'px-spacer',
|
|
22974
|
+
standalone: true,
|
|
22975
|
+
}]
|
|
22976
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
|
|
22977
|
+
type: Input
|
|
22978
|
+
}], nogap: [{
|
|
22979
|
+
type: Input
|
|
22980
|
+
}] } });
|
|
22981
|
+
/**
|
|
22982
|
+
* @description Type-only wrapper for <px-stack>
|
|
22983
|
+
*/
|
|
22984
|
+
class PxStack {
|
|
22985
|
+
elementRef;
|
|
22986
|
+
set direction(value) {
|
|
22987
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
23129
22988
|
}
|
|
23130
|
-
|
|
23131
|
-
this.elementRef.nativeElement['
|
|
22989
|
+
get direction() {
|
|
22990
|
+
return this.elementRef.nativeElement['direction'];
|
|
23132
22991
|
}
|
|
23133
|
-
|
|
23134
|
-
|
|
22992
|
+
set directionMobile(value) {
|
|
22993
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
23135
22994
|
}
|
|
23136
|
-
|
|
23137
|
-
this.elementRef.nativeElement['
|
|
22995
|
+
get directionMobile() {
|
|
22996
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
23138
22997
|
}
|
|
23139
|
-
|
|
23140
|
-
|
|
22998
|
+
set directionTablet(value) {
|
|
22999
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
23141
23000
|
}
|
|
23142
|
-
|
|
23143
|
-
this.elementRef.nativeElement['
|
|
23001
|
+
get directionTablet() {
|
|
23002
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
23144
23003
|
}
|
|
23145
|
-
|
|
23146
|
-
|
|
23004
|
+
set directionLaptop(value) {
|
|
23005
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
23147
23006
|
}
|
|
23148
|
-
|
|
23149
|
-
this.elementRef.nativeElement['
|
|
23007
|
+
get directionLaptop() {
|
|
23008
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
23150
23009
|
}
|
|
23151
|
-
|
|
23152
|
-
|
|
23010
|
+
set directionDesktop(value) {
|
|
23011
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
23153
23012
|
}
|
|
23154
|
-
|
|
23155
|
-
this.elementRef.nativeElement['
|
|
23013
|
+
get directionDesktop() {
|
|
23014
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
23156
23015
|
}
|
|
23157
|
-
|
|
23158
|
-
|
|
23016
|
+
set gap(value) {
|
|
23017
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
23159
23018
|
}
|
|
23160
|
-
|
|
23161
|
-
this.elementRef.nativeElement['
|
|
23019
|
+
get gap() {
|
|
23020
|
+
return this.elementRef.nativeElement['gap'];
|
|
23162
23021
|
}
|
|
23163
|
-
|
|
23164
|
-
|
|
23022
|
+
set gapMobile(value) {
|
|
23023
|
+
this.elementRef.nativeElement['gapMobile'] = value;
|
|
23165
23024
|
}
|
|
23166
|
-
|
|
23167
|
-
this.elementRef.nativeElement['
|
|
23025
|
+
get gapMobile() {
|
|
23026
|
+
return this.elementRef.nativeElement['gapMobile'];
|
|
23168
23027
|
}
|
|
23169
|
-
|
|
23170
|
-
|
|
23028
|
+
set gapTablet(value) {
|
|
23029
|
+
this.elementRef.nativeElement['gapTablet'] = value;
|
|
23171
23030
|
}
|
|
23172
|
-
|
|
23173
|
-
this.elementRef.nativeElement['
|
|
23031
|
+
get gapTablet() {
|
|
23032
|
+
return this.elementRef.nativeElement['gapTablet'];
|
|
23174
23033
|
}
|
|
23175
|
-
|
|
23176
|
-
|
|
23034
|
+
set gapLaptop(value) {
|
|
23035
|
+
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
23177
23036
|
}
|
|
23178
|
-
|
|
23179
|
-
this.elementRef.nativeElement['
|
|
23037
|
+
get gapLaptop() {
|
|
23038
|
+
return this.elementRef.nativeElement['gapLaptop'];
|
|
23180
23039
|
}
|
|
23181
|
-
|
|
23182
|
-
|
|
23040
|
+
set gapDesktop(value) {
|
|
23041
|
+
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
23183
23042
|
}
|
|
23184
|
-
|
|
23185
|
-
this.elementRef.nativeElement['
|
|
23043
|
+
get gapDesktop() {
|
|
23044
|
+
return this.elementRef.nativeElement['gapDesktop'];
|
|
23186
23045
|
}
|
|
23187
|
-
|
|
23188
|
-
|
|
23046
|
+
set justifyContent(value) {
|
|
23047
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
23189
23048
|
}
|
|
23190
|
-
|
|
23191
|
-
this.elementRef.nativeElement['
|
|
23049
|
+
get justifyContent() {
|
|
23050
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
23192
23051
|
}
|
|
23193
|
-
|
|
23194
|
-
|
|
23052
|
+
set justifyContentMobile(value) {
|
|
23053
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
23195
23054
|
}
|
|
23196
|
-
|
|
23197
|
-
this.elementRef.nativeElement['
|
|
23055
|
+
get justifyContentMobile() {
|
|
23056
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
23198
23057
|
}
|
|
23199
|
-
|
|
23200
|
-
|
|
23058
|
+
set justifyContentTablet(value) {
|
|
23059
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
23201
23060
|
}
|
|
23202
|
-
|
|
23203
|
-
this.elementRef.nativeElement['
|
|
23061
|
+
get justifyContentTablet() {
|
|
23062
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
23204
23063
|
}
|
|
23205
|
-
|
|
23206
|
-
|
|
23064
|
+
set justifyContentLaptop(value) {
|
|
23065
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
23207
23066
|
}
|
|
23208
|
-
|
|
23209
|
-
this.elementRef.nativeElement['
|
|
23067
|
+
get justifyContentLaptop() {
|
|
23068
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
23210
23069
|
}
|
|
23211
|
-
|
|
23212
|
-
|
|
23070
|
+
set justifyContentDesktop(value) {
|
|
23071
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
23213
23072
|
}
|
|
23214
|
-
|
|
23215
|
-
this.elementRef.nativeElement['
|
|
23073
|
+
get justifyContentDesktop() {
|
|
23074
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
23216
23075
|
}
|
|
23217
|
-
|
|
23218
|
-
|
|
23076
|
+
set alignItems(value) {
|
|
23077
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
23078
|
+
}
|
|
23079
|
+
get alignItems() {
|
|
23080
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
23081
|
+
}
|
|
23082
|
+
set alignItemsMobile(value) {
|
|
23083
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
23084
|
+
}
|
|
23085
|
+
get alignItemsMobile() {
|
|
23086
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
23087
|
+
}
|
|
23088
|
+
set alignItemsTablet(value) {
|
|
23089
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
23090
|
+
}
|
|
23091
|
+
get alignItemsTablet() {
|
|
23092
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
23093
|
+
}
|
|
23094
|
+
set alignItemsLaptop(value) {
|
|
23095
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
23096
|
+
}
|
|
23097
|
+
get alignItemsLaptop() {
|
|
23098
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
23099
|
+
}
|
|
23100
|
+
set alignItemsDesktop(value) {
|
|
23101
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
23102
|
+
}
|
|
23103
|
+
get alignItemsDesktop() {
|
|
23104
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
23105
|
+
}
|
|
23106
|
+
set wrap(value) {
|
|
23107
|
+
this.elementRef.nativeElement['wrap'] = value;
|
|
23108
|
+
}
|
|
23109
|
+
get wrap() {
|
|
23110
|
+
return this.elementRef.nativeElement['wrap'];
|
|
23111
|
+
}
|
|
23112
|
+
set wrapMobile(value) {
|
|
23113
|
+
this.elementRef.nativeElement['wrapMobile'] = value;
|
|
23114
|
+
}
|
|
23115
|
+
get wrapMobile() {
|
|
23116
|
+
return this.elementRef.nativeElement['wrapMobile'];
|
|
23117
|
+
}
|
|
23118
|
+
set wrapTablet(value) {
|
|
23119
|
+
this.elementRef.nativeElement['wrapTablet'] = value;
|
|
23120
|
+
}
|
|
23121
|
+
get wrapTablet() {
|
|
23122
|
+
return this.elementRef.nativeElement['wrapTablet'];
|
|
23123
|
+
}
|
|
23124
|
+
set wrapLaptop(value) {
|
|
23125
|
+
this.elementRef.nativeElement['wrapLaptop'] = value;
|
|
23126
|
+
}
|
|
23127
|
+
get wrapLaptop() {
|
|
23128
|
+
return this.elementRef.nativeElement['wrapLaptop'];
|
|
23129
|
+
}
|
|
23130
|
+
set wrapDesktop(value) {
|
|
23131
|
+
this.elementRef.nativeElement['wrapDesktop'] = value;
|
|
23132
|
+
}
|
|
23133
|
+
get wrapDesktop() {
|
|
23134
|
+
return this.elementRef.nativeElement['wrapDesktop'];
|
|
23135
|
+
}
|
|
23136
|
+
set overflowX(value) {
|
|
23137
|
+
this.elementRef.nativeElement['overflowX'] = value;
|
|
23138
|
+
}
|
|
23139
|
+
get overflowX() {
|
|
23140
|
+
return this.elementRef.nativeElement['overflowX'];
|
|
23141
|
+
}
|
|
23142
|
+
set overflowXMobile(value) {
|
|
23143
|
+
this.elementRef.nativeElement['overflowXMobile'] = value;
|
|
23144
|
+
}
|
|
23145
|
+
get overflowXMobile() {
|
|
23146
|
+
return this.elementRef.nativeElement['overflowXMobile'];
|
|
23147
|
+
}
|
|
23148
|
+
set overflowXTablet(value) {
|
|
23149
|
+
this.elementRef.nativeElement['overflowXTablet'] = value;
|
|
23150
|
+
}
|
|
23151
|
+
get overflowXTablet() {
|
|
23152
|
+
return this.elementRef.nativeElement['overflowXTablet'];
|
|
23153
|
+
}
|
|
23154
|
+
set overflowXLaptop(value) {
|
|
23155
|
+
this.elementRef.nativeElement['overflowXLaptop'] = value;
|
|
23156
|
+
}
|
|
23157
|
+
get overflowXLaptop() {
|
|
23158
|
+
return this.elementRef.nativeElement['overflowXLaptop'];
|
|
23159
|
+
}
|
|
23160
|
+
set overflowXDesktop(value) {
|
|
23161
|
+
this.elementRef.nativeElement['overflowXDesktop'] = value;
|
|
23162
|
+
}
|
|
23163
|
+
get overflowXDesktop() {
|
|
23164
|
+
return this.elementRef.nativeElement['overflowXDesktop'];
|
|
23219
23165
|
}
|
|
23220
23166
|
set grow(value) {
|
|
23221
23167
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -23532,67 +23478,102 @@ class PxAWrapper {
|
|
|
23532
23478
|
constructor(elementRef) {
|
|
23533
23479
|
this.elementRef = elementRef;
|
|
23534
23480
|
}
|
|
23535
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
23536
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
23481
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23482
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxStack, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
23537
23483
|
}
|
|
23538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
23484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStack, decorators: [{
|
|
23539
23485
|
type: Directive,
|
|
23540
23486
|
args: [{
|
|
23541
|
-
selector: 'px-
|
|
23487
|
+
selector: 'px-stack',
|
|
23542
23488
|
standalone: true,
|
|
23543
23489
|
}]
|
|
23544
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23545
|
-
type: Input
|
|
23546
|
-
}], target: [{
|
|
23547
|
-
type: Input
|
|
23548
|
-
}], rel: [{
|
|
23549
|
-
type: Input
|
|
23550
|
-
}], download: [{
|
|
23551
|
-
type: Input
|
|
23552
|
-
}], disabled: [{
|
|
23553
|
-
type: Input
|
|
23554
|
-
}], variant: [{
|
|
23555
|
-
type: Input
|
|
23556
|
-
}], shape: [{
|
|
23490
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
23557
23491
|
type: Input
|
|
23558
|
-
}],
|
|
23492
|
+
}], directionMobile: [{
|
|
23559
23493
|
type: Input,
|
|
23560
|
-
args: ['
|
|
23561
|
-
}],
|
|
23494
|
+
args: ['direction--mobile']
|
|
23495
|
+
}], directionTablet: [{
|
|
23562
23496
|
type: Input,
|
|
23563
|
-
args: ['
|
|
23564
|
-
}],
|
|
23497
|
+
args: ['direction--tablet']
|
|
23498
|
+
}], directionLaptop: [{
|
|
23565
23499
|
type: Input,
|
|
23566
|
-
args: ['
|
|
23567
|
-
}],
|
|
23500
|
+
args: ['direction--laptop']
|
|
23501
|
+
}], directionDesktop: [{
|
|
23568
23502
|
type: Input,
|
|
23569
|
-
args: ['
|
|
23570
|
-
}],
|
|
23503
|
+
args: ['direction--desktop']
|
|
23504
|
+
}], gap: [{
|
|
23571
23505
|
type: Input
|
|
23572
|
-
}],
|
|
23506
|
+
}], gapMobile: [{
|
|
23573
23507
|
type: Input,
|
|
23574
|
-
args: ['
|
|
23575
|
-
}],
|
|
23508
|
+
args: ['gap--mobile']
|
|
23509
|
+
}], gapTablet: [{
|
|
23576
23510
|
type: Input,
|
|
23577
|
-
args: ['
|
|
23578
|
-
}],
|
|
23511
|
+
args: ['gap--tablet']
|
|
23512
|
+
}], gapLaptop: [{
|
|
23579
23513
|
type: Input,
|
|
23580
|
-
args: ['
|
|
23581
|
-
}],
|
|
23514
|
+
args: ['gap--laptop']
|
|
23515
|
+
}], gapDesktop: [{
|
|
23582
23516
|
type: Input,
|
|
23583
|
-
args: ['
|
|
23584
|
-
}],
|
|
23585
|
-
type: Input
|
|
23586
|
-
}], fontSize: [{
|
|
23517
|
+
args: ['gap--desktop']
|
|
23518
|
+
}], justifyContent: [{
|
|
23587
23519
|
type: Input,
|
|
23588
|
-
args: ['
|
|
23589
|
-
}],
|
|
23590
|
-
type: Input
|
|
23591
|
-
}], fontWeight: [{
|
|
23520
|
+
args: ['justify-content']
|
|
23521
|
+
}], justifyContentMobile: [{
|
|
23592
23522
|
type: Input,
|
|
23593
|
-
args: ['
|
|
23594
|
-
}],
|
|
23523
|
+
args: ['justify-content--mobile']
|
|
23524
|
+
}], justifyContentTablet: [{
|
|
23525
|
+
type: Input,
|
|
23526
|
+
args: ['justify-content--tablet']
|
|
23527
|
+
}], justifyContentLaptop: [{
|
|
23528
|
+
type: Input,
|
|
23529
|
+
args: ['justify-content--laptop']
|
|
23530
|
+
}], justifyContentDesktop: [{
|
|
23531
|
+
type: Input,
|
|
23532
|
+
args: ['justify-content--desktop']
|
|
23533
|
+
}], alignItems: [{
|
|
23534
|
+
type: Input,
|
|
23535
|
+
args: ['align-items']
|
|
23536
|
+
}], alignItemsMobile: [{
|
|
23537
|
+
type: Input,
|
|
23538
|
+
args: ['align-items--mobile']
|
|
23539
|
+
}], alignItemsTablet: [{
|
|
23540
|
+
type: Input,
|
|
23541
|
+
args: ['align-items--tablet']
|
|
23542
|
+
}], alignItemsLaptop: [{
|
|
23543
|
+
type: Input,
|
|
23544
|
+
args: ['align-items--laptop']
|
|
23545
|
+
}], alignItemsDesktop: [{
|
|
23546
|
+
type: Input,
|
|
23547
|
+
args: ['align-items--desktop']
|
|
23548
|
+
}], wrap: [{
|
|
23595
23549
|
type: Input
|
|
23550
|
+
}], wrapMobile: [{
|
|
23551
|
+
type: Input,
|
|
23552
|
+
args: ['wrap--mobile']
|
|
23553
|
+
}], wrapTablet: [{
|
|
23554
|
+
type: Input,
|
|
23555
|
+
args: ['wrap--tablet']
|
|
23556
|
+
}], wrapLaptop: [{
|
|
23557
|
+
type: Input,
|
|
23558
|
+
args: ['wrap--laptop']
|
|
23559
|
+
}], wrapDesktop: [{
|
|
23560
|
+
type: Input,
|
|
23561
|
+
args: ['wrap--desktop']
|
|
23562
|
+
}], overflowX: [{
|
|
23563
|
+
type: Input,
|
|
23564
|
+
args: ['overflow-x']
|
|
23565
|
+
}], overflowXMobile: [{
|
|
23566
|
+
type: Input,
|
|
23567
|
+
args: ['overflow-x--mobile']
|
|
23568
|
+
}], overflowXTablet: [{
|
|
23569
|
+
type: Input,
|
|
23570
|
+
args: ['overflow-x--tablet']
|
|
23571
|
+
}], overflowXLaptop: [{
|
|
23572
|
+
type: Input,
|
|
23573
|
+
args: ['overflow-x--laptop']
|
|
23574
|
+
}], overflowXDesktop: [{
|
|
23575
|
+
type: Input,
|
|
23576
|
+
args: ['overflow-x--desktop']
|
|
23596
23577
|
}], grow: [{
|
|
23597
23578
|
type: Input
|
|
23598
23579
|
}], growMobile: [{
|
|
@@ -23746,39 +23727,189 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23746
23727
|
args: ['word-break-all--desktop']
|
|
23747
23728
|
}] } });
|
|
23748
23729
|
/**
|
|
23749
|
-
* @description Type-only wrapper for <px-
|
|
23730
|
+
* @description Type-only wrapper for <px-vstack>
|
|
23750
23731
|
*/
|
|
23751
|
-
class
|
|
23732
|
+
class PxVstack {
|
|
23752
23733
|
elementRef;
|
|
23753
|
-
set
|
|
23754
|
-
this.elementRef.nativeElement['
|
|
23734
|
+
set direction(value) {
|
|
23735
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
23755
23736
|
}
|
|
23756
|
-
get
|
|
23757
|
-
return this.elementRef.nativeElement['
|
|
23737
|
+
get direction() {
|
|
23738
|
+
return this.elementRef.nativeElement['direction'];
|
|
23739
|
+
}
|
|
23740
|
+
set directionMobile(value) {
|
|
23741
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
23742
|
+
}
|
|
23743
|
+
get directionMobile() {
|
|
23744
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
23745
|
+
}
|
|
23746
|
+
set directionTablet(value) {
|
|
23747
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
23748
|
+
}
|
|
23749
|
+
get directionTablet() {
|
|
23750
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
23751
|
+
}
|
|
23752
|
+
set directionLaptop(value) {
|
|
23753
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
23754
|
+
}
|
|
23755
|
+
get directionLaptop() {
|
|
23756
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
23757
|
+
}
|
|
23758
|
+
set directionDesktop(value) {
|
|
23759
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
23760
|
+
}
|
|
23761
|
+
get directionDesktop() {
|
|
23762
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
23758
23763
|
}
|
|
23759
23764
|
set gap(value) {
|
|
23760
23765
|
this.elementRef.nativeElement['gap'] = value;
|
|
23761
23766
|
}
|
|
23762
|
-
get gap() {
|
|
23763
|
-
return this.elementRef.nativeElement['gap'];
|
|
23767
|
+
get gap() {
|
|
23768
|
+
return this.elementRef.nativeElement['gap'];
|
|
23769
|
+
}
|
|
23770
|
+
set gapMobile(value) {
|
|
23771
|
+
this.elementRef.nativeElement['gapMobile'] = value;
|
|
23772
|
+
}
|
|
23773
|
+
get gapMobile() {
|
|
23774
|
+
return this.elementRef.nativeElement['gapMobile'];
|
|
23775
|
+
}
|
|
23776
|
+
set gapTablet(value) {
|
|
23777
|
+
this.elementRef.nativeElement['gapTablet'] = value;
|
|
23778
|
+
}
|
|
23779
|
+
get gapTablet() {
|
|
23780
|
+
return this.elementRef.nativeElement['gapTablet'];
|
|
23781
|
+
}
|
|
23782
|
+
set gapLaptop(value) {
|
|
23783
|
+
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
23784
|
+
}
|
|
23785
|
+
get gapLaptop() {
|
|
23786
|
+
return this.elementRef.nativeElement['gapLaptop'];
|
|
23787
|
+
}
|
|
23788
|
+
set gapDesktop(value) {
|
|
23789
|
+
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
23790
|
+
}
|
|
23791
|
+
get gapDesktop() {
|
|
23792
|
+
return this.elementRef.nativeElement['gapDesktop'];
|
|
23793
|
+
}
|
|
23794
|
+
set justifyContent(value) {
|
|
23795
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
23796
|
+
}
|
|
23797
|
+
get justifyContent() {
|
|
23798
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
23799
|
+
}
|
|
23800
|
+
set justifyContentMobile(value) {
|
|
23801
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
23802
|
+
}
|
|
23803
|
+
get justifyContentMobile() {
|
|
23804
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
23805
|
+
}
|
|
23806
|
+
set justifyContentTablet(value) {
|
|
23807
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
23808
|
+
}
|
|
23809
|
+
get justifyContentTablet() {
|
|
23810
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
23811
|
+
}
|
|
23812
|
+
set justifyContentLaptop(value) {
|
|
23813
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
23814
|
+
}
|
|
23815
|
+
get justifyContentLaptop() {
|
|
23816
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
23817
|
+
}
|
|
23818
|
+
set justifyContentDesktop(value) {
|
|
23819
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
23820
|
+
}
|
|
23821
|
+
get justifyContentDesktop() {
|
|
23822
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
23823
|
+
}
|
|
23824
|
+
set alignItems(value) {
|
|
23825
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
23826
|
+
}
|
|
23827
|
+
get alignItems() {
|
|
23828
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
23829
|
+
}
|
|
23830
|
+
set alignItemsMobile(value) {
|
|
23831
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
23832
|
+
}
|
|
23833
|
+
get alignItemsMobile() {
|
|
23834
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
23835
|
+
}
|
|
23836
|
+
set alignItemsTablet(value) {
|
|
23837
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
23838
|
+
}
|
|
23839
|
+
get alignItemsTablet() {
|
|
23840
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
23841
|
+
}
|
|
23842
|
+
set alignItemsLaptop(value) {
|
|
23843
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
23844
|
+
}
|
|
23845
|
+
get alignItemsLaptop() {
|
|
23846
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
23847
|
+
}
|
|
23848
|
+
set alignItemsDesktop(value) {
|
|
23849
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
23850
|
+
}
|
|
23851
|
+
get alignItemsDesktop() {
|
|
23852
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
23853
|
+
}
|
|
23854
|
+
set wrap(value) {
|
|
23855
|
+
this.elementRef.nativeElement['wrap'] = value;
|
|
23856
|
+
}
|
|
23857
|
+
get wrap() {
|
|
23858
|
+
return this.elementRef.nativeElement['wrap'];
|
|
23859
|
+
}
|
|
23860
|
+
set wrapMobile(value) {
|
|
23861
|
+
this.elementRef.nativeElement['wrapMobile'] = value;
|
|
23862
|
+
}
|
|
23863
|
+
get wrapMobile() {
|
|
23864
|
+
return this.elementRef.nativeElement['wrapMobile'];
|
|
23865
|
+
}
|
|
23866
|
+
set wrapTablet(value) {
|
|
23867
|
+
this.elementRef.nativeElement['wrapTablet'] = value;
|
|
23868
|
+
}
|
|
23869
|
+
get wrapTablet() {
|
|
23870
|
+
return this.elementRef.nativeElement['wrapTablet'];
|
|
23871
|
+
}
|
|
23872
|
+
set wrapLaptop(value) {
|
|
23873
|
+
this.elementRef.nativeElement['wrapLaptop'] = value;
|
|
23874
|
+
}
|
|
23875
|
+
get wrapLaptop() {
|
|
23876
|
+
return this.elementRef.nativeElement['wrapLaptop'];
|
|
23877
|
+
}
|
|
23878
|
+
set wrapDesktop(value) {
|
|
23879
|
+
this.elementRef.nativeElement['wrapDesktop'] = value;
|
|
23880
|
+
}
|
|
23881
|
+
get wrapDesktop() {
|
|
23882
|
+
return this.elementRef.nativeElement['wrapDesktop'];
|
|
23883
|
+
}
|
|
23884
|
+
set overflowX(value) {
|
|
23885
|
+
this.elementRef.nativeElement['overflowX'] = value;
|
|
23886
|
+
}
|
|
23887
|
+
get overflowX() {
|
|
23888
|
+
return this.elementRef.nativeElement['overflowX'];
|
|
23889
|
+
}
|
|
23890
|
+
set overflowXMobile(value) {
|
|
23891
|
+
this.elementRef.nativeElement['overflowXMobile'] = value;
|
|
23892
|
+
}
|
|
23893
|
+
get overflowXMobile() {
|
|
23894
|
+
return this.elementRef.nativeElement['overflowXMobile'];
|
|
23764
23895
|
}
|
|
23765
|
-
set
|
|
23766
|
-
this.elementRef.nativeElement['
|
|
23896
|
+
set overflowXTablet(value) {
|
|
23897
|
+
this.elementRef.nativeElement['overflowXTablet'] = value;
|
|
23767
23898
|
}
|
|
23768
|
-
get
|
|
23769
|
-
return this.elementRef.nativeElement['
|
|
23899
|
+
get overflowXTablet() {
|
|
23900
|
+
return this.elementRef.nativeElement['overflowXTablet'];
|
|
23770
23901
|
}
|
|
23771
|
-
set
|
|
23772
|
-
this.elementRef.nativeElement['
|
|
23902
|
+
set overflowXLaptop(value) {
|
|
23903
|
+
this.elementRef.nativeElement['overflowXLaptop'] = value;
|
|
23773
23904
|
}
|
|
23774
|
-
get
|
|
23775
|
-
return this.elementRef.nativeElement['
|
|
23905
|
+
get overflowXLaptop() {
|
|
23906
|
+
return this.elementRef.nativeElement['overflowXLaptop'];
|
|
23776
23907
|
}
|
|
23777
|
-
set
|
|
23778
|
-
this.elementRef.nativeElement['
|
|
23908
|
+
set overflowXDesktop(value) {
|
|
23909
|
+
this.elementRef.nativeElement['overflowXDesktop'] = value;
|
|
23779
23910
|
}
|
|
23780
|
-
get
|
|
23781
|
-
return this.elementRef.nativeElement['
|
|
23911
|
+
get overflowXDesktop() {
|
|
23912
|
+
return this.elementRef.nativeElement['overflowXDesktop'];
|
|
23782
23913
|
}
|
|
23783
23914
|
set grow(value) {
|
|
23784
23915
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -24095,29 +24226,102 @@ class PxPage {
|
|
|
24095
24226
|
constructor(elementRef) {
|
|
24096
24227
|
this.elementRef = elementRef;
|
|
24097
24228
|
}
|
|
24098
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
24099
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
24229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24230
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxVstack, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
24100
24231
|
}
|
|
24101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
24232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxVstack, decorators: [{
|
|
24102
24233
|
type: Directive,
|
|
24103
24234
|
args: [{
|
|
24104
|
-
selector: 'px-
|
|
24235
|
+
selector: 'px-vstack',
|
|
24105
24236
|
standalone: true,
|
|
24106
24237
|
}]
|
|
24107
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
24238
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
24239
|
+
type: Input
|
|
24240
|
+
}], directionMobile: [{
|
|
24108
24241
|
type: Input,
|
|
24109
|
-
args: ['
|
|
24242
|
+
args: ['direction--mobile']
|
|
24243
|
+
}], directionTablet: [{
|
|
24244
|
+
type: Input,
|
|
24245
|
+
args: ['direction--tablet']
|
|
24246
|
+
}], directionLaptop: [{
|
|
24247
|
+
type: Input,
|
|
24248
|
+
args: ['direction--laptop']
|
|
24249
|
+
}], directionDesktop: [{
|
|
24250
|
+
type: Input,
|
|
24251
|
+
args: ['direction--desktop']
|
|
24110
24252
|
}], gap: [{
|
|
24111
24253
|
type: Input
|
|
24112
|
-
}],
|
|
24254
|
+
}], gapMobile: [{
|
|
24113
24255
|
type: Input,
|
|
24114
|
-
args: ['
|
|
24115
|
-
}],
|
|
24256
|
+
args: ['gap--mobile']
|
|
24257
|
+
}], gapTablet: [{
|
|
24116
24258
|
type: Input,
|
|
24117
|
-
args: ['
|
|
24118
|
-
}],
|
|
24259
|
+
args: ['gap--tablet']
|
|
24260
|
+
}], gapLaptop: [{
|
|
24119
24261
|
type: Input,
|
|
24120
|
-
args: ['
|
|
24262
|
+
args: ['gap--laptop']
|
|
24263
|
+
}], gapDesktop: [{
|
|
24264
|
+
type: Input,
|
|
24265
|
+
args: ['gap--desktop']
|
|
24266
|
+
}], justifyContent: [{
|
|
24267
|
+
type: Input,
|
|
24268
|
+
args: ['justify-content']
|
|
24269
|
+
}], justifyContentMobile: [{
|
|
24270
|
+
type: Input,
|
|
24271
|
+
args: ['justify-content--mobile']
|
|
24272
|
+
}], justifyContentTablet: [{
|
|
24273
|
+
type: Input,
|
|
24274
|
+
args: ['justify-content--tablet']
|
|
24275
|
+
}], justifyContentLaptop: [{
|
|
24276
|
+
type: Input,
|
|
24277
|
+
args: ['justify-content--laptop']
|
|
24278
|
+
}], justifyContentDesktop: [{
|
|
24279
|
+
type: Input,
|
|
24280
|
+
args: ['justify-content--desktop']
|
|
24281
|
+
}], alignItems: [{
|
|
24282
|
+
type: Input,
|
|
24283
|
+
args: ['align-items']
|
|
24284
|
+
}], alignItemsMobile: [{
|
|
24285
|
+
type: Input,
|
|
24286
|
+
args: ['align-items--mobile']
|
|
24287
|
+
}], alignItemsTablet: [{
|
|
24288
|
+
type: Input,
|
|
24289
|
+
args: ['align-items--tablet']
|
|
24290
|
+
}], alignItemsLaptop: [{
|
|
24291
|
+
type: Input,
|
|
24292
|
+
args: ['align-items--laptop']
|
|
24293
|
+
}], alignItemsDesktop: [{
|
|
24294
|
+
type: Input,
|
|
24295
|
+
args: ['align-items--desktop']
|
|
24296
|
+
}], wrap: [{
|
|
24297
|
+
type: Input
|
|
24298
|
+
}], wrapMobile: [{
|
|
24299
|
+
type: Input,
|
|
24300
|
+
args: ['wrap--mobile']
|
|
24301
|
+
}], wrapTablet: [{
|
|
24302
|
+
type: Input,
|
|
24303
|
+
args: ['wrap--tablet']
|
|
24304
|
+
}], wrapLaptop: [{
|
|
24305
|
+
type: Input,
|
|
24306
|
+
args: ['wrap--laptop']
|
|
24307
|
+
}], wrapDesktop: [{
|
|
24308
|
+
type: Input,
|
|
24309
|
+
args: ['wrap--desktop']
|
|
24310
|
+
}], overflowX: [{
|
|
24311
|
+
type: Input,
|
|
24312
|
+
args: ['overflow-x']
|
|
24313
|
+
}], overflowXMobile: [{
|
|
24314
|
+
type: Input,
|
|
24315
|
+
args: ['overflow-x--mobile']
|
|
24316
|
+
}], overflowXTablet: [{
|
|
24317
|
+
type: Input,
|
|
24318
|
+
args: ['overflow-x--tablet']
|
|
24319
|
+
}], overflowXLaptop: [{
|
|
24320
|
+
type: Input,
|
|
24321
|
+
args: ['overflow-x--laptop']
|
|
24322
|
+
}], overflowXDesktop: [{
|
|
24323
|
+
type: Input,
|
|
24324
|
+
args: ['overflow-x--desktop']
|
|
24121
24325
|
}], grow: [{
|
|
24122
24326
|
type: Input
|
|
24123
24327
|
}], growMobile: [{
|
|
@@ -24271,43 +24475,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
24271
24475
|
args: ['word-break-all--desktop']
|
|
24272
24476
|
}] } });
|
|
24273
24477
|
/**
|
|
24274
|
-
* @description Type-only wrapper for <px-
|
|
24275
|
-
*/
|
|
24276
|
-
class PxSpacer {
|
|
24277
|
-
elementRef;
|
|
24278
|
-
set grow(value) {
|
|
24279
|
-
this.elementRef.nativeElement['grow'] = value;
|
|
24280
|
-
}
|
|
24281
|
-
get grow() {
|
|
24282
|
-
return this.elementRef.nativeElement['grow'];
|
|
24283
|
-
}
|
|
24284
|
-
set nogap(value) {
|
|
24285
|
-
this.elementRef.nativeElement['nogap'] = value;
|
|
24286
|
-
}
|
|
24287
|
-
get nogap() {
|
|
24288
|
-
return this.elementRef.nativeElement['nogap'];
|
|
24289
|
-
}
|
|
24290
|
-
constructor(elementRef) {
|
|
24291
|
-
this.elementRef = elementRef;
|
|
24292
|
-
}
|
|
24293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24294
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpacer, isStandalone: true, selector: "px-spacer", inputs: { grow: "grow", nogap: "nogap" }, ngImport: i0 });
|
|
24295
|
-
}
|
|
24296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpacer, decorators: [{
|
|
24297
|
-
type: Directive,
|
|
24298
|
-
args: [{
|
|
24299
|
-
selector: 'px-spacer',
|
|
24300
|
-
standalone: true,
|
|
24301
|
-
}]
|
|
24302
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { grow: [{
|
|
24303
|
-
type: Input
|
|
24304
|
-
}], nogap: [{
|
|
24305
|
-
type: Input
|
|
24306
|
-
}] } });
|
|
24307
|
-
/**
|
|
24308
|
-
* @description Type-only wrapper for <px-stack>
|
|
24478
|
+
* @description Type-only wrapper for <px-hstack>
|
|
24309
24479
|
*/
|
|
24310
|
-
class
|
|
24480
|
+
class PxHstack {
|
|
24311
24481
|
elementRef;
|
|
24312
24482
|
set direction(value) {
|
|
24313
24483
|
this.elementRef.nativeElement['direction'] = value;
|
|
@@ -24804,13 +24974,13 @@ class PxStack {
|
|
|
24804
24974
|
constructor(elementRef) {
|
|
24805
24975
|
this.elementRef = elementRef;
|
|
24806
24976
|
}
|
|
24807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
24808
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
24977
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24978
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxHstack, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
24809
24979
|
}
|
|
24810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
24980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxHstack, decorators: [{
|
|
24811
24981
|
type: Directive,
|
|
24812
24982
|
args: [{
|
|
24813
|
-
selector: 'px-
|
|
24983
|
+
selector: 'px-hstack',
|
|
24814
24984
|
standalone: true,
|
|
24815
24985
|
}]
|
|
24816
24986
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
@@ -25053,189 +25223,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
25053
25223
|
args: ['word-break-all--desktop']
|
|
25054
25224
|
}] } });
|
|
25055
25225
|
/**
|
|
25056
|
-
* @description Type-only wrapper for <px-
|
|
25226
|
+
* @description Type-only wrapper for <px-a>
|
|
25057
25227
|
*/
|
|
25058
|
-
class
|
|
25228
|
+
class PxA {
|
|
25059
25229
|
elementRef;
|
|
25060
|
-
set
|
|
25061
|
-
this.elementRef.nativeElement['
|
|
25062
|
-
}
|
|
25063
|
-
get direction() {
|
|
25064
|
-
return this.elementRef.nativeElement['direction'];
|
|
25065
|
-
}
|
|
25066
|
-
set directionMobile(value) {
|
|
25067
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
25068
|
-
}
|
|
25069
|
-
get directionMobile() {
|
|
25070
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
25071
|
-
}
|
|
25072
|
-
set directionTablet(value) {
|
|
25073
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
25074
|
-
}
|
|
25075
|
-
get directionTablet() {
|
|
25076
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
25077
|
-
}
|
|
25078
|
-
set directionLaptop(value) {
|
|
25079
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
25080
|
-
}
|
|
25081
|
-
get directionLaptop() {
|
|
25082
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
25083
|
-
}
|
|
25084
|
-
set directionDesktop(value) {
|
|
25085
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
25086
|
-
}
|
|
25087
|
-
get directionDesktop() {
|
|
25088
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
25089
|
-
}
|
|
25090
|
-
set gap(value) {
|
|
25091
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
25092
|
-
}
|
|
25093
|
-
get gap() {
|
|
25094
|
-
return this.elementRef.nativeElement['gap'];
|
|
25095
|
-
}
|
|
25096
|
-
set gapMobile(value) {
|
|
25097
|
-
this.elementRef.nativeElement['gapMobile'] = value;
|
|
25098
|
-
}
|
|
25099
|
-
get gapMobile() {
|
|
25100
|
-
return this.elementRef.nativeElement['gapMobile'];
|
|
25101
|
-
}
|
|
25102
|
-
set gapTablet(value) {
|
|
25103
|
-
this.elementRef.nativeElement['gapTablet'] = value;
|
|
25104
|
-
}
|
|
25105
|
-
get gapTablet() {
|
|
25106
|
-
return this.elementRef.nativeElement['gapTablet'];
|
|
25107
|
-
}
|
|
25108
|
-
set gapLaptop(value) {
|
|
25109
|
-
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
25110
|
-
}
|
|
25111
|
-
get gapLaptop() {
|
|
25112
|
-
return this.elementRef.nativeElement['gapLaptop'];
|
|
25113
|
-
}
|
|
25114
|
-
set gapDesktop(value) {
|
|
25115
|
-
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
25230
|
+
set disabled(value) {
|
|
25231
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
25116
25232
|
}
|
|
25117
|
-
get
|
|
25118
|
-
return this.elementRef.nativeElement['
|
|
25233
|
+
get disabled() {
|
|
25234
|
+
return this.elementRef.nativeElement['disabled'];
|
|
25119
25235
|
}
|
|
25120
|
-
set
|
|
25121
|
-
this.elementRef.nativeElement['
|
|
25236
|
+
set variant(value) {
|
|
25237
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
25122
25238
|
}
|
|
25123
|
-
get
|
|
25124
|
-
return this.elementRef.nativeElement['
|
|
25239
|
+
get variant() {
|
|
25240
|
+
return this.elementRef.nativeElement['variant'];
|
|
25125
25241
|
}
|
|
25126
|
-
set
|
|
25127
|
-
this.elementRef.nativeElement['
|
|
25242
|
+
set shape(value) {
|
|
25243
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
25128
25244
|
}
|
|
25129
|
-
get
|
|
25130
|
-
return this.elementRef.nativeElement['
|
|
25245
|
+
get shape() {
|
|
25246
|
+
return this.elementRef.nativeElement['shape'];
|
|
25131
25247
|
}
|
|
25132
|
-
set
|
|
25133
|
-
this.elementRef.nativeElement['
|
|
25248
|
+
set shapeMobile(value) {
|
|
25249
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
25134
25250
|
}
|
|
25135
|
-
get
|
|
25136
|
-
return this.elementRef.nativeElement['
|
|
25251
|
+
get shapeMobile() {
|
|
25252
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
25137
25253
|
}
|
|
25138
|
-
set
|
|
25139
|
-
this.elementRef.nativeElement['
|
|
25254
|
+
set shapeTablet(value) {
|
|
25255
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
25140
25256
|
}
|
|
25141
|
-
get
|
|
25142
|
-
return this.elementRef.nativeElement['
|
|
25257
|
+
get shapeTablet() {
|
|
25258
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
25143
25259
|
}
|
|
25144
|
-
set
|
|
25145
|
-
this.elementRef.nativeElement['
|
|
25260
|
+
set shapeLaptop(value) {
|
|
25261
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
25146
25262
|
}
|
|
25147
|
-
get
|
|
25148
|
-
return this.elementRef.nativeElement['
|
|
25263
|
+
get shapeLaptop() {
|
|
25264
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
25149
25265
|
}
|
|
25150
|
-
set
|
|
25151
|
-
this.elementRef.nativeElement['
|
|
25266
|
+
set shapeDesktop(value) {
|
|
25267
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
25152
25268
|
}
|
|
25153
|
-
get
|
|
25154
|
-
return this.elementRef.nativeElement['
|
|
25269
|
+
get shapeDesktop() {
|
|
25270
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
25155
25271
|
}
|
|
25156
|
-
set
|
|
25157
|
-
this.elementRef.nativeElement['
|
|
25272
|
+
set extended(value) {
|
|
25273
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
25158
25274
|
}
|
|
25159
|
-
get
|
|
25160
|
-
return this.elementRef.nativeElement['
|
|
25275
|
+
get extended() {
|
|
25276
|
+
return this.elementRef.nativeElement['extended'];
|
|
25161
25277
|
}
|
|
25162
|
-
set
|
|
25163
|
-
this.elementRef.nativeElement['
|
|
25278
|
+
set extendedMobile(value) {
|
|
25279
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
25164
25280
|
}
|
|
25165
|
-
get
|
|
25166
|
-
return this.elementRef.nativeElement['
|
|
25281
|
+
get extendedMobile() {
|
|
25282
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
25167
25283
|
}
|
|
25168
|
-
set
|
|
25169
|
-
this.elementRef.nativeElement['
|
|
25284
|
+
set extendedTablet(value) {
|
|
25285
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
25170
25286
|
}
|
|
25171
|
-
get
|
|
25172
|
-
return this.elementRef.nativeElement['
|
|
25287
|
+
get extendedTablet() {
|
|
25288
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
25173
25289
|
}
|
|
25174
|
-
set
|
|
25175
|
-
this.elementRef.nativeElement['
|
|
25290
|
+
set extendedLaptop(value) {
|
|
25291
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
25176
25292
|
}
|
|
25177
|
-
get
|
|
25178
|
-
return this.elementRef.nativeElement['
|
|
25293
|
+
get extendedLaptop() {
|
|
25294
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
25179
25295
|
}
|
|
25180
|
-
set
|
|
25181
|
-
this.elementRef.nativeElement['
|
|
25296
|
+
set extendedDesktop(value) {
|
|
25297
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
25182
25298
|
}
|
|
25183
|
-
get
|
|
25184
|
-
return this.elementRef.nativeElement['
|
|
25299
|
+
get extendedDesktop() {
|
|
25300
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
25185
25301
|
}
|
|
25186
|
-
set
|
|
25187
|
-
this.elementRef.nativeElement['
|
|
25302
|
+
set inverted(value) {
|
|
25303
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
25188
25304
|
}
|
|
25189
|
-
get
|
|
25190
|
-
return this.elementRef.nativeElement['
|
|
25305
|
+
get inverted() {
|
|
25306
|
+
return this.elementRef.nativeElement['inverted'];
|
|
25191
25307
|
}
|
|
25192
|
-
set
|
|
25193
|
-
this.elementRef.nativeElement['
|
|
25308
|
+
set fontSize(value) {
|
|
25309
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
25194
25310
|
}
|
|
25195
|
-
get
|
|
25196
|
-
return this.elementRef.nativeElement['
|
|
25311
|
+
get fontSize() {
|
|
25312
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
25197
25313
|
}
|
|
25198
|
-
set
|
|
25199
|
-
this.elementRef.nativeElement['
|
|
25314
|
+
set color(value) {
|
|
25315
|
+
this.elementRef.nativeElement['color'] = value;
|
|
25200
25316
|
}
|
|
25201
|
-
get
|
|
25202
|
-
return this.elementRef.nativeElement['
|
|
25317
|
+
get color() {
|
|
25318
|
+
return this.elementRef.nativeElement['color'];
|
|
25203
25319
|
}
|
|
25204
|
-
set
|
|
25205
|
-
this.elementRef.nativeElement['
|
|
25320
|
+
set fontWeight(value) {
|
|
25321
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
25206
25322
|
}
|
|
25207
|
-
get
|
|
25208
|
-
return this.elementRef.nativeElement['
|
|
25323
|
+
get fontWeight() {
|
|
25324
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
25209
25325
|
}
|
|
25210
|
-
set
|
|
25211
|
-
this.elementRef.nativeElement['
|
|
25326
|
+
set title(value) {
|
|
25327
|
+
this.elementRef.nativeElement['title'] = value;
|
|
25212
25328
|
}
|
|
25213
|
-
get
|
|
25214
|
-
return this.elementRef.nativeElement['
|
|
25329
|
+
get title() {
|
|
25330
|
+
return this.elementRef.nativeElement['title'];
|
|
25215
25331
|
}
|
|
25216
|
-
|
|
25217
|
-
|
|
25332
|
+
/** The URL that the hyperlink points to. */
|
|
25333
|
+
set href(value) {
|
|
25334
|
+
this.elementRef.nativeElement['href'] = value;
|
|
25218
25335
|
}
|
|
25219
|
-
get
|
|
25220
|
-
return this.elementRef.nativeElement['
|
|
25336
|
+
get href() {
|
|
25337
|
+
return this.elementRef.nativeElement['href'];
|
|
25221
25338
|
}
|
|
25222
|
-
|
|
25223
|
-
|
|
25339
|
+
/** Where to display the linked URL. */
|
|
25340
|
+
set target(value) {
|
|
25341
|
+
this.elementRef.nativeElement['target'] = value;
|
|
25224
25342
|
}
|
|
25225
|
-
get
|
|
25226
|
-
return this.elementRef.nativeElement['
|
|
25343
|
+
get target() {
|
|
25344
|
+
return this.elementRef.nativeElement['target'];
|
|
25227
25345
|
}
|
|
25228
|
-
|
|
25229
|
-
|
|
25346
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
25347
|
+
set rel(value) {
|
|
25348
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
25230
25349
|
}
|
|
25231
|
-
get
|
|
25232
|
-
return this.elementRef.nativeElement['
|
|
25350
|
+
get rel() {
|
|
25351
|
+
return this.elementRef.nativeElement['rel'];
|
|
25233
25352
|
}
|
|
25234
|
-
|
|
25235
|
-
|
|
25353
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
25354
|
+
set download(value) {
|
|
25355
|
+
this.elementRef.nativeElement['download'] = value;
|
|
25236
25356
|
}
|
|
25237
|
-
get
|
|
25238
|
-
return this.elementRef.nativeElement['
|
|
25357
|
+
get download() {
|
|
25358
|
+
return this.elementRef.nativeElement['download'];
|
|
25239
25359
|
}
|
|
25240
25360
|
set grow(value) {
|
|
25241
25361
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -25552,102 +25672,67 @@ class PxVstack {
|
|
|
25552
25672
|
constructor(elementRef) {
|
|
25553
25673
|
this.elementRef = elementRef;
|
|
25554
25674
|
}
|
|
25555
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
25556
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
25675
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25676
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxA, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
25557
25677
|
}
|
|
25558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
25678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxA, decorators: [{
|
|
25559
25679
|
type: Directive,
|
|
25560
25680
|
args: [{
|
|
25561
|
-
selector: 'px-
|
|
25681
|
+
selector: 'px-a',
|
|
25562
25682
|
standalone: true,
|
|
25563
25683
|
}]
|
|
25564
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
25684
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
|
|
25565
25685
|
type: Input
|
|
25566
|
-
}],
|
|
25567
|
-
type: Input,
|
|
25568
|
-
args: ['direction--mobile']
|
|
25569
|
-
}], directionTablet: [{
|
|
25570
|
-
type: Input,
|
|
25571
|
-
args: ['direction--tablet']
|
|
25572
|
-
}], directionLaptop: [{
|
|
25573
|
-
type: Input,
|
|
25574
|
-
args: ['direction--laptop']
|
|
25575
|
-
}], directionDesktop: [{
|
|
25576
|
-
type: Input,
|
|
25577
|
-
args: ['direction--desktop']
|
|
25578
|
-
}], gap: [{
|
|
25686
|
+
}], variant: [{
|
|
25579
25687
|
type: Input
|
|
25580
|
-
}],
|
|
25581
|
-
type: Input
|
|
25582
|
-
|
|
25583
|
-
}], gapTablet: [{
|
|
25584
|
-
type: Input,
|
|
25585
|
-
args: ['gap--tablet']
|
|
25586
|
-
}], gapLaptop: [{
|
|
25587
|
-
type: Input,
|
|
25588
|
-
args: ['gap--laptop']
|
|
25589
|
-
}], gapDesktop: [{
|
|
25590
|
-
type: Input,
|
|
25591
|
-
args: ['gap--desktop']
|
|
25592
|
-
}], justifyContent: [{
|
|
25593
|
-
type: Input,
|
|
25594
|
-
args: ['justify-content']
|
|
25595
|
-
}], justifyContentMobile: [{
|
|
25596
|
-
type: Input,
|
|
25597
|
-
args: ['justify-content--mobile']
|
|
25598
|
-
}], justifyContentTablet: [{
|
|
25599
|
-
type: Input,
|
|
25600
|
-
args: ['justify-content--tablet']
|
|
25601
|
-
}], justifyContentLaptop: [{
|
|
25602
|
-
type: Input,
|
|
25603
|
-
args: ['justify-content--laptop']
|
|
25604
|
-
}], justifyContentDesktop: [{
|
|
25605
|
-
type: Input,
|
|
25606
|
-
args: ['justify-content--desktop']
|
|
25607
|
-
}], alignItems: [{
|
|
25608
|
-
type: Input,
|
|
25609
|
-
args: ['align-items']
|
|
25610
|
-
}], alignItemsMobile: [{
|
|
25688
|
+
}], shape: [{
|
|
25689
|
+
type: Input
|
|
25690
|
+
}], shapeMobile: [{
|
|
25611
25691
|
type: Input,
|
|
25612
|
-
args: ['
|
|
25613
|
-
}],
|
|
25692
|
+
args: ['shape--mobile']
|
|
25693
|
+
}], shapeTablet: [{
|
|
25614
25694
|
type: Input,
|
|
25615
|
-
args: ['
|
|
25616
|
-
}],
|
|
25695
|
+
args: ['shape--tablet']
|
|
25696
|
+
}], shapeLaptop: [{
|
|
25617
25697
|
type: Input,
|
|
25618
|
-
args: ['
|
|
25619
|
-
}],
|
|
25698
|
+
args: ['shape--laptop']
|
|
25699
|
+
}], shapeDesktop: [{
|
|
25620
25700
|
type: Input,
|
|
25621
|
-
args: ['
|
|
25622
|
-
}],
|
|
25701
|
+
args: ['shape--desktop']
|
|
25702
|
+
}], extended: [{
|
|
25623
25703
|
type: Input
|
|
25624
|
-
}],
|
|
25625
|
-
type: Input,
|
|
25626
|
-
args: ['wrap--mobile']
|
|
25627
|
-
}], wrapTablet: [{
|
|
25628
|
-
type: Input,
|
|
25629
|
-
args: ['wrap--tablet']
|
|
25630
|
-
}], wrapLaptop: [{
|
|
25631
|
-
type: Input,
|
|
25632
|
-
args: ['wrap--laptop']
|
|
25633
|
-
}], wrapDesktop: [{
|
|
25704
|
+
}], extendedMobile: [{
|
|
25634
25705
|
type: Input,
|
|
25635
|
-
args: ['
|
|
25636
|
-
}],
|
|
25706
|
+
args: ['extended--mobile']
|
|
25707
|
+
}], extendedTablet: [{
|
|
25637
25708
|
type: Input,
|
|
25638
|
-
args: ['
|
|
25639
|
-
}],
|
|
25709
|
+
args: ['extended--tablet']
|
|
25710
|
+
}], extendedLaptop: [{
|
|
25640
25711
|
type: Input,
|
|
25641
|
-
args: ['
|
|
25642
|
-
}],
|
|
25712
|
+
args: ['extended--laptop']
|
|
25713
|
+
}], extendedDesktop: [{
|
|
25643
25714
|
type: Input,
|
|
25644
|
-
args: ['
|
|
25645
|
-
}],
|
|
25715
|
+
args: ['extended--desktop']
|
|
25716
|
+
}], inverted: [{
|
|
25717
|
+
type: Input
|
|
25718
|
+
}], fontSize: [{
|
|
25646
25719
|
type: Input,
|
|
25647
|
-
args: ['
|
|
25648
|
-
}],
|
|
25720
|
+
args: ['font-size']
|
|
25721
|
+
}], color: [{
|
|
25722
|
+
type: Input
|
|
25723
|
+
}], fontWeight: [{
|
|
25649
25724
|
type: Input,
|
|
25650
|
-
args: ['
|
|
25725
|
+
args: ['font-weight']
|
|
25726
|
+
}], title: [{
|
|
25727
|
+
type: Input
|
|
25728
|
+
}], href: [{
|
|
25729
|
+
type: Input
|
|
25730
|
+
}], target: [{
|
|
25731
|
+
type: Input
|
|
25732
|
+
}], rel: [{
|
|
25733
|
+
type: Input
|
|
25734
|
+
}], download: [{
|
|
25735
|
+
type: Input
|
|
25651
25736
|
}], grow: [{
|
|
25652
25737
|
type: Input
|
|
25653
25738
|
}], growMobile: [{
|
|
@@ -25801,189 +25886,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
25801
25886
|
args: ['word-break-all--desktop']
|
|
25802
25887
|
}] } });
|
|
25803
25888
|
/**
|
|
25804
|
-
* @description Type-only wrapper for <px-
|
|
25889
|
+
* @description Type-only wrapper for <px-a-wrapper>
|
|
25805
25890
|
*/
|
|
25806
|
-
class
|
|
25891
|
+
class PxAWrapper {
|
|
25807
25892
|
elementRef;
|
|
25808
|
-
|
|
25809
|
-
|
|
25810
|
-
|
|
25811
|
-
get direction() {
|
|
25812
|
-
return this.elementRef.nativeElement['direction'];
|
|
25813
|
-
}
|
|
25814
|
-
set directionMobile(value) {
|
|
25815
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
25816
|
-
}
|
|
25817
|
-
get directionMobile() {
|
|
25818
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
25819
|
-
}
|
|
25820
|
-
set directionTablet(value) {
|
|
25821
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
25822
|
-
}
|
|
25823
|
-
get directionTablet() {
|
|
25824
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
25825
|
-
}
|
|
25826
|
-
set directionLaptop(value) {
|
|
25827
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
25828
|
-
}
|
|
25829
|
-
get directionLaptop() {
|
|
25830
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
25831
|
-
}
|
|
25832
|
-
set directionDesktop(value) {
|
|
25833
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
25834
|
-
}
|
|
25835
|
-
get directionDesktop() {
|
|
25836
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
25837
|
-
}
|
|
25838
|
-
set gap(value) {
|
|
25839
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
25840
|
-
}
|
|
25841
|
-
get gap() {
|
|
25842
|
-
return this.elementRef.nativeElement['gap'];
|
|
25843
|
-
}
|
|
25844
|
-
set gapMobile(value) {
|
|
25845
|
-
this.elementRef.nativeElement['gapMobile'] = value;
|
|
25846
|
-
}
|
|
25847
|
-
get gapMobile() {
|
|
25848
|
-
return this.elementRef.nativeElement['gapMobile'];
|
|
25849
|
-
}
|
|
25850
|
-
set gapTablet(value) {
|
|
25851
|
-
this.elementRef.nativeElement['gapTablet'] = value;
|
|
25852
|
-
}
|
|
25853
|
-
get gapTablet() {
|
|
25854
|
-
return this.elementRef.nativeElement['gapTablet'];
|
|
25855
|
-
}
|
|
25856
|
-
set gapLaptop(value) {
|
|
25857
|
-
this.elementRef.nativeElement['gapLaptop'] = value;
|
|
25858
|
-
}
|
|
25859
|
-
get gapLaptop() {
|
|
25860
|
-
return this.elementRef.nativeElement['gapLaptop'];
|
|
25861
|
-
}
|
|
25862
|
-
set gapDesktop(value) {
|
|
25863
|
-
this.elementRef.nativeElement['gapDesktop'] = value;
|
|
25893
|
+
/** The URL that the hyperlink points to. */
|
|
25894
|
+
set href(value) {
|
|
25895
|
+
this.elementRef.nativeElement['href'] = value;
|
|
25864
25896
|
}
|
|
25865
|
-
get
|
|
25866
|
-
return this.elementRef.nativeElement['
|
|
25897
|
+
get href() {
|
|
25898
|
+
return this.elementRef.nativeElement['href'];
|
|
25867
25899
|
}
|
|
25868
|
-
|
|
25869
|
-
|
|
25900
|
+
/** Where to display the linked URL. */
|
|
25901
|
+
set target(value) {
|
|
25902
|
+
this.elementRef.nativeElement['target'] = value;
|
|
25870
25903
|
}
|
|
25871
|
-
get
|
|
25872
|
-
return this.elementRef.nativeElement['
|
|
25904
|
+
get target() {
|
|
25905
|
+
return this.elementRef.nativeElement['target'];
|
|
25873
25906
|
}
|
|
25874
|
-
|
|
25875
|
-
|
|
25907
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
25908
|
+
set rel(value) {
|
|
25909
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
25876
25910
|
}
|
|
25877
|
-
get
|
|
25878
|
-
return this.elementRef.nativeElement['
|
|
25911
|
+
get rel() {
|
|
25912
|
+
return this.elementRef.nativeElement['rel'];
|
|
25879
25913
|
}
|
|
25880
|
-
|
|
25881
|
-
|
|
25914
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
25915
|
+
set download(value) {
|
|
25916
|
+
this.elementRef.nativeElement['download'] = value;
|
|
25882
25917
|
}
|
|
25883
|
-
get
|
|
25884
|
-
return this.elementRef.nativeElement['
|
|
25918
|
+
get download() {
|
|
25919
|
+
return this.elementRef.nativeElement['download'];
|
|
25885
25920
|
}
|
|
25886
|
-
set
|
|
25887
|
-
this.elementRef.nativeElement['
|
|
25921
|
+
set disabled(value) {
|
|
25922
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
25888
25923
|
}
|
|
25889
|
-
get
|
|
25890
|
-
return this.elementRef.nativeElement['
|
|
25924
|
+
get disabled() {
|
|
25925
|
+
return this.elementRef.nativeElement['disabled'];
|
|
25891
25926
|
}
|
|
25892
|
-
set
|
|
25893
|
-
this.elementRef.nativeElement['
|
|
25927
|
+
set variant(value) {
|
|
25928
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
25894
25929
|
}
|
|
25895
|
-
get
|
|
25896
|
-
return this.elementRef.nativeElement['
|
|
25930
|
+
get variant() {
|
|
25931
|
+
return this.elementRef.nativeElement['variant'];
|
|
25897
25932
|
}
|
|
25898
|
-
set
|
|
25899
|
-
this.elementRef.nativeElement['
|
|
25933
|
+
set shape(value) {
|
|
25934
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
25900
25935
|
}
|
|
25901
|
-
get
|
|
25902
|
-
return this.elementRef.nativeElement['
|
|
25936
|
+
get shape() {
|
|
25937
|
+
return this.elementRef.nativeElement['shape'];
|
|
25903
25938
|
}
|
|
25904
|
-
set
|
|
25905
|
-
this.elementRef.nativeElement['
|
|
25939
|
+
set shapeMobile(value) {
|
|
25940
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
25906
25941
|
}
|
|
25907
|
-
get
|
|
25908
|
-
return this.elementRef.nativeElement['
|
|
25942
|
+
get shapeMobile() {
|
|
25943
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
25909
25944
|
}
|
|
25910
|
-
set
|
|
25911
|
-
this.elementRef.nativeElement['
|
|
25945
|
+
set shapeTablet(value) {
|
|
25946
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
25912
25947
|
}
|
|
25913
|
-
get
|
|
25914
|
-
return this.elementRef.nativeElement['
|
|
25948
|
+
get shapeTablet() {
|
|
25949
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
25915
25950
|
}
|
|
25916
|
-
set
|
|
25917
|
-
this.elementRef.nativeElement['
|
|
25951
|
+
set shapeLaptop(value) {
|
|
25952
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
25918
25953
|
}
|
|
25919
|
-
get
|
|
25920
|
-
return this.elementRef.nativeElement['
|
|
25954
|
+
get shapeLaptop() {
|
|
25955
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
25921
25956
|
}
|
|
25922
|
-
set
|
|
25923
|
-
this.elementRef.nativeElement['
|
|
25957
|
+
set shapeDesktop(value) {
|
|
25958
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
25924
25959
|
}
|
|
25925
|
-
get
|
|
25926
|
-
return this.elementRef.nativeElement['
|
|
25960
|
+
get shapeDesktop() {
|
|
25961
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
25927
25962
|
}
|
|
25928
|
-
set
|
|
25929
|
-
this.elementRef.nativeElement['
|
|
25963
|
+
set extended(value) {
|
|
25964
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
25930
25965
|
}
|
|
25931
|
-
get
|
|
25932
|
-
return this.elementRef.nativeElement['
|
|
25966
|
+
get extended() {
|
|
25967
|
+
return this.elementRef.nativeElement['extended'];
|
|
25933
25968
|
}
|
|
25934
|
-
set
|
|
25935
|
-
this.elementRef.nativeElement['
|
|
25969
|
+
set extendedMobile(value) {
|
|
25970
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
25936
25971
|
}
|
|
25937
|
-
get
|
|
25938
|
-
return this.elementRef.nativeElement['
|
|
25972
|
+
get extendedMobile() {
|
|
25973
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
25939
25974
|
}
|
|
25940
|
-
set
|
|
25941
|
-
this.elementRef.nativeElement['
|
|
25975
|
+
set extendedTablet(value) {
|
|
25976
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
25942
25977
|
}
|
|
25943
|
-
get
|
|
25944
|
-
return this.elementRef.nativeElement['
|
|
25978
|
+
get extendedTablet() {
|
|
25979
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
25945
25980
|
}
|
|
25946
|
-
set
|
|
25947
|
-
this.elementRef.nativeElement['
|
|
25981
|
+
set extendedLaptop(value) {
|
|
25982
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
25948
25983
|
}
|
|
25949
|
-
get
|
|
25950
|
-
return this.elementRef.nativeElement['
|
|
25984
|
+
get extendedLaptop() {
|
|
25985
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
25951
25986
|
}
|
|
25952
|
-
set
|
|
25953
|
-
this.elementRef.nativeElement['
|
|
25987
|
+
set extendedDesktop(value) {
|
|
25988
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
25954
25989
|
}
|
|
25955
|
-
get
|
|
25956
|
-
return this.elementRef.nativeElement['
|
|
25990
|
+
get extendedDesktop() {
|
|
25991
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
25957
25992
|
}
|
|
25958
|
-
set
|
|
25959
|
-
this.elementRef.nativeElement['
|
|
25993
|
+
set inverted(value) {
|
|
25994
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
25960
25995
|
}
|
|
25961
|
-
get
|
|
25962
|
-
return this.elementRef.nativeElement['
|
|
25996
|
+
get inverted() {
|
|
25997
|
+
return this.elementRef.nativeElement['inverted'];
|
|
25963
25998
|
}
|
|
25964
|
-
set
|
|
25965
|
-
this.elementRef.nativeElement['
|
|
25999
|
+
set fontSize(value) {
|
|
26000
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
25966
26001
|
}
|
|
25967
|
-
get
|
|
25968
|
-
return this.elementRef.nativeElement['
|
|
26002
|
+
get fontSize() {
|
|
26003
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
25969
26004
|
}
|
|
25970
|
-
set
|
|
25971
|
-
this.elementRef.nativeElement['
|
|
26005
|
+
set color(value) {
|
|
26006
|
+
this.elementRef.nativeElement['color'] = value;
|
|
25972
26007
|
}
|
|
25973
|
-
get
|
|
25974
|
-
return this.elementRef.nativeElement['
|
|
26008
|
+
get color() {
|
|
26009
|
+
return this.elementRef.nativeElement['color'];
|
|
25975
26010
|
}
|
|
25976
|
-
set
|
|
25977
|
-
this.elementRef.nativeElement['
|
|
26011
|
+
set fontWeight(value) {
|
|
26012
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
25978
26013
|
}
|
|
25979
|
-
get
|
|
25980
|
-
return this.elementRef.nativeElement['
|
|
26014
|
+
get fontWeight() {
|
|
26015
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
25981
26016
|
}
|
|
25982
|
-
set
|
|
25983
|
-
this.elementRef.nativeElement['
|
|
26017
|
+
set title(value) {
|
|
26018
|
+
this.elementRef.nativeElement['title'] = value;
|
|
25984
26019
|
}
|
|
25985
|
-
get
|
|
25986
|
-
return this.elementRef.nativeElement['
|
|
26020
|
+
get title() {
|
|
26021
|
+
return this.elementRef.nativeElement['title'];
|
|
25987
26022
|
}
|
|
25988
26023
|
set grow(value) {
|
|
25989
26024
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -26300,102 +26335,67 @@ class PxHstack {
|
|
|
26300
26335
|
constructor(elementRef) {
|
|
26301
26336
|
this.elementRef = elementRef;
|
|
26302
26337
|
}
|
|
26303
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
26304
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
26338
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26339
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAWrapper, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
26305
26340
|
}
|
|
26306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
26341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAWrapper, decorators: [{
|
|
26307
26342
|
type: Directive,
|
|
26308
26343
|
args: [{
|
|
26309
|
-
selector: 'px-
|
|
26344
|
+
selector: 'px-a-wrapper',
|
|
26310
26345
|
standalone: true,
|
|
26311
26346
|
}]
|
|
26312
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
26347
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { href: [{
|
|
26348
|
+
type: Input
|
|
26349
|
+
}], target: [{
|
|
26350
|
+
type: Input
|
|
26351
|
+
}], rel: [{
|
|
26352
|
+
type: Input
|
|
26353
|
+
}], download: [{
|
|
26313
26354
|
type: Input
|
|
26314
|
-
}],
|
|
26315
|
-
type: Input,
|
|
26316
|
-
args: ['direction--mobile']
|
|
26317
|
-
}], directionTablet: [{
|
|
26318
|
-
type: Input,
|
|
26319
|
-
args: ['direction--tablet']
|
|
26320
|
-
}], directionLaptop: [{
|
|
26321
|
-
type: Input,
|
|
26322
|
-
args: ['direction--laptop']
|
|
26323
|
-
}], directionDesktop: [{
|
|
26324
|
-
type: Input,
|
|
26325
|
-
args: ['direction--desktop']
|
|
26326
|
-
}], gap: [{
|
|
26355
|
+
}], disabled: [{
|
|
26327
26356
|
type: Input
|
|
26328
|
-
}],
|
|
26329
|
-
type: Input
|
|
26330
|
-
|
|
26331
|
-
|
|
26332
|
-
|
|
26333
|
-
args: ['gap--tablet']
|
|
26334
|
-
}], gapLaptop: [{
|
|
26335
|
-
type: Input,
|
|
26336
|
-
args: ['gap--laptop']
|
|
26337
|
-
}], gapDesktop: [{
|
|
26338
|
-
type: Input,
|
|
26339
|
-
args: ['gap--desktop']
|
|
26340
|
-
}], justifyContent: [{
|
|
26341
|
-
type: Input,
|
|
26342
|
-
args: ['justify-content']
|
|
26343
|
-
}], justifyContentMobile: [{
|
|
26344
|
-
type: Input,
|
|
26345
|
-
args: ['justify-content--mobile']
|
|
26346
|
-
}], justifyContentTablet: [{
|
|
26347
|
-
type: Input,
|
|
26348
|
-
args: ['justify-content--tablet']
|
|
26349
|
-
}], justifyContentLaptop: [{
|
|
26350
|
-
type: Input,
|
|
26351
|
-
args: ['justify-content--laptop']
|
|
26352
|
-
}], justifyContentDesktop: [{
|
|
26353
|
-
type: Input,
|
|
26354
|
-
args: ['justify-content--desktop']
|
|
26355
|
-
}], alignItems: [{
|
|
26356
|
-
type: Input,
|
|
26357
|
-
args: ['align-items']
|
|
26358
|
-
}], alignItemsMobile: [{
|
|
26357
|
+
}], variant: [{
|
|
26358
|
+
type: Input
|
|
26359
|
+
}], shape: [{
|
|
26360
|
+
type: Input
|
|
26361
|
+
}], shapeMobile: [{
|
|
26359
26362
|
type: Input,
|
|
26360
|
-
args: ['
|
|
26361
|
-
}],
|
|
26363
|
+
args: ['shape--mobile']
|
|
26364
|
+
}], shapeTablet: [{
|
|
26362
26365
|
type: Input,
|
|
26363
|
-
args: ['
|
|
26364
|
-
}],
|
|
26366
|
+
args: ['shape--tablet']
|
|
26367
|
+
}], shapeLaptop: [{
|
|
26365
26368
|
type: Input,
|
|
26366
|
-
args: ['
|
|
26367
|
-
}],
|
|
26369
|
+
args: ['shape--laptop']
|
|
26370
|
+
}], shapeDesktop: [{
|
|
26368
26371
|
type: Input,
|
|
26369
|
-
args: ['
|
|
26370
|
-
}],
|
|
26372
|
+
args: ['shape--desktop']
|
|
26373
|
+
}], extended: [{
|
|
26371
26374
|
type: Input
|
|
26372
|
-
}],
|
|
26373
|
-
type: Input,
|
|
26374
|
-
args: ['wrap--mobile']
|
|
26375
|
-
}], wrapTablet: [{
|
|
26376
|
-
type: Input,
|
|
26377
|
-
args: ['wrap--tablet']
|
|
26378
|
-
}], wrapLaptop: [{
|
|
26379
|
-
type: Input,
|
|
26380
|
-
args: ['wrap--laptop']
|
|
26381
|
-
}], wrapDesktop: [{
|
|
26375
|
+
}], extendedMobile: [{
|
|
26382
26376
|
type: Input,
|
|
26383
|
-
args: ['
|
|
26384
|
-
}],
|
|
26377
|
+
args: ['extended--mobile']
|
|
26378
|
+
}], extendedTablet: [{
|
|
26385
26379
|
type: Input,
|
|
26386
|
-
args: ['
|
|
26387
|
-
}],
|
|
26380
|
+
args: ['extended--tablet']
|
|
26381
|
+
}], extendedLaptop: [{
|
|
26388
26382
|
type: Input,
|
|
26389
|
-
args: ['
|
|
26390
|
-
}],
|
|
26383
|
+
args: ['extended--laptop']
|
|
26384
|
+
}], extendedDesktop: [{
|
|
26391
26385
|
type: Input,
|
|
26392
|
-
args: ['
|
|
26393
|
-
}],
|
|
26386
|
+
args: ['extended--desktop']
|
|
26387
|
+
}], inverted: [{
|
|
26388
|
+
type: Input
|
|
26389
|
+
}], fontSize: [{
|
|
26394
26390
|
type: Input,
|
|
26395
|
-
args: ['
|
|
26396
|
-
}],
|
|
26391
|
+
args: ['font-size']
|
|
26392
|
+
}], color: [{
|
|
26393
|
+
type: Input
|
|
26394
|
+
}], fontWeight: [{
|
|
26397
26395
|
type: Input,
|
|
26398
|
-
args: ['
|
|
26396
|
+
args: ['font-weight']
|
|
26397
|
+
}], title: [{
|
|
26398
|
+
type: Input
|
|
26399
26399
|
}], grow: [{
|
|
26400
26400
|
type: Input
|
|
26401
26401
|
}], growMobile: [{
|
|
@@ -28686,23 +28686,192 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28686
28686
|
args: ['sticky-top']
|
|
28687
28687
|
}], stickyBottom: [{
|
|
28688
28688
|
type: Input,
|
|
28689
|
-
args: ['sticky-bottom']
|
|
28690
|
-
}], wordBreakAll: [{
|
|
28689
|
+
args: ['sticky-bottom']
|
|
28690
|
+
}], wordBreakAll: [{
|
|
28691
|
+
type: Input,
|
|
28692
|
+
args: ['word-break-all']
|
|
28693
|
+
}], wordBreakAllMobile: [{
|
|
28694
|
+
type: Input,
|
|
28695
|
+
args: ['word-break-all--mobile']
|
|
28696
|
+
}], wordBreakAllTablet: [{
|
|
28697
|
+
type: Input,
|
|
28698
|
+
args: ['word-break-all--tablet']
|
|
28699
|
+
}], wordBreakAllLaptop: [{
|
|
28700
|
+
type: Input,
|
|
28701
|
+
args: ['word-break-all--laptop']
|
|
28702
|
+
}], wordBreakAllDesktop: [{
|
|
28703
|
+
type: Input,
|
|
28704
|
+
args: ['word-break-all--desktop']
|
|
28705
|
+
}] } });
|
|
28706
|
+
/**
|
|
28707
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
28708
|
+
*/
|
|
28709
|
+
class PxCardActions {
|
|
28710
|
+
elementRef;
|
|
28711
|
+
constructor(elementRef) {
|
|
28712
|
+
this.elementRef = elementRef;
|
|
28713
|
+
}
|
|
28714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28715
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28716
|
+
}
|
|
28717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28718
|
+
type: Directive,
|
|
28719
|
+
args: [{
|
|
28720
|
+
selector: 'px-card-actions',
|
|
28721
|
+
standalone: true,
|
|
28722
|
+
}]
|
|
28723
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28724
|
+
/**
|
|
28725
|
+
* @description Type-only wrapper for <px-card-container>
|
|
28726
|
+
*/
|
|
28727
|
+
class PxCardContainer {
|
|
28728
|
+
elementRef;
|
|
28729
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
28730
|
+
set inverted(value) {
|
|
28731
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28732
|
+
}
|
|
28733
|
+
get inverted() {
|
|
28734
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28735
|
+
}
|
|
28736
|
+
/** URL of the card media image. */
|
|
28737
|
+
set src(value) {
|
|
28738
|
+
this.elementRef.nativeElement['src'] = value;
|
|
28739
|
+
}
|
|
28740
|
+
get src() {
|
|
28741
|
+
return this.elementRef.nativeElement['src'];
|
|
28742
|
+
}
|
|
28743
|
+
/** Where the media image is rendered. */
|
|
28744
|
+
set mediaPosition(value) {
|
|
28745
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28746
|
+
}
|
|
28747
|
+
get mediaPosition() {
|
|
28748
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
28749
|
+
}
|
|
28750
|
+
/** How the media image is fitted. */
|
|
28751
|
+
set mediaSize(value) {
|
|
28752
|
+
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28753
|
+
}
|
|
28754
|
+
get mediaSize() {
|
|
28755
|
+
return this.elementRef.nativeElement['mediaSize'];
|
|
28756
|
+
}
|
|
28757
|
+
set mediaAltText(value) {
|
|
28758
|
+
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28759
|
+
}
|
|
28760
|
+
get mediaAltText() {
|
|
28761
|
+
return this.elementRef.nativeElement['mediaAltText'];
|
|
28762
|
+
}
|
|
28763
|
+
/** Inner content padding size. */
|
|
28764
|
+
set padding(value) {
|
|
28765
|
+
this.elementRef.nativeElement['padding'] = value;
|
|
28766
|
+
}
|
|
28767
|
+
get padding() {
|
|
28768
|
+
return this.elementRef.nativeElement['padding'];
|
|
28769
|
+
}
|
|
28770
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28771
|
+
set aspectRatio(value) {
|
|
28772
|
+
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28773
|
+
}
|
|
28774
|
+
get aspectRatio() {
|
|
28775
|
+
return this.elementRef.nativeElement['aspectRatio'];
|
|
28776
|
+
}
|
|
28777
|
+
/** Whether the card has a visible border. */
|
|
28778
|
+
set hasBorder(value) {
|
|
28779
|
+
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28780
|
+
}
|
|
28781
|
+
get hasBorder() {
|
|
28782
|
+
return this.elementRef.nativeElement['hasBorder'];
|
|
28783
|
+
}
|
|
28784
|
+
/** Surface color preset. */
|
|
28785
|
+
set backgroundColor(value) {
|
|
28786
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28787
|
+
}
|
|
28788
|
+
get backgroundColor() {
|
|
28789
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
28790
|
+
}
|
|
28791
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28792
|
+
set backgroundImage(value) {
|
|
28793
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28794
|
+
}
|
|
28795
|
+
get backgroundImage() {
|
|
28796
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
28797
|
+
}
|
|
28798
|
+
set interactiveState(value) {
|
|
28799
|
+
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28800
|
+
}
|
|
28801
|
+
get interactiveState() {
|
|
28802
|
+
return this.elementRef.nativeElement['interactiveState'];
|
|
28803
|
+
}
|
|
28804
|
+
/** Alt text for the media image. */
|
|
28805
|
+
set alternativeText(value) {
|
|
28806
|
+
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28807
|
+
}
|
|
28808
|
+
get alternativeText() {
|
|
28809
|
+
return this.elementRef.nativeElement['alternativeText'];
|
|
28810
|
+
}
|
|
28811
|
+
constructor(elementRef) {
|
|
28812
|
+
this.elementRef = elementRef;
|
|
28813
|
+
}
|
|
28814
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28815
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28816
|
+
}
|
|
28817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28818
|
+
type: Directive,
|
|
28819
|
+
args: [{
|
|
28820
|
+
selector: 'px-card-container',
|
|
28821
|
+
standalone: true,
|
|
28822
|
+
}]
|
|
28823
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28824
|
+
type: Input
|
|
28825
|
+
}], src: [{
|
|
28826
|
+
type: Input
|
|
28827
|
+
}], mediaPosition: [{
|
|
28828
|
+
type: Input,
|
|
28829
|
+
args: ['media-position']
|
|
28830
|
+
}], mediaSize: [{
|
|
28831
|
+
type: Input,
|
|
28832
|
+
args: ['media-size']
|
|
28833
|
+
}], mediaAltText: [{
|
|
28834
|
+
type: Input,
|
|
28835
|
+
args: ['media-alt-text']
|
|
28836
|
+
}], padding: [{
|
|
28837
|
+
type: Input
|
|
28838
|
+
}], aspectRatio: [{
|
|
28839
|
+
type: Input,
|
|
28840
|
+
args: ['aspect-ratio']
|
|
28841
|
+
}], hasBorder: [{
|
|
28691
28842
|
type: Input,
|
|
28692
|
-
args: ['
|
|
28693
|
-
}],
|
|
28843
|
+
args: ['has-border']
|
|
28844
|
+
}], backgroundColor: [{
|
|
28694
28845
|
type: Input,
|
|
28695
|
-
args: ['
|
|
28696
|
-
}],
|
|
28846
|
+
args: ['background-color']
|
|
28847
|
+
}], backgroundImage: [{
|
|
28697
28848
|
type: Input,
|
|
28698
|
-
args: ['
|
|
28699
|
-
}],
|
|
28849
|
+
args: ['background-image']
|
|
28850
|
+
}], interactiveState: [{
|
|
28700
28851
|
type: Input,
|
|
28701
|
-
args: ['
|
|
28702
|
-
}],
|
|
28852
|
+
args: ['interactive-state']
|
|
28853
|
+
}], alternativeText: [{
|
|
28703
28854
|
type: Input,
|
|
28704
|
-
args: ['
|
|
28855
|
+
args: ['alternative-text']
|
|
28705
28856
|
}] } });
|
|
28857
|
+
/**
|
|
28858
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
28859
|
+
*/
|
|
28860
|
+
class PxCardHeading {
|
|
28861
|
+
elementRef;
|
|
28862
|
+
constructor(elementRef) {
|
|
28863
|
+
this.elementRef = elementRef;
|
|
28864
|
+
}
|
|
28865
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28866
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28867
|
+
}
|
|
28868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28869
|
+
type: Directive,
|
|
28870
|
+
args: [{
|
|
28871
|
+
selector: 'px-card-heading',
|
|
28872
|
+
standalone: true,
|
|
28873
|
+
}]
|
|
28874
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28706
28875
|
/**
|
|
28707
28876
|
* @description Type-only wrapper for <px-price>
|
|
28708
28877
|
*/
|
|
@@ -29208,175 +29377,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29208
29377
|
type: Input,
|
|
29209
29378
|
args: ['word-break-all--desktop']
|
|
29210
29379
|
}] } });
|
|
29211
|
-
/**
|
|
29212
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
29213
|
-
*/
|
|
29214
|
-
class PxCardActions {
|
|
29215
|
-
elementRef;
|
|
29216
|
-
constructor(elementRef) {
|
|
29217
|
-
this.elementRef = elementRef;
|
|
29218
|
-
}
|
|
29219
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29220
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
29221
|
-
}
|
|
29222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
29223
|
-
type: Directive,
|
|
29224
|
-
args: [{
|
|
29225
|
-
selector: 'px-card-actions',
|
|
29226
|
-
standalone: true,
|
|
29227
|
-
}]
|
|
29228
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
29229
|
-
/**
|
|
29230
|
-
* @description Type-only wrapper for <px-card-container>
|
|
29231
|
-
*/
|
|
29232
|
-
class PxCardContainer {
|
|
29233
|
-
elementRef;
|
|
29234
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
29235
|
-
set inverted(value) {
|
|
29236
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
29237
|
-
}
|
|
29238
|
-
get inverted() {
|
|
29239
|
-
return this.elementRef.nativeElement['inverted'];
|
|
29240
|
-
}
|
|
29241
|
-
/** URL of the card media image. */
|
|
29242
|
-
set src(value) {
|
|
29243
|
-
this.elementRef.nativeElement['src'] = value;
|
|
29244
|
-
}
|
|
29245
|
-
get src() {
|
|
29246
|
-
return this.elementRef.nativeElement['src'];
|
|
29247
|
-
}
|
|
29248
|
-
/** Where the media image is rendered. */
|
|
29249
|
-
set mediaPosition(value) {
|
|
29250
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
29251
|
-
}
|
|
29252
|
-
get mediaPosition() {
|
|
29253
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
29254
|
-
}
|
|
29255
|
-
/** How the media image is fitted. */
|
|
29256
|
-
set mediaSize(value) {
|
|
29257
|
-
this.elementRef.nativeElement['mediaSize'] = value;
|
|
29258
|
-
}
|
|
29259
|
-
get mediaSize() {
|
|
29260
|
-
return this.elementRef.nativeElement['mediaSize'];
|
|
29261
|
-
}
|
|
29262
|
-
set mediaAltText(value) {
|
|
29263
|
-
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
29264
|
-
}
|
|
29265
|
-
get mediaAltText() {
|
|
29266
|
-
return this.elementRef.nativeElement['mediaAltText'];
|
|
29267
|
-
}
|
|
29268
|
-
/** Inner content padding size. */
|
|
29269
|
-
set padding(value) {
|
|
29270
|
-
this.elementRef.nativeElement['padding'] = value;
|
|
29271
|
-
}
|
|
29272
|
-
get padding() {
|
|
29273
|
-
return this.elementRef.nativeElement['padding'];
|
|
29274
|
-
}
|
|
29275
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
29276
|
-
set aspectRatio(value) {
|
|
29277
|
-
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
29278
|
-
}
|
|
29279
|
-
get aspectRatio() {
|
|
29280
|
-
return this.elementRef.nativeElement['aspectRatio'];
|
|
29281
|
-
}
|
|
29282
|
-
/** Whether the card has a visible border. */
|
|
29283
|
-
set hasBorder(value) {
|
|
29284
|
-
this.elementRef.nativeElement['hasBorder'] = value;
|
|
29285
|
-
}
|
|
29286
|
-
get hasBorder() {
|
|
29287
|
-
return this.elementRef.nativeElement['hasBorder'];
|
|
29288
|
-
}
|
|
29289
|
-
/** Surface color preset. */
|
|
29290
|
-
set backgroundColor(value) {
|
|
29291
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
29292
|
-
}
|
|
29293
|
-
get backgroundColor() {
|
|
29294
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
29295
|
-
}
|
|
29296
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
29297
|
-
set backgroundImage(value) {
|
|
29298
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
29299
|
-
}
|
|
29300
|
-
get backgroundImage() {
|
|
29301
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
29302
|
-
}
|
|
29303
|
-
set interactiveState(value) {
|
|
29304
|
-
this.elementRef.nativeElement['interactiveState'] = value;
|
|
29305
|
-
}
|
|
29306
|
-
get interactiveState() {
|
|
29307
|
-
return this.elementRef.nativeElement['interactiveState'];
|
|
29308
|
-
}
|
|
29309
|
-
/** Alt text for the media image. */
|
|
29310
|
-
set alternativeText(value) {
|
|
29311
|
-
this.elementRef.nativeElement['alternativeText'] = value;
|
|
29312
|
-
}
|
|
29313
|
-
get alternativeText() {
|
|
29314
|
-
return this.elementRef.nativeElement['alternativeText'];
|
|
29315
|
-
}
|
|
29316
|
-
constructor(elementRef) {
|
|
29317
|
-
this.elementRef = elementRef;
|
|
29318
|
-
}
|
|
29319
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29320
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
29321
|
-
}
|
|
29322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
29323
|
-
type: Directive,
|
|
29324
|
-
args: [{
|
|
29325
|
-
selector: 'px-card-container',
|
|
29326
|
-
standalone: true,
|
|
29327
|
-
}]
|
|
29328
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
29329
|
-
type: Input
|
|
29330
|
-
}], src: [{
|
|
29331
|
-
type: Input
|
|
29332
|
-
}], mediaPosition: [{
|
|
29333
|
-
type: Input,
|
|
29334
|
-
args: ['media-position']
|
|
29335
|
-
}], mediaSize: [{
|
|
29336
|
-
type: Input,
|
|
29337
|
-
args: ['media-size']
|
|
29338
|
-
}], mediaAltText: [{
|
|
29339
|
-
type: Input,
|
|
29340
|
-
args: ['media-alt-text']
|
|
29341
|
-
}], padding: [{
|
|
29342
|
-
type: Input
|
|
29343
|
-
}], aspectRatio: [{
|
|
29344
|
-
type: Input,
|
|
29345
|
-
args: ['aspect-ratio']
|
|
29346
|
-
}], hasBorder: [{
|
|
29347
|
-
type: Input,
|
|
29348
|
-
args: ['has-border']
|
|
29349
|
-
}], backgroundColor: [{
|
|
29350
|
-
type: Input,
|
|
29351
|
-
args: ['background-color']
|
|
29352
|
-
}], backgroundImage: [{
|
|
29353
|
-
type: Input,
|
|
29354
|
-
args: ['background-image']
|
|
29355
|
-
}], interactiveState: [{
|
|
29356
|
-
type: Input,
|
|
29357
|
-
args: ['interactive-state']
|
|
29358
|
-
}], alternativeText: [{
|
|
29359
|
-
type: Input,
|
|
29360
|
-
args: ['alternative-text']
|
|
29361
|
-
}] } });
|
|
29362
|
-
/**
|
|
29363
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
29364
|
-
*/
|
|
29365
|
-
class PxCardHeading {
|
|
29366
|
-
elementRef;
|
|
29367
|
-
constructor(elementRef) {
|
|
29368
|
-
this.elementRef = elementRef;
|
|
29369
|
-
}
|
|
29370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29371
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
29372
|
-
}
|
|
29373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
29374
|
-
type: Directive,
|
|
29375
|
-
args: [{
|
|
29376
|
-
selector: 'px-card-heading',
|
|
29377
|
-
standalone: true,
|
|
29378
|
-
}]
|
|
29379
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
29380
29380
|
/**
|
|
29381
29381
|
* @description Type-only wrapper for <px-radio>
|
|
29382
29382
|
*/
|
|
@@ -34330,27 +34330,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
34330
34330
|
args: ['word-break-all--desktop']
|
|
34331
34331
|
}] } });
|
|
34332
34332
|
/**
|
|
34333
|
-
* @description Type-only wrapper for <px-
|
|
34333
|
+
* @description Type-only wrapper for <px-skeleton>
|
|
34334
34334
|
*/
|
|
34335
|
-
class
|
|
34335
|
+
class PxSkeleton {
|
|
34336
34336
|
elementRef;
|
|
34337
|
-
set
|
|
34338
|
-
this.elementRef.nativeElement['
|
|
34339
|
-
}
|
|
34340
|
-
get color() {
|
|
34341
|
-
return this.elementRef.nativeElement['color'];
|
|
34342
|
-
}
|
|
34343
|
-
set fontSize(value) {
|
|
34344
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
34345
|
-
}
|
|
34346
|
-
get fontSize() {
|
|
34347
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
34348
|
-
}
|
|
34349
|
-
set fontWeight(value) {
|
|
34350
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
34337
|
+
set variant(value) {
|
|
34338
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
34351
34339
|
}
|
|
34352
|
-
get
|
|
34353
|
-
return this.elementRef.nativeElement['
|
|
34340
|
+
get variant() {
|
|
34341
|
+
return this.elementRef.nativeElement['variant'];
|
|
34354
34342
|
}
|
|
34355
34343
|
set inverted(value) {
|
|
34356
34344
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -34358,25 +34346,6 @@ class PxSpan {
|
|
|
34358
34346
|
get inverted() {
|
|
34359
34347
|
return this.elementRef.nativeElement['inverted'];
|
|
34360
34348
|
}
|
|
34361
|
-
set disabled(value) {
|
|
34362
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
34363
|
-
}
|
|
34364
|
-
get disabled() {
|
|
34365
|
-
return this.elementRef.nativeElement['disabled'];
|
|
34366
|
-
}
|
|
34367
|
-
set strikethrough(value) {
|
|
34368
|
-
this.elementRef.nativeElement['strikethrough'] = value;
|
|
34369
|
-
}
|
|
34370
|
-
get strikethrough() {
|
|
34371
|
-
return this.elementRef.nativeElement['strikethrough'];
|
|
34372
|
-
}
|
|
34373
|
-
/** Text to be displayed in a tooltip when hovering over the element. */
|
|
34374
|
-
set title(value) {
|
|
34375
|
-
this.elementRef.nativeElement['title'] = value;
|
|
34376
|
-
}
|
|
34377
|
-
get title() {
|
|
34378
|
-
return this.elementRef.nativeElement['title'];
|
|
34379
|
-
}
|
|
34380
34349
|
set grow(value) {
|
|
34381
34350
|
this.elementRef.nativeElement['grow'] = value;
|
|
34382
34351
|
}
|
|
@@ -34692,31 +34661,19 @@ class PxSpan {
|
|
|
34692
34661
|
constructor(elementRef) {
|
|
34693
34662
|
this.elementRef = elementRef;
|
|
34694
34663
|
}
|
|
34695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
34696
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
34664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34665
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSkeleton, isStandalone: true, selector: "px-skeleton", inputs: { variant: "variant", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
34697
34666
|
}
|
|
34698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
34667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSkeleton, decorators: [{
|
|
34699
34668
|
type: Directive,
|
|
34700
34669
|
args: [{
|
|
34701
|
-
selector: 'px-
|
|
34670
|
+
selector: 'px-skeleton',
|
|
34702
34671
|
standalone: true,
|
|
34703
34672
|
}]
|
|
34704
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
34673
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
34705
34674
|
type: Input
|
|
34706
|
-
}], fontSize: [{
|
|
34707
|
-
type: Input,
|
|
34708
|
-
args: ['font-size']
|
|
34709
|
-
}], fontWeight: [{
|
|
34710
|
-
type: Input,
|
|
34711
|
-
args: ['font-weight']
|
|
34712
34675
|
}], inverted: [{
|
|
34713
34676
|
type: Input
|
|
34714
|
-
}], disabled: [{
|
|
34715
|
-
type: Input
|
|
34716
|
-
}], strikethrough: [{
|
|
34717
|
-
type: Input
|
|
34718
|
-
}], title: [{
|
|
34719
|
-
type: Input
|
|
34720
34677
|
}], grow: [{
|
|
34721
34678
|
type: Input
|
|
34722
34679
|
}], growMobile: [{
|
|
@@ -34870,15 +34827,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
34870
34827
|
args: ['word-break-all--desktop']
|
|
34871
34828
|
}] } });
|
|
34872
34829
|
/**
|
|
34873
|
-
* @description Type-only wrapper for <px-
|
|
34830
|
+
* @description Type-only wrapper for <px-span>
|
|
34874
34831
|
*/
|
|
34875
|
-
class
|
|
34832
|
+
class PxSpan {
|
|
34876
34833
|
elementRef;
|
|
34877
|
-
set
|
|
34878
|
-
this.elementRef.nativeElement['
|
|
34834
|
+
set color(value) {
|
|
34835
|
+
this.elementRef.nativeElement['color'] = value;
|
|
34879
34836
|
}
|
|
34880
|
-
get
|
|
34881
|
-
return this.elementRef.nativeElement['
|
|
34837
|
+
get color() {
|
|
34838
|
+
return this.elementRef.nativeElement['color'];
|
|
34839
|
+
}
|
|
34840
|
+
set fontSize(value) {
|
|
34841
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
34842
|
+
}
|
|
34843
|
+
get fontSize() {
|
|
34844
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
34845
|
+
}
|
|
34846
|
+
set fontWeight(value) {
|
|
34847
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
34848
|
+
}
|
|
34849
|
+
get fontWeight() {
|
|
34850
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
34882
34851
|
}
|
|
34883
34852
|
set inverted(value) {
|
|
34884
34853
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -34886,6 +34855,25 @@ class PxSkeleton {
|
|
|
34886
34855
|
get inverted() {
|
|
34887
34856
|
return this.elementRef.nativeElement['inverted'];
|
|
34888
34857
|
}
|
|
34858
|
+
set disabled(value) {
|
|
34859
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
34860
|
+
}
|
|
34861
|
+
get disabled() {
|
|
34862
|
+
return this.elementRef.nativeElement['disabled'];
|
|
34863
|
+
}
|
|
34864
|
+
set strikethrough(value) {
|
|
34865
|
+
this.elementRef.nativeElement['strikethrough'] = value;
|
|
34866
|
+
}
|
|
34867
|
+
get strikethrough() {
|
|
34868
|
+
return this.elementRef.nativeElement['strikethrough'];
|
|
34869
|
+
}
|
|
34870
|
+
/** Text to be displayed in a tooltip when hovering over the element. */
|
|
34871
|
+
set title(value) {
|
|
34872
|
+
this.elementRef.nativeElement['title'] = value;
|
|
34873
|
+
}
|
|
34874
|
+
get title() {
|
|
34875
|
+
return this.elementRef.nativeElement['title'];
|
|
34876
|
+
}
|
|
34889
34877
|
set grow(value) {
|
|
34890
34878
|
this.elementRef.nativeElement['grow'] = value;
|
|
34891
34879
|
}
|
|
@@ -35201,19 +35189,31 @@ class PxSkeleton {
|
|
|
35201
35189
|
constructor(elementRef) {
|
|
35202
35190
|
this.elementRef = elementRef;
|
|
35203
35191
|
}
|
|
35204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
35205
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
35192
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35193
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpan, isStandalone: true, selector: "px-span", inputs: { color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], inverted: "inverted", disabled: "disabled", strikethrough: "strikethrough", 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
35206
35194
|
}
|
|
35207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
35195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpan, decorators: [{
|
|
35208
35196
|
type: Directive,
|
|
35209
35197
|
args: [{
|
|
35210
|
-
selector: 'px-
|
|
35198
|
+
selector: 'px-span',
|
|
35211
35199
|
standalone: true,
|
|
35212
35200
|
}]
|
|
35213
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
35201
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { color: [{
|
|
35214
35202
|
type: Input
|
|
35203
|
+
}], fontSize: [{
|
|
35204
|
+
type: Input,
|
|
35205
|
+
args: ['font-size']
|
|
35206
|
+
}], fontWeight: [{
|
|
35207
|
+
type: Input,
|
|
35208
|
+
args: ['font-weight']
|
|
35215
35209
|
}], inverted: [{
|
|
35216
35210
|
type: Input
|
|
35211
|
+
}], disabled: [{
|
|
35212
|
+
type: Input
|
|
35213
|
+
}], strikethrough: [{
|
|
35214
|
+
type: Input
|
|
35215
|
+
}], title: [{
|
|
35216
|
+
type: Input
|
|
35217
35217
|
}], grow: [{
|
|
35218
35218
|
type: Input
|
|
35219
35219
|
}], growMobile: [{
|
|
@@ -37805,80 +37805,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
37805
37805
|
type: Input,
|
|
37806
37806
|
args: ['word-break-all--desktop']
|
|
37807
37807
|
}] } });
|
|
37808
|
-
/**
|
|
37809
|
-
* @description Type-only wrapper for <px-timeline>
|
|
37810
|
-
*/
|
|
37811
|
-
class PxTimeline {
|
|
37812
|
-
elementRef;
|
|
37813
|
-
set inverted(value) {
|
|
37814
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
37815
|
-
}
|
|
37816
|
-
get inverted() {
|
|
37817
|
-
return this.elementRef.nativeElement['inverted'];
|
|
37818
|
-
}
|
|
37819
|
-
constructor(elementRef) {
|
|
37820
|
-
this.elementRef = elementRef;
|
|
37821
|
-
}
|
|
37822
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37823
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
37824
|
-
}
|
|
37825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
|
|
37826
|
-
type: Directive,
|
|
37827
|
-
args: [{
|
|
37828
|
-
selector: 'px-timeline',
|
|
37829
|
-
standalone: true,
|
|
37830
|
-
}]
|
|
37831
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
37832
|
-
type: Input
|
|
37833
|
-
}] } });
|
|
37834
|
-
/**
|
|
37835
|
-
* @description Type-only wrapper for <px-timeline-item>
|
|
37836
|
-
*/
|
|
37837
|
-
class PxTimelineItem {
|
|
37838
|
-
elementRef;
|
|
37839
|
-
set inverted(value) {
|
|
37840
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
37841
|
-
}
|
|
37842
|
-
get inverted() {
|
|
37843
|
-
return this.elementRef.nativeElement['inverted'];
|
|
37844
|
-
}
|
|
37845
|
-
set lastchild(value) {
|
|
37846
|
-
this.elementRef.nativeElement['lastchild'] = value;
|
|
37847
|
-
}
|
|
37848
|
-
get lastchild() {
|
|
37849
|
-
return this.elementRef.nativeElement['lastchild'];
|
|
37850
|
-
}
|
|
37851
|
-
set item(value) {
|
|
37852
|
-
this.elementRef.nativeElement['item'] = value;
|
|
37853
|
-
}
|
|
37854
|
-
get item() {
|
|
37855
|
-
return this.elementRef.nativeElement['item'];
|
|
37856
|
-
}
|
|
37857
|
-
TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
37858
|
-
constructor(elementRef) {
|
|
37859
|
-
this.elementRef = elementRef;
|
|
37860
|
-
this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
|
|
37861
|
-
this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
37862
|
-
});
|
|
37863
|
-
}
|
|
37864
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37865
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
37866
|
-
}
|
|
37867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
|
|
37868
|
-
type: Directive,
|
|
37869
|
-
args: [{
|
|
37870
|
-
selector: 'px-timeline-item',
|
|
37871
|
-
standalone: true,
|
|
37872
|
-
}]
|
|
37873
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
37874
|
-
type: Input
|
|
37875
|
-
}], lastchild: [{
|
|
37876
|
-
type: Input
|
|
37877
|
-
}], item: [{
|
|
37878
|
-
type: Input
|
|
37879
|
-
}], TIMELINE_ITEM_CONNECTED_EVENT: [{
|
|
37880
|
-
type: Output
|
|
37881
|
-
}] } });
|
|
37882
37808
|
/**
|
|
37883
37809
|
* @description Type-only wrapper for <px-tile>
|
|
37884
37810
|
*/
|
|
@@ -41102,6 +41028,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41102
41028
|
}], change: [{
|
|
41103
41029
|
type: Output
|
|
41104
41030
|
}] } });
|
|
41031
|
+
/**
|
|
41032
|
+
* @description Type-only wrapper for <px-timeline>
|
|
41033
|
+
*/
|
|
41034
|
+
class PxTimeline {
|
|
41035
|
+
elementRef;
|
|
41036
|
+
set inverted(value) {
|
|
41037
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
41038
|
+
}
|
|
41039
|
+
get inverted() {
|
|
41040
|
+
return this.elementRef.nativeElement['inverted'];
|
|
41041
|
+
}
|
|
41042
|
+
constructor(elementRef) {
|
|
41043
|
+
this.elementRef = elementRef;
|
|
41044
|
+
}
|
|
41045
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41046
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
41047
|
+
}
|
|
41048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
|
|
41049
|
+
type: Directive,
|
|
41050
|
+
args: [{
|
|
41051
|
+
selector: 'px-timeline',
|
|
41052
|
+
standalone: true,
|
|
41053
|
+
}]
|
|
41054
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
41055
|
+
type: Input
|
|
41056
|
+
}] } });
|
|
41057
|
+
/**
|
|
41058
|
+
* @description Type-only wrapper for <px-timeline-item>
|
|
41059
|
+
*/
|
|
41060
|
+
class PxTimelineItem {
|
|
41061
|
+
elementRef;
|
|
41062
|
+
set inverted(value) {
|
|
41063
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
41064
|
+
}
|
|
41065
|
+
get inverted() {
|
|
41066
|
+
return this.elementRef.nativeElement['inverted'];
|
|
41067
|
+
}
|
|
41068
|
+
set lastchild(value) {
|
|
41069
|
+
this.elementRef.nativeElement['lastchild'] = value;
|
|
41070
|
+
}
|
|
41071
|
+
get lastchild() {
|
|
41072
|
+
return this.elementRef.nativeElement['lastchild'];
|
|
41073
|
+
}
|
|
41074
|
+
set item(value) {
|
|
41075
|
+
this.elementRef.nativeElement['item'] = value;
|
|
41076
|
+
}
|
|
41077
|
+
get item() {
|
|
41078
|
+
return this.elementRef.nativeElement['item'];
|
|
41079
|
+
}
|
|
41080
|
+
TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
41081
|
+
constructor(elementRef) {
|
|
41082
|
+
this.elementRef = elementRef;
|
|
41083
|
+
this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
|
|
41084
|
+
this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
41085
|
+
});
|
|
41086
|
+
}
|
|
41087
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41088
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
41089
|
+
}
|
|
41090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
|
|
41091
|
+
type: Directive,
|
|
41092
|
+
args: [{
|
|
41093
|
+
selector: 'px-timeline-item',
|
|
41094
|
+
standalone: true,
|
|
41095
|
+
}]
|
|
41096
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
41097
|
+
type: Input
|
|
41098
|
+
}], lastchild: [{
|
|
41099
|
+
type: Input
|
|
41100
|
+
}], item: [{
|
|
41101
|
+
type: Input
|
|
41102
|
+
}], TIMELINE_ITEM_CONNECTED_EVENT: [{
|
|
41103
|
+
type: Output
|
|
41104
|
+
}] } });
|
|
41105
41105
|
/**
|
|
41106
41106
|
* @description Type-only wrapper for <px-toaster>
|
|
41107
41107
|
*/
|
|
@@ -41913,7 +41913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41913
41913
|
}] } });
|
|
41914
41914
|
class Lavender {
|
|
41915
41915
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41916
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [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, PxCodeInput,
|
|
41916
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [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, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, 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, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41917
41917
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41918
41918
|
}
|
|
41919
41919
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41963,22 +41963,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41963
41963
|
PxTextarea,
|
|
41964
41964
|
PxFileupload,
|
|
41965
41965
|
PxCodeInput,
|
|
41966
|
-
PxA,
|
|
41967
|
-
PxAWrapper,
|
|
41968
41966
|
PxPage,
|
|
41969
41967
|
PxSpacer,
|
|
41970
41968
|
PxStack,
|
|
41971
41969
|
PxVstack,
|
|
41972
41970
|
PxHstack,
|
|
41971
|
+
PxA,
|
|
41972
|
+
PxAWrapper,
|
|
41973
41973
|
PxList,
|
|
41974
41974
|
PxListItem,
|
|
41975
41975
|
PxModal,
|
|
41976
41976
|
PxP,
|
|
41977
41977
|
PxPillar,
|
|
41978
|
-
PxPrice,
|
|
41979
41978
|
PxCardActions,
|
|
41980
41979
|
PxCardContainer,
|
|
41981
41980
|
PxCardHeading,
|
|
41981
|
+
PxPrice,
|
|
41982
41982
|
PxRadio,
|
|
41983
41983
|
PxRadioBase,
|
|
41984
41984
|
PxRadioGroup,
|
|
@@ -41988,8 +41988,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41988
41988
|
PxSelectableBoxCheckbox,
|
|
41989
41989
|
PxSelectableBoxRadio,
|
|
41990
41990
|
PxSeparator,
|
|
41991
|
-
PxSpan,
|
|
41992
41991
|
PxSkeleton,
|
|
41992
|
+
PxSpan,
|
|
41993
41993
|
PxSpinner,
|
|
41994
41994
|
PxStatus,
|
|
41995
41995
|
PxStatusCard,
|
|
@@ -42005,14 +42005,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
42005
42005
|
PxTab,
|
|
42006
42006
|
PxTabPanel,
|
|
42007
42007
|
PxTag,
|
|
42008
|
-
PxTimeline,
|
|
42009
|
-
PxTimelineItem,
|
|
42010
42008
|
PxTile,
|
|
42011
42009
|
PxTileButton,
|
|
42012
42010
|
PxTileCheckbox,
|
|
42013
42011
|
PxTileLink,
|
|
42014
42012
|
PxTileRadio,
|
|
42015
42013
|
PxTileSwitch,
|
|
42014
|
+
PxTimeline,
|
|
42015
|
+
PxTimelineItem,
|
|
42016
42016
|
PxToaster,
|
|
42017
42017
|
PxTypography,
|
|
42018
42018
|
PxPatch,
|
|
@@ -42066,22 +42066,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
42066
42066
|
PxTextarea,
|
|
42067
42067
|
PxFileupload,
|
|
42068
42068
|
PxCodeInput,
|
|
42069
|
-
PxA,
|
|
42070
|
-
PxAWrapper,
|
|
42071
42069
|
PxPage,
|
|
42072
42070
|
PxSpacer,
|
|
42073
42071
|
PxStack,
|
|
42074
42072
|
PxVstack,
|
|
42075
42073
|
PxHstack,
|
|
42074
|
+
PxA,
|
|
42075
|
+
PxAWrapper,
|
|
42076
42076
|
PxList,
|
|
42077
42077
|
PxListItem,
|
|
42078
42078
|
PxModal,
|
|
42079
42079
|
PxP,
|
|
42080
42080
|
PxPillar,
|
|
42081
|
-
PxPrice,
|
|
42082
42081
|
PxCardActions,
|
|
42083
42082
|
PxCardContainer,
|
|
42084
42083
|
PxCardHeading,
|
|
42084
|
+
PxPrice,
|
|
42085
42085
|
PxRadio,
|
|
42086
42086
|
PxRadioBase,
|
|
42087
42087
|
PxRadioGroup,
|
|
@@ -42091,8 +42091,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
42091
42091
|
PxSelectableBoxCheckbox,
|
|
42092
42092
|
PxSelectableBoxRadio,
|
|
42093
42093
|
PxSeparator,
|
|
42094
|
-
PxSpan,
|
|
42095
42094
|
PxSkeleton,
|
|
42095
|
+
PxSpan,
|
|
42096
42096
|
PxSpinner,
|
|
42097
42097
|
PxStatus,
|
|
42098
42098
|
PxStatusCard,
|
|
@@ -42108,14 +42108,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
42108
42108
|
PxTab,
|
|
42109
42109
|
PxTabPanel,
|
|
42110
42110
|
PxTag,
|
|
42111
|
-
PxTimeline,
|
|
42112
|
-
PxTimelineItem,
|
|
42113
42111
|
PxTile,
|
|
42114
42112
|
PxTileButton,
|
|
42115
42113
|
PxTileCheckbox,
|
|
42116
42114
|
PxTileLink,
|
|
42117
42115
|
PxTileRadio,
|
|
42118
42116
|
PxTileSwitch,
|
|
42117
|
+
PxTimeline,
|
|
42118
|
+
PxTimelineItem,
|
|
42119
42119
|
PxToaster,
|
|
42120
42120
|
PxTypography,
|
|
42121
42121
|
PxPatch,
|