@proximus/lavender-angular 1.4.12-alpha.9 → 1.4.13-alpha.1
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 +24 -0
- package/esm2022/lavender.directive.mjs +956 -956
- package/fesm2022/proximus-lavender-angular.mjs +955 -955
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +161 -161
- package/package.json +1 -1
|
@@ -12551,111 +12551,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12551
12551
|
args: ['word-break-all--desktop']
|
|
12552
12552
|
}] } });
|
|
12553
12553
|
/**
|
|
12554
|
-
* @description Type-only wrapper for <px-
|
|
12554
|
+
* @description Type-only wrapper for <px-drawer>
|
|
12555
12555
|
*/
|
|
12556
|
-
class
|
|
12556
|
+
class PxDrawer {
|
|
12557
12557
|
elementRef;
|
|
12558
|
-
set
|
|
12559
|
-
this.elementRef.nativeElement['
|
|
12560
|
-
}
|
|
12561
|
-
get backgroundColor() {
|
|
12562
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
12563
|
-
}
|
|
12564
|
-
set backgroundGradient(value) {
|
|
12565
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12566
|
-
}
|
|
12567
|
-
get backgroundGradient() {
|
|
12568
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12569
|
-
}
|
|
12570
|
-
set backgroundImage(value) {
|
|
12571
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12572
|
-
}
|
|
12573
|
-
get backgroundImage() {
|
|
12574
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
12558
|
+
set open(value) {
|
|
12559
|
+
this.elementRef.nativeElement['open'] = value;
|
|
12575
12560
|
}
|
|
12576
|
-
|
|
12577
|
-
this.elementRef.nativeElement['
|
|
12561
|
+
get open() {
|
|
12562
|
+
return this.elementRef.nativeElement['open'];
|
|
12578
12563
|
}
|
|
12579
|
-
|
|
12580
|
-
|
|
12564
|
+
set ariaLabelCloseButton(value) {
|
|
12565
|
+
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
12581
12566
|
}
|
|
12582
|
-
|
|
12583
|
-
this.elementRef.nativeElement['
|
|
12567
|
+
get ariaLabelCloseButton() {
|
|
12568
|
+
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
12584
12569
|
}
|
|
12585
|
-
|
|
12586
|
-
|
|
12570
|
+
set openedby(value) {
|
|
12571
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
12587
12572
|
}
|
|
12588
|
-
|
|
12589
|
-
this.elementRef.nativeElement['
|
|
12573
|
+
get openedby() {
|
|
12574
|
+
return this.elementRef.nativeElement['openedby'];
|
|
12590
12575
|
}
|
|
12591
|
-
|
|
12592
|
-
|
|
12576
|
+
set closedby(value) {
|
|
12577
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
12593
12578
|
}
|
|
12594
|
-
|
|
12595
|
-
this.elementRef.nativeElement['
|
|
12579
|
+
get closedby() {
|
|
12580
|
+
return this.elementRef.nativeElement['closedby'];
|
|
12596
12581
|
}
|
|
12597
|
-
|
|
12598
|
-
|
|
12582
|
+
set fullscreen(value) {
|
|
12583
|
+
this.elementRef.nativeElement['fullscreen'] = value;
|
|
12599
12584
|
}
|
|
12600
|
-
|
|
12601
|
-
this.elementRef.nativeElement['
|
|
12585
|
+
get fullscreen() {
|
|
12586
|
+
return this.elementRef.nativeElement['fullscreen'];
|
|
12602
12587
|
}
|
|
12603
|
-
|
|
12604
|
-
|
|
12588
|
+
set fullscreenMobile(value) {
|
|
12589
|
+
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
12605
12590
|
}
|
|
12606
|
-
|
|
12607
|
-
this.elementRef.nativeElement['
|
|
12591
|
+
get fullscreenMobile() {
|
|
12592
|
+
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
12608
12593
|
}
|
|
12609
|
-
|
|
12610
|
-
|
|
12594
|
+
set fullscreenTablet(value) {
|
|
12595
|
+
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
12611
12596
|
}
|
|
12612
|
-
|
|
12613
|
-
this.elementRef.nativeElement['
|
|
12597
|
+
get fullscreenTablet() {
|
|
12598
|
+
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
12614
12599
|
}
|
|
12615
|
-
|
|
12616
|
-
|
|
12600
|
+
set fullscreenLaptop(value) {
|
|
12601
|
+
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
12617
12602
|
}
|
|
12618
|
-
|
|
12619
|
-
this.elementRef.nativeElement['
|
|
12603
|
+
get fullscreenLaptop() {
|
|
12604
|
+
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
12620
12605
|
}
|
|
12621
|
-
|
|
12622
|
-
|
|
12606
|
+
set fullscreenDesktop(value) {
|
|
12607
|
+
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
12623
12608
|
}
|
|
12624
|
-
|
|
12625
|
-
this.elementRef.nativeElement['
|
|
12609
|
+
get fullscreenDesktop() {
|
|
12610
|
+
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
12626
12611
|
}
|
|
12627
|
-
|
|
12628
|
-
|
|
12612
|
+
HIDE_EVENT = new EventEmitter();
|
|
12613
|
+
constructor(elementRef) {
|
|
12614
|
+
this.elementRef = elementRef;
|
|
12615
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
12616
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
12617
|
+
});
|
|
12629
12618
|
}
|
|
12630
|
-
|
|
12631
|
-
|
|
12619
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12620
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
12621
|
+
}
|
|
12622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
12623
|
+
type: Directive,
|
|
12624
|
+
args: [{
|
|
12625
|
+
selector: 'px-drawer',
|
|
12626
|
+
}]
|
|
12627
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
12628
|
+
type: Input
|
|
12629
|
+
}], ariaLabelCloseButton: [{
|
|
12630
|
+
type: Input,
|
|
12631
|
+
args: ['aria-label-close-button']
|
|
12632
|
+
}], openedby: [{
|
|
12633
|
+
type: Input
|
|
12634
|
+
}], closedby: [{
|
|
12635
|
+
type: Input
|
|
12636
|
+
}], fullscreen: [{
|
|
12637
|
+
type: Input
|
|
12638
|
+
}], fullscreenMobile: [{
|
|
12639
|
+
type: Input,
|
|
12640
|
+
args: ['fullscreen--mobile']
|
|
12641
|
+
}], fullscreenTablet: [{
|
|
12642
|
+
type: Input,
|
|
12643
|
+
args: ['fullscreen--tablet']
|
|
12644
|
+
}], fullscreenLaptop: [{
|
|
12645
|
+
type: Input,
|
|
12646
|
+
args: ['fullscreen--laptop']
|
|
12647
|
+
}], fullscreenDesktop: [{
|
|
12648
|
+
type: Input,
|
|
12649
|
+
args: ['fullscreen--desktop']
|
|
12650
|
+
}], HIDE_EVENT: [{
|
|
12651
|
+
type: Output
|
|
12652
|
+
}] } });
|
|
12653
|
+
/**
|
|
12654
|
+
* @description Type-only wrapper for <px-dropdown>
|
|
12655
|
+
*/
|
|
12656
|
+
class PxDropdown {
|
|
12657
|
+
elementRef;
|
|
12658
|
+
set id(value) {
|
|
12659
|
+
this.elementRef.nativeElement['id'] = value;
|
|
12632
12660
|
}
|
|
12633
|
-
get
|
|
12634
|
-
return this.elementRef.nativeElement['
|
|
12661
|
+
get id() {
|
|
12662
|
+
return this.elementRef.nativeElement['id'];
|
|
12635
12663
|
}
|
|
12636
|
-
set
|
|
12637
|
-
this.elementRef.nativeElement['
|
|
12664
|
+
set anchoralignment(value) {
|
|
12665
|
+
this.elementRef.nativeElement['anchoralignment'] = value;
|
|
12638
12666
|
}
|
|
12639
|
-
get
|
|
12640
|
-
return this.elementRef.nativeElement['
|
|
12667
|
+
get anchoralignment() {
|
|
12668
|
+
return this.elementRef.nativeElement['anchoralignment'];
|
|
12641
12669
|
}
|
|
12642
|
-
set
|
|
12643
|
-
this.elementRef.nativeElement['
|
|
12670
|
+
set usePolyfill(value) {
|
|
12671
|
+
this.elementRef.nativeElement['usePolyfill'] = value;
|
|
12644
12672
|
}
|
|
12645
|
-
get
|
|
12646
|
-
return this.elementRef.nativeElement['
|
|
12673
|
+
get usePolyfill() {
|
|
12674
|
+
return this.elementRef.nativeElement['usePolyfill'];
|
|
12647
12675
|
}
|
|
12648
|
-
set
|
|
12649
|
-
this.elementRef.nativeElement['
|
|
12676
|
+
set manualToggle(value) {
|
|
12677
|
+
this.elementRef.nativeElement['manualToggle'] = value;
|
|
12650
12678
|
}
|
|
12651
|
-
get
|
|
12652
|
-
return this.elementRef.nativeElement['
|
|
12679
|
+
get manualToggle() {
|
|
12680
|
+
return this.elementRef.nativeElement['manualToggle'];
|
|
12653
12681
|
}
|
|
12654
|
-
set
|
|
12655
|
-
this.elementRef.nativeElement['
|
|
12682
|
+
set popoverHeight(value) {
|
|
12683
|
+
this.elementRef.nativeElement['popoverHeight'] = value;
|
|
12656
12684
|
}
|
|
12657
|
-
get
|
|
12658
|
-
return this.elementRef.nativeElement['
|
|
12685
|
+
get popoverHeight() {
|
|
12686
|
+
return this.elementRef.nativeElement['popoverHeight'];
|
|
12659
12687
|
}
|
|
12660
12688
|
set grow(value) {
|
|
12661
12689
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -12972,64 +13000,27 @@ class PxContentHeader {
|
|
|
12972
13000
|
constructor(elementRef) {
|
|
12973
13001
|
this.elementRef = elementRef;
|
|
12974
13002
|
}
|
|
12975
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
12976
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
13003
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13004
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDropdown, selector: "px-dropdown", inputs: { id: "id", anchoralignment: "anchoralignment", usePolyfill: ["use-polyfill", "usePolyfill"], manualToggle: ["manual-toggle", "manualToggle"], popoverHeight: ["popover-height", "popoverHeight"], 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 });
|
|
12977
13005
|
}
|
|
12978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
|
|
12979
13007
|
type: Directive,
|
|
12980
13008
|
args: [{
|
|
12981
|
-
selector: 'px-
|
|
13009
|
+
selector: 'px-dropdown',
|
|
12982
13010
|
}]
|
|
12983
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
12984
|
-
type: Input
|
|
12985
|
-
|
|
12986
|
-
|
|
12987
|
-
|
|
12988
|
-
args: ['background-gradient']
|
|
12989
|
-
}], backgroundImage: [{
|
|
12990
|
-
type: Input,
|
|
12991
|
-
args: ['background-image']
|
|
12992
|
-
}], backgroundImageMobile: [{
|
|
12993
|
-
type: Input,
|
|
12994
|
-
args: ['background-image--mobile']
|
|
12995
|
-
}], backgroundImageTablet: [{
|
|
12996
|
-
type: Input,
|
|
12997
|
-
args: ['background-image--tablet']
|
|
12998
|
-
}], backgroundImageLaptop: [{
|
|
12999
|
-
type: Input,
|
|
13000
|
-
args: ['background-image--laptop']
|
|
13001
|
-
}], backgroundSize: [{
|
|
13002
|
-
type: Input,
|
|
13003
|
-
args: ['background-size']
|
|
13004
|
-
}], backgroundPosition: [{
|
|
13005
|
-
type: Input,
|
|
13006
|
-
args: ['background-position']
|
|
13007
|
-
}], contrastHelperGradient: [{
|
|
13008
|
-
type: Input,
|
|
13009
|
-
args: ['contrast-helper-gradient']
|
|
13010
|
-
}], contrastHelperOverlay: [{
|
|
13011
|
-
type: Input,
|
|
13012
|
-
args: ['contrast-helper-overlay']
|
|
13013
|
-
}], minHeight: [{
|
|
13014
|
-
type: Input,
|
|
13015
|
-
args: ['min-height']
|
|
13016
|
-
}], hasGridding: [{
|
|
13017
|
-
type: Input,
|
|
13018
|
-
args: ['has-gridding']
|
|
13019
|
-
}], hasGriddingMobile: [{
|
|
13020
|
-
type: Input,
|
|
13021
|
-
args: ['has-gridding--mobile']
|
|
13022
|
-
}], hasGriddingTablet: [{
|
|
13011
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
13012
|
+
type: Input
|
|
13013
|
+
}], anchoralignment: [{
|
|
13014
|
+
type: Input
|
|
13015
|
+
}], usePolyfill: [{
|
|
13023
13016
|
type: Input,
|
|
13024
|
-
args: ['
|
|
13025
|
-
}],
|
|
13017
|
+
args: ['use-polyfill']
|
|
13018
|
+
}], manualToggle: [{
|
|
13026
13019
|
type: Input,
|
|
13027
|
-
args: ['
|
|
13028
|
-
}],
|
|
13020
|
+
args: ['manual-toggle']
|
|
13021
|
+
}], popoverHeight: [{
|
|
13029
13022
|
type: Input,
|
|
13030
|
-
args: ['
|
|
13031
|
-
}], inverted: [{
|
|
13032
|
-
type: Input
|
|
13023
|
+
args: ['popover-height']
|
|
13033
13024
|
}], grow: [{
|
|
13034
13025
|
type: Input
|
|
13035
13026
|
}], growMobile: [{
|
|
@@ -13183,139 +13174,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13183
13174
|
args: ['word-break-all--desktop']
|
|
13184
13175
|
}] } });
|
|
13185
13176
|
/**
|
|
13186
|
-
* @description Type-only wrapper for <px-
|
|
13177
|
+
* @description Type-only wrapper for <px-fieldset>
|
|
13187
13178
|
*/
|
|
13188
|
-
class
|
|
13179
|
+
class PxFieldset {
|
|
13189
13180
|
elementRef;
|
|
13190
|
-
set
|
|
13191
|
-
this.elementRef.nativeElement['
|
|
13181
|
+
set inverted(value) {
|
|
13182
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
13192
13183
|
}
|
|
13193
|
-
get
|
|
13194
|
-
return this.elementRef.nativeElement['
|
|
13184
|
+
get inverted() {
|
|
13185
|
+
return this.elementRef.nativeElement['inverted'];
|
|
13195
13186
|
}
|
|
13196
|
-
set
|
|
13197
|
-
this.elementRef.nativeElement['
|
|
13198
|
-
}
|
|
13199
|
-
get ariaLabelCloseButton() {
|
|
13200
|
-
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
13201
|
-
}
|
|
13202
|
-
set openedby(value) {
|
|
13203
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
13204
|
-
}
|
|
13205
|
-
get openedby() {
|
|
13206
|
-
return this.elementRef.nativeElement['openedby'];
|
|
13207
|
-
}
|
|
13208
|
-
set closedby(value) {
|
|
13209
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
13210
|
-
}
|
|
13211
|
-
get closedby() {
|
|
13212
|
-
return this.elementRef.nativeElement['closedby'];
|
|
13213
|
-
}
|
|
13214
|
-
set fullscreen(value) {
|
|
13215
|
-
this.elementRef.nativeElement['fullscreen'] = value;
|
|
13216
|
-
}
|
|
13217
|
-
get fullscreen() {
|
|
13218
|
-
return this.elementRef.nativeElement['fullscreen'];
|
|
13219
|
-
}
|
|
13220
|
-
set fullscreenMobile(value) {
|
|
13221
|
-
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
13222
|
-
}
|
|
13223
|
-
get fullscreenMobile() {
|
|
13224
|
-
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
13225
|
-
}
|
|
13226
|
-
set fullscreenTablet(value) {
|
|
13227
|
-
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
13228
|
-
}
|
|
13229
|
-
get fullscreenTablet() {
|
|
13230
|
-
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
13231
|
-
}
|
|
13232
|
-
set fullscreenLaptop(value) {
|
|
13233
|
-
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
13234
|
-
}
|
|
13235
|
-
get fullscreenLaptop() {
|
|
13236
|
-
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
13237
|
-
}
|
|
13238
|
-
set fullscreenDesktop(value) {
|
|
13239
|
-
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
13240
|
-
}
|
|
13241
|
-
get fullscreenDesktop() {
|
|
13242
|
-
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
13243
|
-
}
|
|
13244
|
-
HIDE_EVENT = new EventEmitter();
|
|
13245
|
-
constructor(elementRef) {
|
|
13246
|
-
this.elementRef = elementRef;
|
|
13247
|
-
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
13248
|
-
this.HIDE_EVENT.emit(e.detail);
|
|
13249
|
-
});
|
|
13250
|
-
}
|
|
13251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13252
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
13253
|
-
}
|
|
13254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
13255
|
-
type: Directive,
|
|
13256
|
-
args: [{
|
|
13257
|
-
selector: 'px-drawer',
|
|
13258
|
-
}]
|
|
13259
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
13260
|
-
type: Input
|
|
13261
|
-
}], ariaLabelCloseButton: [{
|
|
13262
|
-
type: Input,
|
|
13263
|
-
args: ['aria-label-close-button']
|
|
13264
|
-
}], openedby: [{
|
|
13265
|
-
type: Input
|
|
13266
|
-
}], closedby: [{
|
|
13267
|
-
type: Input
|
|
13268
|
-
}], fullscreen: [{
|
|
13269
|
-
type: Input
|
|
13270
|
-
}], fullscreenMobile: [{
|
|
13271
|
-
type: Input,
|
|
13272
|
-
args: ['fullscreen--mobile']
|
|
13273
|
-
}], fullscreenTablet: [{
|
|
13274
|
-
type: Input,
|
|
13275
|
-
args: ['fullscreen--tablet']
|
|
13276
|
-
}], fullscreenLaptop: [{
|
|
13277
|
-
type: Input,
|
|
13278
|
-
args: ['fullscreen--laptop']
|
|
13279
|
-
}], fullscreenDesktop: [{
|
|
13280
|
-
type: Input,
|
|
13281
|
-
args: ['fullscreen--desktop']
|
|
13282
|
-
}], HIDE_EVENT: [{
|
|
13283
|
-
type: Output
|
|
13284
|
-
}] } });
|
|
13285
|
-
/**
|
|
13286
|
-
* @description Type-only wrapper for <px-dropdown>
|
|
13287
|
-
*/
|
|
13288
|
-
class PxDropdown {
|
|
13289
|
-
elementRef;
|
|
13290
|
-
set id(value) {
|
|
13291
|
-
this.elementRef.nativeElement['id'] = value;
|
|
13292
|
-
}
|
|
13293
|
-
get id() {
|
|
13294
|
-
return this.elementRef.nativeElement['id'];
|
|
13295
|
-
}
|
|
13296
|
-
set anchoralignment(value) {
|
|
13297
|
-
this.elementRef.nativeElement['anchoralignment'] = value;
|
|
13187
|
+
set role(value) {
|
|
13188
|
+
this.elementRef.nativeElement['role'] = value;
|
|
13298
13189
|
}
|
|
13299
|
-
get
|
|
13300
|
-
return this.elementRef.nativeElement['
|
|
13190
|
+
get role() {
|
|
13191
|
+
return this.elementRef.nativeElement['role'];
|
|
13301
13192
|
}
|
|
13302
|
-
set
|
|
13303
|
-
this.elementRef.nativeElement['
|
|
13193
|
+
set ariaRequired(value) {
|
|
13194
|
+
this.elementRef.nativeElement['ariaRequired'] = value;
|
|
13304
13195
|
}
|
|
13305
|
-
get
|
|
13306
|
-
return this.elementRef.nativeElement['
|
|
13196
|
+
get ariaRequired() {
|
|
13197
|
+
return this.elementRef.nativeElement['ariaRequired'];
|
|
13307
13198
|
}
|
|
13308
|
-
set
|
|
13309
|
-
this.elementRef.nativeElement['
|
|
13199
|
+
set ariaDisabled(value) {
|
|
13200
|
+
this.elementRef.nativeElement['ariaDisabled'] = value;
|
|
13310
13201
|
}
|
|
13311
|
-
get
|
|
13312
|
-
return this.elementRef.nativeElement['
|
|
13202
|
+
get ariaDisabled() {
|
|
13203
|
+
return this.elementRef.nativeElement['ariaDisabled'];
|
|
13313
13204
|
}
|
|
13314
|
-
set
|
|
13315
|
-
this.elementRef.nativeElement['
|
|
13205
|
+
set state(value) {
|
|
13206
|
+
this.elementRef.nativeElement['state'] = value;
|
|
13316
13207
|
}
|
|
13317
|
-
get
|
|
13318
|
-
return this.elementRef.nativeElement['
|
|
13208
|
+
get state() {
|
|
13209
|
+
return this.elementRef.nativeElement['state'];
|
|
13319
13210
|
}
|
|
13320
13211
|
set grow(value) {
|
|
13321
13212
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -13632,27 +13523,26 @@ class PxDropdown {
|
|
|
13632
13523
|
constructor(elementRef) {
|
|
13633
13524
|
this.elementRef = elementRef;
|
|
13634
13525
|
}
|
|
13635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13636
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
13526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13527
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFieldset, selector: "px-fieldset", inputs: { inverted: "inverted", role: "role", ariaRequired: ["aria-required", "ariaRequired"], ariaDisabled: ["aria-disabled", "ariaDisabled"], state: "state", 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 });
|
|
13637
13528
|
}
|
|
13638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, decorators: [{
|
|
13639
13530
|
type: Directive,
|
|
13640
13531
|
args: [{
|
|
13641
|
-
selector: 'px-
|
|
13532
|
+
selector: 'px-fieldset',
|
|
13642
13533
|
}]
|
|
13643
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
13534
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
13644
13535
|
type: Input
|
|
13645
|
-
}],
|
|
13536
|
+
}], role: [{
|
|
13646
13537
|
type: Input
|
|
13647
|
-
}],
|
|
13648
|
-
type: Input,
|
|
13649
|
-
args: ['use-polyfill']
|
|
13650
|
-
}], manualToggle: [{
|
|
13538
|
+
}], ariaRequired: [{
|
|
13651
13539
|
type: Input,
|
|
13652
|
-
args: ['
|
|
13653
|
-
}],
|
|
13540
|
+
args: ['aria-required']
|
|
13541
|
+
}], ariaDisabled: [{
|
|
13654
13542
|
type: Input,
|
|
13655
|
-
args: ['
|
|
13543
|
+
args: ['aria-disabled']
|
|
13544
|
+
}], state: [{
|
|
13545
|
+
type: Input
|
|
13656
13546
|
}], grow: [{
|
|
13657
13547
|
type: Input
|
|
13658
13548
|
}], growMobile: [{
|
|
@@ -13806,81 +13696,195 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13806
13696
|
args: ['word-break-all--desktop']
|
|
13807
13697
|
}] } });
|
|
13808
13698
|
/**
|
|
13809
|
-
* @description Type-only wrapper for <px-
|
|
13699
|
+
* @description Type-only wrapper for <px-grid>
|
|
13810
13700
|
*/
|
|
13811
|
-
class
|
|
13701
|
+
class PxGrid {
|
|
13812
13702
|
elementRef;
|
|
13813
|
-
set
|
|
13814
|
-
this.elementRef.nativeElement['
|
|
13703
|
+
set gridCols(value) {
|
|
13704
|
+
this.elementRef.nativeElement['gridCols'] = value;
|
|
13815
13705
|
}
|
|
13816
|
-
get
|
|
13817
|
-
return this.elementRef.nativeElement['
|
|
13706
|
+
get gridCols() {
|
|
13707
|
+
return this.elementRef.nativeElement['gridCols'];
|
|
13818
13708
|
}
|
|
13819
|
-
set
|
|
13820
|
-
this.elementRef.nativeElement['
|
|
13709
|
+
set gridColsMobile(value) {
|
|
13710
|
+
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
13821
13711
|
}
|
|
13822
|
-
get
|
|
13823
|
-
return this.elementRef.nativeElement['
|
|
13712
|
+
get gridColsMobile() {
|
|
13713
|
+
return this.elementRef.nativeElement['gridColsMobile'];
|
|
13824
13714
|
}
|
|
13825
|
-
set
|
|
13826
|
-
this.elementRef.nativeElement['
|
|
13715
|
+
set gridColsTablet(value) {
|
|
13716
|
+
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
13827
13717
|
}
|
|
13828
|
-
get
|
|
13829
|
-
return this.elementRef.nativeElement['
|
|
13718
|
+
get gridColsTablet() {
|
|
13719
|
+
return this.elementRef.nativeElement['gridColsTablet'];
|
|
13830
13720
|
}
|
|
13831
|
-
set
|
|
13832
|
-
this.elementRef.nativeElement['
|
|
13721
|
+
set gridColsLaptop(value) {
|
|
13722
|
+
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
13833
13723
|
}
|
|
13834
|
-
get
|
|
13835
|
-
return this.elementRef.nativeElement['
|
|
13724
|
+
get gridColsLaptop() {
|
|
13725
|
+
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
13836
13726
|
}
|
|
13837
|
-
set
|
|
13838
|
-
this.elementRef.nativeElement['
|
|
13727
|
+
set justifyContent(value) {
|
|
13728
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
13839
13729
|
}
|
|
13840
|
-
get
|
|
13841
|
-
return this.elementRef.nativeElement['
|
|
13730
|
+
get justifyContent() {
|
|
13731
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
13842
13732
|
}
|
|
13843
|
-
set
|
|
13844
|
-
this.elementRef.nativeElement['
|
|
13733
|
+
set justifyItems(value) {
|
|
13734
|
+
this.elementRef.nativeElement['justifyItems'] = value;
|
|
13845
13735
|
}
|
|
13846
|
-
get
|
|
13847
|
-
return this.elementRef.nativeElement['
|
|
13736
|
+
get justifyItems() {
|
|
13737
|
+
return this.elementRef.nativeElement['justifyItems'];
|
|
13848
13738
|
}
|
|
13849
|
-
set
|
|
13850
|
-
this.elementRef.nativeElement['
|
|
13739
|
+
set alignContent(value) {
|
|
13740
|
+
this.elementRef.nativeElement['alignContent'] = value;
|
|
13851
13741
|
}
|
|
13852
|
-
get
|
|
13853
|
-
return this.elementRef.nativeElement['
|
|
13742
|
+
get alignContent() {
|
|
13743
|
+
return this.elementRef.nativeElement['alignContent'];
|
|
13854
13744
|
}
|
|
13855
|
-
set
|
|
13856
|
-
this.elementRef.nativeElement['
|
|
13745
|
+
set alignItems(value) {
|
|
13746
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
13857
13747
|
}
|
|
13858
|
-
get
|
|
13859
|
-
return this.elementRef.nativeElement['
|
|
13748
|
+
get alignItems() {
|
|
13749
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
13860
13750
|
}
|
|
13861
|
-
set
|
|
13862
|
-
this.elementRef.nativeElement['
|
|
13751
|
+
set justifyContentMobile(value) {
|
|
13752
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
13863
13753
|
}
|
|
13864
|
-
get
|
|
13865
|
-
return this.elementRef.nativeElement['
|
|
13754
|
+
get justifyContentMobile() {
|
|
13755
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
13866
13756
|
}
|
|
13867
|
-
set
|
|
13868
|
-
this.elementRef.nativeElement['
|
|
13757
|
+
set justifyItemsMobile(value) {
|
|
13758
|
+
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
13869
13759
|
}
|
|
13870
|
-
get
|
|
13871
|
-
return this.elementRef.nativeElement['
|
|
13760
|
+
get justifyItemsMobile() {
|
|
13761
|
+
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
13872
13762
|
}
|
|
13873
|
-
set
|
|
13874
|
-
this.elementRef.nativeElement['
|
|
13763
|
+
set alignContentMobile(value) {
|
|
13764
|
+
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
13875
13765
|
}
|
|
13876
|
-
get
|
|
13877
|
-
return this.elementRef.nativeElement['
|
|
13766
|
+
get alignContentMobile() {
|
|
13767
|
+
return this.elementRef.nativeElement['alignContentMobile'];
|
|
13878
13768
|
}
|
|
13879
|
-
set
|
|
13880
|
-
this.elementRef.nativeElement['
|
|
13769
|
+
set alignItemsMobile(value) {
|
|
13770
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
13881
13771
|
}
|
|
13882
|
-
get
|
|
13883
|
-
return this.elementRef.nativeElement['
|
|
13772
|
+
get alignItemsMobile() {
|
|
13773
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
13774
|
+
}
|
|
13775
|
+
set justifyContentTablet(value) {
|
|
13776
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
13777
|
+
}
|
|
13778
|
+
get justifyContentTablet() {
|
|
13779
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
13780
|
+
}
|
|
13781
|
+
set justifyItemsTablet(value) {
|
|
13782
|
+
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
13783
|
+
}
|
|
13784
|
+
get justifyItemsTablet() {
|
|
13785
|
+
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
13786
|
+
}
|
|
13787
|
+
set alignContentTablet(value) {
|
|
13788
|
+
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
13789
|
+
}
|
|
13790
|
+
get alignContentTablet() {
|
|
13791
|
+
return this.elementRef.nativeElement['alignContentTablet'];
|
|
13792
|
+
}
|
|
13793
|
+
set alignItemsTablet(value) {
|
|
13794
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
13795
|
+
}
|
|
13796
|
+
get alignItemsTablet() {
|
|
13797
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
13798
|
+
}
|
|
13799
|
+
set justifyContentLaptop(value) {
|
|
13800
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
13801
|
+
}
|
|
13802
|
+
get justifyContentLaptop() {
|
|
13803
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
13804
|
+
}
|
|
13805
|
+
set justifyItemsLaptop(value) {
|
|
13806
|
+
this.elementRef.nativeElement['justifyItemsLaptop'] = value;
|
|
13807
|
+
}
|
|
13808
|
+
get justifyItemsLaptop() {
|
|
13809
|
+
return this.elementRef.nativeElement['justifyItemsLaptop'];
|
|
13810
|
+
}
|
|
13811
|
+
set alignContentLaptop(value) {
|
|
13812
|
+
this.elementRef.nativeElement['alignContentLaptop'] = value;
|
|
13813
|
+
}
|
|
13814
|
+
get alignContentLaptop() {
|
|
13815
|
+
return this.elementRef.nativeElement['alignContentLaptop'];
|
|
13816
|
+
}
|
|
13817
|
+
set alignItemsLaptop(value) {
|
|
13818
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
13819
|
+
}
|
|
13820
|
+
get alignItemsLaptop() {
|
|
13821
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
13822
|
+
}
|
|
13823
|
+
set justifyContentDesktop(value) {
|
|
13824
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
13825
|
+
}
|
|
13826
|
+
get justifyContentDesktop() {
|
|
13827
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
13828
|
+
}
|
|
13829
|
+
set justifyItemsDesktop(value) {
|
|
13830
|
+
this.elementRef.nativeElement['justifyItemsDesktop'] = value;
|
|
13831
|
+
}
|
|
13832
|
+
get justifyItemsDesktop() {
|
|
13833
|
+
return this.elementRef.nativeElement['justifyItemsDesktop'];
|
|
13834
|
+
}
|
|
13835
|
+
set alignContentDesktop(value) {
|
|
13836
|
+
this.elementRef.nativeElement['alignContentDesktop'] = value;
|
|
13837
|
+
}
|
|
13838
|
+
get alignContentDesktop() {
|
|
13839
|
+
return this.elementRef.nativeElement['alignContentDesktop'];
|
|
13840
|
+
}
|
|
13841
|
+
set alignItemsDesktop(value) {
|
|
13842
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
13843
|
+
}
|
|
13844
|
+
get alignItemsDesktop() {
|
|
13845
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
13846
|
+
}
|
|
13847
|
+
set grow(value) {
|
|
13848
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
13849
|
+
}
|
|
13850
|
+
get grow() {
|
|
13851
|
+
return this.elementRef.nativeElement['grow'];
|
|
13852
|
+
}
|
|
13853
|
+
set growMobile(value) {
|
|
13854
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
13855
|
+
}
|
|
13856
|
+
get growMobile() {
|
|
13857
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
13858
|
+
}
|
|
13859
|
+
set growTablet(value) {
|
|
13860
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
13861
|
+
}
|
|
13862
|
+
get growTablet() {
|
|
13863
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
13864
|
+
}
|
|
13865
|
+
set growLaptop(value) {
|
|
13866
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
13867
|
+
}
|
|
13868
|
+
get growLaptop() {
|
|
13869
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
13870
|
+
}
|
|
13871
|
+
set growDesktop(value) {
|
|
13872
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
13873
|
+
}
|
|
13874
|
+
get growDesktop() {
|
|
13875
|
+
return this.elementRef.nativeElement['growDesktop'];
|
|
13876
|
+
}
|
|
13877
|
+
set shrink(value) {
|
|
13878
|
+
this.elementRef.nativeElement['shrink'] = value;
|
|
13879
|
+
}
|
|
13880
|
+
get shrink() {
|
|
13881
|
+
return this.elementRef.nativeElement['shrink'];
|
|
13882
|
+
}
|
|
13883
|
+
set shrinkMobile(value) {
|
|
13884
|
+
this.elementRef.nativeElement['shrinkMobile'] = value;
|
|
13885
|
+
}
|
|
13886
|
+
get shrinkMobile() {
|
|
13887
|
+
return this.elementRef.nativeElement['shrinkMobile'];
|
|
13884
13888
|
}
|
|
13885
13889
|
set shrinkTablet(value) {
|
|
13886
13890
|
this.elementRef.nativeElement['shrinkTablet'] = value;
|
|
@@ -14155,26 +14159,86 @@ class PxFieldset {
|
|
|
14155
14159
|
constructor(elementRef) {
|
|
14156
14160
|
this.elementRef = elementRef;
|
|
14157
14161
|
}
|
|
14158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14159
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14163
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxGrid, selector: "px-grid", inputs: { gridCols: ["grid-cols", "gridCols"], gridColsMobile: ["grid-cols--mobile", "gridColsMobile"], gridColsTablet: ["grid-cols--tablet", "gridColsTablet"], gridColsLaptop: ["grid-cols--laptop", "gridColsLaptop"], justifyContent: ["justify-content", "justifyContent"], justifyItems: ["justify-items", "justifyItems"], alignContent: ["align-content", "alignContent"], alignItems: ["align-items", "alignItems"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyItemsMobile: ["justify-items--mobile", "justifyItemsMobile"], alignContentMobile: ["align-content--mobile", "alignContentMobile"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyItemsTablet: ["justify-items--tablet", "justifyItemsTablet"], alignContentTablet: ["align-content--tablet", "alignContentTablet"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyItemsLaptop: ["justify-items--laptop", "justifyItemsLaptop"], alignContentLaptop: ["align-content--laptop", "alignContentLaptop"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], justifyItemsDesktop: ["justify-items--desktop", "justifyItemsDesktop"], alignContentDesktop: ["align-content--desktop", "alignContentDesktop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], 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 });
|
|
14160
14164
|
}
|
|
14161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, decorators: [{
|
|
14162
14166
|
type: Directive,
|
|
14163
14167
|
args: [{
|
|
14164
|
-
selector: 'px-
|
|
14168
|
+
selector: 'px-grid',
|
|
14165
14169
|
}]
|
|
14166
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14167
|
-
type: Input
|
|
14168
|
-
}], role: [{
|
|
14169
|
-
type: Input
|
|
14170
|
-
}], ariaRequired: [{
|
|
14170
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
|
|
14171
14171
|
type: Input,
|
|
14172
|
-
args: ['
|
|
14173
|
-
}],
|
|
14172
|
+
args: ['grid-cols']
|
|
14173
|
+
}], gridColsMobile: [{
|
|
14174
14174
|
type: Input,
|
|
14175
|
-
args: ['
|
|
14176
|
-
}],
|
|
14177
|
-
type: Input
|
|
14175
|
+
args: ['grid-cols--mobile']
|
|
14176
|
+
}], gridColsTablet: [{
|
|
14177
|
+
type: Input,
|
|
14178
|
+
args: ['grid-cols--tablet']
|
|
14179
|
+
}], gridColsLaptop: [{
|
|
14180
|
+
type: Input,
|
|
14181
|
+
args: ['grid-cols--laptop']
|
|
14182
|
+
}], justifyContent: [{
|
|
14183
|
+
type: Input,
|
|
14184
|
+
args: ['justify-content']
|
|
14185
|
+
}], justifyItems: [{
|
|
14186
|
+
type: Input,
|
|
14187
|
+
args: ['justify-items']
|
|
14188
|
+
}], alignContent: [{
|
|
14189
|
+
type: Input,
|
|
14190
|
+
args: ['align-content']
|
|
14191
|
+
}], alignItems: [{
|
|
14192
|
+
type: Input,
|
|
14193
|
+
args: ['align-items']
|
|
14194
|
+
}], justifyContentMobile: [{
|
|
14195
|
+
type: Input,
|
|
14196
|
+
args: ['justify-content--mobile']
|
|
14197
|
+
}], justifyItemsMobile: [{
|
|
14198
|
+
type: Input,
|
|
14199
|
+
args: ['justify-items--mobile']
|
|
14200
|
+
}], alignContentMobile: [{
|
|
14201
|
+
type: Input,
|
|
14202
|
+
args: ['align-content--mobile']
|
|
14203
|
+
}], alignItemsMobile: [{
|
|
14204
|
+
type: Input,
|
|
14205
|
+
args: ['align-items--mobile']
|
|
14206
|
+
}], justifyContentTablet: [{
|
|
14207
|
+
type: Input,
|
|
14208
|
+
args: ['justify-content--tablet']
|
|
14209
|
+
}], justifyItemsTablet: [{
|
|
14210
|
+
type: Input,
|
|
14211
|
+
args: ['justify-items--tablet']
|
|
14212
|
+
}], alignContentTablet: [{
|
|
14213
|
+
type: Input,
|
|
14214
|
+
args: ['align-content--tablet']
|
|
14215
|
+
}], alignItemsTablet: [{
|
|
14216
|
+
type: Input,
|
|
14217
|
+
args: ['align-items--tablet']
|
|
14218
|
+
}], justifyContentLaptop: [{
|
|
14219
|
+
type: Input,
|
|
14220
|
+
args: ['justify-content--laptop']
|
|
14221
|
+
}], justifyItemsLaptop: [{
|
|
14222
|
+
type: Input,
|
|
14223
|
+
args: ['justify-items--laptop']
|
|
14224
|
+
}], alignContentLaptop: [{
|
|
14225
|
+
type: Input,
|
|
14226
|
+
args: ['align-content--laptop']
|
|
14227
|
+
}], alignItemsLaptop: [{
|
|
14228
|
+
type: Input,
|
|
14229
|
+
args: ['align-items--laptop']
|
|
14230
|
+
}], justifyContentDesktop: [{
|
|
14231
|
+
type: Input,
|
|
14232
|
+
args: ['justify-content--desktop']
|
|
14233
|
+
}], justifyItemsDesktop: [{
|
|
14234
|
+
type: Input,
|
|
14235
|
+
args: ['justify-items--desktop']
|
|
14236
|
+
}], alignContentDesktop: [{
|
|
14237
|
+
type: Input,
|
|
14238
|
+
args: ['align-content--desktop']
|
|
14239
|
+
}], alignItemsDesktop: [{
|
|
14240
|
+
type: Input,
|
|
14241
|
+
args: ['align-items--desktop']
|
|
14178
14242
|
}], grow: [{
|
|
14179
14243
|
type: Input
|
|
14180
14244
|
}], growMobile: [{
|
|
@@ -14254,227 +14318,137 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14254
14318
|
args: ['hidden--mobile']
|
|
14255
14319
|
}], hiddenTablet: [{
|
|
14256
14320
|
type: Input,
|
|
14257
|
-
args: ['hidden--tablet']
|
|
14258
|
-
}], hiddenLaptop: [{
|
|
14259
|
-
type: Input,
|
|
14260
|
-
args: ['hidden--laptop']
|
|
14261
|
-
}], hiddenDesktop: [{
|
|
14262
|
-
type: Input,
|
|
14263
|
-
args: ['hidden--desktop']
|
|
14264
|
-
}], shownSr: [{
|
|
14265
|
-
type: Input,
|
|
14266
|
-
args: ['shown--sr']
|
|
14267
|
-
}], shownSrMobile: [{
|
|
14268
|
-
type: Input,
|
|
14269
|
-
args: ['shown--sr--mobile']
|
|
14270
|
-
}], shownSrTablet: [{
|
|
14271
|
-
type: Input,
|
|
14272
|
-
args: ['shown--sr--tablet']
|
|
14273
|
-
}], shownSrLaptop: [{
|
|
14274
|
-
type: Input,
|
|
14275
|
-
args: ['shown--sr--laptop']
|
|
14276
|
-
}], shownSrDesktop: [{
|
|
14277
|
-
type: Input,
|
|
14278
|
-
args: ['shown--sr--desktop']
|
|
14279
|
-
}], colSpan: [{
|
|
14280
|
-
type: Input,
|
|
14281
|
-
args: ['col-span']
|
|
14282
|
-
}], colSpanMobile: [{
|
|
14283
|
-
type: Input,
|
|
14284
|
-
args: ['col-span--mobile']
|
|
14285
|
-
}], colSpanTablet: [{
|
|
14286
|
-
type: Input,
|
|
14287
|
-
args: ['col-span--tablet']
|
|
14288
|
-
}], colSpanLaptop: [{
|
|
14289
|
-
type: Input,
|
|
14290
|
-
args: ['col-span--laptop']
|
|
14291
|
-
}], colSpanDesktop: [{
|
|
14292
|
-
type: Input,
|
|
14293
|
-
args: ['col-span--desktop']
|
|
14294
|
-
}], order: [{
|
|
14295
|
-
type: Input
|
|
14296
|
-
}], orderMobile: [{
|
|
14297
|
-
type: Input,
|
|
14298
|
-
args: ['order--mobile']
|
|
14299
|
-
}], orderTablet: [{
|
|
14300
|
-
type: Input,
|
|
14301
|
-
args: ['order--tablet']
|
|
14302
|
-
}], orderLaptop: [{
|
|
14303
|
-
type: Input,
|
|
14304
|
-
args: ['order--laptop']
|
|
14305
|
-
}], orderDesktop: [{
|
|
14306
|
-
type: Input,
|
|
14307
|
-
args: ['order--desktop']
|
|
14308
|
-
}], stickyTop: [{
|
|
14309
|
-
type: Input,
|
|
14310
|
-
args: ['sticky-top']
|
|
14311
|
-
}], stickyBottom: [{
|
|
14312
|
-
type: Input,
|
|
14313
|
-
args: ['sticky-bottom']
|
|
14314
|
-
}], wordBreakAll: [{
|
|
14315
|
-
type: Input,
|
|
14316
|
-
args: ['word-break-all']
|
|
14317
|
-
}], wordBreakAllMobile: [{
|
|
14318
|
-
type: Input,
|
|
14319
|
-
args: ['word-break-all--mobile']
|
|
14320
|
-
}], wordBreakAllTablet: [{
|
|
14321
|
-
type: Input,
|
|
14322
|
-
args: ['word-break-all--tablet']
|
|
14323
|
-
}], wordBreakAllLaptop: [{
|
|
14324
|
-
type: Input,
|
|
14325
|
-
args: ['word-break-all--laptop']
|
|
14326
|
-
}], wordBreakAllDesktop: [{
|
|
14327
|
-
type: Input,
|
|
14328
|
-
args: ['word-break-all--desktop']
|
|
14329
|
-
}] } });
|
|
14330
|
-
/**
|
|
14331
|
-
* @description Type-only wrapper for <px-
|
|
14332
|
-
*/
|
|
14333
|
-
class
|
|
14334
|
-
elementRef;
|
|
14335
|
-
set
|
|
14336
|
-
this.elementRef.nativeElement['
|
|
14337
|
-
}
|
|
14338
|
-
get gridCols() {
|
|
14339
|
-
return this.elementRef.nativeElement['gridCols'];
|
|
14340
|
-
}
|
|
14341
|
-
set gridColsMobile(value) {
|
|
14342
|
-
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
14343
|
-
}
|
|
14344
|
-
get gridColsMobile() {
|
|
14345
|
-
return this.elementRef.nativeElement['gridColsMobile'];
|
|
14346
|
-
}
|
|
14347
|
-
set gridColsTablet(value) {
|
|
14348
|
-
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
14349
|
-
}
|
|
14350
|
-
get gridColsTablet() {
|
|
14351
|
-
return this.elementRef.nativeElement['gridColsTablet'];
|
|
14352
|
-
}
|
|
14353
|
-
set gridColsLaptop(value) {
|
|
14354
|
-
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
14355
|
-
}
|
|
14356
|
-
get gridColsLaptop() {
|
|
14357
|
-
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
14358
|
-
}
|
|
14359
|
-
set justifyContent(value) {
|
|
14360
|
-
this.elementRef.nativeElement['justifyContent'] = value;
|
|
14361
|
-
}
|
|
14362
|
-
get justifyContent() {
|
|
14363
|
-
return this.elementRef.nativeElement['justifyContent'];
|
|
14364
|
-
}
|
|
14365
|
-
set justifyItems(value) {
|
|
14366
|
-
this.elementRef.nativeElement['justifyItems'] = value;
|
|
14367
|
-
}
|
|
14368
|
-
get justifyItems() {
|
|
14369
|
-
return this.elementRef.nativeElement['justifyItems'];
|
|
14370
|
-
}
|
|
14371
|
-
set alignContent(value) {
|
|
14372
|
-
this.elementRef.nativeElement['alignContent'] = value;
|
|
14373
|
-
}
|
|
14374
|
-
get alignContent() {
|
|
14375
|
-
return this.elementRef.nativeElement['alignContent'];
|
|
14376
|
-
}
|
|
14377
|
-
set alignItems(value) {
|
|
14378
|
-
this.elementRef.nativeElement['alignItems'] = value;
|
|
14379
|
-
}
|
|
14380
|
-
get alignItems() {
|
|
14381
|
-
return this.elementRef.nativeElement['alignItems'];
|
|
14382
|
-
}
|
|
14383
|
-
set justifyContentMobile(value) {
|
|
14384
|
-
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
14385
|
-
}
|
|
14386
|
-
get justifyContentMobile() {
|
|
14387
|
-
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
14388
|
-
}
|
|
14389
|
-
set justifyItemsMobile(value) {
|
|
14390
|
-
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
14391
|
-
}
|
|
14392
|
-
get justifyItemsMobile() {
|
|
14393
|
-
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
14394
|
-
}
|
|
14395
|
-
set alignContentMobile(value) {
|
|
14396
|
-
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
14397
|
-
}
|
|
14398
|
-
get alignContentMobile() {
|
|
14399
|
-
return this.elementRef.nativeElement['alignContentMobile'];
|
|
14400
|
-
}
|
|
14401
|
-
set alignItemsMobile(value) {
|
|
14402
|
-
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
14403
|
-
}
|
|
14404
|
-
get alignItemsMobile() {
|
|
14405
|
-
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
14406
|
-
}
|
|
14407
|
-
set justifyContentTablet(value) {
|
|
14408
|
-
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
14409
|
-
}
|
|
14410
|
-
get justifyContentTablet() {
|
|
14411
|
-
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
14412
|
-
}
|
|
14413
|
-
set justifyItemsTablet(value) {
|
|
14414
|
-
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
14415
|
-
}
|
|
14416
|
-
get justifyItemsTablet() {
|
|
14417
|
-
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
14418
|
-
}
|
|
14419
|
-
set alignContentTablet(value) {
|
|
14420
|
-
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
14421
|
-
}
|
|
14422
|
-
get alignContentTablet() {
|
|
14423
|
-
return this.elementRef.nativeElement['alignContentTablet'];
|
|
14424
|
-
}
|
|
14425
|
-
set alignItemsTablet(value) {
|
|
14426
|
-
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
14321
|
+
args: ['hidden--tablet']
|
|
14322
|
+
}], hiddenLaptop: [{
|
|
14323
|
+
type: Input,
|
|
14324
|
+
args: ['hidden--laptop']
|
|
14325
|
+
}], hiddenDesktop: [{
|
|
14326
|
+
type: Input,
|
|
14327
|
+
args: ['hidden--desktop']
|
|
14328
|
+
}], shownSr: [{
|
|
14329
|
+
type: Input,
|
|
14330
|
+
args: ['shown--sr']
|
|
14331
|
+
}], shownSrMobile: [{
|
|
14332
|
+
type: Input,
|
|
14333
|
+
args: ['shown--sr--mobile']
|
|
14334
|
+
}], shownSrTablet: [{
|
|
14335
|
+
type: Input,
|
|
14336
|
+
args: ['shown--sr--tablet']
|
|
14337
|
+
}], shownSrLaptop: [{
|
|
14338
|
+
type: Input,
|
|
14339
|
+
args: ['shown--sr--laptop']
|
|
14340
|
+
}], shownSrDesktop: [{
|
|
14341
|
+
type: Input,
|
|
14342
|
+
args: ['shown--sr--desktop']
|
|
14343
|
+
}], colSpan: [{
|
|
14344
|
+
type: Input,
|
|
14345
|
+
args: ['col-span']
|
|
14346
|
+
}], colSpanMobile: [{
|
|
14347
|
+
type: Input,
|
|
14348
|
+
args: ['col-span--mobile']
|
|
14349
|
+
}], colSpanTablet: [{
|
|
14350
|
+
type: Input,
|
|
14351
|
+
args: ['col-span--tablet']
|
|
14352
|
+
}], colSpanLaptop: [{
|
|
14353
|
+
type: Input,
|
|
14354
|
+
args: ['col-span--laptop']
|
|
14355
|
+
}], colSpanDesktop: [{
|
|
14356
|
+
type: Input,
|
|
14357
|
+
args: ['col-span--desktop']
|
|
14358
|
+
}], order: [{
|
|
14359
|
+
type: Input
|
|
14360
|
+
}], orderMobile: [{
|
|
14361
|
+
type: Input,
|
|
14362
|
+
args: ['order--mobile']
|
|
14363
|
+
}], orderTablet: [{
|
|
14364
|
+
type: Input,
|
|
14365
|
+
args: ['order--tablet']
|
|
14366
|
+
}], orderLaptop: [{
|
|
14367
|
+
type: Input,
|
|
14368
|
+
args: ['order--laptop']
|
|
14369
|
+
}], orderDesktop: [{
|
|
14370
|
+
type: Input,
|
|
14371
|
+
args: ['order--desktop']
|
|
14372
|
+
}], stickyTop: [{
|
|
14373
|
+
type: Input,
|
|
14374
|
+
args: ['sticky-top']
|
|
14375
|
+
}], stickyBottom: [{
|
|
14376
|
+
type: Input,
|
|
14377
|
+
args: ['sticky-bottom']
|
|
14378
|
+
}], wordBreakAll: [{
|
|
14379
|
+
type: Input,
|
|
14380
|
+
args: ['word-break-all']
|
|
14381
|
+
}], wordBreakAllMobile: [{
|
|
14382
|
+
type: Input,
|
|
14383
|
+
args: ['word-break-all--mobile']
|
|
14384
|
+
}], wordBreakAllTablet: [{
|
|
14385
|
+
type: Input,
|
|
14386
|
+
args: ['word-break-all--tablet']
|
|
14387
|
+
}], wordBreakAllLaptop: [{
|
|
14388
|
+
type: Input,
|
|
14389
|
+
args: ['word-break-all--laptop']
|
|
14390
|
+
}], wordBreakAllDesktop: [{
|
|
14391
|
+
type: Input,
|
|
14392
|
+
args: ['word-break-all--desktop']
|
|
14393
|
+
}] } });
|
|
14394
|
+
/**
|
|
14395
|
+
* @description Type-only wrapper for <px-h1>
|
|
14396
|
+
*/
|
|
14397
|
+
class PxH1 {
|
|
14398
|
+
elementRef;
|
|
14399
|
+
set variant(value) {
|
|
14400
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
14427
14401
|
}
|
|
14428
|
-
get
|
|
14429
|
-
return this.elementRef.nativeElement['
|
|
14402
|
+
get variant() {
|
|
14403
|
+
return this.elementRef.nativeElement['variant'];
|
|
14430
14404
|
}
|
|
14431
|
-
set
|
|
14432
|
-
this.elementRef.nativeElement['
|
|
14405
|
+
set color(value) {
|
|
14406
|
+
this.elementRef.nativeElement['color'] = value;
|
|
14433
14407
|
}
|
|
14434
|
-
get
|
|
14435
|
-
return this.elementRef.nativeElement['
|
|
14408
|
+
get color() {
|
|
14409
|
+
return this.elementRef.nativeElement['color'];
|
|
14436
14410
|
}
|
|
14437
|
-
set
|
|
14438
|
-
this.elementRef.nativeElement['
|
|
14411
|
+
set textAlign(value) {
|
|
14412
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
14439
14413
|
}
|
|
14440
|
-
get
|
|
14441
|
-
return this.elementRef.nativeElement['
|
|
14414
|
+
get textAlign() {
|
|
14415
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
14442
14416
|
}
|
|
14443
|
-
set
|
|
14444
|
-
this.elementRef.nativeElement['
|
|
14417
|
+
set textAlignMobile(value) {
|
|
14418
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
14445
14419
|
}
|
|
14446
|
-
get
|
|
14447
|
-
return this.elementRef.nativeElement['
|
|
14420
|
+
get textAlignMobile() {
|
|
14421
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
14448
14422
|
}
|
|
14449
|
-
set
|
|
14450
|
-
this.elementRef.nativeElement['
|
|
14423
|
+
set textAlignTablet(value) {
|
|
14424
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
14451
14425
|
}
|
|
14452
|
-
get
|
|
14453
|
-
return this.elementRef.nativeElement['
|
|
14426
|
+
get textAlignTablet() {
|
|
14427
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
14454
14428
|
}
|
|
14455
|
-
set
|
|
14456
|
-
this.elementRef.nativeElement['
|
|
14429
|
+
set textAlignLaptop(value) {
|
|
14430
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
14457
14431
|
}
|
|
14458
|
-
get
|
|
14459
|
-
return this.elementRef.nativeElement['
|
|
14432
|
+
get textAlignLaptop() {
|
|
14433
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
14460
14434
|
}
|
|
14461
|
-
set
|
|
14462
|
-
this.elementRef.nativeElement['
|
|
14435
|
+
set textAlignDesktop(value) {
|
|
14436
|
+
this.elementRef.nativeElement['textAlignDesktop'] = value;
|
|
14463
14437
|
}
|
|
14464
|
-
get
|
|
14465
|
-
return this.elementRef.nativeElement['
|
|
14438
|
+
get textAlignDesktop() {
|
|
14439
|
+
return this.elementRef.nativeElement['textAlignDesktop'];
|
|
14466
14440
|
}
|
|
14467
|
-
set
|
|
14468
|
-
this.elementRef.nativeElement['
|
|
14441
|
+
set inverted(value) {
|
|
14442
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
14469
14443
|
}
|
|
14470
|
-
get
|
|
14471
|
-
return this.elementRef.nativeElement['
|
|
14444
|
+
get inverted() {
|
|
14445
|
+
return this.elementRef.nativeElement['inverted'];
|
|
14472
14446
|
}
|
|
14473
|
-
set
|
|
14474
|
-
this.elementRef.nativeElement['
|
|
14447
|
+
set autoSpacing(value) {
|
|
14448
|
+
this.elementRef.nativeElement['autoSpacing'] = value;
|
|
14475
14449
|
}
|
|
14476
|
-
get
|
|
14477
|
-
return this.elementRef.nativeElement['
|
|
14450
|
+
get autoSpacing() {
|
|
14451
|
+
return this.elementRef.nativeElement['autoSpacing'];
|
|
14478
14452
|
}
|
|
14479
14453
|
set grow(value) {
|
|
14480
14454
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14791,86 +14765,38 @@ class PxGrid {
|
|
|
14791
14765
|
constructor(elementRef) {
|
|
14792
14766
|
this.elementRef = elementRef;
|
|
14793
14767
|
}
|
|
14794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14769
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH1, selector: "px-h1", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
14796
14770
|
}
|
|
14797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, decorators: [{
|
|
14798
14772
|
type: Directive,
|
|
14799
14773
|
args: [{
|
|
14800
|
-
selector: 'px-
|
|
14774
|
+
selector: 'px-h1',
|
|
14801
14775
|
}]
|
|
14802
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14803
|
-
type: Input
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
args: ['grid-cols--mobile']
|
|
14808
|
-
}], gridColsTablet: [{
|
|
14809
|
-
type: Input,
|
|
14810
|
-
args: ['grid-cols--tablet']
|
|
14811
|
-
}], gridColsLaptop: [{
|
|
14812
|
-
type: Input,
|
|
14813
|
-
args: ['grid-cols--laptop']
|
|
14814
|
-
}], justifyContent: [{
|
|
14815
|
-
type: Input,
|
|
14816
|
-
args: ['justify-content']
|
|
14817
|
-
}], justifyItems: [{
|
|
14818
|
-
type: Input,
|
|
14819
|
-
args: ['justify-items']
|
|
14820
|
-
}], alignContent: [{
|
|
14821
|
-
type: Input,
|
|
14822
|
-
args: ['align-content']
|
|
14823
|
-
}], alignItems: [{
|
|
14824
|
-
type: Input,
|
|
14825
|
-
args: ['align-items']
|
|
14826
|
-
}], justifyContentMobile: [{
|
|
14827
|
-
type: Input,
|
|
14828
|
-
args: ['justify-content--mobile']
|
|
14829
|
-
}], justifyItemsMobile: [{
|
|
14830
|
-
type: Input,
|
|
14831
|
-
args: ['justify-items--mobile']
|
|
14832
|
-
}], alignContentMobile: [{
|
|
14833
|
-
type: Input,
|
|
14834
|
-
args: ['align-content--mobile']
|
|
14835
|
-
}], alignItemsMobile: [{
|
|
14836
|
-
type: Input,
|
|
14837
|
-
args: ['align-items--mobile']
|
|
14838
|
-
}], justifyContentTablet: [{
|
|
14839
|
-
type: Input,
|
|
14840
|
-
args: ['justify-content--tablet']
|
|
14841
|
-
}], justifyItemsTablet: [{
|
|
14842
|
-
type: Input,
|
|
14843
|
-
args: ['justify-items--tablet']
|
|
14844
|
-
}], alignContentTablet: [{
|
|
14845
|
-
type: Input,
|
|
14846
|
-
args: ['align-content--tablet']
|
|
14847
|
-
}], alignItemsTablet: [{
|
|
14848
|
-
type: Input,
|
|
14849
|
-
args: ['align-items--tablet']
|
|
14850
|
-
}], justifyContentLaptop: [{
|
|
14851
|
-
type: Input,
|
|
14852
|
-
args: ['justify-content--laptop']
|
|
14853
|
-
}], justifyItemsLaptop: [{
|
|
14854
|
-
type: Input,
|
|
14855
|
-
args: ['justify-items--laptop']
|
|
14856
|
-
}], alignContentLaptop: [{
|
|
14776
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
14777
|
+
type: Input
|
|
14778
|
+
}], color: [{
|
|
14779
|
+
type: Input
|
|
14780
|
+
}], textAlign: [{
|
|
14857
14781
|
type: Input,
|
|
14858
|
-
args: ['align
|
|
14859
|
-
}],
|
|
14782
|
+
args: ['text-align']
|
|
14783
|
+
}], textAlignMobile: [{
|
|
14860
14784
|
type: Input,
|
|
14861
|
-
args: ['align
|
|
14862
|
-
}],
|
|
14785
|
+
args: ['text-align--mobile']
|
|
14786
|
+
}], textAlignTablet: [{
|
|
14863
14787
|
type: Input,
|
|
14864
|
-
args: ['
|
|
14865
|
-
}],
|
|
14788
|
+
args: ['text-align--tablet']
|
|
14789
|
+
}], textAlignLaptop: [{
|
|
14866
14790
|
type: Input,
|
|
14867
|
-
args: ['
|
|
14868
|
-
}],
|
|
14791
|
+
args: ['text-align--laptop']
|
|
14792
|
+
}], textAlignDesktop: [{
|
|
14869
14793
|
type: Input,
|
|
14870
|
-
args: ['align
|
|
14871
|
-
}],
|
|
14794
|
+
args: ['text-align--desktop']
|
|
14795
|
+
}], inverted: [{
|
|
14796
|
+
type: Input
|
|
14797
|
+
}], autoSpacing: [{
|
|
14872
14798
|
type: Input,
|
|
14873
|
-
args: ['
|
|
14799
|
+
args: ['auto-spacing']
|
|
14874
14800
|
}], grow: [{
|
|
14875
14801
|
type: Input
|
|
14876
14802
|
}], growMobile: [{
|
|
@@ -15024,9 +14950,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15024
14950
|
args: ['word-break-all--desktop']
|
|
15025
14951
|
}] } });
|
|
15026
14952
|
/**
|
|
15027
|
-
* @description Type-only wrapper for <px-
|
|
14953
|
+
* @description Type-only wrapper for <px-h2>
|
|
15028
14954
|
*/
|
|
15029
|
-
class
|
|
14955
|
+
class PxH2 {
|
|
15030
14956
|
elementRef;
|
|
15031
14957
|
set variant(value) {
|
|
15032
14958
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15397,13 +15323,13 @@ class PxH1 {
|
|
|
15397
15323
|
constructor(elementRef) {
|
|
15398
15324
|
this.elementRef = elementRef;
|
|
15399
15325
|
}
|
|
15400
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15401
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15327
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH2, selector: "px-h2", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
15402
15328
|
}
|
|
15403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, decorators: [{
|
|
15404
15330
|
type: Directive,
|
|
15405
15331
|
args: [{
|
|
15406
|
-
selector: 'px-
|
|
15332
|
+
selector: 'px-h2',
|
|
15407
15333
|
}]
|
|
15408
15334
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15409
15335
|
type: Input
|
|
@@ -15582,9 +15508,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15582
15508
|
args: ['word-break-all--desktop']
|
|
15583
15509
|
}] } });
|
|
15584
15510
|
/**
|
|
15585
|
-
* @description Type-only wrapper for <px-
|
|
15511
|
+
* @description Type-only wrapper for <px-h3>
|
|
15586
15512
|
*/
|
|
15587
|
-
class
|
|
15513
|
+
class PxH3 {
|
|
15588
15514
|
elementRef;
|
|
15589
15515
|
set variant(value) {
|
|
15590
15516
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15955,13 +15881,13 @@ class PxH2 {
|
|
|
15955
15881
|
constructor(elementRef) {
|
|
15956
15882
|
this.elementRef = elementRef;
|
|
15957
15883
|
}
|
|
15958
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15959
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15884
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15885
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH3, selector: "px-h3", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
15960
15886
|
}
|
|
15961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, decorators: [{
|
|
15962
15888
|
type: Directive,
|
|
15963
15889
|
args: [{
|
|
15964
|
-
selector: 'px-
|
|
15890
|
+
selector: 'px-h3',
|
|
15965
15891
|
}]
|
|
15966
15892
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15967
15893
|
type: Input
|
|
@@ -16140,9 +16066,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16140
16066
|
args: ['word-break-all--desktop']
|
|
16141
16067
|
}] } });
|
|
16142
16068
|
/**
|
|
16143
|
-
* @description Type-only wrapper for <px-
|
|
16069
|
+
* @description Type-only wrapper for <px-h4>
|
|
16144
16070
|
*/
|
|
16145
|
-
class
|
|
16071
|
+
class PxH4 {
|
|
16146
16072
|
elementRef;
|
|
16147
16073
|
set variant(value) {
|
|
16148
16074
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16513,13 +16439,13 @@ class PxH3 {
|
|
|
16513
16439
|
constructor(elementRef) {
|
|
16514
16440
|
this.elementRef = elementRef;
|
|
16515
16441
|
}
|
|
16516
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16517
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
16442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16443
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH4, selector: "px-h4", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
16518
16444
|
}
|
|
16519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, decorators: [{
|
|
16520
16446
|
type: Directive,
|
|
16521
16447
|
args: [{
|
|
16522
|
-
selector: 'px-
|
|
16448
|
+
selector: 'px-h4',
|
|
16523
16449
|
}]
|
|
16524
16450
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
16525
16451
|
type: Input
|
|
@@ -16698,9 +16624,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16698
16624
|
args: ['word-break-all--desktop']
|
|
16699
16625
|
}] } });
|
|
16700
16626
|
/**
|
|
16701
|
-
* @description Type-only wrapper for <px-
|
|
16627
|
+
* @description Type-only wrapper for <px-h5>
|
|
16702
16628
|
*/
|
|
16703
|
-
class
|
|
16629
|
+
class PxH5 {
|
|
16704
16630
|
elementRef;
|
|
16705
16631
|
set variant(value) {
|
|
16706
16632
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17071,13 +16997,13 @@ class PxH4 {
|
|
|
17071
16997
|
constructor(elementRef) {
|
|
17072
16998
|
this.elementRef = elementRef;
|
|
17073
16999
|
}
|
|
17074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17000
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17001
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH5, selector: "px-h5", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
17076
17002
|
}
|
|
17077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, decorators: [{
|
|
17078
17004
|
type: Directive,
|
|
17079
17005
|
args: [{
|
|
17080
|
-
selector: 'px-
|
|
17006
|
+
selector: 'px-h5',
|
|
17081
17007
|
}]
|
|
17082
17008
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17083
17009
|
type: Input
|
|
@@ -17256,9 +17182,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17256
17182
|
args: ['word-break-all--desktop']
|
|
17257
17183
|
}] } });
|
|
17258
17184
|
/**
|
|
17259
|
-
* @description Type-only wrapper for <px-
|
|
17185
|
+
* @description Type-only wrapper for <px-h6>
|
|
17260
17186
|
*/
|
|
17261
|
-
class
|
|
17187
|
+
class PxH6 {
|
|
17262
17188
|
elementRef;
|
|
17263
17189
|
set variant(value) {
|
|
17264
17190
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17629,13 +17555,13 @@ class PxH5 {
|
|
|
17629
17555
|
constructor(elementRef) {
|
|
17630
17556
|
this.elementRef = elementRef;
|
|
17631
17557
|
}
|
|
17632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17633
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17559
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH6, selector: "px-h6", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], 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 });
|
|
17634
17560
|
}
|
|
17635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, decorators: [{
|
|
17636
17562
|
type: Directive,
|
|
17637
17563
|
args: [{
|
|
17638
|
-
selector: 'px-
|
|
17564
|
+
selector: 'px-h6',
|
|
17639
17565
|
}]
|
|
17640
17566
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17641
17567
|
type: Input
|
|
@@ -17814,63 +17740,119 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17814
17740
|
args: ['word-break-all--desktop']
|
|
17815
17741
|
}] } });
|
|
17816
17742
|
/**
|
|
17817
|
-
* @description Type-only wrapper for <px-
|
|
17743
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
17818
17744
|
*/
|
|
17819
|
-
class
|
|
17745
|
+
class PxHeadingGroup {
|
|
17820
17746
|
elementRef;
|
|
17821
|
-
|
|
17822
|
-
this.elementRef
|
|
17747
|
+
constructor(elementRef) {
|
|
17748
|
+
this.elementRef = elementRef;
|
|
17823
17749
|
}
|
|
17824
|
-
|
|
17825
|
-
|
|
17750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17751
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
17752
|
+
}
|
|
17753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
17754
|
+
type: Directive,
|
|
17755
|
+
args: [{
|
|
17756
|
+
selector: 'px-heading-group',
|
|
17757
|
+
}]
|
|
17758
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
17759
|
+
/**
|
|
17760
|
+
* @description Type-only wrapper for <px-img>
|
|
17761
|
+
*/
|
|
17762
|
+
class PxImg {
|
|
17763
|
+
elementRef;
|
|
17764
|
+
/** The URL of the image. */
|
|
17765
|
+
set src(value) {
|
|
17766
|
+
this.elementRef.nativeElement['src'] = value;
|
|
17826
17767
|
}
|
|
17827
|
-
|
|
17828
|
-
this.elementRef.nativeElement['
|
|
17768
|
+
get src() {
|
|
17769
|
+
return this.elementRef.nativeElement['src'];
|
|
17829
17770
|
}
|
|
17830
|
-
|
|
17831
|
-
|
|
17771
|
+
/** The alternative text for the image. */
|
|
17772
|
+
set alt(value) {
|
|
17773
|
+
this.elementRef.nativeElement['alt'] = value;
|
|
17832
17774
|
}
|
|
17833
|
-
|
|
17834
|
-
this.elementRef.nativeElement['
|
|
17775
|
+
get alt() {
|
|
17776
|
+
return this.elementRef.nativeElement['alt'];
|
|
17835
17777
|
}
|
|
17836
|
-
|
|
17837
|
-
|
|
17778
|
+
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
17779
|
+
set loading(value) {
|
|
17780
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
17838
17781
|
}
|
|
17839
|
-
|
|
17840
|
-
this.elementRef.nativeElement['
|
|
17782
|
+
get loading() {
|
|
17783
|
+
return this.elementRef.nativeElement['loading'];
|
|
17841
17784
|
}
|
|
17842
|
-
|
|
17843
|
-
|
|
17785
|
+
set borderRadius(value) {
|
|
17786
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
17844
17787
|
}
|
|
17845
|
-
|
|
17846
|
-
this.elementRef.nativeElement['
|
|
17788
|
+
get borderRadius() {
|
|
17789
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
17847
17790
|
}
|
|
17848
|
-
|
|
17849
|
-
|
|
17791
|
+
set noBorderRadius(value) {
|
|
17792
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
17850
17793
|
}
|
|
17851
|
-
|
|
17852
|
-
this.elementRef.nativeElement['
|
|
17794
|
+
get noBorderRadius() {
|
|
17795
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
17853
17796
|
}
|
|
17854
|
-
|
|
17855
|
-
|
|
17797
|
+
set noBorderRadiusMobile(value) {
|
|
17798
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
17856
17799
|
}
|
|
17857
|
-
|
|
17858
|
-
this.elementRef.nativeElement['
|
|
17800
|
+
get noBorderRadiusMobile() {
|
|
17801
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
17859
17802
|
}
|
|
17860
|
-
|
|
17861
|
-
|
|
17803
|
+
set noBorderRadiusTablet(value) {
|
|
17804
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
17862
17805
|
}
|
|
17863
|
-
|
|
17864
|
-
this.elementRef.nativeElement['
|
|
17806
|
+
get noBorderRadiusTablet() {
|
|
17807
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
17865
17808
|
}
|
|
17866
|
-
|
|
17867
|
-
|
|
17809
|
+
set noBorderRadiusLaptop(value) {
|
|
17810
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
17868
17811
|
}
|
|
17869
|
-
|
|
17870
|
-
this.elementRef.nativeElement['
|
|
17812
|
+
get noBorderRadiusLaptop() {
|
|
17813
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
17871
17814
|
}
|
|
17872
|
-
|
|
17873
|
-
|
|
17815
|
+
set width(value) {
|
|
17816
|
+
this.elementRef.nativeElement['width'] = value;
|
|
17817
|
+
}
|
|
17818
|
+
get width() {
|
|
17819
|
+
return this.elementRef.nativeElement['width'];
|
|
17820
|
+
}
|
|
17821
|
+
set widthMobile(value) {
|
|
17822
|
+
this.elementRef.nativeElement['widthMobile'] = value;
|
|
17823
|
+
}
|
|
17824
|
+
get widthMobile() {
|
|
17825
|
+
return this.elementRef.nativeElement['widthMobile'];
|
|
17826
|
+
}
|
|
17827
|
+
set widthTablet(value) {
|
|
17828
|
+
this.elementRef.nativeElement['widthTablet'] = value;
|
|
17829
|
+
}
|
|
17830
|
+
get widthTablet() {
|
|
17831
|
+
return this.elementRef.nativeElement['widthTablet'];
|
|
17832
|
+
}
|
|
17833
|
+
set widthLaptop(value) {
|
|
17834
|
+
this.elementRef.nativeElement['widthLaptop'] = value;
|
|
17835
|
+
}
|
|
17836
|
+
get widthLaptop() {
|
|
17837
|
+
return this.elementRef.nativeElement['widthLaptop'];
|
|
17838
|
+
}
|
|
17839
|
+
set widthDesktop(value) {
|
|
17840
|
+
this.elementRef.nativeElement['widthDesktop'] = value;
|
|
17841
|
+
}
|
|
17842
|
+
get widthDesktop() {
|
|
17843
|
+
return this.elementRef.nativeElement['widthDesktop'];
|
|
17844
|
+
}
|
|
17845
|
+
set cover(value) {
|
|
17846
|
+
this.elementRef.nativeElement['cover'] = value;
|
|
17847
|
+
}
|
|
17848
|
+
get cover() {
|
|
17849
|
+
return this.elementRef.nativeElement['cover'];
|
|
17850
|
+
}
|
|
17851
|
+
set disabled(value) {
|
|
17852
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
17853
|
+
}
|
|
17854
|
+
get disabled() {
|
|
17855
|
+
return this.elementRef.nativeElement['disabled'];
|
|
17874
17856
|
}
|
|
17875
17857
|
set grow(value) {
|
|
17876
17858
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -18187,38 +18169,53 @@ class PxH6 {
|
|
|
18187
18169
|
constructor(elementRef) {
|
|
18188
18170
|
this.elementRef = elementRef;
|
|
18189
18171
|
}
|
|
18190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18191
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18172
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18173
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxImg, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], 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 });
|
|
18192
18174
|
}
|
|
18193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
|
|
18194
18176
|
type: Directive,
|
|
18195
18177
|
args: [{
|
|
18196
|
-
selector: 'px-
|
|
18178
|
+
selector: 'px-img',
|
|
18197
18179
|
}]
|
|
18198
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18180
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
|
|
18199
18181
|
type: Input
|
|
18200
|
-
}],
|
|
18182
|
+
}], alt: [{
|
|
18201
18183
|
type: Input
|
|
18202
|
-
}],
|
|
18184
|
+
}], loading: [{
|
|
18185
|
+
type: Input
|
|
18186
|
+
}], borderRadius: [{
|
|
18203
18187
|
type: Input,
|
|
18204
|
-
args: ['
|
|
18205
|
-
}],
|
|
18188
|
+
args: ['border-radius']
|
|
18189
|
+
}], noBorderRadius: [{
|
|
18206
18190
|
type: Input,
|
|
18207
|
-
args: ['
|
|
18208
|
-
}],
|
|
18191
|
+
args: ['no-border-radius']
|
|
18192
|
+
}], noBorderRadiusMobile: [{
|
|
18209
18193
|
type: Input,
|
|
18210
|
-
args: ['
|
|
18211
|
-
}],
|
|
18194
|
+
args: ['no-border-radius--mobile']
|
|
18195
|
+
}], noBorderRadiusTablet: [{
|
|
18212
18196
|
type: Input,
|
|
18213
|
-
args: ['
|
|
18214
|
-
}],
|
|
18197
|
+
args: ['no-border-radius--tablet']
|
|
18198
|
+
}], noBorderRadiusLaptop: [{
|
|
18215
18199
|
type: Input,
|
|
18216
|
-
args: ['
|
|
18217
|
-
}],
|
|
18200
|
+
args: ['no-border-radius--laptop']
|
|
18201
|
+
}], width: [{
|
|
18218
18202
|
type: Input
|
|
18219
|
-
}],
|
|
18203
|
+
}], widthMobile: [{
|
|
18220
18204
|
type: Input,
|
|
18221
|
-
args: ['
|
|
18205
|
+
args: ['width--mobile']
|
|
18206
|
+
}], widthTablet: [{
|
|
18207
|
+
type: Input,
|
|
18208
|
+
args: ['width--tablet']
|
|
18209
|
+
}], widthLaptop: [{
|
|
18210
|
+
type: Input,
|
|
18211
|
+
args: ['width--laptop']
|
|
18212
|
+
}], widthDesktop: [{
|
|
18213
|
+
type: Input,
|
|
18214
|
+
args: ['width--desktop']
|
|
18215
|
+
}], cover: [{
|
|
18216
|
+
type: Input
|
|
18217
|
+
}], disabled: [{
|
|
18218
|
+
type: Input
|
|
18222
18219
|
}], grow: [{
|
|
18223
18220
|
type: Input
|
|
18224
18221
|
}], growMobile: [{
|
|
@@ -18361,58 +18358,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
18361
18358
|
}], wordBreakAllMobile: [{
|
|
18362
18359
|
type: Input,
|
|
18363
18360
|
args: ['word-break-all--mobile']
|
|
18364
|
-
}], wordBreakAllTablet: [{
|
|
18365
|
-
type: Input,
|
|
18366
|
-
args: ['word-break-all--tablet']
|
|
18367
|
-
}], wordBreakAllLaptop: [{
|
|
18368
|
-
type: Input,
|
|
18369
|
-
args: ['word-break-all--laptop']
|
|
18370
|
-
}], wordBreakAllDesktop: [{
|
|
18371
|
-
type: Input,
|
|
18372
|
-
args: ['word-break-all--desktop']
|
|
18373
|
-
}] } });
|
|
18374
|
-
/**
|
|
18375
|
-
* @description Type-only wrapper for <px-heading-group>
|
|
18376
|
-
*/
|
|
18377
|
-
class PxHeadingGroup {
|
|
18378
|
-
elementRef;
|
|
18379
|
-
constructor(elementRef) {
|
|
18380
|
-
this.elementRef = elementRef;
|
|
18381
|
-
}
|
|
18382
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18383
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
18384
|
-
}
|
|
18385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
18386
|
-
type: Directive,
|
|
18387
|
-
args: [{
|
|
18388
|
-
selector: 'px-heading-group',
|
|
18389
|
-
}]
|
|
18390
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
18361
|
+
}], wordBreakAllTablet: [{
|
|
18362
|
+
type: Input,
|
|
18363
|
+
args: ['word-break-all--tablet']
|
|
18364
|
+
}], wordBreakAllLaptop: [{
|
|
18365
|
+
type: Input,
|
|
18366
|
+
args: ['word-break-all--laptop']
|
|
18367
|
+
}], wordBreakAllDesktop: [{
|
|
18368
|
+
type: Input,
|
|
18369
|
+
args: ['word-break-all--desktop']
|
|
18370
|
+
}] } });
|
|
18391
18371
|
/**
|
|
18392
|
-
* @description Type-only wrapper for <px-
|
|
18372
|
+
* @description Type-only wrapper for <px-picture>
|
|
18393
18373
|
*/
|
|
18394
|
-
class
|
|
18374
|
+
class PxPicture {
|
|
18395
18375
|
elementRef;
|
|
18396
|
-
|
|
18397
|
-
|
|
18398
|
-
this.elementRef.nativeElement['src'] = value;
|
|
18376
|
+
set loading(value) {
|
|
18377
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18399
18378
|
}
|
|
18400
|
-
get
|
|
18401
|
-
return this.elementRef.nativeElement['
|
|
18379
|
+
get loading() {
|
|
18380
|
+
return this.elementRef.nativeElement['loading'];
|
|
18402
18381
|
}
|
|
18403
|
-
/** The alternative text for the image. */
|
|
18404
18382
|
set alt(value) {
|
|
18405
18383
|
this.elementRef.nativeElement['alt'] = value;
|
|
18406
18384
|
}
|
|
18407
18385
|
get alt() {
|
|
18408
18386
|
return this.elementRef.nativeElement['alt'];
|
|
18409
18387
|
}
|
|
18410
|
-
|
|
18411
|
-
|
|
18412
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
18388
|
+
set src(value) {
|
|
18389
|
+
this.elementRef.nativeElement['src'] = value;
|
|
18413
18390
|
}
|
|
18414
|
-
get
|
|
18415
|
-
return this.elementRef.nativeElement['
|
|
18391
|
+
get src() {
|
|
18392
|
+
return this.elementRef.nativeElement['src'];
|
|
18416
18393
|
}
|
|
18417
18394
|
set borderRadius(value) {
|
|
18418
18395
|
this.elementRef.nativeElement['borderRadius'] = value;
|
|
@@ -18801,19 +18778,19 @@ class PxImg {
|
|
|
18801
18778
|
constructor(elementRef) {
|
|
18802
18779
|
this.elementRef = elementRef;
|
|
18803
18780
|
}
|
|
18804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18805
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18782
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPicture, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], 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 });
|
|
18806
18783
|
}
|
|
18807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
|
|
18808
18785
|
type: Directive,
|
|
18809
18786
|
args: [{
|
|
18810
|
-
selector: 'px-
|
|
18787
|
+
selector: 'px-picture',
|
|
18811
18788
|
}]
|
|
18812
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18789
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
|
|
18813
18790
|
type: Input
|
|
18814
18791
|
}], alt: [{
|
|
18815
18792
|
type: Input
|
|
18816
|
-
}],
|
|
18793
|
+
}], src: [{
|
|
18817
18794
|
type: Input
|
|
18818
18795
|
}], borderRadius: [{
|
|
18819
18796
|
type: Input,
|
|
@@ -19001,99 +18978,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
19001
18978
|
args: ['word-break-all--desktop']
|
|
19002
18979
|
}] } });
|
|
19003
18980
|
/**
|
|
19004
|
-
* @description Type-only wrapper for <px-
|
|
18981
|
+
* @description Type-only wrapper for <px-input>
|
|
19005
18982
|
*/
|
|
19006
|
-
class
|
|
18983
|
+
class PxInput {
|
|
19007
18984
|
elementRef;
|
|
19008
|
-
set
|
|
19009
|
-
this.elementRef.nativeElement['
|
|
19010
|
-
}
|
|
19011
|
-
get loading() {
|
|
19012
|
-
return this.elementRef.nativeElement['loading'];
|
|
19013
|
-
}
|
|
19014
|
-
set alt(value) {
|
|
19015
|
-
this.elementRef.nativeElement['alt'] = value;
|
|
19016
|
-
}
|
|
19017
|
-
get alt() {
|
|
19018
|
-
return this.elementRef.nativeElement['alt'];
|
|
19019
|
-
}
|
|
19020
|
-
set src(value) {
|
|
19021
|
-
this.elementRef.nativeElement['src'] = value;
|
|
19022
|
-
}
|
|
19023
|
-
get src() {
|
|
19024
|
-
return this.elementRef.nativeElement['src'];
|
|
19025
|
-
}
|
|
19026
|
-
set borderRadius(value) {
|
|
19027
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
19028
|
-
}
|
|
19029
|
-
get borderRadius() {
|
|
19030
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
19031
|
-
}
|
|
19032
|
-
set noBorderRadius(value) {
|
|
19033
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
19034
|
-
}
|
|
19035
|
-
get noBorderRadius() {
|
|
19036
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
19037
|
-
}
|
|
19038
|
-
set noBorderRadiusMobile(value) {
|
|
19039
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
19040
|
-
}
|
|
19041
|
-
get noBorderRadiusMobile() {
|
|
19042
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
19043
|
-
}
|
|
19044
|
-
set noBorderRadiusTablet(value) {
|
|
19045
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
19046
|
-
}
|
|
19047
|
-
get noBorderRadiusTablet() {
|
|
19048
|
-
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
19049
|
-
}
|
|
19050
|
-
set noBorderRadiusLaptop(value) {
|
|
19051
|
-
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
19052
|
-
}
|
|
19053
|
-
get noBorderRadiusLaptop() {
|
|
19054
|
-
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
19055
|
-
}
|
|
19056
|
-
set width(value) {
|
|
19057
|
-
this.elementRef.nativeElement['width'] = value;
|
|
19058
|
-
}
|
|
19059
|
-
get width() {
|
|
19060
|
-
return this.elementRef.nativeElement['width'];
|
|
19061
|
-
}
|
|
19062
|
-
set widthMobile(value) {
|
|
19063
|
-
this.elementRef.nativeElement['widthMobile'] = value;
|
|
18985
|
+
set state(value) {
|
|
18986
|
+
this.elementRef.nativeElement['state'] = value;
|
|
19064
18987
|
}
|
|
19065
|
-
get
|
|
19066
|
-
return this.elementRef.nativeElement['
|
|
18988
|
+
get state() {
|
|
18989
|
+
return this.elementRef.nativeElement['state'];
|
|
19067
18990
|
}
|
|
19068
|
-
set
|
|
19069
|
-
this.elementRef.nativeElement['
|
|
18991
|
+
set extended(value) {
|
|
18992
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
19070
18993
|
}
|
|
19071
|
-
get
|
|
19072
|
-
return this.elementRef.nativeElement['
|
|
18994
|
+
get extended() {
|
|
18995
|
+
return this.elementRef.nativeElement['extended'];
|
|
19073
18996
|
}
|
|
19074
|
-
set
|
|
19075
|
-
this.elementRef.nativeElement['
|
|
18997
|
+
set extendedMobile(value) {
|
|
18998
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
19076
18999
|
}
|
|
19077
|
-
get
|
|
19078
|
-
return this.elementRef.nativeElement['
|
|
19000
|
+
get extendedMobile() {
|
|
19001
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
19079
19002
|
}
|
|
19080
|
-
set
|
|
19081
|
-
this.elementRef.nativeElement['
|
|
19003
|
+
set extendedTablet(value) {
|
|
19004
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
19082
19005
|
}
|
|
19083
|
-
get
|
|
19084
|
-
return this.elementRef.nativeElement['
|
|
19006
|
+
get extendedTablet() {
|
|
19007
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
19085
19008
|
}
|
|
19086
|
-
set
|
|
19087
|
-
this.elementRef.nativeElement['
|
|
19009
|
+
set extendedLaptop(value) {
|
|
19010
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
19088
19011
|
}
|
|
19089
|
-
get
|
|
19090
|
-
return this.elementRef.nativeElement['
|
|
19012
|
+
get extendedLaptop() {
|
|
19013
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
19091
19014
|
}
|
|
19092
|
-
set
|
|
19093
|
-
this.elementRef.nativeElement['
|
|
19015
|
+
set extendedDesktop(value) {
|
|
19016
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
19094
19017
|
}
|
|
19095
|
-
get
|
|
19096
|
-
return this.elementRef.nativeElement['
|
|
19018
|
+
get extendedDesktop() {
|
|
19019
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
19097
19020
|
}
|
|
19098
19021
|
set grow(value) {
|
|
19099
19022
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -19407,56 +19330,37 @@ class PxPicture {
|
|
|
19407
19330
|
get wordBreakAllDesktop() {
|
|
19408
19331
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
19409
19332
|
}
|
|
19333
|
+
event = new EventEmitter();
|
|
19410
19334
|
constructor(elementRef) {
|
|
19411
19335
|
this.elementRef = elementRef;
|
|
19336
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
19337
|
+
this.event.emit(e.detail);
|
|
19338
|
+
});
|
|
19412
19339
|
}
|
|
19413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19414
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19340
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19341
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInput, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], 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"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
19415
19342
|
}
|
|
19416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
|
|
19417
19344
|
type: Directive,
|
|
19418
19345
|
args: [{
|
|
19419
|
-
selector: 'px-
|
|
19346
|
+
selector: 'px-input',
|
|
19420
19347
|
}]
|
|
19421
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
19422
|
-
type: Input
|
|
19423
|
-
}], alt: [{
|
|
19424
|
-
type: Input
|
|
19425
|
-
}], src: [{
|
|
19348
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
19426
19349
|
type: Input
|
|
19427
|
-
}],
|
|
19428
|
-
type: Input,
|
|
19429
|
-
args: ['border-radius']
|
|
19430
|
-
}], noBorderRadius: [{
|
|
19431
|
-
type: Input,
|
|
19432
|
-
args: ['no-border-radius']
|
|
19433
|
-
}], noBorderRadiusMobile: [{
|
|
19434
|
-
type: Input,
|
|
19435
|
-
args: ['no-border-radius--mobile']
|
|
19436
|
-
}], noBorderRadiusTablet: [{
|
|
19437
|
-
type: Input,
|
|
19438
|
-
args: ['no-border-radius--tablet']
|
|
19439
|
-
}], noBorderRadiusLaptop: [{
|
|
19440
|
-
type: Input,
|
|
19441
|
-
args: ['no-border-radius--laptop']
|
|
19442
|
-
}], width: [{
|
|
19350
|
+
}], extended: [{
|
|
19443
19351
|
type: Input
|
|
19444
|
-
}],
|
|
19352
|
+
}], extendedMobile: [{
|
|
19445
19353
|
type: Input,
|
|
19446
|
-
args: ['
|
|
19447
|
-
}],
|
|
19354
|
+
args: ['extended--mobile']
|
|
19355
|
+
}], extendedTablet: [{
|
|
19448
19356
|
type: Input,
|
|
19449
|
-
args: ['
|
|
19450
|
-
}],
|
|
19357
|
+
args: ['extended--tablet']
|
|
19358
|
+
}], extendedLaptop: [{
|
|
19451
19359
|
type: Input,
|
|
19452
|
-
args: ['
|
|
19453
|
-
}],
|
|
19360
|
+
args: ['extended--laptop']
|
|
19361
|
+
}], extendedDesktop: [{
|
|
19454
19362
|
type: Input,
|
|
19455
|
-
args: ['
|
|
19456
|
-
}], cover: [{
|
|
19457
|
-
type: Input
|
|
19458
|
-
}], disabled: [{
|
|
19459
|
-
type: Input
|
|
19363
|
+
args: ['extended--desktop']
|
|
19460
19364
|
}], grow: [{
|
|
19461
19365
|
type: Input
|
|
19462
19366
|
}], growMobile: [{
|
|
@@ -19608,11 +19512,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
19608
19512
|
}], wordBreakAllDesktop: [{
|
|
19609
19513
|
type: Input,
|
|
19610
19514
|
args: ['word-break-all--desktop']
|
|
19515
|
+
}], event: [{
|
|
19516
|
+
type: Output
|
|
19611
19517
|
}] } });
|
|
19612
19518
|
/**
|
|
19613
|
-
* @description Type-only wrapper for <px-
|
|
19519
|
+
* @description Type-only wrapper for <px-select>
|
|
19614
19520
|
*/
|
|
19615
|
-
class
|
|
19521
|
+
class PxSelect {
|
|
19616
19522
|
elementRef;
|
|
19617
19523
|
set state(value) {
|
|
19618
19524
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -19969,13 +19875,13 @@ class PxInput {
|
|
|
19969
19875
|
this.event.emit(e.detail);
|
|
19970
19876
|
});
|
|
19971
19877
|
}
|
|
19972
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19973
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19878
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19879
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelect, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], 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"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
19974
19880
|
}
|
|
19975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
|
|
19976
19882
|
type: Directive,
|
|
19977
19883
|
args: [{
|
|
19978
|
-
selector: 'px-
|
|
19884
|
+
selector: 'px-select',
|
|
19979
19885
|
}]
|
|
19980
19886
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
19981
19887
|
type: Input
|
|
@@ -20148,9 +20054,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20148
20054
|
type: Output
|
|
20149
20055
|
}] } });
|
|
20150
20056
|
/**
|
|
20151
|
-
* @description Type-only wrapper for <px-
|
|
20057
|
+
* @description Type-only wrapper for <px-textarea>
|
|
20152
20058
|
*/
|
|
20153
|
-
class
|
|
20059
|
+
class PxTextarea {
|
|
20154
20060
|
elementRef;
|
|
20155
20061
|
set state(value) {
|
|
20156
20062
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20507,13 +20413,13 @@ class PxSelect {
|
|
|
20507
20413
|
this.event.emit(e.detail);
|
|
20508
20414
|
});
|
|
20509
20415
|
}
|
|
20510
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20511
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20417
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTextarea, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], 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"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20512
20418
|
}
|
|
20513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
|
|
20514
20420
|
type: Directive,
|
|
20515
20421
|
args: [{
|
|
20516
|
-
selector: 'px-
|
|
20422
|
+
selector: 'px-textarea',
|
|
20517
20423
|
}]
|
|
20518
20424
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
20519
20425
|
type: Input
|
|
@@ -20686,9 +20592,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20686
20592
|
type: Output
|
|
20687
20593
|
}] } });
|
|
20688
20594
|
/**
|
|
20689
|
-
* @description Type-only wrapper for <px-
|
|
20595
|
+
* @description Type-only wrapper for <px-fileupload>
|
|
20690
20596
|
*/
|
|
20691
|
-
class
|
|
20597
|
+
class PxFileupload {
|
|
20692
20598
|
elementRef;
|
|
20693
20599
|
set state(value) {
|
|
20694
20600
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -21045,13 +20951,13 @@ class PxTextarea {
|
|
|
21045
20951
|
this.event.emit(e.detail);
|
|
21046
20952
|
});
|
|
21047
20953
|
}
|
|
21048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21049
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20954
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20955
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFileupload, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], 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"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21050
20956
|
}
|
|
21051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21052
20958
|
type: Directive,
|
|
21053
20959
|
args: [{
|
|
21054
|
-
selector: 'px-
|
|
20960
|
+
selector: 'px-fileupload',
|
|
21055
20961
|
}]
|
|
21056
20962
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
21057
20963
|
type: Input
|
|
@@ -21224,45 +21130,111 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21224
21130
|
type: Output
|
|
21225
21131
|
}] } });
|
|
21226
21132
|
/**
|
|
21227
|
-
* @description Type-only wrapper for <px-
|
|
21133
|
+
* @description Type-only wrapper for <px-content-header>
|
|
21228
21134
|
*/
|
|
21229
|
-
class
|
|
21135
|
+
class PxContentHeader {
|
|
21230
21136
|
elementRef;
|
|
21231
|
-
set
|
|
21232
|
-
this.elementRef.nativeElement['
|
|
21137
|
+
set backgroundColor(value) {
|
|
21138
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
21139
|
+
}
|
|
21140
|
+
get backgroundColor() {
|
|
21141
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
21142
|
+
}
|
|
21143
|
+
set backgroundGradient(value) {
|
|
21144
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
21233
21145
|
}
|
|
21234
|
-
get
|
|
21235
|
-
return this.elementRef.nativeElement['
|
|
21146
|
+
get backgroundGradient() {
|
|
21147
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
21236
21148
|
}
|
|
21237
|
-
set
|
|
21238
|
-
this.elementRef.nativeElement['
|
|
21149
|
+
set backgroundImage(value) {
|
|
21150
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
21239
21151
|
}
|
|
21240
|
-
get
|
|
21241
|
-
return this.elementRef.nativeElement['
|
|
21152
|
+
get backgroundImage() {
|
|
21153
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
21242
21154
|
}
|
|
21243
|
-
set
|
|
21244
|
-
this.elementRef.nativeElement['
|
|
21155
|
+
set backgroundImageMobile(value) {
|
|
21156
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
21245
21157
|
}
|
|
21246
|
-
get
|
|
21247
|
-
return this.elementRef.nativeElement['
|
|
21158
|
+
get backgroundImageMobile() {
|
|
21159
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
21248
21160
|
}
|
|
21249
|
-
set
|
|
21250
|
-
this.elementRef.nativeElement['
|
|
21161
|
+
set backgroundImageTablet(value) {
|
|
21162
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
21251
21163
|
}
|
|
21252
|
-
get
|
|
21253
|
-
return this.elementRef.nativeElement['
|
|
21164
|
+
get backgroundImageTablet() {
|
|
21165
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
21254
21166
|
}
|
|
21255
|
-
set
|
|
21256
|
-
this.elementRef.nativeElement['
|
|
21167
|
+
set backgroundImageLaptop(value) {
|
|
21168
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
21257
21169
|
}
|
|
21258
|
-
get
|
|
21259
|
-
return this.elementRef.nativeElement['
|
|
21170
|
+
get backgroundImageLaptop() {
|
|
21171
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
21260
21172
|
}
|
|
21261
|
-
set
|
|
21262
|
-
this.elementRef.nativeElement['
|
|
21173
|
+
set backgroundSize(value) {
|
|
21174
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
21263
21175
|
}
|
|
21264
|
-
get
|
|
21265
|
-
return this.elementRef.nativeElement['
|
|
21176
|
+
get backgroundSize() {
|
|
21177
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
21178
|
+
}
|
|
21179
|
+
set backgroundPosition(value) {
|
|
21180
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
21181
|
+
}
|
|
21182
|
+
get backgroundPosition() {
|
|
21183
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
21184
|
+
}
|
|
21185
|
+
set contrastHelperGradient(value) {
|
|
21186
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
21187
|
+
}
|
|
21188
|
+
get contrastHelperGradient() {
|
|
21189
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
21190
|
+
}
|
|
21191
|
+
set contrastHelperOverlay(value) {
|
|
21192
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
21193
|
+
}
|
|
21194
|
+
get contrastHelperOverlay() {
|
|
21195
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
21196
|
+
}
|
|
21197
|
+
set minHeight(value) {
|
|
21198
|
+
this.elementRef.nativeElement['minHeight'] = value;
|
|
21199
|
+
}
|
|
21200
|
+
get minHeight() {
|
|
21201
|
+
return this.elementRef.nativeElement['minHeight'];
|
|
21202
|
+
}
|
|
21203
|
+
set hasGridding(value) {
|
|
21204
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
21205
|
+
}
|
|
21206
|
+
get hasGridding() {
|
|
21207
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
21208
|
+
}
|
|
21209
|
+
set hasGriddingMobile(value) {
|
|
21210
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
21211
|
+
}
|
|
21212
|
+
get hasGriddingMobile() {
|
|
21213
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
21214
|
+
}
|
|
21215
|
+
set hasGriddingTablet(value) {
|
|
21216
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
21217
|
+
}
|
|
21218
|
+
get hasGriddingTablet() {
|
|
21219
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
21220
|
+
}
|
|
21221
|
+
set hasGriddingLaptop(value) {
|
|
21222
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
21223
|
+
}
|
|
21224
|
+
get hasGriddingLaptop() {
|
|
21225
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
21226
|
+
}
|
|
21227
|
+
set hasGriddingDesktop(value) {
|
|
21228
|
+
this.elementRef.nativeElement['hasGriddingDesktop'] = value;
|
|
21229
|
+
}
|
|
21230
|
+
get hasGriddingDesktop() {
|
|
21231
|
+
return this.elementRef.nativeElement['hasGriddingDesktop'];
|
|
21232
|
+
}
|
|
21233
|
+
set inverted(value) {
|
|
21234
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
21235
|
+
}
|
|
21236
|
+
get inverted() {
|
|
21237
|
+
return this.elementRef.nativeElement['inverted'];
|
|
21266
21238
|
}
|
|
21267
21239
|
set grow(value) {
|
|
21268
21240
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21576,37 +21548,67 @@ class PxFileupload {
|
|
|
21576
21548
|
get wordBreakAllDesktop() {
|
|
21577
21549
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
21578
21550
|
}
|
|
21579
|
-
event = new EventEmitter();
|
|
21580
21551
|
constructor(elementRef) {
|
|
21581
21552
|
this.elementRef = elementRef;
|
|
21582
|
-
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
21583
|
-
this.event.emit(e.detail);
|
|
21584
|
-
});
|
|
21585
21553
|
}
|
|
21586
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21587
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21554
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21555
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxContentHeader, selector: "px-content-header", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], minHeight: ["min-height", "minHeight"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], hasGriddingDesktop: ["has-gridding--desktop", "hasGriddingDesktop"], 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 });
|
|
21588
21556
|
}
|
|
21589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, decorators: [{
|
|
21590
21558
|
type: Directive,
|
|
21591
21559
|
args: [{
|
|
21592
|
-
selector: 'px-
|
|
21560
|
+
selector: 'px-content-header',
|
|
21593
21561
|
}]
|
|
21594
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21595
|
-
type: Input
|
|
21596
|
-
}], extended: [{
|
|
21597
|
-
type: Input
|
|
21598
|
-
}], extendedMobile: [{
|
|
21562
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
21599
21563
|
type: Input,
|
|
21600
|
-
args: ['
|
|
21601
|
-
}],
|
|
21564
|
+
args: ['background-color']
|
|
21565
|
+
}], backgroundGradient: [{
|
|
21602
21566
|
type: Input,
|
|
21603
|
-
args: ['
|
|
21604
|
-
}],
|
|
21567
|
+
args: ['background-gradient']
|
|
21568
|
+
}], backgroundImage: [{
|
|
21605
21569
|
type: Input,
|
|
21606
|
-
args: ['
|
|
21607
|
-
}],
|
|
21570
|
+
args: ['background-image']
|
|
21571
|
+
}], backgroundImageMobile: [{
|
|
21608
21572
|
type: Input,
|
|
21609
|
-
args: ['
|
|
21573
|
+
args: ['background-image--mobile']
|
|
21574
|
+
}], backgroundImageTablet: [{
|
|
21575
|
+
type: Input,
|
|
21576
|
+
args: ['background-image--tablet']
|
|
21577
|
+
}], backgroundImageLaptop: [{
|
|
21578
|
+
type: Input,
|
|
21579
|
+
args: ['background-image--laptop']
|
|
21580
|
+
}], backgroundSize: [{
|
|
21581
|
+
type: Input,
|
|
21582
|
+
args: ['background-size']
|
|
21583
|
+
}], backgroundPosition: [{
|
|
21584
|
+
type: Input,
|
|
21585
|
+
args: ['background-position']
|
|
21586
|
+
}], contrastHelperGradient: [{
|
|
21587
|
+
type: Input,
|
|
21588
|
+
args: ['contrast-helper-gradient']
|
|
21589
|
+
}], contrastHelperOverlay: [{
|
|
21590
|
+
type: Input,
|
|
21591
|
+
args: ['contrast-helper-overlay']
|
|
21592
|
+
}], minHeight: [{
|
|
21593
|
+
type: Input,
|
|
21594
|
+
args: ['min-height']
|
|
21595
|
+
}], hasGridding: [{
|
|
21596
|
+
type: Input,
|
|
21597
|
+
args: ['has-gridding']
|
|
21598
|
+
}], hasGriddingMobile: [{
|
|
21599
|
+
type: Input,
|
|
21600
|
+
args: ['has-gridding--mobile']
|
|
21601
|
+
}], hasGriddingTablet: [{
|
|
21602
|
+
type: Input,
|
|
21603
|
+
args: ['has-gridding--tablet']
|
|
21604
|
+
}], hasGriddingLaptop: [{
|
|
21605
|
+
type: Input,
|
|
21606
|
+
args: ['has-gridding--laptop']
|
|
21607
|
+
}], hasGriddingDesktop: [{
|
|
21608
|
+
type: Input,
|
|
21609
|
+
args: ['has-gridding--desktop']
|
|
21610
|
+
}], inverted: [{
|
|
21611
|
+
type: Input
|
|
21610
21612
|
}], grow: [{
|
|
21611
21613
|
type: Input
|
|
21612
21614
|
}], growMobile: [{
|
|
@@ -21758,8 +21760,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21758
21760
|
}], wordBreakAllDesktop: [{
|
|
21759
21761
|
type: Input,
|
|
21760
21762
|
args: ['word-break-all--desktop']
|
|
21761
|
-
}], event: [{
|
|
21762
|
-
type: Output
|
|
21763
21763
|
}] } });
|
|
21764
21764
|
/**
|
|
21765
21765
|
* @description Type-only wrapper for <px-page>
|
|
@@ -35740,41 +35740,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35740
35740
|
}], CLOSE_EVENT: [{
|
|
35741
35741
|
type: Output
|
|
35742
35742
|
}] } });
|
|
35743
|
-
/**
|
|
35744
|
-
* @description Type-only wrapper for <px-sticky-container>
|
|
35745
|
-
*/
|
|
35746
|
-
class PxStickyContainer {
|
|
35747
|
-
elementRef;
|
|
35748
|
-
set offsetLeft(value) {
|
|
35749
|
-
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
35750
|
-
}
|
|
35751
|
-
get offsetLeft() {
|
|
35752
|
-
return this.elementRef.nativeElement['offsetLeft'];
|
|
35753
|
-
}
|
|
35754
|
-
set offsetRight(value) {
|
|
35755
|
-
this.elementRef.nativeElement['offsetRight'] = value;
|
|
35756
|
-
}
|
|
35757
|
-
get offsetRight() {
|
|
35758
|
-
return this.elementRef.nativeElement['offsetRight'];
|
|
35759
|
-
}
|
|
35760
|
-
constructor(elementRef) {
|
|
35761
|
-
this.elementRef = elementRef;
|
|
35762
|
-
}
|
|
35763
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35764
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
35765
|
-
}
|
|
35766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
35767
|
-
type: Directive,
|
|
35768
|
-
args: [{
|
|
35769
|
-
selector: 'px-sticky-container',
|
|
35770
|
-
}]
|
|
35771
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
35772
|
-
type: Input,
|
|
35773
|
-
args: ['offset-left']
|
|
35774
|
-
}], offsetRight: [{
|
|
35775
|
-
type: Input,
|
|
35776
|
-
args: ['offset-right']
|
|
35777
|
-
}] } });
|
|
35778
35743
|
/**
|
|
35779
35744
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
35780
35745
|
*/
|
|
@@ -37046,6 +37011,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37046
37011
|
type: Input,
|
|
37047
37012
|
args: ['word-break-all--desktop']
|
|
37048
37013
|
}] } });
|
|
37014
|
+
/**
|
|
37015
|
+
* @description Type-only wrapper for <px-sticky-container>
|
|
37016
|
+
*/
|
|
37017
|
+
class PxStickyContainer {
|
|
37018
|
+
elementRef;
|
|
37019
|
+
set offsetLeft(value) {
|
|
37020
|
+
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
37021
|
+
}
|
|
37022
|
+
get offsetLeft() {
|
|
37023
|
+
return this.elementRef.nativeElement['offsetLeft'];
|
|
37024
|
+
}
|
|
37025
|
+
set offsetRight(value) {
|
|
37026
|
+
this.elementRef.nativeElement['offsetRight'] = value;
|
|
37027
|
+
}
|
|
37028
|
+
get offsetRight() {
|
|
37029
|
+
return this.elementRef.nativeElement['offsetRight'];
|
|
37030
|
+
}
|
|
37031
|
+
constructor(elementRef) {
|
|
37032
|
+
this.elementRef = elementRef;
|
|
37033
|
+
}
|
|
37034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37035
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
37036
|
+
}
|
|
37037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
37038
|
+
type: Directive,
|
|
37039
|
+
args: [{
|
|
37040
|
+
selector: 'px-sticky-container',
|
|
37041
|
+
}]
|
|
37042
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
37043
|
+
type: Input,
|
|
37044
|
+
args: ['offset-left']
|
|
37045
|
+
}], offsetRight: [{
|
|
37046
|
+
type: Input,
|
|
37047
|
+
args: ['offset-right']
|
|
37048
|
+
}] } });
|
|
37049
37049
|
/**
|
|
37050
37050
|
* @description Type-only wrapper for <px-tile>
|
|
37051
37051
|
*/
|
|
@@ -41075,7 +41075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41075
41075
|
}] } });
|
|
41076
41076
|
class Lavender {
|
|
41077
41077
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41078
|
-
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,
|
|
41078
|
+
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, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxContentHeader, 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, PxStickyContainer, 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, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxContentHeader, 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, PxStickyContainer, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41079
41079
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41080
41080
|
}
|
|
41081
41081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41106,7 +41106,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41106
41106
|
PxColorOption,
|
|
41107
41107
|
PxColorOptionLink,
|
|
41108
41108
|
PxContainer,
|
|
41109
|
-
PxContentHeader,
|
|
41110
41109
|
PxDrawer,
|
|
41111
41110
|
PxDropdown,
|
|
41112
41111
|
PxFieldset,
|
|
@@ -41124,6 +41123,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41124
41123
|
PxSelect,
|
|
41125
41124
|
PxTextarea,
|
|
41126
41125
|
PxFileupload,
|
|
41126
|
+
PxContentHeader,
|
|
41127
41127
|
PxPage,
|
|
41128
41128
|
PxSpacer,
|
|
41129
41129
|
PxStack,
|
|
@@ -41154,7 +41154,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41154
41154
|
PxSpinner,
|
|
41155
41155
|
PxStatus,
|
|
41156
41156
|
PxStatusCard,
|
|
41157
|
-
PxStickyContainer,
|
|
41158
41157
|
PxThemeSwitcher,
|
|
41159
41158
|
PxSwitch,
|
|
41160
41159
|
PxTable,
|
|
@@ -41167,6 +41166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41167
41166
|
PxTab,
|
|
41168
41167
|
PxTabPanel,
|
|
41169
41168
|
PxTag,
|
|
41169
|
+
PxStickyContainer,
|
|
41170
41170
|
PxTile,
|
|
41171
41171
|
PxTileButton,
|
|
41172
41172
|
PxTileCheckbox,
|
|
@@ -41208,7 +41208,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41208
41208
|
PxColorOption,
|
|
41209
41209
|
PxColorOptionLink,
|
|
41210
41210
|
PxContainer,
|
|
41211
|
-
PxContentHeader,
|
|
41212
41211
|
PxDrawer,
|
|
41213
41212
|
PxDropdown,
|
|
41214
41213
|
PxFieldset,
|
|
@@ -41226,6 +41225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41226
41225
|
PxSelect,
|
|
41227
41226
|
PxTextarea,
|
|
41228
41227
|
PxFileupload,
|
|
41228
|
+
PxContentHeader,
|
|
41229
41229
|
PxPage,
|
|
41230
41230
|
PxSpacer,
|
|
41231
41231
|
PxStack,
|
|
@@ -41256,7 +41256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41256
41256
|
PxSpinner,
|
|
41257
41257
|
PxStatus,
|
|
41258
41258
|
PxStatusCard,
|
|
41259
|
-
PxStickyContainer,
|
|
41260
41259
|
PxThemeSwitcher,
|
|
41261
41260
|
PxSwitch,
|
|
41262
41261
|
PxTable,
|
|
@@ -41269,6 +41268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41269
41268
|
PxTab,
|
|
41270
41269
|
PxTabPanel,
|
|
41271
41270
|
PxTag,
|
|
41271
|
+
PxStickyContainer,
|
|
41272
41272
|
PxTile,
|
|
41273
41273
|
PxTileButton,
|
|
41274
41274
|
PxTileCheckbox,
|