@proximus/lavender-angular 1.4.12-alpha.9 → 1.4.12-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5164,9 +5164,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
5164
5164
  args: ['word-break-all--desktop']
5165
5165
  }] } });
5166
5166
  /**
5167
- * @description Type-only wrapper for <px-button-icon>
5167
+ * @description Type-only wrapper for <px-card>
5168
5168
  */
5169
- class PxButtonIcon {
5169
+ class PxCard {
5170
5170
  elementRef;
5171
5171
  set inverted(value) {
5172
5172
  this.elementRef.nativeElement['inverted'] = value;
@@ -5174,57 +5174,83 @@ class PxButtonIcon {
5174
5174
  get inverted() {
5175
5175
  return this.elementRef.nativeElement['inverted'];
5176
5176
  }
5177
- set loading(value) {
5178
- this.elementRef.nativeElement['loading'] = value;
5177
+ set backgroundColor(value) {
5178
+ this.elementRef.nativeElement['backgroundColor'] = value;
5179
5179
  }
5180
- get loading() {
5181
- return this.elementRef.nativeElement['loading'];
5180
+ get backgroundColor() {
5181
+ return this.elementRef.nativeElement['backgroundColor'];
5182
5182
  }
5183
- set size(value) {
5184
- this.elementRef.nativeElement['size'] = value;
5183
+ set backgroundSize(value) {
5184
+ this.elementRef.nativeElement['backgroundSize'] = value;
5185
5185
  }
5186
- get size() {
5187
- return this.elementRef.nativeElement['size'];
5186
+ get backgroundSize() {
5187
+ return this.elementRef.nativeElement['backgroundSize'];
5188
5188
  }
5189
- set variant(value) {
5190
- this.elementRef.nativeElement['variant'] = value;
5189
+ set backgroundPosition(value) {
5190
+ this.elementRef.nativeElement['backgroundPosition'] = value;
5191
5191
  }
5192
- get variant() {
5193
- return this.elementRef.nativeElement['variant'];
5192
+ get backgroundPosition() {
5193
+ return this.elementRef.nativeElement['backgroundPosition'];
5194
5194
  }
5195
- set ariaExpanded(value) {
5196
- this.elementRef.nativeElement['ariaExpanded'] = value;
5195
+ set contrastHelperGradient(value) {
5196
+ this.elementRef.nativeElement['contrastHelperGradient'] = value;
5197
5197
  }
5198
- get ariaExpanded() {
5199
- return this.elementRef.nativeElement['ariaExpanded'];
5198
+ get contrastHelperGradient() {
5199
+ return this.elementRef.nativeElement['contrastHelperGradient'];
5200
5200
  }
5201
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
5202
- set name(value) {
5203
- this.elementRef.nativeElement['name'] = value;
5201
+ set contrastHelperOverlay(value) {
5202
+ this.elementRef.nativeElement['contrastHelperOverlay'] = value;
5204
5203
  }
5205
- get name() {
5206
- return this.elementRef.nativeElement['name'];
5204
+ get contrastHelperOverlay() {
5205
+ return this.elementRef.nativeElement['contrastHelperOverlay'];
5207
5206
  }
5208
- /** The value associated with the button's name when it's submitted with a form. */
5209
- set value(value) {
5210
- this.elementRef.nativeElement['value'] = value;
5207
+ set mediaPosition(value) {
5208
+ this.elementRef.nativeElement['mediaPosition'] = value;
5211
5209
  }
5212
- get value() {
5213
- return this.elementRef.nativeElement['value'];
5210
+ get mediaPosition() {
5211
+ return this.elementRef.nativeElement['mediaPosition'];
5214
5212
  }
5215
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
5216
- set type(value) {
5217
- this.elementRef.nativeElement['type'] = value;
5213
+ set mediaPositionMobile(value) {
5214
+ this.elementRef.nativeElement['mediaPositionMobile'] = value;
5218
5215
  }
5219
- get type() {
5220
- return this.elementRef.nativeElement['type'];
5216
+ get mediaPositionMobile() {
5217
+ return this.elementRef.nativeElement['mediaPositionMobile'];
5221
5218
  }
5222
- /** Whether the button is disabled. */
5223
- set disabled(value) {
5224
- this.elementRef.nativeElement['disabled'] = value;
5219
+ set mediaPositionTablet(value) {
5220
+ this.elementRef.nativeElement['mediaPositionTablet'] = value;
5225
5221
  }
5226
- get disabled() {
5227
- return this.elementRef.nativeElement['disabled'];
5222
+ get mediaPositionTablet() {
5223
+ return this.elementRef.nativeElement['mediaPositionTablet'];
5224
+ }
5225
+ set mediaPositionLaptop(value) {
5226
+ this.elementRef.nativeElement['mediaPositionLaptop'] = value;
5227
+ }
5228
+ get mediaPositionLaptop() {
5229
+ return this.elementRef.nativeElement['mediaPositionLaptop'];
5230
+ }
5231
+ set mediaSrc(value) {
5232
+ this.elementRef.nativeElement['mediaSrc'] = value;
5233
+ }
5234
+ get mediaSrc() {
5235
+ return this.elementRef.nativeElement['mediaSrc'];
5236
+ }
5237
+ set mediaSrcMobile(value) {
5238
+ this.elementRef.nativeElement['mediaSrcMobile'] = value;
5239
+ }
5240
+ get mediaSrcMobile() {
5241
+ return this.elementRef.nativeElement['mediaSrcMobile'];
5242
+ }
5243
+ set mediaSrcTablet(value) {
5244
+ this.elementRef.nativeElement['mediaSrcTablet'] = value;
5245
+ }
5246
+ get mediaSrcTablet() {
5247
+ return this.elementRef.nativeElement['mediaSrcTablet'];
5248
+ }
5249
+ set mediaSrcLaptop(value) {
5250
+ this.elementRef.nativeElement['mediaSrcLaptop'] = value;
5251
+ }
5252
+ get mediaSrcLaptop() {
5253
+ return this.elementRef.nativeElement['mediaSrcLaptop'];
5228
5254
  }
5229
5255
  set grow(value) {
5230
5256
  this.elementRef.nativeElement['grow'] = value;
@@ -5541,33 +5567,55 @@ class PxButtonIcon {
5541
5567
  constructor(elementRef) {
5542
5568
  this.elementRef = elementRef;
5543
5569
  }
5544
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5545
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonIcon, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], name: "name", value: "value", type: "type", 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 });
5570
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5571
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCard, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], 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 });
5546
5572
  }
5547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
5573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
5548
5574
  type: Directive,
5549
5575
  args: [{
5550
- selector: 'px-button-icon',
5576
+ selector: 'px-card',
5551
5577
  }]
5552
5578
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
5553
5579
  type: Input
5554
- }], loading: [{
5555
- type: Input
5556
- }], size: [{
5557
- type: Input
5558
- }], variant: [{
5559
- type: Input
5560
- }], ariaExpanded: [{
5580
+ }], backgroundColor: [{
5561
5581
  type: Input,
5562
- args: ['aria-expanded']
5563
- }], name: [{
5564
- type: Input
5565
- }], value: [{
5566
- type: Input
5567
- }], type: [{
5568
- type: Input
5569
- }], disabled: [{
5570
- type: Input
5582
+ args: ['background-color']
5583
+ }], backgroundSize: [{
5584
+ type: Input,
5585
+ args: ['background-size']
5586
+ }], backgroundPosition: [{
5587
+ type: Input,
5588
+ args: ['background-position']
5589
+ }], contrastHelperGradient: [{
5590
+ type: Input,
5591
+ args: ['contrast-helper-gradient']
5592
+ }], contrastHelperOverlay: [{
5593
+ type: Input,
5594
+ args: ['contrast-helper-overlay']
5595
+ }], mediaPosition: [{
5596
+ type: Input,
5597
+ args: ['media-position']
5598
+ }], mediaPositionMobile: [{
5599
+ type: Input,
5600
+ args: ['media-position--mobile']
5601
+ }], mediaPositionTablet: [{
5602
+ type: Input,
5603
+ args: ['media-position--tablet']
5604
+ }], mediaPositionLaptop: [{
5605
+ type: Input,
5606
+ args: ['media-position--laptop']
5607
+ }], mediaSrc: [{
5608
+ type: Input,
5609
+ args: ['media-src']
5610
+ }], mediaSrcMobile: [{
5611
+ type: Input,
5612
+ args: ['media-src--mobile']
5613
+ }], mediaSrcTablet: [{
5614
+ type: Input,
5615
+ args: ['media-src--tablet']
5616
+ }], mediaSrcLaptop: [{
5617
+ type: Input,
5618
+ args: ['media-src--laptop']
5571
5619
  }], grow: [{
5572
5620
  type: Input
5573
5621
  }], growMobile: [{
@@ -5721,9 +5769,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
5721
5769
  args: ['word-break-all--desktop']
5722
5770
  }] } });
5723
5771
  /**
5724
- * @description Type-only wrapper for <px-card>
5772
+ * @description Type-only wrapper for <px-appleseed>
5725
5773
  */
5726
- class PxCard {
5774
+ class PxAppleseed {
5775
+ elementRef;
5776
+ set amount(value) {
5777
+ this.elementRef.nativeElement['amount'] = value;
5778
+ }
5779
+ get amount() {
5780
+ return this.elementRef.nativeElement['amount'];
5781
+ }
5782
+ set active(value) {
5783
+ this.elementRef.nativeElement['active'] = value;
5784
+ }
5785
+ get active() {
5786
+ return this.elementRef.nativeElement['active'];
5787
+ }
5788
+ constructor(elementRef) {
5789
+ this.elementRef = elementRef;
5790
+ }
5791
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5792
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
5793
+ }
5794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
5795
+ type: Directive,
5796
+ args: [{
5797
+ selector: 'px-appleseed',
5798
+ }]
5799
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
5800
+ type: Input
5801
+ }], active: [{
5802
+ type: Input
5803
+ }] } });
5804
+ /**
5805
+ * @description Type-only wrapper for <px-carousel>
5806
+ */
5807
+ class PxCarousel {
5808
+ elementRef;
5809
+ constructor(elementRef) {
5810
+ this.elementRef = elementRef;
5811
+ }
5812
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5813
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
5814
+ }
5815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
5816
+ type: Directive,
5817
+ args: [{
5818
+ selector: 'px-carousel',
5819
+ }]
5820
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
5821
+ /**
5822
+ * @description Type-only wrapper for <px-carousel-item>
5823
+ */
5824
+ class PxCarouselItem {
5825
+ elementRef;
5826
+ CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
5827
+ constructor(elementRef) {
5828
+ this.elementRef = elementRef;
5829
+ this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
5830
+ this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
5831
+ });
5832
+ }
5833
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
5834
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
5835
+ }
5836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
5837
+ type: Directive,
5838
+ args: [{
5839
+ selector: 'px-carousel-item',
5840
+ }]
5841
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
5842
+ type: Output
5843
+ }] } });
5844
+ /**
5845
+ * @description Type-only wrapper for <px-cell>
5846
+ */
5847
+ class PxCell {
5727
5848
  elementRef;
5728
5849
  set inverted(value) {
5729
5850
  this.elementRef.nativeElement['inverted'] = value;
@@ -5731,83 +5852,89 @@ class PxCard {
5731
5852
  get inverted() {
5732
5853
  return this.elementRef.nativeElement['inverted'];
5733
5854
  }
5734
- set backgroundColor(value) {
5735
- this.elementRef.nativeElement['backgroundColor'] = value;
5855
+ set variant(value) {
5856
+ this.elementRef.nativeElement['variant'] = value;
5736
5857
  }
5737
- get backgroundColor() {
5738
- return this.elementRef.nativeElement['backgroundColor'];
5858
+ get variant() {
5859
+ return this.elementRef.nativeElement['variant'];
5739
5860
  }
5740
- set backgroundSize(value) {
5741
- this.elementRef.nativeElement['backgroundSize'] = value;
5861
+ set disabled(value) {
5862
+ this.elementRef.nativeElement['disabled'] = value;
5742
5863
  }
5743
- get backgroundSize() {
5744
- return this.elementRef.nativeElement['backgroundSize'];
5864
+ get disabled() {
5865
+ return this.elementRef.nativeElement['disabled'];
5745
5866
  }
5746
- set backgroundPosition(value) {
5747
- this.elementRef.nativeElement['backgroundPosition'] = value;
5867
+ set separator(value) {
5868
+ this.elementRef.nativeElement['separator'] = value;
5748
5869
  }
5749
- get backgroundPosition() {
5750
- return this.elementRef.nativeElement['backgroundPosition'];
5870
+ get separator() {
5871
+ return this.elementRef.nativeElement['separator'];
5751
5872
  }
5752
- set contrastHelperGradient(value) {
5753
- this.elementRef.nativeElement['contrastHelperGradient'] = value;
5873
+ set separatorMobile(value) {
5874
+ this.elementRef.nativeElement['separatorMobile'] = value;
5754
5875
  }
5755
- get contrastHelperGradient() {
5756
- return this.elementRef.nativeElement['contrastHelperGradient'];
5876
+ get separatorMobile() {
5877
+ return this.elementRef.nativeElement['separatorMobile'];
5757
5878
  }
5758
- set contrastHelperOverlay(value) {
5759
- this.elementRef.nativeElement['contrastHelperOverlay'] = value;
5879
+ set separatorTablet(value) {
5880
+ this.elementRef.nativeElement['separatorTablet'] = value;
5760
5881
  }
5761
- get contrastHelperOverlay() {
5762
- return this.elementRef.nativeElement['contrastHelperOverlay'];
5882
+ get separatorTablet() {
5883
+ return this.elementRef.nativeElement['separatorTablet'];
5763
5884
  }
5764
- set mediaPosition(value) {
5765
- this.elementRef.nativeElement['mediaPosition'] = value;
5885
+ set separatorLaptop(value) {
5886
+ this.elementRef.nativeElement['separatorLaptop'] = value;
5766
5887
  }
5767
- get mediaPosition() {
5768
- return this.elementRef.nativeElement['mediaPosition'];
5888
+ get separatorLaptop() {
5889
+ return this.elementRef.nativeElement['separatorLaptop'];
5769
5890
  }
5770
- set mediaPositionMobile(value) {
5771
- this.elementRef.nativeElement['mediaPositionMobile'] = value;
5891
+ set separatorDesktop(value) {
5892
+ this.elementRef.nativeElement['separatorDesktop'] = value;
5772
5893
  }
5773
- get mediaPositionMobile() {
5774
- return this.elementRef.nativeElement['mediaPositionMobile'];
5894
+ get separatorDesktop() {
5895
+ return this.elementRef.nativeElement['separatorDesktop'];
5775
5896
  }
5776
- set mediaPositionTablet(value) {
5777
- this.elementRef.nativeElement['mediaPositionTablet'] = value;
5897
+ set radius(value) {
5898
+ this.elementRef.nativeElement['radius'] = value;
5778
5899
  }
5779
- get mediaPositionTablet() {
5780
- return this.elementRef.nativeElement['mediaPositionTablet'];
5900
+ get radius() {
5901
+ return this.elementRef.nativeElement['radius'];
5781
5902
  }
5782
- set mediaPositionLaptop(value) {
5783
- this.elementRef.nativeElement['mediaPositionLaptop'] = value;
5903
+ set radiusMobile(value) {
5904
+ this.elementRef.nativeElement['radiusMobile'] = value;
5784
5905
  }
5785
- get mediaPositionLaptop() {
5786
- return this.elementRef.nativeElement['mediaPositionLaptop'];
5906
+ get radiusMobile() {
5907
+ return this.elementRef.nativeElement['radiusMobile'];
5787
5908
  }
5788
- set mediaSrc(value) {
5789
- this.elementRef.nativeElement['mediaSrc'] = value;
5909
+ set radiusTablet(value) {
5910
+ this.elementRef.nativeElement['radiusTablet'] = value;
5790
5911
  }
5791
- get mediaSrc() {
5792
- return this.elementRef.nativeElement['mediaSrc'];
5912
+ get radiusTablet() {
5913
+ return this.elementRef.nativeElement['radiusTablet'];
5793
5914
  }
5794
- set mediaSrcMobile(value) {
5795
- this.elementRef.nativeElement['mediaSrcMobile'] = value;
5915
+ set radiusLaptop(value) {
5916
+ this.elementRef.nativeElement['radiusLaptop'] = value;
5796
5917
  }
5797
- get mediaSrcMobile() {
5798
- return this.elementRef.nativeElement['mediaSrcMobile'];
5918
+ get radiusLaptop() {
5919
+ return this.elementRef.nativeElement['radiusLaptop'];
5799
5920
  }
5800
- set mediaSrcTablet(value) {
5801
- this.elementRef.nativeElement['mediaSrcTablet'] = value;
5921
+ set radiusDesktop(value) {
5922
+ this.elementRef.nativeElement['radiusDesktop'] = value;
5802
5923
  }
5803
- get mediaSrcTablet() {
5804
- return this.elementRef.nativeElement['mediaSrcTablet'];
5924
+ get radiusDesktop() {
5925
+ return this.elementRef.nativeElement['radiusDesktop'];
5805
5926
  }
5806
- set mediaSrcLaptop(value) {
5807
- this.elementRef.nativeElement['mediaSrcLaptop'] = value;
5927
+ set backgroundColor(value) {
5928
+ this.elementRef.nativeElement['backgroundColor'] = value;
5808
5929
  }
5809
- get mediaSrcLaptop() {
5810
- return this.elementRef.nativeElement['mediaSrcLaptop'];
5930
+ get backgroundColor() {
5931
+ return this.elementRef.nativeElement['backgroundColor'];
5932
+ }
5933
+ set compact(value) {
5934
+ this.elementRef.nativeElement['compact'] = value;
5935
+ }
5936
+ get compact() {
5937
+ return this.elementRef.nativeElement['compact'];
5811
5938
  }
5812
5939
  set grow(value) {
5813
5940
  this.elementRef.nativeElement['grow'] = value;
@@ -6124,55 +6251,53 @@ class PxCard {
6124
6251
  constructor(elementRef) {
6125
6252
  this.elementRef = elementRef;
6126
6253
  }
6127
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6128
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCard, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], 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 });
6254
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6255
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCell, selector: "px-cell", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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 });
6129
6256
  }
6130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
6257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, decorators: [{
6131
6258
  type: Directive,
6132
6259
  args: [{
6133
- selector: 'px-card',
6260
+ selector: 'px-cell',
6134
6261
  }]
6135
6262
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
6136
6263
  type: Input
6137
- }], backgroundColor: [{
6138
- type: Input,
6139
- args: ['background-color']
6140
- }], backgroundSize: [{
6141
- type: Input,
6142
- args: ['background-size']
6143
- }], backgroundPosition: [{
6144
- type: Input,
6145
- args: ['background-position']
6146
- }], contrastHelperGradient: [{
6147
- type: Input,
6148
- args: ['contrast-helper-gradient']
6149
- }], contrastHelperOverlay: [{
6264
+ }], variant: [{
6265
+ type: Input
6266
+ }], disabled: [{
6267
+ type: Input
6268
+ }], separator: [{
6269
+ type: Input
6270
+ }], separatorMobile: [{
6150
6271
  type: Input,
6151
- args: ['contrast-helper-overlay']
6152
- }], mediaPosition: [{
6272
+ args: ['separator--mobile']
6273
+ }], separatorTablet: [{
6153
6274
  type: Input,
6154
- args: ['media-position']
6155
- }], mediaPositionMobile: [{
6275
+ args: ['separator--tablet']
6276
+ }], separatorLaptop: [{
6156
6277
  type: Input,
6157
- args: ['media-position--mobile']
6158
- }], mediaPositionTablet: [{
6278
+ args: ['separator--laptop']
6279
+ }], separatorDesktop: [{
6159
6280
  type: Input,
6160
- args: ['media-position--tablet']
6161
- }], mediaPositionLaptop: [{
6281
+ args: ['separator--desktop']
6282
+ }], radius: [{
6283
+ type: Input
6284
+ }], radiusMobile: [{
6162
6285
  type: Input,
6163
- args: ['media-position--laptop']
6164
- }], mediaSrc: [{
6286
+ args: ['radius--mobile']
6287
+ }], radiusTablet: [{
6165
6288
  type: Input,
6166
- args: ['media-src']
6167
- }], mediaSrcMobile: [{
6289
+ args: ['radius--tablet']
6290
+ }], radiusLaptop: [{
6168
6291
  type: Input,
6169
- args: ['media-src--mobile']
6170
- }], mediaSrcTablet: [{
6292
+ args: ['radius--laptop']
6293
+ }], radiusDesktop: [{
6171
6294
  type: Input,
6172
- args: ['media-src--tablet']
6173
- }], mediaSrcLaptop: [{
6295
+ args: ['radius--desktop']
6296
+ }], backgroundColor: [{
6174
6297
  type: Input,
6175
- args: ['media-src--laptop']
6298
+ args: ['background-color']
6299
+ }], compact: [{
6300
+ type: Input
6176
6301
  }], grow: [{
6177
6302
  type: Input
6178
6303
  }], growMobile: [{
@@ -6326,82 +6451,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
6326
6451
  args: ['word-break-all--desktop']
6327
6452
  }] } });
6328
6453
  /**
6329
- * @description Type-only wrapper for <px-appleseed>
6330
- */
6331
- class PxAppleseed {
6332
- elementRef;
6333
- set amount(value) {
6334
- this.elementRef.nativeElement['amount'] = value;
6335
- }
6336
- get amount() {
6337
- return this.elementRef.nativeElement['amount'];
6338
- }
6339
- set active(value) {
6340
- this.elementRef.nativeElement['active'] = value;
6341
- }
6342
- get active() {
6343
- return this.elementRef.nativeElement['active'];
6344
- }
6345
- constructor(elementRef) {
6346
- this.elementRef = elementRef;
6347
- }
6348
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6349
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
6350
- }
6351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
6352
- type: Directive,
6353
- args: [{
6354
- selector: 'px-appleseed',
6355
- }]
6356
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
6357
- type: Input
6358
- }], active: [{
6359
- type: Input
6360
- }] } });
6361
- /**
6362
- * @description Type-only wrapper for <px-carousel>
6363
- */
6364
- class PxCarousel {
6365
- elementRef;
6366
- constructor(elementRef) {
6367
- this.elementRef = elementRef;
6368
- }
6369
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6370
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
6371
- }
6372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
6373
- type: Directive,
6374
- args: [{
6375
- selector: 'px-carousel',
6376
- }]
6377
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
6378
- /**
6379
- * @description Type-only wrapper for <px-carousel-item>
6380
- */
6381
- class PxCarouselItem {
6382
- elementRef;
6383
- CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
6384
- constructor(elementRef) {
6385
- this.elementRef = elementRef;
6386
- this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
6387
- this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
6388
- });
6389
- }
6390
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6391
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
6392
- }
6393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
6394
- type: Directive,
6395
- args: [{
6396
- selector: 'px-carousel-item',
6397
- }]
6398
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
6399
- type: Output
6400
- }] } });
6401
- /**
6402
- * @description Type-only wrapper for <px-cell>
6454
+ * @description Type-only wrapper for <px-cell-button>
6403
6455
  */
6404
- class PxCell {
6456
+ class PxCellButton {
6405
6457
  elementRef;
6406
6458
  set inverted(value) {
6407
6459
  this.elementRef.nativeElement['inverted'] = value;
@@ -6415,6 +6467,7 @@ class PxCell {
6415
6467
  get variant() {
6416
6468
  return this.elementRef.nativeElement['variant'];
6417
6469
  }
6470
+ /** Whether the button is disabled. */
6418
6471
  set disabled(value) {
6419
6472
  this.elementRef.nativeElement['disabled'] = value;
6420
6473
  }
@@ -6493,6 +6546,27 @@ class PxCell {
6493
6546
  get compact() {
6494
6547
  return this.elementRef.nativeElement['compact'];
6495
6548
  }
6549
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
6550
+ set name(value) {
6551
+ this.elementRef.nativeElement['name'] = value;
6552
+ }
6553
+ get name() {
6554
+ return this.elementRef.nativeElement['name'];
6555
+ }
6556
+ /** The value associated with the button's name when it's submitted with a form. */
6557
+ set value(value) {
6558
+ this.elementRef.nativeElement['value'] = value;
6559
+ }
6560
+ get value() {
6561
+ return this.elementRef.nativeElement['value'];
6562
+ }
6563
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
6564
+ set type(value) {
6565
+ this.elementRef.nativeElement['type'] = value;
6566
+ }
6567
+ get type() {
6568
+ return this.elementRef.nativeElement['type'];
6569
+ }
6496
6570
  set grow(value) {
6497
6571
  this.elementRef.nativeElement['grow'] = value;
6498
6572
  }
@@ -6808,13 +6882,13 @@ class PxCell {
6808
6882
  constructor(elementRef) {
6809
6883
  this.elementRef = elementRef;
6810
6884
  }
6811
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6812
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCell, selector: "px-cell", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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 });
6885
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6886
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellButton, selector: "px-cell-button", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", name: "name", value: "value", type: "type", 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 });
6813
6887
  }
6814
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, decorators: [{
6888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, decorators: [{
6815
6889
  type: Directive,
6816
6890
  args: [{
6817
- selector: 'px-cell',
6891
+ selector: 'px-cell-button',
6818
6892
  }]
6819
6893
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
6820
6894
  type: Input
@@ -6855,6 +6929,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
6855
6929
  args: ['background-color']
6856
6930
  }], compact: [{
6857
6931
  type: Input
6932
+ }], name: [{
6933
+ type: Input
6934
+ }], value: [{
6935
+ type: Input
6936
+ }], type: [{
6937
+ type: Input
6858
6938
  }], grow: [{
6859
6939
  type: Input
6860
6940
  }], growMobile: [{
@@ -7008,9 +7088,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
7008
7088
  args: ['word-break-all--desktop']
7009
7089
  }] } });
7010
7090
  /**
7011
- * @description Type-only wrapper for <px-cell-button>
7091
+ * @description Type-only wrapper for <px-cell-checkbox>
7012
7092
  */
7013
- class PxCellButton {
7093
+ class PxCellCheckbox {
7014
7094
  elementRef;
7015
7095
  set inverted(value) {
7016
7096
  this.elementRef.nativeElement['inverted'] = value;
@@ -7024,7 +7104,6 @@ class PxCellButton {
7024
7104
  get variant() {
7025
7105
  return this.elementRef.nativeElement['variant'];
7026
7106
  }
7027
- /** Whether the button is disabled. */
7028
7107
  set disabled(value) {
7029
7108
  this.elementRef.nativeElement['disabled'] = value;
7030
7109
  }
@@ -7091,38 +7170,47 @@ class PxCellButton {
7091
7170
  get radiusDesktop() {
7092
7171
  return this.elementRef.nativeElement['radiusDesktop'];
7093
7172
  }
7094
- set backgroundColor(value) {
7095
- this.elementRef.nativeElement['backgroundColor'] = value;
7096
- }
7097
- get backgroundColor() {
7098
- return this.elementRef.nativeElement['backgroundColor'];
7099
- }
7100
- set compact(value) {
7101
- this.elementRef.nativeElement['compact'] = value;
7102
- }
7103
- get compact() {
7104
- return this.elementRef.nativeElement['compact'];
7105
- }
7106
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
7107
7173
  set name(value) {
7108
7174
  this.elementRef.nativeElement['name'] = value;
7109
7175
  }
7110
7176
  get name() {
7111
7177
  return this.elementRef.nativeElement['name'];
7112
7178
  }
7113
- /** The value associated with the button's name when it's submitted with a form. */
7114
7179
  set value(value) {
7115
7180
  this.elementRef.nativeElement['value'] = value;
7116
7181
  }
7117
7182
  get value() {
7118
7183
  return this.elementRef.nativeElement['value'];
7119
7184
  }
7120
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
7121
- set type(value) {
7122
- this.elementRef.nativeElement['type'] = value;
7185
+ set state(value) {
7186
+ this.elementRef.nativeElement['state'] = value;
7123
7187
  }
7124
- get type() {
7125
- return this.elementRef.nativeElement['type'];
7188
+ get state() {
7189
+ return this.elementRef.nativeElement['state'];
7190
+ }
7191
+ set checked(value) {
7192
+ this.elementRef.nativeElement['checked'] = value;
7193
+ }
7194
+ get checked() {
7195
+ return this.elementRef.nativeElement['checked'];
7196
+ }
7197
+ set checkboxPosition(value) {
7198
+ this.elementRef.nativeElement['checkboxPosition'] = value;
7199
+ }
7200
+ get checkboxPosition() {
7201
+ return this.elementRef.nativeElement['checkboxPosition'];
7202
+ }
7203
+ set backgroundColor(value) {
7204
+ this.elementRef.nativeElement['backgroundColor'] = value;
7205
+ }
7206
+ get backgroundColor() {
7207
+ return this.elementRef.nativeElement['backgroundColor'];
7208
+ }
7209
+ set compact(value) {
7210
+ this.elementRef.nativeElement['compact'] = value;
7211
+ }
7212
+ get compact() {
7213
+ return this.elementRef.nativeElement['compact'];
7126
7214
  }
7127
7215
  set grow(value) {
7128
7216
  this.elementRef.nativeElement['grow'] = value;
@@ -7436,16 +7524,20 @@ class PxCellButton {
7436
7524
  get wordBreakAllDesktop() {
7437
7525
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
7438
7526
  }
7527
+ change = new EventEmitter();
7439
7528
  constructor(elementRef) {
7440
7529
  this.elementRef = elementRef;
7530
+ this.elementRef.nativeElement.addEventListener('change', (e) => {
7531
+ this.change.emit(e.detail);
7532
+ });
7441
7533
  }
7442
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
7443
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellButton, selector: "px-cell-button", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", name: "name", value: "value", type: "type", 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 });
7534
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
7535
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellCheckbox, selector: "px-cell-checkbox", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", state: "state", checked: "checked", checkboxPosition: ["checkbox-position", "checkboxPosition"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
7444
7536
  }
7445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, decorators: [{
7537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, decorators: [{
7446
7538
  type: Directive,
7447
7539
  args: [{
7448
- selector: 'px-cell-button',
7540
+ selector: 'px-cell-checkbox',
7449
7541
  }]
7450
7542
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
7451
7543
  type: Input
@@ -7481,16 +7573,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
7481
7573
  }], radiusDesktop: [{
7482
7574
  type: Input,
7483
7575
  args: ['radius--desktop']
7484
- }], backgroundColor: [{
7485
- type: Input,
7486
- args: ['background-color']
7487
- }], compact: [{
7488
- type: Input
7489
7576
  }], name: [{
7490
7577
  type: Input
7491
7578
  }], value: [{
7492
7579
  type: Input
7493
- }], type: [{
7580
+ }], state: [{
7581
+ type: Input
7582
+ }], checked: [{
7583
+ type: Input
7584
+ }], checkboxPosition: [{
7585
+ type: Input,
7586
+ args: ['checkbox-position']
7587
+ }], backgroundColor: [{
7588
+ type: Input,
7589
+ args: ['background-color']
7590
+ }], compact: [{
7494
7591
  type: Input
7495
7592
  }], grow: [{
7496
7593
  type: Input
@@ -7643,11 +7740,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
7643
7740
  }], wordBreakAllDesktop: [{
7644
7741
  type: Input,
7645
7742
  args: ['word-break-all--desktop']
7743
+ }], change: [{
7744
+ type: Output
7646
7745
  }] } });
7647
7746
  /**
7648
- * @description Type-only wrapper for <px-cell-checkbox>
7747
+ * @description Type-only wrapper for <px-cell-link>
7649
7748
  */
7650
- class PxCellCheckbox {
7749
+ class PxCellLink {
7651
7750
  elementRef;
7652
7751
  set inverted(value) {
7653
7752
  this.elementRef.nativeElement['inverted'] = value;
@@ -7727,35 +7826,11 @@ class PxCellCheckbox {
7727
7826
  get radiusDesktop() {
7728
7827
  return this.elementRef.nativeElement['radiusDesktop'];
7729
7828
  }
7730
- set name(value) {
7731
- this.elementRef.nativeElement['name'] = value;
7732
- }
7733
- get name() {
7734
- return this.elementRef.nativeElement['name'];
7735
- }
7736
- set value(value) {
7737
- this.elementRef.nativeElement['value'] = value;
7738
- }
7739
- get value() {
7740
- return this.elementRef.nativeElement['value'];
7741
- }
7742
- set state(value) {
7743
- this.elementRef.nativeElement['state'] = value;
7744
- }
7745
- get state() {
7746
- return this.elementRef.nativeElement['state'];
7747
- }
7748
- set checked(value) {
7749
- this.elementRef.nativeElement['checked'] = value;
7750
- }
7751
- get checked() {
7752
- return this.elementRef.nativeElement['checked'];
7753
- }
7754
- set checkboxPosition(value) {
7755
- this.elementRef.nativeElement['checkboxPosition'] = value;
7829
+ set targetBlankAriaLabel(value) {
7830
+ this.elementRef.nativeElement['targetBlankAriaLabel'] = value;
7756
7831
  }
7757
- get checkboxPosition() {
7758
- return this.elementRef.nativeElement['checkboxPosition'];
7832
+ get targetBlankAriaLabel() {
7833
+ return this.elementRef.nativeElement['targetBlankAriaLabel'];
7759
7834
  }
7760
7835
  set backgroundColor(value) {
7761
7836
  this.elementRef.nativeElement['backgroundColor'] = value;
@@ -7763,6 +7838,12 @@ class PxCellCheckbox {
7763
7838
  get backgroundColor() {
7764
7839
  return this.elementRef.nativeElement['backgroundColor'];
7765
7840
  }
7841
+ set noicon(value) {
7842
+ this.elementRef.nativeElement['noicon'] = value;
7843
+ }
7844
+ get noicon() {
7845
+ return this.elementRef.nativeElement['noicon'];
7846
+ }
7766
7847
  set compact(value) {
7767
7848
  this.elementRef.nativeElement['compact'] = value;
7768
7849
  }
@@ -8081,20 +8162,16 @@ class PxCellCheckbox {
8081
8162
  get wordBreakAllDesktop() {
8082
8163
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
8083
8164
  }
8084
- change = new EventEmitter();
8085
8165
  constructor(elementRef) {
8086
8166
  this.elementRef = elementRef;
8087
- this.elementRef.nativeElement.addEventListener('change', (e) => {
8088
- this.change.emit(e.detail);
8089
- });
8090
8167
  }
8091
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8092
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellCheckbox, selector: "px-cell-checkbox", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", state: "state", checked: "checked", checkboxPosition: ["checkbox-position", "checkboxPosition"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
8168
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8169
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellLink, selector: "px-cell-link", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], targetBlankAriaLabel: ["target-blank-aria-label", "targetBlankAriaLabel"], backgroundColor: ["background-color", "backgroundColor"], noicon: "noicon", compact: "compact", 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 });
8093
8170
  }
8094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, decorators: [{
8171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, decorators: [{
8095
8172
  type: Directive,
8096
8173
  args: [{
8097
- selector: 'px-cell-checkbox',
8174
+ selector: 'px-cell-link',
8098
8175
  }]
8099
8176
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
8100
8177
  type: Input
@@ -8130,20 +8207,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
8130
8207
  }], radiusDesktop: [{
8131
8208
  type: Input,
8132
8209
  args: ['radius--desktop']
8133
- }], name: [{
8134
- type: Input
8135
- }], value: [{
8136
- type: Input
8137
- }], state: [{
8138
- type: Input
8139
- }], checked: [{
8140
- type: Input
8141
- }], checkboxPosition: [{
8210
+ }], targetBlankAriaLabel: [{
8142
8211
  type: Input,
8143
- args: ['checkbox-position']
8212
+ args: ['target-blank-aria-label']
8144
8213
  }], backgroundColor: [{
8145
8214
  type: Input,
8146
8215
  args: ['background-color']
8216
+ }], noicon: [{
8217
+ type: Input
8147
8218
  }], compact: [{
8148
8219
  type: Input
8149
8220
  }], grow: [{
@@ -8297,13 +8368,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
8297
8368
  }], wordBreakAllDesktop: [{
8298
8369
  type: Input,
8299
8370
  args: ['word-break-all--desktop']
8300
- }], change: [{
8301
- type: Output
8302
8371
  }] } });
8303
8372
  /**
8304
- * @description Type-only wrapper for <px-cell-link>
8373
+ * @description Type-only wrapper for <px-cell-radio>
8305
8374
  */
8306
- class PxCellLink {
8375
+ class PxCellRadio {
8307
8376
  elementRef;
8308
8377
  set inverted(value) {
8309
8378
  this.elementRef.nativeElement['inverted'] = value;
@@ -8383,11 +8452,35 @@ class PxCellLink {
8383
8452
  get radiusDesktop() {
8384
8453
  return this.elementRef.nativeElement['radiusDesktop'];
8385
8454
  }
8386
- set targetBlankAriaLabel(value) {
8387
- this.elementRef.nativeElement['targetBlankAriaLabel'] = value;
8455
+ set name(value) {
8456
+ this.elementRef.nativeElement['name'] = value;
8388
8457
  }
8389
- get targetBlankAriaLabel() {
8390
- return this.elementRef.nativeElement['targetBlankAriaLabel'];
8458
+ get name() {
8459
+ return this.elementRef.nativeElement['name'];
8460
+ }
8461
+ set value(value) {
8462
+ this.elementRef.nativeElement['value'] = value;
8463
+ }
8464
+ get value() {
8465
+ return this.elementRef.nativeElement['value'];
8466
+ }
8467
+ set state(value) {
8468
+ this.elementRef.nativeElement['state'] = value;
8469
+ }
8470
+ get state() {
8471
+ return this.elementRef.nativeElement['state'];
8472
+ }
8473
+ set checked(value) {
8474
+ this.elementRef.nativeElement['checked'] = value;
8475
+ }
8476
+ get checked() {
8477
+ return this.elementRef.nativeElement['checked'];
8478
+ }
8479
+ set radioPosition(value) {
8480
+ this.elementRef.nativeElement['radioPosition'] = value;
8481
+ }
8482
+ get radioPosition() {
8483
+ return this.elementRef.nativeElement['radioPosition'];
8391
8484
  }
8392
8485
  set backgroundColor(value) {
8393
8486
  this.elementRef.nativeElement['backgroundColor'] = value;
@@ -8395,12 +8488,6 @@ class PxCellLink {
8395
8488
  get backgroundColor() {
8396
8489
  return this.elementRef.nativeElement['backgroundColor'];
8397
8490
  }
8398
- set noicon(value) {
8399
- this.elementRef.nativeElement['noicon'] = value;
8400
- }
8401
- get noicon() {
8402
- return this.elementRef.nativeElement['noicon'];
8403
- }
8404
8491
  set compact(value) {
8405
8492
  this.elementRef.nativeElement['compact'] = value;
8406
8493
  }
@@ -8719,16 +8806,20 @@ class PxCellLink {
8719
8806
  get wordBreakAllDesktop() {
8720
8807
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
8721
8808
  }
8809
+ change = new EventEmitter();
8722
8810
  constructor(elementRef) {
8723
8811
  this.elementRef = elementRef;
8812
+ this.elementRef.nativeElement.addEventListener('change', (e) => {
8813
+ this.change.emit(e.detail);
8814
+ });
8724
8815
  }
8725
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8726
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellLink, selector: "px-cell-link", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], targetBlankAriaLabel: ["target-blank-aria-label", "targetBlankAriaLabel"], backgroundColor: ["background-color", "backgroundColor"], noicon: "noicon", compact: "compact", 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 });
8816
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8817
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellRadio, selector: "px-cell-radio", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", state: "state", checked: "checked", radioPosition: ["radio-position", "radioPosition"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
8727
8818
  }
8728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, decorators: [{
8819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, decorators: [{
8729
8820
  type: Directive,
8730
8821
  args: [{
8731
- selector: 'px-cell-link',
8822
+ selector: 'px-cell-radio',
8732
8823
  }]
8733
8824
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
8734
8825
  type: Input
@@ -8764,14 +8855,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
8764
8855
  }], radiusDesktop: [{
8765
8856
  type: Input,
8766
8857
  args: ['radius--desktop']
8767
- }], targetBlankAriaLabel: [{
8858
+ }], name: [{
8859
+ type: Input
8860
+ }], value: [{
8861
+ type: Input
8862
+ }], state: [{
8863
+ type: Input
8864
+ }], checked: [{
8865
+ type: Input
8866
+ }], radioPosition: [{
8768
8867
  type: Input,
8769
- args: ['target-blank-aria-label']
8868
+ args: ['radio-position']
8770
8869
  }], backgroundColor: [{
8771
8870
  type: Input,
8772
8871
  args: ['background-color']
8773
- }], noicon: [{
8774
- type: Input
8775
8872
  }], compact: [{
8776
8873
  type: Input
8777
8874
  }], grow: [{
@@ -8925,11 +9022,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
8925
9022
  }], wordBreakAllDesktop: [{
8926
9023
  type: Input,
8927
9024
  args: ['word-break-all--desktop']
9025
+ }], change: [{
9026
+ type: Output
8928
9027
  }] } });
8929
9028
  /**
8930
- * @description Type-only wrapper for <px-cell-radio>
9029
+ * @description Type-only wrapper for <px-cell-switch>
8931
9030
  */
8932
- class PxCellRadio {
9031
+ class PxCellSwitch {
8933
9032
  elementRef;
8934
9033
  set inverted(value) {
8935
9034
  this.elementRef.nativeElement['inverted'] = value;
@@ -9021,24 +9120,12 @@ class PxCellRadio {
9021
9120
  get value() {
9022
9121
  return this.elementRef.nativeElement['value'];
9023
9122
  }
9024
- set state(value) {
9025
- this.elementRef.nativeElement['state'] = value;
9026
- }
9027
- get state() {
9028
- return this.elementRef.nativeElement['state'];
9029
- }
9030
9123
  set checked(value) {
9031
9124
  this.elementRef.nativeElement['checked'] = value;
9032
9125
  }
9033
9126
  get checked() {
9034
9127
  return this.elementRef.nativeElement['checked'];
9035
9128
  }
9036
- set radioPosition(value) {
9037
- this.elementRef.nativeElement['radioPosition'] = value;
9038
- }
9039
- get radioPosition() {
9040
- return this.elementRef.nativeElement['radioPosition'];
9041
- }
9042
9129
  set backgroundColor(value) {
9043
9130
  this.elementRef.nativeElement['backgroundColor'] = value;
9044
9131
  }
@@ -9370,13 +9457,13 @@ class PxCellRadio {
9370
9457
  this.change.emit(e.detail);
9371
9458
  });
9372
9459
  }
9373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9374
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellRadio, selector: "px-cell-radio", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", state: "state", checked: "checked", radioPosition: ["radio-position", "radioPosition"], backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
9460
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9461
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellSwitch, selector: "px-cell-switch", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", checked: "checked", backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
9375
9462
  }
9376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, decorators: [{
9463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, decorators: [{
9377
9464
  type: Directive,
9378
9465
  args: [{
9379
- selector: 'px-cell-radio',
9466
+ selector: 'px-cell-switch',
9380
9467
  }]
9381
9468
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
9382
9469
  type: Input
@@ -9416,13 +9503,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
9416
9503
  type: Input
9417
9504
  }], value: [{
9418
9505
  type: Input
9419
- }], state: [{
9420
- type: Input
9421
9506
  }], checked: [{
9422
9507
  type: Input
9423
- }], radioPosition: [{
9424
- type: Input,
9425
- args: ['radio-position']
9426
9508
  }], backgroundColor: [{
9427
9509
  type: Input,
9428
9510
  args: ['background-color']
@@ -9583,9 +9665,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
9583
9665
  type: Output
9584
9666
  }] } });
9585
9667
  /**
9586
- * @description Type-only wrapper for <px-cell-switch>
9668
+ * @description Type-only wrapper for <px-button-icon>
9587
9669
  */
9588
- class PxCellSwitch {
9670
+ class PxButtonIcon {
9589
9671
  elementRef;
9590
9672
  set inverted(value) {
9591
9673
  this.elementRef.nativeElement['inverted'] = value;
@@ -9593,107 +9675,57 @@ class PxCellSwitch {
9593
9675
  get inverted() {
9594
9676
  return this.elementRef.nativeElement['inverted'];
9595
9677
  }
9596
- set variant(value) {
9597
- this.elementRef.nativeElement['variant'] = value;
9598
- }
9599
- get variant() {
9600
- return this.elementRef.nativeElement['variant'];
9601
- }
9602
- set disabled(value) {
9603
- this.elementRef.nativeElement['disabled'] = value;
9604
- }
9605
- get disabled() {
9606
- return this.elementRef.nativeElement['disabled'];
9607
- }
9608
- set separator(value) {
9609
- this.elementRef.nativeElement['separator'] = value;
9610
- }
9611
- get separator() {
9612
- return this.elementRef.nativeElement['separator'];
9613
- }
9614
- set separatorMobile(value) {
9615
- this.elementRef.nativeElement['separatorMobile'] = value;
9616
- }
9617
- get separatorMobile() {
9618
- return this.elementRef.nativeElement['separatorMobile'];
9619
- }
9620
- set separatorTablet(value) {
9621
- this.elementRef.nativeElement['separatorTablet'] = value;
9622
- }
9623
- get separatorTablet() {
9624
- return this.elementRef.nativeElement['separatorTablet'];
9625
- }
9626
- set separatorLaptop(value) {
9627
- this.elementRef.nativeElement['separatorLaptop'] = value;
9628
- }
9629
- get separatorLaptop() {
9630
- return this.elementRef.nativeElement['separatorLaptop'];
9631
- }
9632
- set separatorDesktop(value) {
9633
- this.elementRef.nativeElement['separatorDesktop'] = value;
9634
- }
9635
- get separatorDesktop() {
9636
- return this.elementRef.nativeElement['separatorDesktop'];
9637
- }
9638
- set radius(value) {
9639
- this.elementRef.nativeElement['radius'] = value;
9640
- }
9641
- get radius() {
9642
- return this.elementRef.nativeElement['radius'];
9643
- }
9644
- set radiusMobile(value) {
9645
- this.elementRef.nativeElement['radiusMobile'] = value;
9678
+ set loading(value) {
9679
+ this.elementRef.nativeElement['loading'] = value;
9646
9680
  }
9647
- get radiusMobile() {
9648
- return this.elementRef.nativeElement['radiusMobile'];
9681
+ get loading() {
9682
+ return this.elementRef.nativeElement['loading'];
9649
9683
  }
9650
- set radiusTablet(value) {
9651
- this.elementRef.nativeElement['radiusTablet'] = value;
9684
+ set size(value) {
9685
+ this.elementRef.nativeElement['size'] = value;
9652
9686
  }
9653
- get radiusTablet() {
9654
- return this.elementRef.nativeElement['radiusTablet'];
9687
+ get size() {
9688
+ return this.elementRef.nativeElement['size'];
9655
9689
  }
9656
- set radiusLaptop(value) {
9657
- this.elementRef.nativeElement['radiusLaptop'] = value;
9690
+ set variant(value) {
9691
+ this.elementRef.nativeElement['variant'] = value;
9658
9692
  }
9659
- get radiusLaptop() {
9660
- return this.elementRef.nativeElement['radiusLaptop'];
9693
+ get variant() {
9694
+ return this.elementRef.nativeElement['variant'];
9661
9695
  }
9662
- set radiusDesktop(value) {
9663
- this.elementRef.nativeElement['radiusDesktop'] = value;
9696
+ set ariaExpanded(value) {
9697
+ this.elementRef.nativeElement['ariaExpanded'] = value;
9664
9698
  }
9665
- get radiusDesktop() {
9666
- return this.elementRef.nativeElement['radiusDesktop'];
9699
+ get ariaExpanded() {
9700
+ return this.elementRef.nativeElement['ariaExpanded'];
9667
9701
  }
9702
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
9668
9703
  set name(value) {
9669
9704
  this.elementRef.nativeElement['name'] = value;
9670
9705
  }
9671
9706
  get name() {
9672
9707
  return this.elementRef.nativeElement['name'];
9673
9708
  }
9709
+ /** The value associated with the button's name when it's submitted with a form. */
9674
9710
  set value(value) {
9675
9711
  this.elementRef.nativeElement['value'] = value;
9676
9712
  }
9677
9713
  get value() {
9678
9714
  return this.elementRef.nativeElement['value'];
9679
9715
  }
9680
- set checked(value) {
9681
- this.elementRef.nativeElement['checked'] = value;
9682
- }
9683
- get checked() {
9684
- return this.elementRef.nativeElement['checked'];
9685
- }
9686
- set backgroundColor(value) {
9687
- this.elementRef.nativeElement['backgroundColor'] = value;
9716
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
9717
+ set type(value) {
9718
+ this.elementRef.nativeElement['type'] = value;
9688
9719
  }
9689
- get backgroundColor() {
9690
- return this.elementRef.nativeElement['backgroundColor'];
9720
+ get type() {
9721
+ return this.elementRef.nativeElement['type'];
9691
9722
  }
9692
- set compact(value) {
9693
- this.elementRef.nativeElement['compact'] = value;
9723
+ /** Whether the button is disabled. */
9724
+ set disabled(value) {
9725
+ this.elementRef.nativeElement['disabled'] = value;
9694
9726
  }
9695
- get compact() {
9696
- return this.elementRef.nativeElement['compact'];
9727
+ get disabled() {
9728
+ return this.elementRef.nativeElement['disabled'];
9697
9729
  }
9698
9730
  set grow(value) {
9699
9731
  this.elementRef.nativeElement['grow'] = value;
@@ -10007,65 +10039,35 @@ class PxCellSwitch {
10007
10039
  get wordBreakAllDesktop() {
10008
10040
  return this.elementRef.nativeElement['wordBreakAllDesktop'];
10009
10041
  }
10010
- change = new EventEmitter();
10011
10042
  constructor(elementRef) {
10012
10043
  this.elementRef = elementRef;
10013
- this.elementRef.nativeElement.addEventListener('change', (e) => {
10014
- this.change.emit(e.detail);
10015
- });
10016
10044
  }
10017
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10018
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCellSwitch, selector: "px-cell-switch", inputs: { inverted: "inverted", variant: "variant", disabled: "disabled", separator: "separator", separatorMobile: ["separator--mobile", "separatorMobile"], separatorTablet: ["separator--tablet", "separatorTablet"], separatorLaptop: ["separator--laptop", "separatorLaptop"], separatorDesktop: ["separator--desktop", "separatorDesktop"], radius: "radius", radiusMobile: ["radius--mobile", "radiusMobile"], radiusTablet: ["radius--tablet", "radiusTablet"], radiusLaptop: ["radius--laptop", "radiusLaptop"], radiusDesktop: ["radius--desktop", "radiusDesktop"], name: "name", value: "value", checked: "checked", backgroundColor: ["background-color", "backgroundColor"], compact: "compact", 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: { change: "change" }, ngImport: i0 });
10045
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10046
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonIcon, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], name: "name", value: "value", type: "type", 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 });
10019
10047
  }
10020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, decorators: [{
10048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
10021
10049
  type: Directive,
10022
10050
  args: [{
10023
- selector: 'px-cell-switch',
10051
+ selector: 'px-button-icon',
10024
10052
  }]
10025
10053
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
10026
10054
  type: Input
10027
- }], variant: [{
10028
- type: Input
10029
- }], disabled: [{
10055
+ }], loading: [{
10030
10056
  type: Input
10031
- }], separator: [{
10057
+ }], size: [{
10032
10058
  type: Input
10033
- }], separatorMobile: [{
10034
- type: Input,
10035
- args: ['separator--mobile']
10036
- }], separatorTablet: [{
10037
- type: Input,
10038
- args: ['separator--tablet']
10039
- }], separatorLaptop: [{
10040
- type: Input,
10041
- args: ['separator--laptop']
10042
- }], separatorDesktop: [{
10043
- type: Input,
10044
- args: ['separator--desktop']
10045
- }], radius: [{
10059
+ }], variant: [{
10046
10060
  type: Input
10047
- }], radiusMobile: [{
10048
- type: Input,
10049
- args: ['radius--mobile']
10050
- }], radiusTablet: [{
10051
- type: Input,
10052
- args: ['radius--tablet']
10053
- }], radiusLaptop: [{
10054
- type: Input,
10055
- args: ['radius--laptop']
10056
- }], radiusDesktop: [{
10061
+ }], ariaExpanded: [{
10057
10062
  type: Input,
10058
- args: ['radius--desktop']
10063
+ args: ['aria-expanded']
10059
10064
  }], name: [{
10060
10065
  type: Input
10061
10066
  }], value: [{
10062
10067
  type: Input
10063
- }], checked: [{
10068
+ }], type: [{
10064
10069
  type: Input
10065
- }], backgroundColor: [{
10066
- type: Input,
10067
- args: ['background-color']
10068
- }], compact: [{
10070
+ }], disabled: [{
10069
10071
  type: Input
10070
10072
  }], grow: [{
10071
10073
  type: Input
@@ -10218,8 +10220,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
10218
10220
  }], wordBreakAllDesktop: [{
10219
10221
  type: Input,
10220
10222
  args: ['word-break-all--desktop']
10221
- }], change: [{
10222
- type: Output
10223
10223
  }] } });
10224
10224
  /**
10225
10225
  * @description Type-only wrapper for <px-checkbox>
@@ -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, 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] });
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, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxButtonIcon, 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, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxButtonIcon, 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: [{
@@ -41091,7 +41091,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41091
41091
  PxBreadcrumb,
41092
41092
  PxButton,
41093
41093
  PxButtonWrapper,
41094
- PxButtonIcon,
41095
41094
  PxCard,
41096
41095
  PxAppleseed,
41097
41096
  PxCarousel,
@@ -41102,6 +41101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41102
41101
  PxCellLink,
41103
41102
  PxCellRadio,
41104
41103
  PxCellSwitch,
41104
+ PxButtonIcon,
41105
41105
  PxCheckbox,
41106
41106
  PxColorOption,
41107
41107
  PxColorOptionLink,
@@ -41193,7 +41193,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41193
41193
  PxBreadcrumb,
41194
41194
  PxButton,
41195
41195
  PxButtonWrapper,
41196
- PxButtonIcon,
41197
41196
  PxCard,
41198
41197
  PxAppleseed,
41199
41198
  PxCarousel,
@@ -41204,6 +41203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
41204
41203
  PxCellLink,
41205
41204
  PxCellRadio,
41206
41205
  PxCellSwitch,
41206
+ PxButtonIcon,
41207
41207
  PxCheckbox,
41208
41208
  PxColorOption,
41209
41209
  PxColorOptionLink,