@proximus/lavender-angular 1.4.13-alpha.1 → 1.4.13-alpha.2

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.
@@ -12551,139 +12551,111 @@ 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-drawer>
12554
+ * @description Type-only wrapper for <px-content-header>
12555
12555
  */
12556
- class PxDrawer {
12556
+ class PxContentHeader {
12557
12557
  elementRef;
12558
- set open(value) {
12559
- this.elementRef.nativeElement['open'] = value;
12558
+ set backgroundColor(value) {
12559
+ this.elementRef.nativeElement['backgroundColor'] = value;
12560
12560
  }
12561
- get open() {
12562
- return this.elementRef.nativeElement['open'];
12561
+ get backgroundColor() {
12562
+ return this.elementRef.nativeElement['backgroundColor'];
12563
12563
  }
12564
- set ariaLabelCloseButton(value) {
12565
- this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
12564
+ set backgroundGradient(value) {
12565
+ this.elementRef.nativeElement['backgroundGradient'] = value;
12566
12566
  }
12567
- get ariaLabelCloseButton() {
12568
- return this.elementRef.nativeElement['ariaLabelCloseButton'];
12567
+ get backgroundGradient() {
12568
+ return this.elementRef.nativeElement['backgroundGradient'];
12569
12569
  }
12570
- set openedby(value) {
12571
- this.elementRef.nativeElement['openedby'] = value;
12570
+ set backgroundImage(value) {
12571
+ this.elementRef.nativeElement['backgroundImage'] = value;
12572
12572
  }
12573
- get openedby() {
12574
- return this.elementRef.nativeElement['openedby'];
12573
+ get backgroundImage() {
12574
+ return this.elementRef.nativeElement['backgroundImage'];
12575
12575
  }
12576
- set closedby(value) {
12577
- this.elementRef.nativeElement['closedby'] = value;
12576
+ set backgroundImageMobile(value) {
12577
+ this.elementRef.nativeElement['backgroundImageMobile'] = value;
12578
12578
  }
12579
- get closedby() {
12580
- return this.elementRef.nativeElement['closedby'];
12579
+ get backgroundImageMobile() {
12580
+ return this.elementRef.nativeElement['backgroundImageMobile'];
12581
12581
  }
12582
- set fullscreen(value) {
12583
- this.elementRef.nativeElement['fullscreen'] = value;
12582
+ set backgroundImageTablet(value) {
12583
+ this.elementRef.nativeElement['backgroundImageTablet'] = value;
12584
12584
  }
12585
- get fullscreen() {
12586
- return this.elementRef.nativeElement['fullscreen'];
12585
+ get backgroundImageTablet() {
12586
+ return this.elementRef.nativeElement['backgroundImageTablet'];
12587
12587
  }
12588
- set fullscreenMobile(value) {
12589
- this.elementRef.nativeElement['fullscreenMobile'] = value;
12588
+ set backgroundImageLaptop(value) {
12589
+ this.elementRef.nativeElement['backgroundImageLaptop'] = value;
12590
12590
  }
12591
- get fullscreenMobile() {
12592
- return this.elementRef.nativeElement['fullscreenMobile'];
12591
+ get backgroundImageLaptop() {
12592
+ return this.elementRef.nativeElement['backgroundImageLaptop'];
12593
12593
  }
12594
- set fullscreenTablet(value) {
12595
- this.elementRef.nativeElement['fullscreenTablet'] = value;
12594
+ set backgroundSize(value) {
12595
+ this.elementRef.nativeElement['backgroundSize'] = value;
12596
12596
  }
12597
- get fullscreenTablet() {
12598
- return this.elementRef.nativeElement['fullscreenTablet'];
12597
+ get backgroundSize() {
12598
+ return this.elementRef.nativeElement['backgroundSize'];
12599
12599
  }
12600
- set fullscreenLaptop(value) {
12601
- this.elementRef.nativeElement['fullscreenLaptop'] = value;
12600
+ set backgroundPosition(value) {
12601
+ this.elementRef.nativeElement['backgroundPosition'] = value;
12602
12602
  }
12603
- get fullscreenLaptop() {
12604
- return this.elementRef.nativeElement['fullscreenLaptop'];
12603
+ get backgroundPosition() {
12604
+ return this.elementRef.nativeElement['backgroundPosition'];
12605
12605
  }
12606
- set fullscreenDesktop(value) {
12607
- this.elementRef.nativeElement['fullscreenDesktop'] = value;
12606
+ set contrastHelperGradient(value) {
12607
+ this.elementRef.nativeElement['contrastHelperGradient'] = value;
12608
12608
  }
12609
- get fullscreenDesktop() {
12610
- return this.elementRef.nativeElement['fullscreenDesktop'];
12609
+ get contrastHelperGradient() {
12610
+ return this.elementRef.nativeElement['contrastHelperGradient'];
12611
12611
  }
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
- });
12612
+ set contrastHelperOverlay(value) {
12613
+ this.elementRef.nativeElement['contrastHelperOverlay'] = value;
12618
12614
  }
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;
12615
+ get contrastHelperOverlay() {
12616
+ return this.elementRef.nativeElement['contrastHelperOverlay'];
12660
12617
  }
12661
- get id() {
12662
- return this.elementRef.nativeElement['id'];
12618
+ set minHeight(value) {
12619
+ this.elementRef.nativeElement['minHeight'] = value;
12663
12620
  }
12664
- set anchoralignment(value) {
12665
- this.elementRef.nativeElement['anchoralignment'] = value;
12621
+ get minHeight() {
12622
+ return this.elementRef.nativeElement['minHeight'];
12666
12623
  }
12667
- get anchoralignment() {
12668
- return this.elementRef.nativeElement['anchoralignment'];
12624
+ set hasGridding(value) {
12625
+ this.elementRef.nativeElement['hasGridding'] = value;
12669
12626
  }
12670
- set usePolyfill(value) {
12671
- this.elementRef.nativeElement['usePolyfill'] = value;
12627
+ get hasGridding() {
12628
+ return this.elementRef.nativeElement['hasGridding'];
12672
12629
  }
12673
- get usePolyfill() {
12674
- return this.elementRef.nativeElement['usePolyfill'];
12630
+ set hasGriddingMobile(value) {
12631
+ this.elementRef.nativeElement['hasGriddingMobile'] = value;
12675
12632
  }
12676
- set manualToggle(value) {
12677
- this.elementRef.nativeElement['manualToggle'] = value;
12633
+ get hasGriddingMobile() {
12634
+ return this.elementRef.nativeElement['hasGriddingMobile'];
12678
12635
  }
12679
- get manualToggle() {
12680
- return this.elementRef.nativeElement['manualToggle'];
12636
+ set hasGriddingTablet(value) {
12637
+ this.elementRef.nativeElement['hasGriddingTablet'] = value;
12681
12638
  }
12682
- set popoverHeight(value) {
12683
- this.elementRef.nativeElement['popoverHeight'] = value;
12639
+ get hasGriddingTablet() {
12640
+ return this.elementRef.nativeElement['hasGriddingTablet'];
12684
12641
  }
12685
- get popoverHeight() {
12686
- return this.elementRef.nativeElement['popoverHeight'];
12642
+ set hasGriddingLaptop(value) {
12643
+ this.elementRef.nativeElement['hasGriddingLaptop'] = value;
12644
+ }
12645
+ get hasGriddingLaptop() {
12646
+ return this.elementRef.nativeElement['hasGriddingLaptop'];
12647
+ }
12648
+ set hasGriddingDesktop(value) {
12649
+ this.elementRef.nativeElement['hasGriddingDesktop'] = value;
12650
+ }
12651
+ get hasGriddingDesktop() {
12652
+ return this.elementRef.nativeElement['hasGriddingDesktop'];
12653
+ }
12654
+ set inverted(value) {
12655
+ this.elementRef.nativeElement['inverted'] = value;
12656
+ }
12657
+ get inverted() {
12658
+ return this.elementRef.nativeElement['inverted'];
12687
12659
  }
12688
12660
  set grow(value) {
12689
12661
  this.elementRef.nativeElement['grow'] = value;
@@ -13000,27 +12972,64 @@ class PxDropdown {
13000
12972
  constructor(elementRef) {
13001
12973
  this.elementRef = elementRef;
13002
12974
  }
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 });
12975
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
12976
+ 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 });
13005
12977
  }
13006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
12978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, decorators: [{
13007
12979
  type: Directive,
13008
12980
  args: [{
13009
- selector: 'px-dropdown',
12981
+ selector: 'px-content-header',
13010
12982
  }]
13011
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
13012
- type: Input
13013
- }], anchoralignment: [{
13014
- type: Input
13015
- }], usePolyfill: [{
12983
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
13016
12984
  type: Input,
13017
- args: ['use-polyfill']
13018
- }], manualToggle: [{
12985
+ args: ['background-color']
12986
+ }], backgroundGradient: [{
13019
12987
  type: Input,
13020
- args: ['manual-toggle']
13021
- }], popoverHeight: [{
12988
+ args: ['background-gradient']
12989
+ }], backgroundImage: [{
13022
12990
  type: Input,
13023
- args: ['popover-height']
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: [{
13023
+ type: Input,
13024
+ args: ['has-gridding--tablet']
13025
+ }], hasGriddingLaptop: [{
13026
+ type: Input,
13027
+ args: ['has-gridding--laptop']
13028
+ }], hasGriddingDesktop: [{
13029
+ type: Input,
13030
+ args: ['has-gridding--desktop']
13031
+ }], inverted: [{
13032
+ type: Input
13024
13033
  }], grow: [{
13025
13034
  type: Input
13026
13035
  }], growMobile: [{
@@ -13174,39 +13183,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
13174
13183
  args: ['word-break-all--desktop']
13175
13184
  }] } });
13176
13185
  /**
13177
- * @description Type-only wrapper for <px-fieldset>
13186
+ * @description Type-only wrapper for <px-drawer>
13178
13187
  */
13179
- class PxFieldset {
13188
+ class PxDrawer {
13180
13189
  elementRef;
13181
- set inverted(value) {
13182
- this.elementRef.nativeElement['inverted'] = value;
13190
+ set open(value) {
13191
+ this.elementRef.nativeElement['open'] = value;
13183
13192
  }
13184
- get inverted() {
13185
- return this.elementRef.nativeElement['inverted'];
13193
+ get open() {
13194
+ return this.elementRef.nativeElement['open'];
13186
13195
  }
13187
- set role(value) {
13188
- this.elementRef.nativeElement['role'] = value;
13196
+ set ariaLabelCloseButton(value) {
13197
+ this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
13189
13198
  }
13190
- get role() {
13191
- return this.elementRef.nativeElement['role'];
13199
+ get ariaLabelCloseButton() {
13200
+ return this.elementRef.nativeElement['ariaLabelCloseButton'];
13192
13201
  }
13193
- set ariaRequired(value) {
13194
- this.elementRef.nativeElement['ariaRequired'] = value;
13202
+ set openedby(value) {
13203
+ this.elementRef.nativeElement['openedby'] = value;
13195
13204
  }
13196
- get ariaRequired() {
13197
- return this.elementRef.nativeElement['ariaRequired'];
13205
+ get openedby() {
13206
+ return this.elementRef.nativeElement['openedby'];
13198
13207
  }
13199
- set ariaDisabled(value) {
13200
- this.elementRef.nativeElement['ariaDisabled'] = value;
13208
+ set closedby(value) {
13209
+ this.elementRef.nativeElement['closedby'] = value;
13201
13210
  }
13202
- get ariaDisabled() {
13203
- return this.elementRef.nativeElement['ariaDisabled'];
13211
+ get closedby() {
13212
+ return this.elementRef.nativeElement['closedby'];
13204
13213
  }
13205
- set state(value) {
13206
- this.elementRef.nativeElement['state'] = value;
13214
+ set fullscreen(value) {
13215
+ this.elementRef.nativeElement['fullscreen'] = value;
13207
13216
  }
13208
- get state() {
13209
- return this.elementRef.nativeElement['state'];
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;
13298
+ }
13299
+ get anchoralignment() {
13300
+ return this.elementRef.nativeElement['anchoralignment'];
13301
+ }
13302
+ set usePolyfill(value) {
13303
+ this.elementRef.nativeElement['usePolyfill'] = value;
13304
+ }
13305
+ get usePolyfill() {
13306
+ return this.elementRef.nativeElement['usePolyfill'];
13307
+ }
13308
+ set manualToggle(value) {
13309
+ this.elementRef.nativeElement['manualToggle'] = value;
13310
+ }
13311
+ get manualToggle() {
13312
+ return this.elementRef.nativeElement['manualToggle'];
13313
+ }
13314
+ set popoverHeight(value) {
13315
+ this.elementRef.nativeElement['popoverHeight'] = value;
13316
+ }
13317
+ get popoverHeight() {
13318
+ return this.elementRef.nativeElement['popoverHeight'];
13210
13319
  }
13211
13320
  set grow(value) {
13212
13321
  this.elementRef.nativeElement['grow'] = value;
@@ -13523,26 +13632,27 @@ class PxFieldset {
13523
13632
  constructor(elementRef) {
13524
13633
  this.elementRef = elementRef;
13525
13634
  }
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 });
13635
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13636
+ 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 });
13528
13637
  }
13529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, decorators: [{
13638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
13530
13639
  type: Directive,
13531
13640
  args: [{
13532
- selector: 'px-fieldset',
13641
+ selector: 'px-dropdown',
13533
13642
  }]
13534
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
13643
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
13535
13644
  type: Input
13536
- }], role: [{
13645
+ }], anchoralignment: [{
13537
13646
  type: Input
13538
- }], ariaRequired: [{
13647
+ }], usePolyfill: [{
13539
13648
  type: Input,
13540
- args: ['aria-required']
13541
- }], ariaDisabled: [{
13649
+ args: ['use-polyfill']
13650
+ }], manualToggle: [{
13542
13651
  type: Input,
13543
- args: ['aria-disabled']
13544
- }], state: [{
13545
- type: Input
13652
+ args: ['manual-toggle']
13653
+ }], popoverHeight: [{
13654
+ type: Input,
13655
+ args: ['popover-height']
13546
13656
  }], grow: [{
13547
13657
  type: Input
13548
13658
  }], growMobile: [{
@@ -13696,195 +13806,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
13696
13806
  args: ['word-break-all--desktop']
13697
13807
  }] } });
13698
13808
  /**
13699
- * @description Type-only wrapper for <px-grid>
13809
+ * @description Type-only wrapper for <px-fieldset>
13700
13810
  */
13701
- class PxGrid {
13811
+ class PxFieldset {
13702
13812
  elementRef;
13703
- set gridCols(value) {
13704
- this.elementRef.nativeElement['gridCols'] = value;
13813
+ set inverted(value) {
13814
+ this.elementRef.nativeElement['inverted'] = value;
13705
13815
  }
13706
- get gridCols() {
13707
- return this.elementRef.nativeElement['gridCols'];
13816
+ get inverted() {
13817
+ return this.elementRef.nativeElement['inverted'];
13708
13818
  }
13709
- set gridColsMobile(value) {
13710
- this.elementRef.nativeElement['gridColsMobile'] = value;
13819
+ set role(value) {
13820
+ this.elementRef.nativeElement['role'] = value;
13711
13821
  }
13712
- get gridColsMobile() {
13713
- return this.elementRef.nativeElement['gridColsMobile'];
13822
+ get role() {
13823
+ return this.elementRef.nativeElement['role'];
13714
13824
  }
13715
- set gridColsTablet(value) {
13716
- this.elementRef.nativeElement['gridColsTablet'] = value;
13825
+ set ariaRequired(value) {
13826
+ this.elementRef.nativeElement['ariaRequired'] = value;
13717
13827
  }
13718
- get gridColsTablet() {
13719
- return this.elementRef.nativeElement['gridColsTablet'];
13828
+ get ariaRequired() {
13829
+ return this.elementRef.nativeElement['ariaRequired'];
13720
13830
  }
13721
- set gridColsLaptop(value) {
13722
- this.elementRef.nativeElement['gridColsLaptop'] = value;
13831
+ set ariaDisabled(value) {
13832
+ this.elementRef.nativeElement['ariaDisabled'] = value;
13723
13833
  }
13724
- get gridColsLaptop() {
13725
- return this.elementRef.nativeElement['gridColsLaptop'];
13834
+ get ariaDisabled() {
13835
+ return this.elementRef.nativeElement['ariaDisabled'];
13726
13836
  }
13727
- set justifyContent(value) {
13728
- this.elementRef.nativeElement['justifyContent'] = value;
13837
+ set state(value) {
13838
+ this.elementRef.nativeElement['state'] = value;
13729
13839
  }
13730
- get justifyContent() {
13731
- return this.elementRef.nativeElement['justifyContent'];
13840
+ get state() {
13841
+ return this.elementRef.nativeElement['state'];
13732
13842
  }
13733
- set justifyItems(value) {
13734
- this.elementRef.nativeElement['justifyItems'] = value;
13843
+ set grow(value) {
13844
+ this.elementRef.nativeElement['grow'] = value;
13735
13845
  }
13736
- get justifyItems() {
13737
- return this.elementRef.nativeElement['justifyItems'];
13846
+ get grow() {
13847
+ return this.elementRef.nativeElement['grow'];
13738
13848
  }
13739
- set alignContent(value) {
13740
- this.elementRef.nativeElement['alignContent'] = value;
13849
+ set growMobile(value) {
13850
+ this.elementRef.nativeElement['growMobile'] = value;
13741
13851
  }
13742
- get alignContent() {
13743
- return this.elementRef.nativeElement['alignContent'];
13852
+ get growMobile() {
13853
+ return this.elementRef.nativeElement['growMobile'];
13744
13854
  }
13745
- set alignItems(value) {
13746
- this.elementRef.nativeElement['alignItems'] = value;
13855
+ set growTablet(value) {
13856
+ this.elementRef.nativeElement['growTablet'] = value;
13747
13857
  }
13748
- get alignItems() {
13749
- return this.elementRef.nativeElement['alignItems'];
13858
+ get growTablet() {
13859
+ return this.elementRef.nativeElement['growTablet'];
13750
13860
  }
13751
- set justifyContentMobile(value) {
13752
- this.elementRef.nativeElement['justifyContentMobile'] = value;
13861
+ set growLaptop(value) {
13862
+ this.elementRef.nativeElement['growLaptop'] = value;
13753
13863
  }
13754
- get justifyContentMobile() {
13755
- return this.elementRef.nativeElement['justifyContentMobile'];
13864
+ get growLaptop() {
13865
+ return this.elementRef.nativeElement['growLaptop'];
13756
13866
  }
13757
- set justifyItemsMobile(value) {
13758
- this.elementRef.nativeElement['justifyItemsMobile'] = value;
13867
+ set growDesktop(value) {
13868
+ this.elementRef.nativeElement['growDesktop'] = value;
13759
13869
  }
13760
- get justifyItemsMobile() {
13761
- return this.elementRef.nativeElement['justifyItemsMobile'];
13870
+ get growDesktop() {
13871
+ return this.elementRef.nativeElement['growDesktop'];
13762
13872
  }
13763
- set alignContentMobile(value) {
13764
- this.elementRef.nativeElement['alignContentMobile'] = value;
13873
+ set shrink(value) {
13874
+ this.elementRef.nativeElement['shrink'] = value;
13765
13875
  }
13766
- get alignContentMobile() {
13767
- return this.elementRef.nativeElement['alignContentMobile'];
13876
+ get shrink() {
13877
+ return this.elementRef.nativeElement['shrink'];
13768
13878
  }
13769
- set alignItemsMobile(value) {
13770
- this.elementRef.nativeElement['alignItemsMobile'] = value;
13879
+ set shrinkMobile(value) {
13880
+ this.elementRef.nativeElement['shrinkMobile'] = value;
13771
13881
  }
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'];
13882
+ get shrinkMobile() {
13883
+ return this.elementRef.nativeElement['shrinkMobile'];
13888
13884
  }
13889
13885
  set shrinkTablet(value) {
13890
13886
  this.elementRef.nativeElement['shrinkTablet'] = value;
@@ -14159,86 +14155,26 @@ class PxGrid {
14159
14155
  constructor(elementRef) {
14160
14156
  this.elementRef = elementRef;
14161
14157
  }
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 });
14158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14159
+ 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 });
14164
14160
  }
14165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, decorators: [{
14161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, decorators: [{
14166
14162
  type: Directive,
14167
14163
  args: [{
14168
- selector: 'px-grid',
14164
+ selector: 'px-fieldset',
14169
14165
  }]
14170
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
14171
- type: Input,
14172
- args: ['grid-cols']
14173
- }], gridColsMobile: [{
14174
- 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: [{
14166
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
14167
+ type: Input
14168
+ }], role: [{
14169
+ type: Input
14170
+ }], ariaRequired: [{
14237
14171
  type: Input,
14238
- args: ['align-content--desktop']
14239
- }], alignItemsDesktop: [{
14172
+ args: ['aria-required']
14173
+ }], ariaDisabled: [{
14240
14174
  type: Input,
14241
- args: ['align-items--desktop']
14175
+ args: ['aria-disabled']
14176
+ }], state: [{
14177
+ type: Input
14242
14178
  }], grow: [{
14243
14179
  type: Input
14244
14180
  }], growMobile: [{
@@ -14392,63 +14328,153 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
14392
14328
  args: ['word-break-all--desktop']
14393
14329
  }] } });
14394
14330
  /**
14395
- * @description Type-only wrapper for <px-h1>
14331
+ * @description Type-only wrapper for <px-grid>
14396
14332
  */
14397
- class PxH1 {
14333
+ class PxGrid {
14398
14334
  elementRef;
14399
- set variant(value) {
14400
- this.elementRef.nativeElement['variant'] = value;
14335
+ set gridCols(value) {
14336
+ this.elementRef.nativeElement['gridCols'] = value;
14401
14337
  }
14402
- get variant() {
14403
- return this.elementRef.nativeElement['variant'];
14338
+ get gridCols() {
14339
+ return this.elementRef.nativeElement['gridCols'];
14404
14340
  }
14405
- set color(value) {
14406
- this.elementRef.nativeElement['color'] = value;
14341
+ set gridColsMobile(value) {
14342
+ this.elementRef.nativeElement['gridColsMobile'] = value;
14407
14343
  }
14408
- get color() {
14409
- return this.elementRef.nativeElement['color'];
14344
+ get gridColsMobile() {
14345
+ return this.elementRef.nativeElement['gridColsMobile'];
14410
14346
  }
14411
- set textAlign(value) {
14412
- this.elementRef.nativeElement['textAlign'] = value;
14347
+ set gridColsTablet(value) {
14348
+ this.elementRef.nativeElement['gridColsTablet'] = value;
14413
14349
  }
14414
- get textAlign() {
14415
- return this.elementRef.nativeElement['textAlign'];
14350
+ get gridColsTablet() {
14351
+ return this.elementRef.nativeElement['gridColsTablet'];
14416
14352
  }
14417
- set textAlignMobile(value) {
14418
- this.elementRef.nativeElement['textAlignMobile'] = value;
14353
+ set gridColsLaptop(value) {
14354
+ this.elementRef.nativeElement['gridColsLaptop'] = value;
14419
14355
  }
14420
- get textAlignMobile() {
14421
- return this.elementRef.nativeElement['textAlignMobile'];
14356
+ get gridColsLaptop() {
14357
+ return this.elementRef.nativeElement['gridColsLaptop'];
14422
14358
  }
14423
- set textAlignTablet(value) {
14424
- this.elementRef.nativeElement['textAlignTablet'] = value;
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;
14427
+ }
14428
+ get alignItemsTablet() {
14429
+ return this.elementRef.nativeElement['alignItemsTablet'];
14430
+ }
14431
+ set justifyContentLaptop(value) {
14432
+ this.elementRef.nativeElement['justifyContentLaptop'] = value;
14433
+ }
14434
+ get justifyContentLaptop() {
14435
+ return this.elementRef.nativeElement['justifyContentLaptop'];
14436
+ }
14437
+ set justifyItemsLaptop(value) {
14438
+ this.elementRef.nativeElement['justifyItemsLaptop'] = value;
14439
+ }
14440
+ get justifyItemsLaptop() {
14441
+ return this.elementRef.nativeElement['justifyItemsLaptop'];
14442
+ }
14443
+ set alignContentLaptop(value) {
14444
+ this.elementRef.nativeElement['alignContentLaptop'] = value;
14445
+ }
14446
+ get alignContentLaptop() {
14447
+ return this.elementRef.nativeElement['alignContentLaptop'];
14448
+ }
14449
+ set alignItemsLaptop(value) {
14450
+ this.elementRef.nativeElement['alignItemsLaptop'] = value;
14425
14451
  }
14426
- get textAlignTablet() {
14427
- return this.elementRef.nativeElement['textAlignTablet'];
14452
+ get alignItemsLaptop() {
14453
+ return this.elementRef.nativeElement['alignItemsLaptop'];
14428
14454
  }
14429
- set textAlignLaptop(value) {
14430
- this.elementRef.nativeElement['textAlignLaptop'] = value;
14455
+ set justifyContentDesktop(value) {
14456
+ this.elementRef.nativeElement['justifyContentDesktop'] = value;
14431
14457
  }
14432
- get textAlignLaptop() {
14433
- return this.elementRef.nativeElement['textAlignLaptop'];
14458
+ get justifyContentDesktop() {
14459
+ return this.elementRef.nativeElement['justifyContentDesktop'];
14434
14460
  }
14435
- set textAlignDesktop(value) {
14436
- this.elementRef.nativeElement['textAlignDesktop'] = value;
14461
+ set justifyItemsDesktop(value) {
14462
+ this.elementRef.nativeElement['justifyItemsDesktop'] = value;
14437
14463
  }
14438
- get textAlignDesktop() {
14439
- return this.elementRef.nativeElement['textAlignDesktop'];
14464
+ get justifyItemsDesktop() {
14465
+ return this.elementRef.nativeElement['justifyItemsDesktop'];
14440
14466
  }
14441
- set inverted(value) {
14442
- this.elementRef.nativeElement['inverted'] = value;
14467
+ set alignContentDesktop(value) {
14468
+ this.elementRef.nativeElement['alignContentDesktop'] = value;
14443
14469
  }
14444
- get inverted() {
14445
- return this.elementRef.nativeElement['inverted'];
14470
+ get alignContentDesktop() {
14471
+ return this.elementRef.nativeElement['alignContentDesktop'];
14446
14472
  }
14447
- set autoSpacing(value) {
14448
- this.elementRef.nativeElement['autoSpacing'] = value;
14473
+ set alignItemsDesktop(value) {
14474
+ this.elementRef.nativeElement['alignItemsDesktop'] = value;
14449
14475
  }
14450
- get autoSpacing() {
14451
- return this.elementRef.nativeElement['autoSpacing'];
14476
+ get alignItemsDesktop() {
14477
+ return this.elementRef.nativeElement['alignItemsDesktop'];
14452
14478
  }
14453
14479
  set grow(value) {
14454
14480
  this.elementRef.nativeElement['grow'] = value;
@@ -14765,38 +14791,86 @@ class PxH1 {
14765
14791
  constructor(elementRef) {
14766
14792
  this.elementRef = elementRef;
14767
14793
  }
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 });
14794
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14795
+ 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 });
14770
14796
  }
14771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, decorators: [{
14797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, decorators: [{
14772
14798
  type: Directive,
14773
14799
  args: [{
14774
- selector: 'px-h1',
14800
+ selector: 'px-grid',
14775
14801
  }]
14776
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
14777
- type: Input
14778
- }], color: [{
14779
- type: Input
14780
- }], textAlign: [{
14802
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
14781
14803
  type: Input,
14782
- args: ['text-align']
14783
- }], textAlignMobile: [{
14804
+ args: ['grid-cols']
14805
+ }], gridColsMobile: [{
14784
14806
  type: Input,
14785
- args: ['text-align--mobile']
14786
- }], textAlignTablet: [{
14807
+ args: ['grid-cols--mobile']
14808
+ }], gridColsTablet: [{
14787
14809
  type: Input,
14788
- args: ['text-align--tablet']
14789
- }], textAlignLaptop: [{
14810
+ args: ['grid-cols--tablet']
14811
+ }], gridColsLaptop: [{
14790
14812
  type: Input,
14791
- args: ['text-align--laptop']
14792
- }], textAlignDesktop: [{
14813
+ args: ['grid-cols--laptop']
14814
+ }], justifyContent: [{
14793
14815
  type: Input,
14794
- args: ['text-align--desktop']
14795
- }], inverted: [{
14796
- type: Input
14797
- }], autoSpacing: [{
14816
+ args: ['justify-content']
14817
+ }], justifyItems: [{
14798
14818
  type: Input,
14799
- args: ['auto-spacing']
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: [{
14857
+ type: Input,
14858
+ args: ['align-content--laptop']
14859
+ }], alignItemsLaptop: [{
14860
+ type: Input,
14861
+ args: ['align-items--laptop']
14862
+ }], justifyContentDesktop: [{
14863
+ type: Input,
14864
+ args: ['justify-content--desktop']
14865
+ }], justifyItemsDesktop: [{
14866
+ type: Input,
14867
+ args: ['justify-items--desktop']
14868
+ }], alignContentDesktop: [{
14869
+ type: Input,
14870
+ args: ['align-content--desktop']
14871
+ }], alignItemsDesktop: [{
14872
+ type: Input,
14873
+ args: ['align-items--desktop']
14800
14874
  }], grow: [{
14801
14875
  type: Input
14802
14876
  }], growMobile: [{
@@ -14950,9 +15024,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
14950
15024
  args: ['word-break-all--desktop']
14951
15025
  }] } });
14952
15026
  /**
14953
- * @description Type-only wrapper for <px-h2>
15027
+ * @description Type-only wrapper for <px-h1>
14954
15028
  */
14955
- class PxH2 {
15029
+ class PxH1 {
14956
15030
  elementRef;
14957
15031
  set variant(value) {
14958
15032
  this.elementRef.nativeElement['variant'] = value;
@@ -15323,13 +15397,13 @@ class PxH2 {
15323
15397
  constructor(elementRef) {
15324
15398
  this.elementRef = elementRef;
15325
15399
  }
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 });
15400
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
15401
+ 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 });
15328
15402
  }
15329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, decorators: [{
15403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, decorators: [{
15330
15404
  type: Directive,
15331
15405
  args: [{
15332
- selector: 'px-h2',
15406
+ selector: 'px-h1',
15333
15407
  }]
15334
15408
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
15335
15409
  type: Input
@@ -15508,9 +15582,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
15508
15582
  args: ['word-break-all--desktop']
15509
15583
  }] } });
15510
15584
  /**
15511
- * @description Type-only wrapper for <px-h3>
15585
+ * @description Type-only wrapper for <px-h2>
15512
15586
  */
15513
- class PxH3 {
15587
+ class PxH2 {
15514
15588
  elementRef;
15515
15589
  set variant(value) {
15516
15590
  this.elementRef.nativeElement['variant'] = value;
@@ -15881,13 +15955,13 @@ class PxH3 {
15881
15955
  constructor(elementRef) {
15882
15956
  this.elementRef = elementRef;
15883
15957
  }
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 });
15958
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
15959
+ 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 });
15886
15960
  }
15887
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, decorators: [{
15961
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, decorators: [{
15888
15962
  type: Directive,
15889
15963
  args: [{
15890
- selector: 'px-h3',
15964
+ selector: 'px-h2',
15891
15965
  }]
15892
15966
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
15893
15967
  type: Input
@@ -16066,9 +16140,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
16066
16140
  args: ['word-break-all--desktop']
16067
16141
  }] } });
16068
16142
  /**
16069
- * @description Type-only wrapper for <px-h4>
16143
+ * @description Type-only wrapper for <px-h3>
16070
16144
  */
16071
- class PxH4 {
16145
+ class PxH3 {
16072
16146
  elementRef;
16073
16147
  set variant(value) {
16074
16148
  this.elementRef.nativeElement['variant'] = value;
@@ -16439,13 +16513,13 @@ class PxH4 {
16439
16513
  constructor(elementRef) {
16440
16514
  this.elementRef = elementRef;
16441
16515
  }
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 });
16516
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
16517
+ 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 });
16444
16518
  }
16445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, decorators: [{
16519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, decorators: [{
16446
16520
  type: Directive,
16447
16521
  args: [{
16448
- selector: 'px-h4',
16522
+ selector: 'px-h3',
16449
16523
  }]
16450
16524
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
16451
16525
  type: Input
@@ -16624,9 +16698,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
16624
16698
  args: ['word-break-all--desktop']
16625
16699
  }] } });
16626
16700
  /**
16627
- * @description Type-only wrapper for <px-h5>
16701
+ * @description Type-only wrapper for <px-h4>
16628
16702
  */
16629
- class PxH5 {
16703
+ class PxH4 {
16630
16704
  elementRef;
16631
16705
  set variant(value) {
16632
16706
  this.elementRef.nativeElement['variant'] = value;
@@ -16997,13 +17071,13 @@ class PxH5 {
16997
17071
  constructor(elementRef) {
16998
17072
  this.elementRef = elementRef;
16999
17073
  }
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 });
17074
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17075
+ 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 });
17002
17076
  }
17003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, decorators: [{
17077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, decorators: [{
17004
17078
  type: Directive,
17005
17079
  args: [{
17006
- selector: 'px-h5',
17080
+ selector: 'px-h4',
17007
17081
  }]
17008
17082
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
17009
17083
  type: Input
@@ -17182,9 +17256,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
17182
17256
  args: ['word-break-all--desktop']
17183
17257
  }] } });
17184
17258
  /**
17185
- * @description Type-only wrapper for <px-h6>
17259
+ * @description Type-only wrapper for <px-h5>
17186
17260
  */
17187
- class PxH6 {
17261
+ class PxH5 {
17188
17262
  elementRef;
17189
17263
  set variant(value) {
17190
17264
  this.elementRef.nativeElement['variant'] = value;
@@ -17555,13 +17629,13 @@ class PxH6 {
17555
17629
  constructor(elementRef) {
17556
17630
  this.elementRef = elementRef;
17557
17631
  }
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 });
17632
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17633
+ 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 });
17560
17634
  }
17561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, decorators: [{
17635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, decorators: [{
17562
17636
  type: Directive,
17563
17637
  args: [{
17564
- selector: 'px-h6',
17638
+ selector: 'px-h5',
17565
17639
  }]
17566
17640
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
17567
17641
  type: Input
@@ -17734,125 +17808,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
17734
17808
  args: ['word-break-all--tablet']
17735
17809
  }], wordBreakAllLaptop: [{
17736
17810
  type: Input,
17737
- args: ['word-break-all--laptop']
17738
- }], wordBreakAllDesktop: [{
17739
- type: Input,
17740
- args: ['word-break-all--desktop']
17741
- }] } });
17742
- /**
17743
- * @description Type-only wrapper for <px-heading-group>
17744
- */
17745
- class PxHeadingGroup {
17746
- elementRef;
17747
- constructor(elementRef) {
17748
- this.elementRef = elementRef;
17749
- }
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;
17767
- }
17768
- get src() {
17769
- return this.elementRef.nativeElement['src'];
17770
- }
17771
- /** The alternative text for the image. */
17772
- set alt(value) {
17773
- this.elementRef.nativeElement['alt'] = value;
17774
- }
17775
- get alt() {
17776
- return this.elementRef.nativeElement['alt'];
17777
- }
17778
- /** The loading strategy for the image ('lazy' or 'eager'). */
17779
- set loading(value) {
17780
- this.elementRef.nativeElement['loading'] = value;
17781
- }
17782
- get loading() {
17783
- return this.elementRef.nativeElement['loading'];
17784
- }
17785
- set borderRadius(value) {
17786
- this.elementRef.nativeElement['borderRadius'] = value;
17787
- }
17788
- get borderRadius() {
17789
- return this.elementRef.nativeElement['borderRadius'];
17790
- }
17791
- set noBorderRadius(value) {
17792
- this.elementRef.nativeElement['noBorderRadius'] = value;
17793
- }
17794
- get noBorderRadius() {
17795
- return this.elementRef.nativeElement['noBorderRadius'];
17796
- }
17797
- set noBorderRadiusMobile(value) {
17798
- this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
17799
- }
17800
- get noBorderRadiusMobile() {
17801
- return this.elementRef.nativeElement['noBorderRadiusMobile'];
17802
- }
17803
- set noBorderRadiusTablet(value) {
17804
- this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
17811
+ args: ['word-break-all--laptop']
17812
+ }], wordBreakAllDesktop: [{
17813
+ type: Input,
17814
+ args: ['word-break-all--desktop']
17815
+ }] } });
17816
+ /**
17817
+ * @description Type-only wrapper for <px-h6>
17818
+ */
17819
+ class PxH6 {
17820
+ elementRef;
17821
+ set variant(value) {
17822
+ this.elementRef.nativeElement['variant'] = value;
17805
17823
  }
17806
- get noBorderRadiusTablet() {
17807
- return this.elementRef.nativeElement['noBorderRadiusTablet'];
17824
+ get variant() {
17825
+ return this.elementRef.nativeElement['variant'];
17808
17826
  }
17809
- set noBorderRadiusLaptop(value) {
17810
- this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
17827
+ set color(value) {
17828
+ this.elementRef.nativeElement['color'] = value;
17811
17829
  }
17812
- get noBorderRadiusLaptop() {
17813
- return this.elementRef.nativeElement['noBorderRadiusLaptop'];
17830
+ get color() {
17831
+ return this.elementRef.nativeElement['color'];
17814
17832
  }
17815
- set width(value) {
17816
- this.elementRef.nativeElement['width'] = value;
17833
+ set textAlign(value) {
17834
+ this.elementRef.nativeElement['textAlign'] = value;
17817
17835
  }
17818
- get width() {
17819
- return this.elementRef.nativeElement['width'];
17836
+ get textAlign() {
17837
+ return this.elementRef.nativeElement['textAlign'];
17820
17838
  }
17821
- set widthMobile(value) {
17822
- this.elementRef.nativeElement['widthMobile'] = value;
17839
+ set textAlignMobile(value) {
17840
+ this.elementRef.nativeElement['textAlignMobile'] = value;
17823
17841
  }
17824
- get widthMobile() {
17825
- return this.elementRef.nativeElement['widthMobile'];
17842
+ get textAlignMobile() {
17843
+ return this.elementRef.nativeElement['textAlignMobile'];
17826
17844
  }
17827
- set widthTablet(value) {
17828
- this.elementRef.nativeElement['widthTablet'] = value;
17845
+ set textAlignTablet(value) {
17846
+ this.elementRef.nativeElement['textAlignTablet'] = value;
17829
17847
  }
17830
- get widthTablet() {
17831
- return this.elementRef.nativeElement['widthTablet'];
17848
+ get textAlignTablet() {
17849
+ return this.elementRef.nativeElement['textAlignTablet'];
17832
17850
  }
17833
- set widthLaptop(value) {
17834
- this.elementRef.nativeElement['widthLaptop'] = value;
17851
+ set textAlignLaptop(value) {
17852
+ this.elementRef.nativeElement['textAlignLaptop'] = value;
17835
17853
  }
17836
- get widthLaptop() {
17837
- return this.elementRef.nativeElement['widthLaptop'];
17854
+ get textAlignLaptop() {
17855
+ return this.elementRef.nativeElement['textAlignLaptop'];
17838
17856
  }
17839
- set widthDesktop(value) {
17840
- this.elementRef.nativeElement['widthDesktop'] = value;
17857
+ set textAlignDesktop(value) {
17858
+ this.elementRef.nativeElement['textAlignDesktop'] = value;
17841
17859
  }
17842
- get widthDesktop() {
17843
- return this.elementRef.nativeElement['widthDesktop'];
17860
+ get textAlignDesktop() {
17861
+ return this.elementRef.nativeElement['textAlignDesktop'];
17844
17862
  }
17845
- set cover(value) {
17846
- this.elementRef.nativeElement['cover'] = value;
17863
+ set inverted(value) {
17864
+ this.elementRef.nativeElement['inverted'] = value;
17847
17865
  }
17848
- get cover() {
17849
- return this.elementRef.nativeElement['cover'];
17866
+ get inverted() {
17867
+ return this.elementRef.nativeElement['inverted'];
17850
17868
  }
17851
- set disabled(value) {
17852
- this.elementRef.nativeElement['disabled'] = value;
17869
+ set autoSpacing(value) {
17870
+ this.elementRef.nativeElement['autoSpacing'] = value;
17853
17871
  }
17854
- get disabled() {
17855
- return this.elementRef.nativeElement['disabled'];
17872
+ get autoSpacing() {
17873
+ return this.elementRef.nativeElement['autoSpacing'];
17856
17874
  }
17857
17875
  set grow(value) {
17858
17876
  this.elementRef.nativeElement['grow'] = value;
@@ -18169,53 +18187,38 @@ class PxImg {
18169
18187
  constructor(elementRef) {
18170
18188
  this.elementRef = elementRef;
18171
18189
  }
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 });
18190
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18191
+ 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 });
18174
18192
  }
18175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
18193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, decorators: [{
18176
18194
  type: Directive,
18177
18195
  args: [{
18178
- selector: 'px-img',
18196
+ selector: 'px-h6',
18179
18197
  }]
18180
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
18181
- type: Input
18182
- }], alt: [{
18198
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
18183
18199
  type: Input
18184
- }], loading: [{
18200
+ }], color: [{
18185
18201
  type: Input
18186
- }], borderRadius: [{
18202
+ }], textAlign: [{
18187
18203
  type: Input,
18188
- args: ['border-radius']
18189
- }], noBorderRadius: [{
18204
+ args: ['text-align']
18205
+ }], textAlignMobile: [{
18190
18206
  type: Input,
18191
- args: ['no-border-radius']
18192
- }], noBorderRadiusMobile: [{
18207
+ args: ['text-align--mobile']
18208
+ }], textAlignTablet: [{
18193
18209
  type: Input,
18194
- args: ['no-border-radius--mobile']
18195
- }], noBorderRadiusTablet: [{
18210
+ args: ['text-align--tablet']
18211
+ }], textAlignLaptop: [{
18196
18212
  type: Input,
18197
- args: ['no-border-radius--tablet']
18198
- }], noBorderRadiusLaptop: [{
18213
+ args: ['text-align--laptop']
18214
+ }], textAlignDesktop: [{
18199
18215
  type: Input,
18200
- args: ['no-border-radius--laptop']
18201
- }], width: [{
18216
+ args: ['text-align--desktop']
18217
+ }], inverted: [{
18202
18218
  type: Input
18203
- }], widthMobile: [{
18204
- type: Input,
18205
- args: ['width--mobile']
18206
- }], widthTablet: [{
18207
- type: Input,
18208
- args: ['width--tablet']
18209
- }], widthLaptop: [{
18210
- type: Input,
18211
- args: ['width--laptop']
18212
- }], widthDesktop: [{
18219
+ }], autoSpacing: [{
18213
18220
  type: Input,
18214
- args: ['width--desktop']
18215
- }], cover: [{
18216
- type: Input
18217
- }], disabled: [{
18218
- type: Input
18221
+ args: ['auto-spacing']
18219
18222
  }], grow: [{
18220
18223
  type: Input
18221
18224
  }], growMobile: [{
@@ -18369,27 +18372,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
18369
18372
  args: ['word-break-all--desktop']
18370
18373
  }] } });
18371
18374
  /**
18372
- * @description Type-only wrapper for <px-picture>
18375
+ * @description Type-only wrapper for <px-heading-group>
18373
18376
  */
18374
- class PxPicture {
18377
+ class PxHeadingGroup {
18375
18378
  elementRef;
18376
- set loading(value) {
18377
- this.elementRef.nativeElement['loading'] = value;
18379
+ constructor(elementRef) {
18380
+ this.elementRef = elementRef;
18378
18381
  }
18379
- get loading() {
18380
- return this.elementRef.nativeElement['loading'];
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 }] });
18391
+ /**
18392
+ * @description Type-only wrapper for <px-img>
18393
+ */
18394
+ class PxImg {
18395
+ elementRef;
18396
+ /** The URL of the image. */
18397
+ set src(value) {
18398
+ this.elementRef.nativeElement['src'] = value;
18381
18399
  }
18400
+ get src() {
18401
+ return this.elementRef.nativeElement['src'];
18402
+ }
18403
+ /** The alternative text for the image. */
18382
18404
  set alt(value) {
18383
18405
  this.elementRef.nativeElement['alt'] = value;
18384
18406
  }
18385
18407
  get alt() {
18386
18408
  return this.elementRef.nativeElement['alt'];
18387
18409
  }
18388
- set src(value) {
18389
- this.elementRef.nativeElement['src'] = value;
18410
+ /** The loading strategy for the image ('lazy' or 'eager'). */
18411
+ set loading(value) {
18412
+ this.elementRef.nativeElement['loading'] = value;
18390
18413
  }
18391
- get src() {
18392
- return this.elementRef.nativeElement['src'];
18414
+ get loading() {
18415
+ return this.elementRef.nativeElement['loading'];
18393
18416
  }
18394
18417
  set borderRadius(value) {
18395
18418
  this.elementRef.nativeElement['borderRadius'] = value;
@@ -18778,19 +18801,19 @@ class PxPicture {
18778
18801
  constructor(elementRef) {
18779
18802
  this.elementRef = elementRef;
18780
18803
  }
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 });
18804
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18805
+ 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 });
18783
18806
  }
18784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
18807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
18785
18808
  type: Directive,
18786
18809
  args: [{
18787
- selector: 'px-picture',
18810
+ selector: 'px-img',
18788
18811
  }]
18789
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
18812
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
18790
18813
  type: Input
18791
18814
  }], alt: [{
18792
18815
  type: Input
18793
- }], src: [{
18816
+ }], loading: [{
18794
18817
  type: Input
18795
18818
  }], borderRadius: [{
18796
18819
  type: Input,
@@ -18978,45 +19001,99 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
18978
19001
  args: ['word-break-all--desktop']
18979
19002
  }] } });
18980
19003
  /**
18981
- * @description Type-only wrapper for <px-input>
19004
+ * @description Type-only wrapper for <px-picture>
18982
19005
  */
18983
- class PxInput {
19006
+ class PxPicture {
18984
19007
  elementRef;
18985
- set state(value) {
18986
- this.elementRef.nativeElement['state'] = value;
19008
+ set loading(value) {
19009
+ this.elementRef.nativeElement['loading'] = value;
18987
19010
  }
18988
- get state() {
18989
- return this.elementRef.nativeElement['state'];
19011
+ get loading() {
19012
+ return this.elementRef.nativeElement['loading'];
18990
19013
  }
18991
- set extended(value) {
18992
- this.elementRef.nativeElement['extended'] = value;
19014
+ set alt(value) {
19015
+ this.elementRef.nativeElement['alt'] = value;
18993
19016
  }
18994
- get extended() {
18995
- return this.elementRef.nativeElement['extended'];
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;
19064
+ }
19065
+ get widthMobile() {
19066
+ return this.elementRef.nativeElement['widthMobile'];
19067
+ }
19068
+ set widthTablet(value) {
19069
+ this.elementRef.nativeElement['widthTablet'] = value;
18996
19070
  }
18997
- set extendedMobile(value) {
18998
- this.elementRef.nativeElement['extendedMobile'] = value;
19071
+ get widthTablet() {
19072
+ return this.elementRef.nativeElement['widthTablet'];
18999
19073
  }
19000
- get extendedMobile() {
19001
- return this.elementRef.nativeElement['extendedMobile'];
19074
+ set widthLaptop(value) {
19075
+ this.elementRef.nativeElement['widthLaptop'] = value;
19002
19076
  }
19003
- set extendedTablet(value) {
19004
- this.elementRef.nativeElement['extendedTablet'] = value;
19077
+ get widthLaptop() {
19078
+ return this.elementRef.nativeElement['widthLaptop'];
19005
19079
  }
19006
- get extendedTablet() {
19007
- return this.elementRef.nativeElement['extendedTablet'];
19080
+ set widthDesktop(value) {
19081
+ this.elementRef.nativeElement['widthDesktop'] = value;
19008
19082
  }
19009
- set extendedLaptop(value) {
19010
- this.elementRef.nativeElement['extendedLaptop'] = value;
19083
+ get widthDesktop() {
19084
+ return this.elementRef.nativeElement['widthDesktop'];
19011
19085
  }
19012
- get extendedLaptop() {
19013
- return this.elementRef.nativeElement['extendedLaptop'];
19086
+ set cover(value) {
19087
+ this.elementRef.nativeElement['cover'] = value;
19014
19088
  }
19015
- set extendedDesktop(value) {
19016
- this.elementRef.nativeElement['extendedDesktop'] = value;
19089
+ get cover() {
19090
+ return this.elementRef.nativeElement['cover'];
19017
19091
  }
19018
- get extendedDesktop() {
19019
- return this.elementRef.nativeElement['extendedDesktop'];
19092
+ set disabled(value) {
19093
+ this.elementRef.nativeElement['disabled'] = value;
19094
+ }
19095
+ get disabled() {
19096
+ return this.elementRef.nativeElement['disabled'];
19020
19097
  }
19021
19098
  set grow(value) {
19022
19099
  this.elementRef.nativeElement['grow'] = value;
@@ -19330,37 +19407,56 @@ class PxInput {
19330
19407
  get wordBreakAllDesktop() {
19331
19408
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
19332
19409
  }
19333
- event = new EventEmitter();
19334
19410
  constructor(elementRef) {
19335
19411
  this.elementRef = elementRef;
19336
- this.elementRef.nativeElement.addEventListener('event', (e) => {
19337
- this.event.emit(e.detail);
19338
- });
19339
19412
  }
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 });
19413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19414
+ 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 });
19342
19415
  }
19343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
19416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
19344
19417
  type: Directive,
19345
19418
  args: [{
19346
- selector: 'px-input',
19419
+ selector: 'px-picture',
19347
19420
  }]
19348
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
19421
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
19349
19422
  type: Input
19350
- }], extended: [{
19423
+ }], alt: [{
19351
19424
  type: Input
19352
- }], extendedMobile: [{
19425
+ }], src: [{
19426
+ type: Input
19427
+ }], borderRadius: [{
19353
19428
  type: Input,
19354
- args: ['extended--mobile']
19355
- }], extendedTablet: [{
19429
+ args: ['border-radius']
19430
+ }], noBorderRadius: [{
19356
19431
  type: Input,
19357
- args: ['extended--tablet']
19358
- }], extendedLaptop: [{
19432
+ args: ['no-border-radius']
19433
+ }], noBorderRadiusMobile: [{
19359
19434
  type: Input,
19360
- args: ['extended--laptop']
19361
- }], extendedDesktop: [{
19435
+ args: ['no-border-radius--mobile']
19436
+ }], noBorderRadiusTablet: [{
19362
19437
  type: Input,
19363
- args: ['extended--desktop']
19438
+ args: ['no-border-radius--tablet']
19439
+ }], noBorderRadiusLaptop: [{
19440
+ type: Input,
19441
+ args: ['no-border-radius--laptop']
19442
+ }], width: [{
19443
+ type: Input
19444
+ }], widthMobile: [{
19445
+ type: Input,
19446
+ args: ['width--mobile']
19447
+ }], widthTablet: [{
19448
+ type: Input,
19449
+ args: ['width--tablet']
19450
+ }], widthLaptop: [{
19451
+ type: Input,
19452
+ args: ['width--laptop']
19453
+ }], widthDesktop: [{
19454
+ type: Input,
19455
+ args: ['width--desktop']
19456
+ }], cover: [{
19457
+ type: Input
19458
+ }], disabled: [{
19459
+ type: Input
19364
19460
  }], grow: [{
19365
19461
  type: Input
19366
19462
  }], growMobile: [{
@@ -19512,13 +19608,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
19512
19608
  }], wordBreakAllDesktop: [{
19513
19609
  type: Input,
19514
19610
  args: ['word-break-all--desktop']
19515
- }], event: [{
19516
- type: Output
19517
19611
  }] } });
19518
19612
  /**
19519
- * @description Type-only wrapper for <px-select>
19613
+ * @description Type-only wrapper for <px-input>
19520
19614
  */
19521
- class PxSelect {
19615
+ class PxInput {
19522
19616
  elementRef;
19523
19617
  set state(value) {
19524
19618
  this.elementRef.nativeElement['state'] = value;
@@ -19875,13 +19969,13 @@ class PxSelect {
19875
19969
  this.event.emit(e.detail);
19876
19970
  });
19877
19971
  }
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 });
19972
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19973
+ 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 });
19880
19974
  }
19881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
19975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
19882
19976
  type: Directive,
19883
19977
  args: [{
19884
- selector: 'px-select',
19978
+ selector: 'px-input',
19885
19979
  }]
19886
19980
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
19887
19981
  type: Input
@@ -20054,9 +20148,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
20054
20148
  type: Output
20055
20149
  }] } });
20056
20150
  /**
20057
- * @description Type-only wrapper for <px-textarea>
20151
+ * @description Type-only wrapper for <px-select>
20058
20152
  */
20059
- class PxTextarea {
20153
+ class PxSelect {
20060
20154
  elementRef;
20061
20155
  set state(value) {
20062
20156
  this.elementRef.nativeElement['state'] = value;
@@ -20413,13 +20507,13 @@ class PxTextarea {
20413
20507
  this.event.emit(e.detail);
20414
20508
  });
20415
20509
  }
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 });
20510
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
20511
+ 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 });
20418
20512
  }
20419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
20513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
20420
20514
  type: Directive,
20421
20515
  args: [{
20422
- selector: 'px-textarea',
20516
+ selector: 'px-select',
20423
20517
  }]
20424
20518
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
20425
20519
  type: Input
@@ -20592,9 +20686,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
20592
20686
  type: Output
20593
20687
  }] } });
20594
20688
  /**
20595
- * @description Type-only wrapper for <px-fileupload>
20689
+ * @description Type-only wrapper for <px-textarea>
20596
20690
  */
20597
- class PxFileupload {
20691
+ class PxTextarea {
20598
20692
  elementRef;
20599
20693
  set state(value) {
20600
20694
  this.elementRef.nativeElement['state'] = value;
@@ -20951,13 +21045,13 @@ class PxFileupload {
20951
21045
  this.event.emit(e.detail);
20952
21046
  });
20953
21047
  }
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 });
21048
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
21049
+ 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 });
20956
21050
  }
20957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
21051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
20958
21052
  type: Directive,
20959
21053
  args: [{
20960
- selector: 'px-fileupload',
21054
+ selector: 'px-textarea',
20961
21055
  }]
20962
21056
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
20963
21057
  type: Input
@@ -21074,167 +21168,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
21074
21168
  type: Input,
21075
21169
  args: ['shown--sr--laptop']
21076
21170
  }], shownSrDesktop: [{
21077
- type: Input,
21078
- args: ['shown--sr--desktop']
21079
- }], colSpan: [{
21080
- type: Input,
21081
- args: ['col-span']
21082
- }], colSpanMobile: [{
21083
- type: Input,
21084
- args: ['col-span--mobile']
21085
- }], colSpanTablet: [{
21086
- type: Input,
21087
- args: ['col-span--tablet']
21088
- }], colSpanLaptop: [{
21089
- type: Input,
21090
- args: ['col-span--laptop']
21091
- }], colSpanDesktop: [{
21092
- type: Input,
21093
- args: ['col-span--desktop']
21094
- }], order: [{
21095
- type: Input
21096
- }], orderMobile: [{
21097
- type: Input,
21098
- args: ['order--mobile']
21099
- }], orderTablet: [{
21100
- type: Input,
21101
- args: ['order--tablet']
21102
- }], orderLaptop: [{
21103
- type: Input,
21104
- args: ['order--laptop']
21105
- }], orderDesktop: [{
21106
- type: Input,
21107
- args: ['order--desktop']
21108
- }], stickyTop: [{
21109
- type: Input,
21110
- args: ['sticky-top']
21111
- }], stickyBottom: [{
21112
- type: Input,
21113
- args: ['sticky-bottom']
21114
- }], wordBreakAll: [{
21115
- type: Input,
21116
- args: ['word-break-all']
21117
- }], wordBreakAllMobile: [{
21118
- type: Input,
21119
- args: ['word-break-all--mobile']
21120
- }], wordBreakAllTablet: [{
21121
- type: Input,
21122
- args: ['word-break-all--tablet']
21123
- }], wordBreakAllLaptop: [{
21124
- type: Input,
21125
- args: ['word-break-all--laptop']
21126
- }], wordBreakAllDesktop: [{
21127
- type: Input,
21128
- args: ['word-break-all--desktop']
21129
- }], event: [{
21130
- type: Output
21131
- }] } });
21132
- /**
21133
- * @description Type-only wrapper for <px-content-header>
21134
- */
21135
- class PxContentHeader {
21136
- elementRef;
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;
21145
- }
21146
- get backgroundGradient() {
21147
- return this.elementRef.nativeElement['backgroundGradient'];
21148
- }
21149
- set backgroundImage(value) {
21150
- this.elementRef.nativeElement['backgroundImage'] = value;
21151
- }
21152
- get backgroundImage() {
21153
- return this.elementRef.nativeElement['backgroundImage'];
21154
- }
21155
- set backgroundImageMobile(value) {
21156
- this.elementRef.nativeElement['backgroundImageMobile'] = value;
21157
- }
21158
- get backgroundImageMobile() {
21159
- return this.elementRef.nativeElement['backgroundImageMobile'];
21160
- }
21161
- set backgroundImageTablet(value) {
21162
- this.elementRef.nativeElement['backgroundImageTablet'] = value;
21163
- }
21164
- get backgroundImageTablet() {
21165
- return this.elementRef.nativeElement['backgroundImageTablet'];
21166
- }
21167
- set backgroundImageLaptop(value) {
21168
- this.elementRef.nativeElement['backgroundImageLaptop'] = value;
21169
- }
21170
- get backgroundImageLaptop() {
21171
- return this.elementRef.nativeElement['backgroundImageLaptop'];
21172
- }
21173
- set backgroundSize(value) {
21174
- this.elementRef.nativeElement['backgroundSize'] = value;
21175
- }
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;
21171
+ type: Input,
21172
+ args: ['shown--sr--desktop']
21173
+ }], colSpan: [{
21174
+ type: Input,
21175
+ args: ['col-span']
21176
+ }], colSpanMobile: [{
21177
+ type: Input,
21178
+ args: ['col-span--mobile']
21179
+ }], colSpanTablet: [{
21180
+ type: Input,
21181
+ args: ['col-span--tablet']
21182
+ }], colSpanLaptop: [{
21183
+ type: Input,
21184
+ args: ['col-span--laptop']
21185
+ }], colSpanDesktop: [{
21186
+ type: Input,
21187
+ args: ['col-span--desktop']
21188
+ }], order: [{
21189
+ type: Input
21190
+ }], orderMobile: [{
21191
+ type: Input,
21192
+ args: ['order--mobile']
21193
+ }], orderTablet: [{
21194
+ type: Input,
21195
+ args: ['order--tablet']
21196
+ }], orderLaptop: [{
21197
+ type: Input,
21198
+ args: ['order--laptop']
21199
+ }], orderDesktop: [{
21200
+ type: Input,
21201
+ args: ['order--desktop']
21202
+ }], stickyTop: [{
21203
+ type: Input,
21204
+ args: ['sticky-top']
21205
+ }], stickyBottom: [{
21206
+ type: Input,
21207
+ args: ['sticky-bottom']
21208
+ }], wordBreakAll: [{
21209
+ type: Input,
21210
+ args: ['word-break-all']
21211
+ }], wordBreakAllMobile: [{
21212
+ type: Input,
21213
+ args: ['word-break-all--mobile']
21214
+ }], wordBreakAllTablet: [{
21215
+ type: Input,
21216
+ args: ['word-break-all--tablet']
21217
+ }], wordBreakAllLaptop: [{
21218
+ type: Input,
21219
+ args: ['word-break-all--laptop']
21220
+ }], wordBreakAllDesktop: [{
21221
+ type: Input,
21222
+ args: ['word-break-all--desktop']
21223
+ }], event: [{
21224
+ type: Output
21225
+ }] } });
21226
+ /**
21227
+ * @description Type-only wrapper for <px-fileupload>
21228
+ */
21229
+ class PxFileupload {
21230
+ elementRef;
21231
+ set state(value) {
21232
+ this.elementRef.nativeElement['state'] = value;
21205
21233
  }
21206
- get hasGridding() {
21207
- return this.elementRef.nativeElement['hasGridding'];
21234
+ get state() {
21235
+ return this.elementRef.nativeElement['state'];
21208
21236
  }
21209
- set hasGriddingMobile(value) {
21210
- this.elementRef.nativeElement['hasGriddingMobile'] = value;
21237
+ set extended(value) {
21238
+ this.elementRef.nativeElement['extended'] = value;
21211
21239
  }
21212
- get hasGriddingMobile() {
21213
- return this.elementRef.nativeElement['hasGriddingMobile'];
21240
+ get extended() {
21241
+ return this.elementRef.nativeElement['extended'];
21214
21242
  }
21215
- set hasGriddingTablet(value) {
21216
- this.elementRef.nativeElement['hasGriddingTablet'] = value;
21243
+ set extendedMobile(value) {
21244
+ this.elementRef.nativeElement['extendedMobile'] = value;
21217
21245
  }
21218
- get hasGriddingTablet() {
21219
- return this.elementRef.nativeElement['hasGriddingTablet'];
21246
+ get extendedMobile() {
21247
+ return this.elementRef.nativeElement['extendedMobile'];
21220
21248
  }
21221
- set hasGriddingLaptop(value) {
21222
- this.elementRef.nativeElement['hasGriddingLaptop'] = value;
21249
+ set extendedTablet(value) {
21250
+ this.elementRef.nativeElement['extendedTablet'] = value;
21223
21251
  }
21224
- get hasGriddingLaptop() {
21225
- return this.elementRef.nativeElement['hasGriddingLaptop'];
21252
+ get extendedTablet() {
21253
+ return this.elementRef.nativeElement['extendedTablet'];
21226
21254
  }
21227
- set hasGriddingDesktop(value) {
21228
- this.elementRef.nativeElement['hasGriddingDesktop'] = value;
21255
+ set extendedLaptop(value) {
21256
+ this.elementRef.nativeElement['extendedLaptop'] = value;
21229
21257
  }
21230
- get hasGriddingDesktop() {
21231
- return this.elementRef.nativeElement['hasGriddingDesktop'];
21258
+ get extendedLaptop() {
21259
+ return this.elementRef.nativeElement['extendedLaptop'];
21232
21260
  }
21233
- set inverted(value) {
21234
- this.elementRef.nativeElement['inverted'] = value;
21261
+ set extendedDesktop(value) {
21262
+ this.elementRef.nativeElement['extendedDesktop'] = value;
21235
21263
  }
21236
- get inverted() {
21237
- return this.elementRef.nativeElement['inverted'];
21264
+ get extendedDesktop() {
21265
+ return this.elementRef.nativeElement['extendedDesktop'];
21238
21266
  }
21239
21267
  set grow(value) {
21240
21268
  this.elementRef.nativeElement['grow'] = value;
@@ -21548,67 +21576,37 @@ class PxContentHeader {
21548
21576
  get wordBreakAllDesktop() {
21549
21577
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
21550
21578
  }
21579
+ event = new EventEmitter();
21551
21580
  constructor(elementRef) {
21552
21581
  this.elementRef = elementRef;
21582
+ this.elementRef.nativeElement.addEventListener('event', (e) => {
21583
+ this.event.emit(e.detail);
21584
+ });
21553
21585
  }
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 });
21586
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
21587
+ 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 });
21556
21588
  }
21557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, decorators: [{
21589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
21558
21590
  type: Directive,
21559
21591
  args: [{
21560
- selector: 'px-content-header',
21592
+ selector: 'px-fileupload',
21561
21593
  }]
21562
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
21563
- type: Input,
21564
- args: ['background-color']
21565
- }], backgroundGradient: [{
21566
- type: Input,
21567
- args: ['background-gradient']
21568
- }], backgroundImage: [{
21569
- type: Input,
21570
- args: ['background-image']
21571
- }], backgroundImageMobile: [{
21572
- type: Input,
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: [{
21594
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
21595
+ type: Input
21596
+ }], extended: [{
21597
+ type: Input
21598
+ }], extendedMobile: [{
21599
21599
  type: Input,
21600
- args: ['has-gridding--mobile']
21601
- }], hasGriddingTablet: [{
21600
+ args: ['extended--mobile']
21601
+ }], extendedTablet: [{
21602
21602
  type: Input,
21603
- args: ['has-gridding--tablet']
21604
- }], hasGriddingLaptop: [{
21603
+ args: ['extended--tablet']
21604
+ }], extendedLaptop: [{
21605
21605
  type: Input,
21606
- args: ['has-gridding--laptop']
21607
- }], hasGriddingDesktop: [{
21606
+ args: ['extended--laptop']
21607
+ }], extendedDesktop: [{
21608
21608
  type: Input,
21609
- args: ['has-gridding--desktop']
21610
- }], inverted: [{
21611
- type: Input
21609
+ args: ['extended--desktop']
21612
21610
  }], grow: [{
21613
21611
  type: Input
21614
21612
  }], growMobile: [{
@@ -21760,6 +21758,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
21760
21758
  }], wordBreakAllDesktop: [{
21761
21759
  type: Input,
21762
21760
  args: ['word-break-all--desktop']
21761
+ }], event: [{
21762
+ type: Output
21763
21763
  }] } });
21764
21764
  /**
21765
21765
  * @description Type-only wrapper for <px-page>
@@ -35740,6 +35740,41 @@ 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
+ }] } });
35743
35778
  /**
35744
35779
  * @description Type-only wrapper for <px-theme-switcher>
35745
35780
  */
@@ -37011,41 +37046,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
37011
37046
  type: Input,
37012
37047
  args: ['word-break-all--desktop']
37013
37048
  }] } });
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, 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] });
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, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
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,6 +41106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41106
41106
  PxColorOption,
41107
41107
  PxColorOptionLink,
41108
41108
  PxContainer,
41109
+ PxContentHeader,
41109
41110
  PxDrawer,
41110
41111
  PxDropdown,
41111
41112
  PxFieldset,
@@ -41123,7 +41124,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41123
41124
  PxSelect,
41124
41125
  PxTextarea,
41125
41126
  PxFileupload,
41126
- PxContentHeader,
41127
41127
  PxPage,
41128
41128
  PxSpacer,
41129
41129
  PxStack,
@@ -41154,6 +41154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41154
41154
  PxSpinner,
41155
41155
  PxStatus,
41156
41156
  PxStatusCard,
41157
+ PxStickyContainer,
41157
41158
  PxThemeSwitcher,
41158
41159
  PxSwitch,
41159
41160
  PxTable,
@@ -41166,7 +41167,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41166
41167
  PxTab,
41167
41168
  PxTabPanel,
41168
41169
  PxTag,
41169
- PxStickyContainer,
41170
41170
  PxTile,
41171
41171
  PxTileButton,
41172
41172
  PxTileCheckbox,
@@ -41208,6 +41208,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41208
41208
  PxColorOption,
41209
41209
  PxColorOptionLink,
41210
41210
  PxContainer,
41211
+ PxContentHeader,
41211
41212
  PxDrawer,
41212
41213
  PxDropdown,
41213
41214
  PxFieldset,
@@ -41225,7 +41226,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41225
41226
  PxSelect,
41226
41227
  PxTextarea,
41227
41228
  PxFileupload,
41228
- PxContentHeader,
41229
41229
  PxPage,
41230
41230
  PxSpacer,
41231
41231
  PxStack,
@@ -41256,6 +41256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41256
41256
  PxSpinner,
41257
41257
  PxStatus,
41258
41258
  PxStatusCard,
41259
+ PxStickyContainer,
41259
41260
  PxThemeSwitcher,
41260
41261
  PxSwitch,
41261
41262
  PxTable,
@@ -41268,7 +41269,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41268
41269
  PxTab,
41269
41270
  PxTabPanel,
41270
41271
  PxTag,
41271
- PxStickyContainer,
41272
41272
  PxTile,
41273
41273
  PxTileButton,
41274
41274
  PxTileCheckbox,