@proximus/lavender-angular 2.0.0-alpha.91 → 2.0.0-alpha.93
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/esm2022/lavender.directive.mjs +596 -596
- package/fesm2022/proximus-lavender-angular.mjs +595 -595
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +130 -130
- package/package.json +1 -1
|
@@ -22652,15 +22652,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
22652
22652
|
args: ['sticky-bottom']
|
|
22653
22653
|
}] } });
|
|
22654
22654
|
/**
|
|
22655
|
-
* @description Type-only wrapper for <px-
|
|
22655
|
+
* @description Type-only wrapper for <px-a>
|
|
22656
22656
|
*/
|
|
22657
|
-
class
|
|
22657
|
+
class PxA {
|
|
22658
22658
|
elementRef;
|
|
22659
|
-
set
|
|
22660
|
-
this.elementRef.nativeElement['
|
|
22659
|
+
set disabled(value) {
|
|
22660
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
22661
22661
|
}
|
|
22662
|
-
get
|
|
22663
|
-
return this.elementRef.nativeElement['
|
|
22662
|
+
get disabled() {
|
|
22663
|
+
return this.elementRef.nativeElement['disabled'];
|
|
22664
22664
|
}
|
|
22665
22665
|
set variant(value) {
|
|
22666
22666
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -22668,6 +22668,124 @@ class PxList {
|
|
|
22668
22668
|
get variant() {
|
|
22669
22669
|
return this.elementRef.nativeElement['variant'];
|
|
22670
22670
|
}
|
|
22671
|
+
set shape(value) {
|
|
22672
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
22673
|
+
}
|
|
22674
|
+
get shape() {
|
|
22675
|
+
return this.elementRef.nativeElement['shape'];
|
|
22676
|
+
}
|
|
22677
|
+
set shapeMobile(value) {
|
|
22678
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
22679
|
+
}
|
|
22680
|
+
get shapeMobile() {
|
|
22681
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
22682
|
+
}
|
|
22683
|
+
set shapeTablet(value) {
|
|
22684
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
22685
|
+
}
|
|
22686
|
+
get shapeTablet() {
|
|
22687
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
22688
|
+
}
|
|
22689
|
+
set shapeLaptop(value) {
|
|
22690
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
22691
|
+
}
|
|
22692
|
+
get shapeLaptop() {
|
|
22693
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
22694
|
+
}
|
|
22695
|
+
set shapeDesktop(value) {
|
|
22696
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
22697
|
+
}
|
|
22698
|
+
get shapeDesktop() {
|
|
22699
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
22700
|
+
}
|
|
22701
|
+
set extended(value) {
|
|
22702
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
22703
|
+
}
|
|
22704
|
+
get extended() {
|
|
22705
|
+
return this.elementRef.nativeElement['extended'];
|
|
22706
|
+
}
|
|
22707
|
+
set extendedMobile(value) {
|
|
22708
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
22709
|
+
}
|
|
22710
|
+
get extendedMobile() {
|
|
22711
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
22712
|
+
}
|
|
22713
|
+
set extendedTablet(value) {
|
|
22714
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
22715
|
+
}
|
|
22716
|
+
get extendedTablet() {
|
|
22717
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
22718
|
+
}
|
|
22719
|
+
set extendedLaptop(value) {
|
|
22720
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
22721
|
+
}
|
|
22722
|
+
get extendedLaptop() {
|
|
22723
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
22724
|
+
}
|
|
22725
|
+
set extendedDesktop(value) {
|
|
22726
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
22727
|
+
}
|
|
22728
|
+
get extendedDesktop() {
|
|
22729
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
22730
|
+
}
|
|
22731
|
+
set inverted(value) {
|
|
22732
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
22733
|
+
}
|
|
22734
|
+
get inverted() {
|
|
22735
|
+
return this.elementRef.nativeElement['inverted'];
|
|
22736
|
+
}
|
|
22737
|
+
set fontSize(value) {
|
|
22738
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
22739
|
+
}
|
|
22740
|
+
get fontSize() {
|
|
22741
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
22742
|
+
}
|
|
22743
|
+
set color(value) {
|
|
22744
|
+
this.elementRef.nativeElement['color'] = value;
|
|
22745
|
+
}
|
|
22746
|
+
get color() {
|
|
22747
|
+
return this.elementRef.nativeElement['color'];
|
|
22748
|
+
}
|
|
22749
|
+
set fontWeight(value) {
|
|
22750
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
22751
|
+
}
|
|
22752
|
+
get fontWeight() {
|
|
22753
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
22754
|
+
}
|
|
22755
|
+
set title(value) {
|
|
22756
|
+
this.elementRef.nativeElement['title'] = value;
|
|
22757
|
+
}
|
|
22758
|
+
get title() {
|
|
22759
|
+
return this.elementRef.nativeElement['title'];
|
|
22760
|
+
}
|
|
22761
|
+
/** The URL that the hyperlink points to. */
|
|
22762
|
+
set href(value) {
|
|
22763
|
+
this.elementRef.nativeElement['href'] = value;
|
|
22764
|
+
}
|
|
22765
|
+
get href() {
|
|
22766
|
+
return this.elementRef.nativeElement['href'];
|
|
22767
|
+
}
|
|
22768
|
+
/** Where to display the linked URL. */
|
|
22769
|
+
set target(value) {
|
|
22770
|
+
this.elementRef.nativeElement['target'] = value;
|
|
22771
|
+
}
|
|
22772
|
+
get target() {
|
|
22773
|
+
return this.elementRef.nativeElement['target'];
|
|
22774
|
+
}
|
|
22775
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
22776
|
+
set rel(value) {
|
|
22777
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
22778
|
+
}
|
|
22779
|
+
get rel() {
|
|
22780
|
+
return this.elementRef.nativeElement['rel'];
|
|
22781
|
+
}
|
|
22782
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
22783
|
+
set download(value) {
|
|
22784
|
+
this.elementRef.nativeElement['download'] = value;
|
|
22785
|
+
}
|
|
22786
|
+
get download() {
|
|
22787
|
+
return this.elementRef.nativeElement['download'];
|
|
22788
|
+
}
|
|
22671
22789
|
set grow(value) {
|
|
22672
22790
|
this.elementRef.nativeElement['grow'] = value;
|
|
22673
22791
|
}
|
|
@@ -22953,18 +23071,66 @@ class PxList {
|
|
|
22953
23071
|
constructor(elementRef) {
|
|
22954
23072
|
this.elementRef = elementRef;
|
|
22955
23073
|
}
|
|
22956
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
22957
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23074
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxA, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23075
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxA, selector: "px-a", inputs: { disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", href: "href", target: "target", rel: "rel", download: "download", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
22958
23076
|
}
|
|
22959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxA, decorators: [{
|
|
22960
23078
|
type: Directive,
|
|
22961
23079
|
args: [{
|
|
22962
|
-
selector: 'px-
|
|
23080
|
+
selector: 'px-a',
|
|
22963
23081
|
}]
|
|
22964
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23082
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
|
|
22965
23083
|
type: Input
|
|
22966
23084
|
}], variant: [{
|
|
22967
23085
|
type: Input
|
|
23086
|
+
}], shape: [{
|
|
23087
|
+
type: Input
|
|
23088
|
+
}], shapeMobile: [{
|
|
23089
|
+
type: Input,
|
|
23090
|
+
args: ['shape--mobile']
|
|
23091
|
+
}], shapeTablet: [{
|
|
23092
|
+
type: Input,
|
|
23093
|
+
args: ['shape--tablet']
|
|
23094
|
+
}], shapeLaptop: [{
|
|
23095
|
+
type: Input,
|
|
23096
|
+
args: ['shape--laptop']
|
|
23097
|
+
}], shapeDesktop: [{
|
|
23098
|
+
type: Input,
|
|
23099
|
+
args: ['shape--desktop']
|
|
23100
|
+
}], extended: [{
|
|
23101
|
+
type: Input
|
|
23102
|
+
}], extendedMobile: [{
|
|
23103
|
+
type: Input,
|
|
23104
|
+
args: ['extended--mobile']
|
|
23105
|
+
}], extendedTablet: [{
|
|
23106
|
+
type: Input,
|
|
23107
|
+
args: ['extended--tablet']
|
|
23108
|
+
}], extendedLaptop: [{
|
|
23109
|
+
type: Input,
|
|
23110
|
+
args: ['extended--laptop']
|
|
23111
|
+
}], extendedDesktop: [{
|
|
23112
|
+
type: Input,
|
|
23113
|
+
args: ['extended--desktop']
|
|
23114
|
+
}], inverted: [{
|
|
23115
|
+
type: Input
|
|
23116
|
+
}], fontSize: [{
|
|
23117
|
+
type: Input,
|
|
23118
|
+
args: ['font-size']
|
|
23119
|
+
}], color: [{
|
|
23120
|
+
type: Input
|
|
23121
|
+
}], fontWeight: [{
|
|
23122
|
+
type: Input,
|
|
23123
|
+
args: ['font-weight']
|
|
23124
|
+
}], title: [{
|
|
23125
|
+
type: Input
|
|
23126
|
+
}], href: [{
|
|
23127
|
+
type: Input
|
|
23128
|
+
}], target: [{
|
|
23129
|
+
type: Input
|
|
23130
|
+
}], rel: [{
|
|
23131
|
+
type: Input
|
|
23132
|
+
}], download: [{
|
|
23133
|
+
type: Input
|
|
22968
23134
|
}], grow: [{
|
|
22969
23135
|
type: Input
|
|
22970
23136
|
}], growMobile: [{
|
|
@@ -23103,54 +23269,178 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23103
23269
|
args: ['sticky-bottom']
|
|
23104
23270
|
}] } });
|
|
23105
23271
|
/**
|
|
23106
|
-
* @description Type-only wrapper for <px-
|
|
23272
|
+
* @description Type-only wrapper for <px-a-wrapper>
|
|
23107
23273
|
*/
|
|
23108
|
-
class
|
|
23274
|
+
class PxAWrapper {
|
|
23109
23275
|
elementRef;
|
|
23110
|
-
|
|
23111
|
-
|
|
23276
|
+
/** The URL that the hyperlink points to. */
|
|
23277
|
+
set href(value) {
|
|
23278
|
+
this.elementRef.nativeElement['href'] = value;
|
|
23112
23279
|
}
|
|
23113
|
-
get
|
|
23114
|
-
return this.elementRef.nativeElement['
|
|
23280
|
+
get href() {
|
|
23281
|
+
return this.elementRef.nativeElement['href'];
|
|
23115
23282
|
}
|
|
23116
|
-
|
|
23117
|
-
|
|
23283
|
+
/** Where to display the linked URL. */
|
|
23284
|
+
set target(value) {
|
|
23285
|
+
this.elementRef.nativeElement['target'] = value;
|
|
23118
23286
|
}
|
|
23119
|
-
get
|
|
23120
|
-
return this.elementRef.nativeElement['
|
|
23287
|
+
get target() {
|
|
23288
|
+
return this.elementRef.nativeElement['target'];
|
|
23121
23289
|
}
|
|
23122
|
-
|
|
23123
|
-
|
|
23290
|
+
/** The relationship of the linked URL as space-separated link types. */
|
|
23291
|
+
set rel(value) {
|
|
23292
|
+
this.elementRef.nativeElement['rel'] = value;
|
|
23124
23293
|
}
|
|
23125
|
-
get
|
|
23126
|
-
return this.elementRef.nativeElement['
|
|
23294
|
+
get rel() {
|
|
23295
|
+
return this.elementRef.nativeElement['rel'];
|
|
23127
23296
|
}
|
|
23128
|
-
|
|
23129
|
-
|
|
23297
|
+
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
23298
|
+
set download(value) {
|
|
23299
|
+
this.elementRef.nativeElement['download'] = value;
|
|
23130
23300
|
}
|
|
23131
|
-
get
|
|
23132
|
-
return this.elementRef.nativeElement['
|
|
23301
|
+
get download() {
|
|
23302
|
+
return this.elementRef.nativeElement['download'];
|
|
23133
23303
|
}
|
|
23134
|
-
set
|
|
23135
|
-
this.elementRef.nativeElement['
|
|
23304
|
+
set disabled(value) {
|
|
23305
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
23136
23306
|
}
|
|
23137
|
-
get
|
|
23138
|
-
return this.elementRef.nativeElement['
|
|
23307
|
+
get disabled() {
|
|
23308
|
+
return this.elementRef.nativeElement['disabled'];
|
|
23139
23309
|
}
|
|
23140
|
-
set
|
|
23141
|
-
this.elementRef.nativeElement['
|
|
23310
|
+
set variant(value) {
|
|
23311
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
23142
23312
|
}
|
|
23143
|
-
get
|
|
23144
|
-
return this.elementRef.nativeElement['
|
|
23313
|
+
get variant() {
|
|
23314
|
+
return this.elementRef.nativeElement['variant'];
|
|
23145
23315
|
}
|
|
23146
|
-
set
|
|
23147
|
-
this.elementRef.nativeElement['
|
|
23316
|
+
set shape(value) {
|
|
23317
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
23148
23318
|
}
|
|
23149
|
-
get
|
|
23150
|
-
return this.elementRef.nativeElement['
|
|
23319
|
+
get shape() {
|
|
23320
|
+
return this.elementRef.nativeElement['shape'];
|
|
23151
23321
|
}
|
|
23152
|
-
set
|
|
23153
|
-
this.elementRef.nativeElement['
|
|
23322
|
+
set shapeMobile(value) {
|
|
23323
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
23324
|
+
}
|
|
23325
|
+
get shapeMobile() {
|
|
23326
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
23327
|
+
}
|
|
23328
|
+
set shapeTablet(value) {
|
|
23329
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
23330
|
+
}
|
|
23331
|
+
get shapeTablet() {
|
|
23332
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
23333
|
+
}
|
|
23334
|
+
set shapeLaptop(value) {
|
|
23335
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
23336
|
+
}
|
|
23337
|
+
get shapeLaptop() {
|
|
23338
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
23339
|
+
}
|
|
23340
|
+
set shapeDesktop(value) {
|
|
23341
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
23342
|
+
}
|
|
23343
|
+
get shapeDesktop() {
|
|
23344
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
23345
|
+
}
|
|
23346
|
+
set extended(value) {
|
|
23347
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
23348
|
+
}
|
|
23349
|
+
get extended() {
|
|
23350
|
+
return this.elementRef.nativeElement['extended'];
|
|
23351
|
+
}
|
|
23352
|
+
set extendedMobile(value) {
|
|
23353
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
23354
|
+
}
|
|
23355
|
+
get extendedMobile() {
|
|
23356
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
23357
|
+
}
|
|
23358
|
+
set extendedTablet(value) {
|
|
23359
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
23360
|
+
}
|
|
23361
|
+
get extendedTablet() {
|
|
23362
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
23363
|
+
}
|
|
23364
|
+
set extendedLaptop(value) {
|
|
23365
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
23366
|
+
}
|
|
23367
|
+
get extendedLaptop() {
|
|
23368
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
23369
|
+
}
|
|
23370
|
+
set extendedDesktop(value) {
|
|
23371
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
23372
|
+
}
|
|
23373
|
+
get extendedDesktop() {
|
|
23374
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
23375
|
+
}
|
|
23376
|
+
set inverted(value) {
|
|
23377
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
23378
|
+
}
|
|
23379
|
+
get inverted() {
|
|
23380
|
+
return this.elementRef.nativeElement['inverted'];
|
|
23381
|
+
}
|
|
23382
|
+
set fontSize(value) {
|
|
23383
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
23384
|
+
}
|
|
23385
|
+
get fontSize() {
|
|
23386
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
23387
|
+
}
|
|
23388
|
+
set color(value) {
|
|
23389
|
+
this.elementRef.nativeElement['color'] = value;
|
|
23390
|
+
}
|
|
23391
|
+
get color() {
|
|
23392
|
+
return this.elementRef.nativeElement['color'];
|
|
23393
|
+
}
|
|
23394
|
+
set fontWeight(value) {
|
|
23395
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
23396
|
+
}
|
|
23397
|
+
get fontWeight() {
|
|
23398
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
23399
|
+
}
|
|
23400
|
+
set title(value) {
|
|
23401
|
+
this.elementRef.nativeElement['title'] = value;
|
|
23402
|
+
}
|
|
23403
|
+
get title() {
|
|
23404
|
+
return this.elementRef.nativeElement['title'];
|
|
23405
|
+
}
|
|
23406
|
+
set grow(value) {
|
|
23407
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
23408
|
+
}
|
|
23409
|
+
get grow() {
|
|
23410
|
+
return this.elementRef.nativeElement['grow'];
|
|
23411
|
+
}
|
|
23412
|
+
set growMobile(value) {
|
|
23413
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
23414
|
+
}
|
|
23415
|
+
get growMobile() {
|
|
23416
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
23417
|
+
}
|
|
23418
|
+
set growTablet(value) {
|
|
23419
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
23420
|
+
}
|
|
23421
|
+
get growTablet() {
|
|
23422
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
23423
|
+
}
|
|
23424
|
+
set growLaptop(value) {
|
|
23425
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
23426
|
+
}
|
|
23427
|
+
get growLaptop() {
|
|
23428
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
23429
|
+
}
|
|
23430
|
+
set growDesktop(value) {
|
|
23431
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
23432
|
+
}
|
|
23433
|
+
get growDesktop() {
|
|
23434
|
+
return this.elementRef.nativeElement['growDesktop'];
|
|
23435
|
+
}
|
|
23436
|
+
set shrink(value) {
|
|
23437
|
+
this.elementRef.nativeElement['shrink'] = value;
|
|
23438
|
+
}
|
|
23439
|
+
get shrink() {
|
|
23440
|
+
return this.elementRef.nativeElement['shrink'];
|
|
23441
|
+
}
|
|
23442
|
+
set shrinkMobile(value) {
|
|
23443
|
+
this.elementRef.nativeElement['shrinkMobile'] = value;
|
|
23154
23444
|
}
|
|
23155
23445
|
get shrinkMobile() {
|
|
23156
23446
|
return this.elementRef.nativeElement['shrinkMobile'];
|
|
@@ -23395,22 +23685,68 @@ class PxListItem {
|
|
|
23395
23685
|
get stickyBottom() {
|
|
23396
23686
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
23397
23687
|
}
|
|
23398
|
-
LIST_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
23399
23688
|
constructor(elementRef) {
|
|
23400
23689
|
this.elementRef = elementRef;
|
|
23401
|
-
this.elementRef.nativeElement.addEventListener('LIST_ITEM_CONNECTED_EVENT', (e) => {
|
|
23402
|
-
this.LIST_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
23403
|
-
});
|
|
23404
23690
|
}
|
|
23405
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23406
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23691
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23692
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAWrapper, selector: "px-a-wrapper", inputs: { href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", variant: "variant", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], inverted: "inverted", fontSize: ["font-size", "fontSize"], color: "color", fontWeight: ["font-weight", "fontWeight"], title: "title", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
23407
23693
|
}
|
|
23408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAWrapper, decorators: [{
|
|
23409
23695
|
type: Directive,
|
|
23410
23696
|
args: [{
|
|
23411
|
-
selector: 'px-
|
|
23697
|
+
selector: 'px-a-wrapper',
|
|
23412
23698
|
}]
|
|
23413
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23699
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { href: [{
|
|
23700
|
+
type: Input
|
|
23701
|
+
}], target: [{
|
|
23702
|
+
type: Input
|
|
23703
|
+
}], rel: [{
|
|
23704
|
+
type: Input
|
|
23705
|
+
}], download: [{
|
|
23706
|
+
type: Input
|
|
23707
|
+
}], disabled: [{
|
|
23708
|
+
type: Input
|
|
23709
|
+
}], variant: [{
|
|
23710
|
+
type: Input
|
|
23711
|
+
}], shape: [{
|
|
23712
|
+
type: Input
|
|
23713
|
+
}], shapeMobile: [{
|
|
23714
|
+
type: Input,
|
|
23715
|
+
args: ['shape--mobile']
|
|
23716
|
+
}], shapeTablet: [{
|
|
23717
|
+
type: Input,
|
|
23718
|
+
args: ['shape--tablet']
|
|
23719
|
+
}], shapeLaptop: [{
|
|
23720
|
+
type: Input,
|
|
23721
|
+
args: ['shape--laptop']
|
|
23722
|
+
}], shapeDesktop: [{
|
|
23723
|
+
type: Input,
|
|
23724
|
+
args: ['shape--desktop']
|
|
23725
|
+
}], extended: [{
|
|
23726
|
+
type: Input
|
|
23727
|
+
}], extendedMobile: [{
|
|
23728
|
+
type: Input,
|
|
23729
|
+
args: ['extended--mobile']
|
|
23730
|
+
}], extendedTablet: [{
|
|
23731
|
+
type: Input,
|
|
23732
|
+
args: ['extended--tablet']
|
|
23733
|
+
}], extendedLaptop: [{
|
|
23734
|
+
type: Input,
|
|
23735
|
+
args: ['extended--laptop']
|
|
23736
|
+
}], extendedDesktop: [{
|
|
23737
|
+
type: Input,
|
|
23738
|
+
args: ['extended--desktop']
|
|
23739
|
+
}], inverted: [{
|
|
23740
|
+
type: Input
|
|
23741
|
+
}], fontSize: [{
|
|
23742
|
+
type: Input,
|
|
23743
|
+
args: ['font-size']
|
|
23744
|
+
}], color: [{
|
|
23745
|
+
type: Input
|
|
23746
|
+
}], fontWeight: [{
|
|
23747
|
+
type: Input,
|
|
23748
|
+
args: ['font-weight']
|
|
23749
|
+
}], title: [{
|
|
23414
23750
|
type: Input
|
|
23415
23751
|
}], grow: [{
|
|
23416
23752
|
type: Input
|
|
@@ -23548,242 +23884,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23548
23884
|
}], stickyBottom: [{
|
|
23549
23885
|
type: Input,
|
|
23550
23886
|
args: ['sticky-bottom']
|
|
23551
|
-
}], LIST_ITEM_CONNECTED_EVENT: [{
|
|
23552
|
-
type: Output
|
|
23553
23887
|
}] } });
|
|
23554
23888
|
/**
|
|
23555
|
-
* @description Type-only wrapper for <px-
|
|
23889
|
+
* @description Type-only wrapper for <px-list>
|
|
23556
23890
|
*/
|
|
23557
|
-
class
|
|
23891
|
+
class PxList {
|
|
23558
23892
|
elementRef;
|
|
23559
|
-
set
|
|
23560
|
-
this.elementRef.nativeElement['
|
|
23893
|
+
set inverted(value) {
|
|
23894
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
23561
23895
|
}
|
|
23562
|
-
get
|
|
23563
|
-
return this.elementRef.nativeElement['
|
|
23896
|
+
get inverted() {
|
|
23897
|
+
return this.elementRef.nativeElement['inverted'];
|
|
23564
23898
|
}
|
|
23565
|
-
set
|
|
23566
|
-
this.elementRef.nativeElement['
|
|
23899
|
+
set variant(value) {
|
|
23900
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
23567
23901
|
}
|
|
23568
|
-
get
|
|
23569
|
-
return this.elementRef.nativeElement['
|
|
23902
|
+
get variant() {
|
|
23903
|
+
return this.elementRef.nativeElement['variant'];
|
|
23570
23904
|
}
|
|
23571
|
-
set
|
|
23572
|
-
this.elementRef.nativeElement['
|
|
23905
|
+
set grow(value) {
|
|
23906
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
23573
23907
|
}
|
|
23574
|
-
get
|
|
23575
|
-
return this.elementRef.nativeElement['
|
|
23908
|
+
get grow() {
|
|
23909
|
+
return this.elementRef.nativeElement['grow'];
|
|
23576
23910
|
}
|
|
23577
|
-
set
|
|
23578
|
-
this.elementRef.nativeElement['
|
|
23911
|
+
set growMobile(value) {
|
|
23912
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
23579
23913
|
}
|
|
23580
|
-
get
|
|
23581
|
-
return this.elementRef.nativeElement['
|
|
23914
|
+
get growMobile() {
|
|
23915
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
23582
23916
|
}
|
|
23583
|
-
set
|
|
23584
|
-
this.elementRef.nativeElement['
|
|
23917
|
+
set growTablet(value) {
|
|
23918
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
23585
23919
|
}
|
|
23586
|
-
get
|
|
23587
|
-
return this.elementRef.nativeElement['
|
|
23920
|
+
get growTablet() {
|
|
23921
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
23588
23922
|
}
|
|
23589
|
-
set
|
|
23590
|
-
this.elementRef.nativeElement['
|
|
23923
|
+
set growLaptop(value) {
|
|
23924
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
23591
23925
|
}
|
|
23592
|
-
get
|
|
23593
|
-
return this.elementRef.nativeElement['
|
|
23926
|
+
get growLaptop() {
|
|
23927
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
23594
23928
|
}
|
|
23595
|
-
|
|
23596
|
-
|
|
23597
|
-
this.elementRef = elementRef;
|
|
23598
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
23599
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
23600
|
-
});
|
|
23601
|
-
}
|
|
23602
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23603
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
23604
|
-
}
|
|
23605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, decorators: [{
|
|
23606
|
-
type: Directive,
|
|
23607
|
-
args: [{
|
|
23608
|
-
selector: 'px-modal',
|
|
23609
|
-
}]
|
|
23610
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
23611
|
-
type: Input
|
|
23612
|
-
}], status: [{
|
|
23613
|
-
type: Input
|
|
23614
|
-
}], mediaSrc: [{
|
|
23615
|
-
type: Input,
|
|
23616
|
-
args: ['media-src']
|
|
23617
|
-
}], openedby: [{
|
|
23618
|
-
type: Input
|
|
23619
|
-
}], closedby: [{
|
|
23620
|
-
type: Input
|
|
23621
|
-
}], id: [{
|
|
23622
|
-
type: Input
|
|
23623
|
-
}], CLOSE_EVENT: [{
|
|
23624
|
-
type: Output
|
|
23625
|
-
}] } });
|
|
23626
|
-
/**
|
|
23627
|
-
* @description Type-only wrapper for <px-a>
|
|
23628
|
-
*/
|
|
23629
|
-
class PxA {
|
|
23630
|
-
elementRef;
|
|
23631
|
-
set disabled(value) {
|
|
23632
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
23633
|
-
}
|
|
23634
|
-
get disabled() {
|
|
23635
|
-
return this.elementRef.nativeElement['disabled'];
|
|
23636
|
-
}
|
|
23637
|
-
set variant(value) {
|
|
23638
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
23639
|
-
}
|
|
23640
|
-
get variant() {
|
|
23641
|
-
return this.elementRef.nativeElement['variant'];
|
|
23642
|
-
}
|
|
23643
|
-
set shape(value) {
|
|
23644
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
23645
|
-
}
|
|
23646
|
-
get shape() {
|
|
23647
|
-
return this.elementRef.nativeElement['shape'];
|
|
23648
|
-
}
|
|
23649
|
-
set shapeMobile(value) {
|
|
23650
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
23651
|
-
}
|
|
23652
|
-
get shapeMobile() {
|
|
23653
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
23654
|
-
}
|
|
23655
|
-
set shapeTablet(value) {
|
|
23656
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
23657
|
-
}
|
|
23658
|
-
get shapeTablet() {
|
|
23659
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
23660
|
-
}
|
|
23661
|
-
set shapeLaptop(value) {
|
|
23662
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
23663
|
-
}
|
|
23664
|
-
get shapeLaptop() {
|
|
23665
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
23666
|
-
}
|
|
23667
|
-
set shapeDesktop(value) {
|
|
23668
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
23669
|
-
}
|
|
23670
|
-
get shapeDesktop() {
|
|
23671
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
23672
|
-
}
|
|
23673
|
-
set extended(value) {
|
|
23674
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
23675
|
-
}
|
|
23676
|
-
get extended() {
|
|
23677
|
-
return this.elementRef.nativeElement['extended'];
|
|
23678
|
-
}
|
|
23679
|
-
set extendedMobile(value) {
|
|
23680
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
23681
|
-
}
|
|
23682
|
-
get extendedMobile() {
|
|
23683
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
23684
|
-
}
|
|
23685
|
-
set extendedTablet(value) {
|
|
23686
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
23687
|
-
}
|
|
23688
|
-
get extendedTablet() {
|
|
23689
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
23690
|
-
}
|
|
23691
|
-
set extendedLaptop(value) {
|
|
23692
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
23693
|
-
}
|
|
23694
|
-
get extendedLaptop() {
|
|
23695
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
23696
|
-
}
|
|
23697
|
-
set extendedDesktop(value) {
|
|
23698
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
23699
|
-
}
|
|
23700
|
-
get extendedDesktop() {
|
|
23701
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
23702
|
-
}
|
|
23703
|
-
set inverted(value) {
|
|
23704
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
23705
|
-
}
|
|
23706
|
-
get inverted() {
|
|
23707
|
-
return this.elementRef.nativeElement['inverted'];
|
|
23708
|
-
}
|
|
23709
|
-
set fontSize(value) {
|
|
23710
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
23711
|
-
}
|
|
23712
|
-
get fontSize() {
|
|
23713
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
23714
|
-
}
|
|
23715
|
-
set color(value) {
|
|
23716
|
-
this.elementRef.nativeElement['color'] = value;
|
|
23717
|
-
}
|
|
23718
|
-
get color() {
|
|
23719
|
-
return this.elementRef.nativeElement['color'];
|
|
23720
|
-
}
|
|
23721
|
-
set fontWeight(value) {
|
|
23722
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
23723
|
-
}
|
|
23724
|
-
get fontWeight() {
|
|
23725
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
23726
|
-
}
|
|
23727
|
-
set title(value) {
|
|
23728
|
-
this.elementRef.nativeElement['title'] = value;
|
|
23729
|
-
}
|
|
23730
|
-
get title() {
|
|
23731
|
-
return this.elementRef.nativeElement['title'];
|
|
23732
|
-
}
|
|
23733
|
-
/** The URL that the hyperlink points to. */
|
|
23734
|
-
set href(value) {
|
|
23735
|
-
this.elementRef.nativeElement['href'] = value;
|
|
23736
|
-
}
|
|
23737
|
-
get href() {
|
|
23738
|
-
return this.elementRef.nativeElement['href'];
|
|
23739
|
-
}
|
|
23740
|
-
/** Where to display the linked URL. */
|
|
23741
|
-
set target(value) {
|
|
23742
|
-
this.elementRef.nativeElement['target'] = value;
|
|
23743
|
-
}
|
|
23744
|
-
get target() {
|
|
23745
|
-
return this.elementRef.nativeElement['target'];
|
|
23746
|
-
}
|
|
23747
|
-
/** The relationship of the linked URL as space-separated link types. */
|
|
23748
|
-
set rel(value) {
|
|
23749
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
23750
|
-
}
|
|
23751
|
-
get rel() {
|
|
23752
|
-
return this.elementRef.nativeElement['rel'];
|
|
23753
|
-
}
|
|
23754
|
-
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
23755
|
-
set download(value) {
|
|
23756
|
-
this.elementRef.nativeElement['download'] = value;
|
|
23757
|
-
}
|
|
23758
|
-
get download() {
|
|
23759
|
-
return this.elementRef.nativeElement['download'];
|
|
23760
|
-
}
|
|
23761
|
-
set grow(value) {
|
|
23762
|
-
this.elementRef.nativeElement['grow'] = value;
|
|
23763
|
-
}
|
|
23764
|
-
get grow() {
|
|
23765
|
-
return this.elementRef.nativeElement['grow'];
|
|
23766
|
-
}
|
|
23767
|
-
set growMobile(value) {
|
|
23768
|
-
this.elementRef.nativeElement['growMobile'] = value;
|
|
23769
|
-
}
|
|
23770
|
-
get growMobile() {
|
|
23771
|
-
return this.elementRef.nativeElement['growMobile'];
|
|
23772
|
-
}
|
|
23773
|
-
set growTablet(value) {
|
|
23774
|
-
this.elementRef.nativeElement['growTablet'] = value;
|
|
23775
|
-
}
|
|
23776
|
-
get growTablet() {
|
|
23777
|
-
return this.elementRef.nativeElement['growTablet'];
|
|
23778
|
-
}
|
|
23779
|
-
set growLaptop(value) {
|
|
23780
|
-
this.elementRef.nativeElement['growLaptop'] = value;
|
|
23781
|
-
}
|
|
23782
|
-
get growLaptop() {
|
|
23783
|
-
return this.elementRef.nativeElement['growLaptop'];
|
|
23784
|
-
}
|
|
23785
|
-
set growDesktop(value) {
|
|
23786
|
-
this.elementRef.nativeElement['growDesktop'] = value;
|
|
23929
|
+
set growDesktop(value) {
|
|
23930
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
23787
23931
|
}
|
|
23788
23932
|
get growDesktop() {
|
|
23789
23933
|
return this.elementRef.nativeElement['growDesktop'];
|
|
@@ -24043,66 +24187,18 @@ class PxA {
|
|
|
24043
24187
|
constructor(elementRef) {
|
|
24044
24188
|
this.elementRef = elementRef;
|
|
24045
24189
|
}
|
|
24046
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24047
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
24190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxList, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24191
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxList, selector: "px-list", inputs: { inverted: "inverted", variant: "variant", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
24048
24192
|
}
|
|
24049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxList, decorators: [{
|
|
24050
24194
|
type: Directive,
|
|
24051
24195
|
args: [{
|
|
24052
|
-
selector: 'px-
|
|
24196
|
+
selector: 'px-list',
|
|
24053
24197
|
}]
|
|
24054
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
24198
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
24055
24199
|
type: Input
|
|
24056
24200
|
}], variant: [{
|
|
24057
24201
|
type: Input
|
|
24058
|
-
}], shape: [{
|
|
24059
|
-
type: Input
|
|
24060
|
-
}], shapeMobile: [{
|
|
24061
|
-
type: Input,
|
|
24062
|
-
args: ['shape--mobile']
|
|
24063
|
-
}], shapeTablet: [{
|
|
24064
|
-
type: Input,
|
|
24065
|
-
args: ['shape--tablet']
|
|
24066
|
-
}], shapeLaptop: [{
|
|
24067
|
-
type: Input,
|
|
24068
|
-
args: ['shape--laptop']
|
|
24069
|
-
}], shapeDesktop: [{
|
|
24070
|
-
type: Input,
|
|
24071
|
-
args: ['shape--desktop']
|
|
24072
|
-
}], extended: [{
|
|
24073
|
-
type: Input
|
|
24074
|
-
}], extendedMobile: [{
|
|
24075
|
-
type: Input,
|
|
24076
|
-
args: ['extended--mobile']
|
|
24077
|
-
}], extendedTablet: [{
|
|
24078
|
-
type: Input,
|
|
24079
|
-
args: ['extended--tablet']
|
|
24080
|
-
}], extendedLaptop: [{
|
|
24081
|
-
type: Input,
|
|
24082
|
-
args: ['extended--laptop']
|
|
24083
|
-
}], extendedDesktop: [{
|
|
24084
|
-
type: Input,
|
|
24085
|
-
args: ['extended--desktop']
|
|
24086
|
-
}], inverted: [{
|
|
24087
|
-
type: Input
|
|
24088
|
-
}], fontSize: [{
|
|
24089
|
-
type: Input,
|
|
24090
|
-
args: ['font-size']
|
|
24091
|
-
}], color: [{
|
|
24092
|
-
type: Input
|
|
24093
|
-
}], fontWeight: [{
|
|
24094
|
-
type: Input,
|
|
24095
|
-
args: ['font-weight']
|
|
24096
|
-
}], title: [{
|
|
24097
|
-
type: Input
|
|
24098
|
-
}], href: [{
|
|
24099
|
-
type: Input
|
|
24100
|
-
}], target: [{
|
|
24101
|
-
type: Input
|
|
24102
|
-
}], rel: [{
|
|
24103
|
-
type: Input
|
|
24104
|
-
}], download: [{
|
|
24105
|
-
type: Input
|
|
24106
24202
|
}], grow: [{
|
|
24107
24203
|
type: Input
|
|
24108
24204
|
}], growMobile: [{
|
|
@@ -24159,222 +24255,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
24159
24255
|
args: ['align-self--laptop']
|
|
24160
24256
|
}], alignSelfDesktop: [{
|
|
24161
24257
|
type: Input,
|
|
24162
|
-
args: ['align-self--desktop']
|
|
24163
|
-
}], justifySelf: [{
|
|
24164
|
-
type: Input,
|
|
24165
|
-
args: ['justify-self']
|
|
24166
|
-
}], justifySelfMobile: [{
|
|
24167
|
-
type: Input,
|
|
24168
|
-
args: ['justify-self--mobile']
|
|
24169
|
-
}], justifySelfTablet: [{
|
|
24170
|
-
type: Input,
|
|
24171
|
-
args: ['justify-self--tablet']
|
|
24172
|
-
}], justifySelfLaptop: [{
|
|
24173
|
-
type: Input,
|
|
24174
|
-
args: ['justify-self--laptop']
|
|
24175
|
-
}], justifySelfDesktop: [{
|
|
24176
|
-
type: Input,
|
|
24177
|
-
args: ['justify-self--desktop']
|
|
24178
|
-
}], hidden: [{
|
|
24179
|
-
type: Input
|
|
24180
|
-
}], hiddenMobile: [{
|
|
24181
|
-
type: Input,
|
|
24182
|
-
args: ['hidden--mobile']
|
|
24183
|
-
}], hiddenTablet: [{
|
|
24184
|
-
type: Input,
|
|
24185
|
-
args: ['hidden--tablet']
|
|
24186
|
-
}], hiddenLaptop: [{
|
|
24187
|
-
type: Input,
|
|
24188
|
-
args: ['hidden--laptop']
|
|
24189
|
-
}], hiddenDesktop: [{
|
|
24190
|
-
type: Input,
|
|
24191
|
-
args: ['hidden--desktop']
|
|
24192
|
-
}], shownSr: [{
|
|
24193
|
-
type: Input,
|
|
24194
|
-
args: ['shown--sr']
|
|
24195
|
-
}], shownSrMobile: [{
|
|
24196
|
-
type: Input,
|
|
24197
|
-
args: ['shown--sr--mobile']
|
|
24198
|
-
}], shownSrTablet: [{
|
|
24199
|
-
type: Input,
|
|
24200
|
-
args: ['shown--sr--tablet']
|
|
24201
|
-
}], shownSrLaptop: [{
|
|
24202
|
-
type: Input,
|
|
24203
|
-
args: ['shown--sr--laptop']
|
|
24204
|
-
}], shownSrDesktop: [{
|
|
24205
|
-
type: Input,
|
|
24206
|
-
args: ['shown--sr--desktop']
|
|
24207
|
-
}], colSpan: [{
|
|
24208
|
-
type: Input,
|
|
24209
|
-
args: ['col-span']
|
|
24210
|
-
}], colSpanMobile: [{
|
|
24211
|
-
type: Input,
|
|
24212
|
-
args: ['col-span--mobile']
|
|
24213
|
-
}], colSpanTablet: [{
|
|
24214
|
-
type: Input,
|
|
24215
|
-
args: ['col-span--tablet']
|
|
24216
|
-
}], colSpanLaptop: [{
|
|
24217
|
-
type: Input,
|
|
24218
|
-
args: ['col-span--laptop']
|
|
24219
|
-
}], colSpanDesktop: [{
|
|
24220
|
-
type: Input,
|
|
24221
|
-
args: ['col-span--desktop']
|
|
24222
|
-
}], order: [{
|
|
24223
|
-
type: Input
|
|
24224
|
-
}], orderMobile: [{
|
|
24225
|
-
type: Input,
|
|
24226
|
-
args: ['order--mobile']
|
|
24227
|
-
}], orderTablet: [{
|
|
24228
|
-
type: Input,
|
|
24229
|
-
args: ['order--tablet']
|
|
24230
|
-
}], orderLaptop: [{
|
|
24231
|
-
type: Input,
|
|
24232
|
-
args: ['order--laptop']
|
|
24233
|
-
}], orderDesktop: [{
|
|
24234
|
-
type: Input,
|
|
24235
|
-
args: ['order--desktop']
|
|
24236
|
-
}], stickyTop: [{
|
|
24237
|
-
type: Input,
|
|
24238
|
-
args: ['sticky-top']
|
|
24239
|
-
}], stickyBottom: [{
|
|
24240
|
-
type: Input,
|
|
24241
|
-
args: ['sticky-bottom']
|
|
24242
|
-
}] } });
|
|
24243
|
-
/**
|
|
24244
|
-
* @description Type-only wrapper for <px-
|
|
24245
|
-
*/
|
|
24246
|
-
class
|
|
24247
|
-
elementRef;
|
|
24248
|
-
/** The URL that the hyperlink points to. */
|
|
24249
|
-
set href(value) {
|
|
24250
|
-
this.elementRef.nativeElement['href'] = value;
|
|
24251
|
-
}
|
|
24252
|
-
get href() {
|
|
24253
|
-
return this.elementRef.nativeElement['href'];
|
|
24254
|
-
}
|
|
24255
|
-
/** Where to display the linked URL. */
|
|
24256
|
-
set target(value) {
|
|
24257
|
-
this.elementRef.nativeElement['target'] = value;
|
|
24258
|
-
}
|
|
24259
|
-
get target() {
|
|
24260
|
-
return this.elementRef.nativeElement['target'];
|
|
24261
|
-
}
|
|
24262
|
-
/** The relationship of the linked URL as space-separated link types. */
|
|
24263
|
-
set rel(value) {
|
|
24264
|
-
this.elementRef.nativeElement['rel'] = value;
|
|
24265
|
-
}
|
|
24266
|
-
get rel() {
|
|
24267
|
-
return this.elementRef.nativeElement['rel'];
|
|
24268
|
-
}
|
|
24269
|
-
/** Prompts the user to save the linked URL instead of navigating to it. */
|
|
24270
|
-
set download(value) {
|
|
24271
|
-
this.elementRef.nativeElement['download'] = value;
|
|
24272
|
-
}
|
|
24273
|
-
get download() {
|
|
24274
|
-
return this.elementRef.nativeElement['download'];
|
|
24275
|
-
}
|
|
24276
|
-
set disabled(value) {
|
|
24277
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
24278
|
-
}
|
|
24279
|
-
get disabled() {
|
|
24280
|
-
return this.elementRef.nativeElement['disabled'];
|
|
24281
|
-
}
|
|
24282
|
-
set variant(value) {
|
|
24283
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
24284
|
-
}
|
|
24285
|
-
get variant() {
|
|
24286
|
-
return this.elementRef.nativeElement['variant'];
|
|
24287
|
-
}
|
|
24288
|
-
set shape(value) {
|
|
24289
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
24290
|
-
}
|
|
24291
|
-
get shape() {
|
|
24292
|
-
return this.elementRef.nativeElement['shape'];
|
|
24293
|
-
}
|
|
24294
|
-
set shapeMobile(value) {
|
|
24295
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
24296
|
-
}
|
|
24297
|
-
get shapeMobile() {
|
|
24298
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
24299
|
-
}
|
|
24300
|
-
set shapeTablet(value) {
|
|
24301
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
24302
|
-
}
|
|
24303
|
-
get shapeTablet() {
|
|
24304
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
24305
|
-
}
|
|
24306
|
-
set shapeLaptop(value) {
|
|
24307
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
24308
|
-
}
|
|
24309
|
-
get shapeLaptop() {
|
|
24310
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
24311
|
-
}
|
|
24312
|
-
set shapeDesktop(value) {
|
|
24313
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
24314
|
-
}
|
|
24315
|
-
get shapeDesktop() {
|
|
24316
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
24317
|
-
}
|
|
24318
|
-
set extended(value) {
|
|
24319
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
24320
|
-
}
|
|
24321
|
-
get extended() {
|
|
24322
|
-
return this.elementRef.nativeElement['extended'];
|
|
24323
|
-
}
|
|
24324
|
-
set extendedMobile(value) {
|
|
24325
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
24326
|
-
}
|
|
24327
|
-
get extendedMobile() {
|
|
24328
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
24329
|
-
}
|
|
24330
|
-
set extendedTablet(value) {
|
|
24331
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
24332
|
-
}
|
|
24333
|
-
get extendedTablet() {
|
|
24334
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
24335
|
-
}
|
|
24336
|
-
set extendedLaptop(value) {
|
|
24337
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
24338
|
-
}
|
|
24339
|
-
get extendedLaptop() {
|
|
24340
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
24341
|
-
}
|
|
24342
|
-
set extendedDesktop(value) {
|
|
24343
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
24344
|
-
}
|
|
24345
|
-
get extendedDesktop() {
|
|
24346
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
24347
|
-
}
|
|
24258
|
+
args: ['align-self--desktop']
|
|
24259
|
+
}], justifySelf: [{
|
|
24260
|
+
type: Input,
|
|
24261
|
+
args: ['justify-self']
|
|
24262
|
+
}], justifySelfMobile: [{
|
|
24263
|
+
type: Input,
|
|
24264
|
+
args: ['justify-self--mobile']
|
|
24265
|
+
}], justifySelfTablet: [{
|
|
24266
|
+
type: Input,
|
|
24267
|
+
args: ['justify-self--tablet']
|
|
24268
|
+
}], justifySelfLaptop: [{
|
|
24269
|
+
type: Input,
|
|
24270
|
+
args: ['justify-self--laptop']
|
|
24271
|
+
}], justifySelfDesktop: [{
|
|
24272
|
+
type: Input,
|
|
24273
|
+
args: ['justify-self--desktop']
|
|
24274
|
+
}], hidden: [{
|
|
24275
|
+
type: Input
|
|
24276
|
+
}], hiddenMobile: [{
|
|
24277
|
+
type: Input,
|
|
24278
|
+
args: ['hidden--mobile']
|
|
24279
|
+
}], hiddenTablet: [{
|
|
24280
|
+
type: Input,
|
|
24281
|
+
args: ['hidden--tablet']
|
|
24282
|
+
}], hiddenLaptop: [{
|
|
24283
|
+
type: Input,
|
|
24284
|
+
args: ['hidden--laptop']
|
|
24285
|
+
}], hiddenDesktop: [{
|
|
24286
|
+
type: Input,
|
|
24287
|
+
args: ['hidden--desktop']
|
|
24288
|
+
}], shownSr: [{
|
|
24289
|
+
type: Input,
|
|
24290
|
+
args: ['shown--sr']
|
|
24291
|
+
}], shownSrMobile: [{
|
|
24292
|
+
type: Input,
|
|
24293
|
+
args: ['shown--sr--mobile']
|
|
24294
|
+
}], shownSrTablet: [{
|
|
24295
|
+
type: Input,
|
|
24296
|
+
args: ['shown--sr--tablet']
|
|
24297
|
+
}], shownSrLaptop: [{
|
|
24298
|
+
type: Input,
|
|
24299
|
+
args: ['shown--sr--laptop']
|
|
24300
|
+
}], shownSrDesktop: [{
|
|
24301
|
+
type: Input,
|
|
24302
|
+
args: ['shown--sr--desktop']
|
|
24303
|
+
}], colSpan: [{
|
|
24304
|
+
type: Input,
|
|
24305
|
+
args: ['col-span']
|
|
24306
|
+
}], colSpanMobile: [{
|
|
24307
|
+
type: Input,
|
|
24308
|
+
args: ['col-span--mobile']
|
|
24309
|
+
}], colSpanTablet: [{
|
|
24310
|
+
type: Input,
|
|
24311
|
+
args: ['col-span--tablet']
|
|
24312
|
+
}], colSpanLaptop: [{
|
|
24313
|
+
type: Input,
|
|
24314
|
+
args: ['col-span--laptop']
|
|
24315
|
+
}], colSpanDesktop: [{
|
|
24316
|
+
type: Input,
|
|
24317
|
+
args: ['col-span--desktop']
|
|
24318
|
+
}], order: [{
|
|
24319
|
+
type: Input
|
|
24320
|
+
}], orderMobile: [{
|
|
24321
|
+
type: Input,
|
|
24322
|
+
args: ['order--mobile']
|
|
24323
|
+
}], orderTablet: [{
|
|
24324
|
+
type: Input,
|
|
24325
|
+
args: ['order--tablet']
|
|
24326
|
+
}], orderLaptop: [{
|
|
24327
|
+
type: Input,
|
|
24328
|
+
args: ['order--laptop']
|
|
24329
|
+
}], orderDesktop: [{
|
|
24330
|
+
type: Input,
|
|
24331
|
+
args: ['order--desktop']
|
|
24332
|
+
}], stickyTop: [{
|
|
24333
|
+
type: Input,
|
|
24334
|
+
args: ['sticky-top']
|
|
24335
|
+
}], stickyBottom: [{
|
|
24336
|
+
type: Input,
|
|
24337
|
+
args: ['sticky-bottom']
|
|
24338
|
+
}] } });
|
|
24339
|
+
/**
|
|
24340
|
+
* @description Type-only wrapper for <px-list-item>
|
|
24341
|
+
*/
|
|
24342
|
+
class PxListItem {
|
|
24343
|
+
elementRef;
|
|
24348
24344
|
set inverted(value) {
|
|
24349
24345
|
this.elementRef.nativeElement['inverted'] = value;
|
|
24350
24346
|
}
|
|
24351
24347
|
get inverted() {
|
|
24352
24348
|
return this.elementRef.nativeElement['inverted'];
|
|
24353
24349
|
}
|
|
24354
|
-
set fontSize(value) {
|
|
24355
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
24356
|
-
}
|
|
24357
|
-
get fontSize() {
|
|
24358
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
24359
|
-
}
|
|
24360
|
-
set color(value) {
|
|
24361
|
-
this.elementRef.nativeElement['color'] = value;
|
|
24362
|
-
}
|
|
24363
|
-
get color() {
|
|
24364
|
-
return this.elementRef.nativeElement['color'];
|
|
24365
|
-
}
|
|
24366
|
-
set fontWeight(value) {
|
|
24367
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
24368
|
-
}
|
|
24369
|
-
get fontWeight() {
|
|
24370
|
-
return this.elementRef.nativeElement['fontWeight'];
|
|
24371
|
-
}
|
|
24372
|
-
set title(value) {
|
|
24373
|
-
this.elementRef.nativeElement['title'] = value;
|
|
24374
|
-
}
|
|
24375
|
-
get title() {
|
|
24376
|
-
return this.elementRef.nativeElement['title'];
|
|
24377
|
-
}
|
|
24378
24350
|
set grow(value) {
|
|
24379
24351
|
this.elementRef.nativeElement['grow'] = value;
|
|
24380
24352
|
}
|
|
@@ -24657,68 +24629,22 @@ class PxAWrapper {
|
|
|
24657
24629
|
get stickyBottom() {
|
|
24658
24630
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
24659
24631
|
}
|
|
24632
|
+
LIST_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
24660
24633
|
constructor(elementRef) {
|
|
24661
24634
|
this.elementRef = elementRef;
|
|
24635
|
+
this.elementRef.nativeElement.addEventListener('LIST_ITEM_CONNECTED_EVENT', (e) => {
|
|
24636
|
+
this.LIST_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
24637
|
+
});
|
|
24662
24638
|
}
|
|
24663
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24664
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
24639
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxListItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24640
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxListItem, selector: "px-list-item", inputs: { 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"] }, outputs: { LIST_ITEM_CONNECTED_EVENT: "LIST_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
24665
24641
|
}
|
|
24666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxListItem, decorators: [{
|
|
24667
24643
|
type: Directive,
|
|
24668
24644
|
args: [{
|
|
24669
|
-
selector: 'px-
|
|
24645
|
+
selector: 'px-list-item',
|
|
24670
24646
|
}]
|
|
24671
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
24672
|
-
type: Input
|
|
24673
|
-
}], target: [{
|
|
24674
|
-
type: Input
|
|
24675
|
-
}], rel: [{
|
|
24676
|
-
type: Input
|
|
24677
|
-
}], download: [{
|
|
24678
|
-
type: Input
|
|
24679
|
-
}], disabled: [{
|
|
24680
|
-
type: Input
|
|
24681
|
-
}], variant: [{
|
|
24682
|
-
type: Input
|
|
24683
|
-
}], shape: [{
|
|
24684
|
-
type: Input
|
|
24685
|
-
}], shapeMobile: [{
|
|
24686
|
-
type: Input,
|
|
24687
|
-
args: ['shape--mobile']
|
|
24688
|
-
}], shapeTablet: [{
|
|
24689
|
-
type: Input,
|
|
24690
|
-
args: ['shape--tablet']
|
|
24691
|
-
}], shapeLaptop: [{
|
|
24692
|
-
type: Input,
|
|
24693
|
-
args: ['shape--laptop']
|
|
24694
|
-
}], shapeDesktop: [{
|
|
24695
|
-
type: Input,
|
|
24696
|
-
args: ['shape--desktop']
|
|
24697
|
-
}], extended: [{
|
|
24698
|
-
type: Input
|
|
24699
|
-
}], extendedMobile: [{
|
|
24700
|
-
type: Input,
|
|
24701
|
-
args: ['extended--mobile']
|
|
24702
|
-
}], extendedTablet: [{
|
|
24703
|
-
type: Input,
|
|
24704
|
-
args: ['extended--tablet']
|
|
24705
|
-
}], extendedLaptop: [{
|
|
24706
|
-
type: Input,
|
|
24707
|
-
args: ['extended--laptop']
|
|
24708
|
-
}], extendedDesktop: [{
|
|
24709
|
-
type: Input,
|
|
24710
|
-
args: ['extended--desktop']
|
|
24711
|
-
}], inverted: [{
|
|
24712
|
-
type: Input
|
|
24713
|
-
}], fontSize: [{
|
|
24714
|
-
type: Input,
|
|
24715
|
-
args: ['font-size']
|
|
24716
|
-
}], color: [{
|
|
24717
|
-
type: Input
|
|
24718
|
-
}], fontWeight: [{
|
|
24719
|
-
type: Input,
|
|
24720
|
-
args: ['font-weight']
|
|
24721
|
-
}], title: [{
|
|
24647
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
24722
24648
|
type: Input
|
|
24723
24649
|
}], grow: [{
|
|
24724
24650
|
type: Input
|
|
@@ -24856,6 +24782,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
24856
24782
|
}], stickyBottom: [{
|
|
24857
24783
|
type: Input,
|
|
24858
24784
|
args: ['sticky-bottom']
|
|
24785
|
+
}], LIST_ITEM_CONNECTED_EVENT: [{
|
|
24786
|
+
type: Output
|
|
24787
|
+
}] } });
|
|
24788
|
+
/**
|
|
24789
|
+
* @description Type-only wrapper for <px-modal>
|
|
24790
|
+
*/
|
|
24791
|
+
class PxModal {
|
|
24792
|
+
elementRef;
|
|
24793
|
+
set open(value) {
|
|
24794
|
+
this.elementRef.nativeElement['open'] = value;
|
|
24795
|
+
}
|
|
24796
|
+
get open() {
|
|
24797
|
+
return this.elementRef.nativeElement['open'];
|
|
24798
|
+
}
|
|
24799
|
+
set status(value) {
|
|
24800
|
+
this.elementRef.nativeElement['status'] = value;
|
|
24801
|
+
}
|
|
24802
|
+
get status() {
|
|
24803
|
+
return this.elementRef.nativeElement['status'];
|
|
24804
|
+
}
|
|
24805
|
+
set mediaSrc(value) {
|
|
24806
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
24807
|
+
}
|
|
24808
|
+
get mediaSrc() {
|
|
24809
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
24810
|
+
}
|
|
24811
|
+
set openedby(value) {
|
|
24812
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
24813
|
+
}
|
|
24814
|
+
get openedby() {
|
|
24815
|
+
return this.elementRef.nativeElement['openedby'];
|
|
24816
|
+
}
|
|
24817
|
+
set closedby(value) {
|
|
24818
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
24819
|
+
}
|
|
24820
|
+
get closedby() {
|
|
24821
|
+
return this.elementRef.nativeElement['closedby'];
|
|
24822
|
+
}
|
|
24823
|
+
set id(value) {
|
|
24824
|
+
this.elementRef.nativeElement['id'] = value;
|
|
24825
|
+
}
|
|
24826
|
+
get id() {
|
|
24827
|
+
return this.elementRef.nativeElement['id'];
|
|
24828
|
+
}
|
|
24829
|
+
CLOSE_EVENT = new EventEmitter();
|
|
24830
|
+
constructor(elementRef) {
|
|
24831
|
+
this.elementRef = elementRef;
|
|
24832
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
24833
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
24834
|
+
});
|
|
24835
|
+
}
|
|
24836
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24837
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
24838
|
+
}
|
|
24839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, decorators: [{
|
|
24840
|
+
type: Directive,
|
|
24841
|
+
args: [{
|
|
24842
|
+
selector: 'px-modal',
|
|
24843
|
+
}]
|
|
24844
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
24845
|
+
type: Input
|
|
24846
|
+
}], status: [{
|
|
24847
|
+
type: Input
|
|
24848
|
+
}], mediaSrc: [{
|
|
24849
|
+
type: Input,
|
|
24850
|
+
args: ['media-src']
|
|
24851
|
+
}], openedby: [{
|
|
24852
|
+
type: Input
|
|
24853
|
+
}], closedby: [{
|
|
24854
|
+
type: Input
|
|
24855
|
+
}], id: [{
|
|
24856
|
+
type: Input
|
|
24857
|
+
}], CLOSE_EVENT: [{
|
|
24858
|
+
type: Output
|
|
24859
24859
|
}] } });
|
|
24860
24860
|
/**
|
|
24861
24861
|
* @description Type-only wrapper for <px-p>
|
|
@@ -37405,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37405
37405
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37406
37406
|
class Lavender {
|
|
37407
37407
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37408
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack,
|
|
37408
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
37409
37409
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37410
37410
|
}
|
|
37411
37411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37459,11 +37459,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37459
37459
|
PxStack,
|
|
37460
37460
|
PxVstack,
|
|
37461
37461
|
PxHstack,
|
|
37462
|
+
PxA,
|
|
37463
|
+
PxAWrapper,
|
|
37462
37464
|
PxList,
|
|
37463
37465
|
PxListItem,
|
|
37464
37466
|
PxModal,
|
|
37465
|
-
PxA,
|
|
37466
|
-
PxAWrapper,
|
|
37467
37467
|
PxP,
|
|
37468
37468
|
PxPillar,
|
|
37469
37469
|
PxCardActions,
|
|
@@ -37561,11 +37561,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37561
37561
|
PxStack,
|
|
37562
37562
|
PxVstack,
|
|
37563
37563
|
PxHstack,
|
|
37564
|
+
PxA,
|
|
37565
|
+
PxAWrapper,
|
|
37564
37566
|
PxList,
|
|
37565
37567
|
PxListItem,
|
|
37566
37568
|
PxModal,
|
|
37567
|
-
PxA,
|
|
37568
|
-
PxAWrapper,
|
|
37569
37569
|
PxP,
|
|
37570
37570
|
PxPillar,
|
|
37571
37571
|
PxCardActions,
|