@proximus/lavender-angular 1.4.12-beta.1 → 1.4.13-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +431 -23
- package/esm2022/lavender.directive.mjs +1317 -1317
- package/fesm2022/proximus-lavender-angular.mjs +1316 -1316
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +357 -357
- package/package.json +1 -1
|
@@ -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-
|
|
5167
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
5168
5168
|
*/
|
|
5169
|
-
class
|
|
5169
|
+
class PxButtonIcon {
|
|
5170
5170
|
elementRef;
|
|
5171
5171
|
set inverted(value) {
|
|
5172
5172
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5174,83 +5174,57 @@ class PxCard {
|
|
|
5174
5174
|
get inverted() {
|
|
5175
5175
|
return this.elementRef.nativeElement['inverted'];
|
|
5176
5176
|
}
|
|
5177
|
-
set
|
|
5178
|
-
this.elementRef.nativeElement['
|
|
5179
|
-
}
|
|
5180
|
-
get backgroundColor() {
|
|
5181
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
5182
|
-
}
|
|
5183
|
-
set backgroundSize(value) {
|
|
5184
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5185
|
-
}
|
|
5186
|
-
get backgroundSize() {
|
|
5187
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
5188
|
-
}
|
|
5189
|
-
set backgroundPosition(value) {
|
|
5190
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5191
|
-
}
|
|
5192
|
-
get backgroundPosition() {
|
|
5193
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5194
|
-
}
|
|
5195
|
-
set contrastHelperGradient(value) {
|
|
5196
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5197
|
-
}
|
|
5198
|
-
get contrastHelperGradient() {
|
|
5199
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5200
|
-
}
|
|
5201
|
-
set contrastHelperOverlay(value) {
|
|
5202
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5203
|
-
}
|
|
5204
|
-
get contrastHelperOverlay() {
|
|
5205
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5206
|
-
}
|
|
5207
|
-
set mediaPosition(value) {
|
|
5208
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5177
|
+
set loading(value) {
|
|
5178
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
5209
5179
|
}
|
|
5210
|
-
get
|
|
5211
|
-
return this.elementRef.nativeElement['
|
|
5180
|
+
get loading() {
|
|
5181
|
+
return this.elementRef.nativeElement['loading'];
|
|
5212
5182
|
}
|
|
5213
|
-
set
|
|
5214
|
-
this.elementRef.nativeElement['
|
|
5183
|
+
set size(value) {
|
|
5184
|
+
this.elementRef.nativeElement['size'] = value;
|
|
5215
5185
|
}
|
|
5216
|
-
get
|
|
5217
|
-
return this.elementRef.nativeElement['
|
|
5186
|
+
get size() {
|
|
5187
|
+
return this.elementRef.nativeElement['size'];
|
|
5218
5188
|
}
|
|
5219
|
-
set
|
|
5220
|
-
this.elementRef.nativeElement['
|
|
5189
|
+
set variant(value) {
|
|
5190
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
5221
5191
|
}
|
|
5222
|
-
get
|
|
5223
|
-
return this.elementRef.nativeElement['
|
|
5192
|
+
get variant() {
|
|
5193
|
+
return this.elementRef.nativeElement['variant'];
|
|
5224
5194
|
}
|
|
5225
|
-
set
|
|
5226
|
-
this.elementRef.nativeElement['
|
|
5195
|
+
set ariaExpanded(value) {
|
|
5196
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5227
5197
|
}
|
|
5228
|
-
get
|
|
5229
|
-
return this.elementRef.nativeElement['
|
|
5198
|
+
get ariaExpanded() {
|
|
5199
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5230
5200
|
}
|
|
5231
|
-
|
|
5232
|
-
|
|
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;
|
|
5233
5204
|
}
|
|
5234
|
-
get
|
|
5235
|
-
return this.elementRef.nativeElement['
|
|
5205
|
+
get name() {
|
|
5206
|
+
return this.elementRef.nativeElement['name'];
|
|
5236
5207
|
}
|
|
5237
|
-
|
|
5238
|
-
|
|
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;
|
|
5239
5211
|
}
|
|
5240
|
-
get
|
|
5241
|
-
return this.elementRef.nativeElement['
|
|
5212
|
+
get value() {
|
|
5213
|
+
return this.elementRef.nativeElement['value'];
|
|
5242
5214
|
}
|
|
5243
|
-
|
|
5244
|
-
|
|
5215
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
5216
|
+
set type(value) {
|
|
5217
|
+
this.elementRef.nativeElement['type'] = value;
|
|
5245
5218
|
}
|
|
5246
|
-
get
|
|
5247
|
-
return this.elementRef.nativeElement['
|
|
5219
|
+
get type() {
|
|
5220
|
+
return this.elementRef.nativeElement['type'];
|
|
5248
5221
|
}
|
|
5249
|
-
|
|
5250
|
-
|
|
5222
|
+
/** Whether the button is disabled. */
|
|
5223
|
+
set disabled(value) {
|
|
5224
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
5251
5225
|
}
|
|
5252
|
-
get
|
|
5253
|
-
return this.elementRef.nativeElement['
|
|
5226
|
+
get disabled() {
|
|
5227
|
+
return this.elementRef.nativeElement['disabled'];
|
|
5254
5228
|
}
|
|
5255
5229
|
set grow(value) {
|
|
5256
5230
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5567,55 +5541,33 @@ class PxCard {
|
|
|
5567
5541
|
constructor(elementRef) {
|
|
5568
5542
|
this.elementRef = elementRef;
|
|
5569
5543
|
}
|
|
5570
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5571
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
5572
5546
|
}
|
|
5573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
5574
5548
|
type: Directive,
|
|
5575
5549
|
args: [{
|
|
5576
|
-
selector: 'px-
|
|
5550
|
+
selector: 'px-button-icon',
|
|
5577
5551
|
}]
|
|
5578
5552
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5579
5553
|
type: Input
|
|
5580
|
-
}],
|
|
5581
|
-
type: Input
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
}],
|
|
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: [{
|
|
5554
|
+
}], loading: [{
|
|
5555
|
+
type: Input
|
|
5556
|
+
}], size: [{
|
|
5557
|
+
type: Input
|
|
5558
|
+
}], variant: [{
|
|
5559
|
+
type: Input
|
|
5560
|
+
}], ariaExpanded: [{
|
|
5617
5561
|
type: Input,
|
|
5618
|
-
args: ['
|
|
5562
|
+
args: ['aria-expanded']
|
|
5563
|
+
}], name: [{
|
|
5564
|
+
type: Input
|
|
5565
|
+
}], value: [{
|
|
5566
|
+
type: Input
|
|
5567
|
+
}], type: [{
|
|
5568
|
+
type: Input
|
|
5569
|
+
}], disabled: [{
|
|
5570
|
+
type: Input
|
|
5619
5571
|
}], grow: [{
|
|
5620
5572
|
type: Input
|
|
5621
5573
|
}], growMobile: [{
|
|
@@ -5769,82 +5721,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5769
5721
|
args: ['word-break-all--desktop']
|
|
5770
5722
|
}] } });
|
|
5771
5723
|
/**
|
|
5772
|
-
* @description Type-only wrapper for <px-
|
|
5773
|
-
*/
|
|
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>
|
|
5724
|
+
* @description Type-only wrapper for <px-card>
|
|
5846
5725
|
*/
|
|
5847
|
-
class
|
|
5726
|
+
class PxCard {
|
|
5848
5727
|
elementRef;
|
|
5849
5728
|
set inverted(value) {
|
|
5850
5729
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5852,89 +5731,83 @@ class PxCell {
|
|
|
5852
5731
|
get inverted() {
|
|
5853
5732
|
return this.elementRef.nativeElement['inverted'];
|
|
5854
5733
|
}
|
|
5855
|
-
set
|
|
5856
|
-
this.elementRef.nativeElement['
|
|
5857
|
-
}
|
|
5858
|
-
get variant() {
|
|
5859
|
-
return this.elementRef.nativeElement['variant'];
|
|
5860
|
-
}
|
|
5861
|
-
set disabled(value) {
|
|
5862
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
5734
|
+
set backgroundColor(value) {
|
|
5735
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
5863
5736
|
}
|
|
5864
|
-
get
|
|
5865
|
-
return this.elementRef.nativeElement['
|
|
5737
|
+
get backgroundColor() {
|
|
5738
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
5866
5739
|
}
|
|
5867
|
-
set
|
|
5868
|
-
this.elementRef.nativeElement['
|
|
5740
|
+
set backgroundSize(value) {
|
|
5741
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5869
5742
|
}
|
|
5870
|
-
get
|
|
5871
|
-
return this.elementRef.nativeElement['
|
|
5743
|
+
get backgroundSize() {
|
|
5744
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
5872
5745
|
}
|
|
5873
|
-
set
|
|
5874
|
-
this.elementRef.nativeElement['
|
|
5746
|
+
set backgroundPosition(value) {
|
|
5747
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5875
5748
|
}
|
|
5876
|
-
get
|
|
5877
|
-
return this.elementRef.nativeElement['
|
|
5749
|
+
get backgroundPosition() {
|
|
5750
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5878
5751
|
}
|
|
5879
|
-
set
|
|
5880
|
-
this.elementRef.nativeElement['
|
|
5752
|
+
set contrastHelperGradient(value) {
|
|
5753
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5881
5754
|
}
|
|
5882
|
-
get
|
|
5883
|
-
return this.elementRef.nativeElement['
|
|
5755
|
+
get contrastHelperGradient() {
|
|
5756
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5884
5757
|
}
|
|
5885
|
-
set
|
|
5886
|
-
this.elementRef.nativeElement['
|
|
5758
|
+
set contrastHelperOverlay(value) {
|
|
5759
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5887
5760
|
}
|
|
5888
|
-
get
|
|
5889
|
-
return this.elementRef.nativeElement['
|
|
5761
|
+
get contrastHelperOverlay() {
|
|
5762
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5890
5763
|
}
|
|
5891
|
-
set
|
|
5892
|
-
this.elementRef.nativeElement['
|
|
5764
|
+
set mediaPosition(value) {
|
|
5765
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5893
5766
|
}
|
|
5894
|
-
get
|
|
5895
|
-
return this.elementRef.nativeElement['
|
|
5767
|
+
get mediaPosition() {
|
|
5768
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
5896
5769
|
}
|
|
5897
|
-
set
|
|
5898
|
-
this.elementRef.nativeElement['
|
|
5770
|
+
set mediaPositionMobile(value) {
|
|
5771
|
+
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
5899
5772
|
}
|
|
5900
|
-
get
|
|
5901
|
-
return this.elementRef.nativeElement['
|
|
5773
|
+
get mediaPositionMobile() {
|
|
5774
|
+
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
5902
5775
|
}
|
|
5903
|
-
set
|
|
5904
|
-
this.elementRef.nativeElement['
|
|
5776
|
+
set mediaPositionTablet(value) {
|
|
5777
|
+
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
5905
5778
|
}
|
|
5906
|
-
get
|
|
5907
|
-
return this.elementRef.nativeElement['
|
|
5779
|
+
get mediaPositionTablet() {
|
|
5780
|
+
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
5908
5781
|
}
|
|
5909
|
-
set
|
|
5910
|
-
this.elementRef.nativeElement['
|
|
5782
|
+
set mediaPositionLaptop(value) {
|
|
5783
|
+
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
5911
5784
|
}
|
|
5912
|
-
get
|
|
5913
|
-
return this.elementRef.nativeElement['
|
|
5785
|
+
get mediaPositionLaptop() {
|
|
5786
|
+
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
5914
5787
|
}
|
|
5915
|
-
set
|
|
5916
|
-
this.elementRef.nativeElement['
|
|
5788
|
+
set mediaSrc(value) {
|
|
5789
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
5917
5790
|
}
|
|
5918
|
-
get
|
|
5919
|
-
return this.elementRef.nativeElement['
|
|
5791
|
+
get mediaSrc() {
|
|
5792
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
5920
5793
|
}
|
|
5921
|
-
set
|
|
5922
|
-
this.elementRef.nativeElement['
|
|
5794
|
+
set mediaSrcMobile(value) {
|
|
5795
|
+
this.elementRef.nativeElement['mediaSrcMobile'] = value;
|
|
5923
5796
|
}
|
|
5924
|
-
get
|
|
5925
|
-
return this.elementRef.nativeElement['
|
|
5797
|
+
get mediaSrcMobile() {
|
|
5798
|
+
return this.elementRef.nativeElement['mediaSrcMobile'];
|
|
5926
5799
|
}
|
|
5927
|
-
set
|
|
5928
|
-
this.elementRef.nativeElement['
|
|
5800
|
+
set mediaSrcTablet(value) {
|
|
5801
|
+
this.elementRef.nativeElement['mediaSrcTablet'] = value;
|
|
5929
5802
|
}
|
|
5930
|
-
get
|
|
5931
|
-
return this.elementRef.nativeElement['
|
|
5803
|
+
get mediaSrcTablet() {
|
|
5804
|
+
return this.elementRef.nativeElement['mediaSrcTablet'];
|
|
5932
5805
|
}
|
|
5933
|
-
set
|
|
5934
|
-
this.elementRef.nativeElement['
|
|
5806
|
+
set mediaSrcLaptop(value) {
|
|
5807
|
+
this.elementRef.nativeElement['mediaSrcLaptop'] = value;
|
|
5935
5808
|
}
|
|
5936
|
-
get
|
|
5937
|
-
return this.elementRef.nativeElement['
|
|
5809
|
+
get mediaSrcLaptop() {
|
|
5810
|
+
return this.elementRef.nativeElement['mediaSrcLaptop'];
|
|
5938
5811
|
}
|
|
5939
5812
|
set grow(value) {
|
|
5940
5813
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -6251,53 +6124,55 @@ class PxCell {
|
|
|
6251
6124
|
constructor(elementRef) {
|
|
6252
6125
|
this.elementRef = elementRef;
|
|
6253
6126
|
}
|
|
6254
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6255
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
6256
6129
|
}
|
|
6257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
|
|
6258
6131
|
type: Directive,
|
|
6259
6132
|
args: [{
|
|
6260
|
-
selector: 'px-
|
|
6133
|
+
selector: 'px-card',
|
|
6261
6134
|
}]
|
|
6262
6135
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
6263
6136
|
type: Input
|
|
6264
|
-
}],
|
|
6265
|
-
type: Input
|
|
6266
|
-
}], disabled: [{
|
|
6267
|
-
type: Input
|
|
6268
|
-
}], separator: [{
|
|
6269
|
-
type: Input
|
|
6270
|
-
}], separatorMobile: [{
|
|
6137
|
+
}], backgroundColor: [{
|
|
6271
6138
|
type: Input,
|
|
6272
|
-
args: ['
|
|
6273
|
-
}],
|
|
6139
|
+
args: ['background-color']
|
|
6140
|
+
}], backgroundSize: [{
|
|
6274
6141
|
type: Input,
|
|
6275
|
-
args: ['
|
|
6276
|
-
}],
|
|
6142
|
+
args: ['background-size']
|
|
6143
|
+
}], backgroundPosition: [{
|
|
6277
6144
|
type: Input,
|
|
6278
|
-
args: ['
|
|
6279
|
-
}],
|
|
6145
|
+
args: ['background-position']
|
|
6146
|
+
}], contrastHelperGradient: [{
|
|
6280
6147
|
type: Input,
|
|
6281
|
-
args: ['
|
|
6282
|
-
}],
|
|
6283
|
-
type: Input
|
|
6284
|
-
}], radiusMobile: [{
|
|
6148
|
+
args: ['contrast-helper-gradient']
|
|
6149
|
+
}], contrastHelperOverlay: [{
|
|
6285
6150
|
type: Input,
|
|
6286
|
-
args: ['
|
|
6287
|
-
}],
|
|
6151
|
+
args: ['contrast-helper-overlay']
|
|
6152
|
+
}], mediaPosition: [{
|
|
6288
6153
|
type: Input,
|
|
6289
|
-
args: ['
|
|
6290
|
-
}],
|
|
6154
|
+
args: ['media-position']
|
|
6155
|
+
}], mediaPositionMobile: [{
|
|
6291
6156
|
type: Input,
|
|
6292
|
-
args: ['
|
|
6293
|
-
}],
|
|
6157
|
+
args: ['media-position--mobile']
|
|
6158
|
+
}], mediaPositionTablet: [{
|
|
6294
6159
|
type: Input,
|
|
6295
|
-
args: ['
|
|
6296
|
-
}],
|
|
6160
|
+
args: ['media-position--tablet']
|
|
6161
|
+
}], mediaPositionLaptop: [{
|
|
6297
6162
|
type: Input,
|
|
6298
|
-
args: ['
|
|
6299
|
-
}],
|
|
6300
|
-
type: Input
|
|
6163
|
+
args: ['media-position--laptop']
|
|
6164
|
+
}], mediaSrc: [{
|
|
6165
|
+
type: Input,
|
|
6166
|
+
args: ['media-src']
|
|
6167
|
+
}], mediaSrcMobile: [{
|
|
6168
|
+
type: Input,
|
|
6169
|
+
args: ['media-src--mobile']
|
|
6170
|
+
}], mediaSrcTablet: [{
|
|
6171
|
+
type: Input,
|
|
6172
|
+
args: ['media-src--tablet']
|
|
6173
|
+
}], mediaSrcLaptop: [{
|
|
6174
|
+
type: Input,
|
|
6175
|
+
args: ['media-src--laptop']
|
|
6301
6176
|
}], grow: [{
|
|
6302
6177
|
type: Input
|
|
6303
6178
|
}], growMobile: [{
|
|
@@ -6451,9 +6326,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
6451
6326
|
args: ['word-break-all--desktop']
|
|
6452
6327
|
}] } });
|
|
6453
6328
|
/**
|
|
6454
|
-
* @description Type-only wrapper for <px-
|
|
6329
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
6455
6330
|
*/
|
|
6456
|
-
class
|
|
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>
|
|
6403
|
+
*/
|
|
6404
|
+
class PxCell {
|
|
6457
6405
|
elementRef;
|
|
6458
6406
|
set inverted(value) {
|
|
6459
6407
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -6467,7 +6415,6 @@ class PxCellButton {
|
|
|
6467
6415
|
get variant() {
|
|
6468
6416
|
return this.elementRef.nativeElement['variant'];
|
|
6469
6417
|
}
|
|
6470
|
-
/** Whether the button is disabled. */
|
|
6471
6418
|
set disabled(value) {
|
|
6472
6419
|
this.elementRef.nativeElement['disabled'] = value;
|
|
6473
6420
|
}
|
|
@@ -6546,27 +6493,6 @@ class PxCellButton {
|
|
|
6546
6493
|
get compact() {
|
|
6547
6494
|
return this.elementRef.nativeElement['compact'];
|
|
6548
6495
|
}
|
|
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
|
-
}
|
|
6570
6496
|
set grow(value) {
|
|
6571
6497
|
this.elementRef.nativeElement['grow'] = value;
|
|
6572
6498
|
}
|
|
@@ -6882,13 +6808,13 @@ class PxCellButton {
|
|
|
6882
6808
|
constructor(elementRef) {
|
|
6883
6809
|
this.elementRef = elementRef;
|
|
6884
6810
|
}
|
|
6885
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6886
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
6887
6813
|
}
|
|
6888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, decorators: [{
|
|
6889
6815
|
type: Directive,
|
|
6890
6816
|
args: [{
|
|
6891
|
-
selector: 'px-cell
|
|
6817
|
+
selector: 'px-cell',
|
|
6892
6818
|
}]
|
|
6893
6819
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
6894
6820
|
type: Input
|
|
@@ -6929,12 +6855,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
6929
6855
|
args: ['background-color']
|
|
6930
6856
|
}], compact: [{
|
|
6931
6857
|
type: Input
|
|
6932
|
-
}], name: [{
|
|
6933
|
-
type: Input
|
|
6934
|
-
}], value: [{
|
|
6935
|
-
type: Input
|
|
6936
|
-
}], type: [{
|
|
6937
|
-
type: Input
|
|
6938
6858
|
}], grow: [{
|
|
6939
6859
|
type: Input
|
|
6940
6860
|
}], growMobile: [{
|
|
@@ -7088,9 +7008,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7088
7008
|
args: ['word-break-all--desktop']
|
|
7089
7009
|
}] } });
|
|
7090
7010
|
/**
|
|
7091
|
-
* @description Type-only wrapper for <px-cell-
|
|
7011
|
+
* @description Type-only wrapper for <px-cell-button>
|
|
7092
7012
|
*/
|
|
7093
|
-
class
|
|
7013
|
+
class PxCellButton {
|
|
7094
7014
|
elementRef;
|
|
7095
7015
|
set inverted(value) {
|
|
7096
7016
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -7104,6 +7024,7 @@ class PxCellCheckbox {
|
|
|
7104
7024
|
get variant() {
|
|
7105
7025
|
return this.elementRef.nativeElement['variant'];
|
|
7106
7026
|
}
|
|
7027
|
+
/** Whether the button is disabled. */
|
|
7107
7028
|
set disabled(value) {
|
|
7108
7029
|
this.elementRef.nativeElement['disabled'] = value;
|
|
7109
7030
|
}
|
|
@@ -7170,47 +7091,38 @@ class PxCellCheckbox {
|
|
|
7170
7091
|
get radiusDesktop() {
|
|
7171
7092
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
7172
7093
|
}
|
|
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. */
|
|
7173
7107
|
set name(value) {
|
|
7174
7108
|
this.elementRef.nativeElement['name'] = value;
|
|
7175
7109
|
}
|
|
7176
7110
|
get name() {
|
|
7177
7111
|
return this.elementRef.nativeElement['name'];
|
|
7178
7112
|
}
|
|
7113
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
7179
7114
|
set value(value) {
|
|
7180
7115
|
this.elementRef.nativeElement['value'] = value;
|
|
7181
7116
|
}
|
|
7182
7117
|
get value() {
|
|
7183
7118
|
return this.elementRef.nativeElement['value'];
|
|
7184
7119
|
}
|
|
7185
|
-
|
|
7186
|
-
|
|
7187
|
-
|
|
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;
|
|
7120
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
7121
|
+
set type(value) {
|
|
7122
|
+
this.elementRef.nativeElement['type'] = value;
|
|
7211
7123
|
}
|
|
7212
|
-
get
|
|
7213
|
-
return this.elementRef.nativeElement['
|
|
7124
|
+
get type() {
|
|
7125
|
+
return this.elementRef.nativeElement['type'];
|
|
7214
7126
|
}
|
|
7215
7127
|
set grow(value) {
|
|
7216
7128
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -7524,20 +7436,16 @@ class PxCellCheckbox {
|
|
|
7524
7436
|
get wordBreakAllDesktop() {
|
|
7525
7437
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
7526
7438
|
}
|
|
7527
|
-
change = new EventEmitter();
|
|
7528
7439
|
constructor(elementRef) {
|
|
7529
7440
|
this.elementRef = elementRef;
|
|
7530
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
7531
|
-
this.change.emit(e.detail);
|
|
7532
|
-
});
|
|
7533
7441
|
}
|
|
7534
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
7535
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
7536
7444
|
}
|
|
7537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
7445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, decorators: [{
|
|
7538
7446
|
type: Directive,
|
|
7539
7447
|
args: [{
|
|
7540
|
-
selector: 'px-cell-
|
|
7448
|
+
selector: 'px-cell-button',
|
|
7541
7449
|
}]
|
|
7542
7450
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
7543
7451
|
type: Input
|
|
@@ -7573,22 +7481,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7573
7481
|
}], radiusDesktop: [{
|
|
7574
7482
|
type: Input,
|
|
7575
7483
|
args: ['radius--desktop']
|
|
7576
|
-
}], name: [{
|
|
7577
|
-
type: Input
|
|
7578
|
-
}], value: [{
|
|
7579
|
-
type: Input
|
|
7580
|
-
}], state: [{
|
|
7581
|
-
type: Input
|
|
7582
|
-
}], checked: [{
|
|
7583
|
-
type: Input
|
|
7584
|
-
}], checkboxPosition: [{
|
|
7585
|
-
type: Input,
|
|
7586
|
-
args: ['checkbox-position']
|
|
7587
7484
|
}], backgroundColor: [{
|
|
7588
7485
|
type: Input,
|
|
7589
7486
|
args: ['background-color']
|
|
7590
7487
|
}], compact: [{
|
|
7591
7488
|
type: Input
|
|
7489
|
+
}], name: [{
|
|
7490
|
+
type: Input
|
|
7491
|
+
}], value: [{
|
|
7492
|
+
type: Input
|
|
7493
|
+
}], type: [{
|
|
7494
|
+
type: Input
|
|
7592
7495
|
}], grow: [{
|
|
7593
7496
|
type: Input
|
|
7594
7497
|
}], growMobile: [{
|
|
@@ -7740,13 +7643,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7740
7643
|
}], wordBreakAllDesktop: [{
|
|
7741
7644
|
type: Input,
|
|
7742
7645
|
args: ['word-break-all--desktop']
|
|
7743
|
-
}], change: [{
|
|
7744
|
-
type: Output
|
|
7745
7646
|
}] } });
|
|
7746
7647
|
/**
|
|
7747
|
-
* @description Type-only wrapper for <px-cell-
|
|
7648
|
+
* @description Type-only wrapper for <px-cell-checkbox>
|
|
7748
7649
|
*/
|
|
7749
|
-
class
|
|
7650
|
+
class PxCellCheckbox {
|
|
7750
7651
|
elementRef;
|
|
7751
7652
|
set inverted(value) {
|
|
7752
7653
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -7826,11 +7727,35 @@ class PxCellLink {
|
|
|
7826
7727
|
get radiusDesktop() {
|
|
7827
7728
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
7828
7729
|
}
|
|
7829
|
-
set
|
|
7830
|
-
this.elementRef.nativeElement['
|
|
7730
|
+
set name(value) {
|
|
7731
|
+
this.elementRef.nativeElement['name'] = value;
|
|
7831
7732
|
}
|
|
7832
|
-
get
|
|
7833
|
-
return this.elementRef.nativeElement['
|
|
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;
|
|
7756
|
+
}
|
|
7757
|
+
get checkboxPosition() {
|
|
7758
|
+
return this.elementRef.nativeElement['checkboxPosition'];
|
|
7834
7759
|
}
|
|
7835
7760
|
set backgroundColor(value) {
|
|
7836
7761
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
@@ -7838,12 +7763,6 @@ class PxCellLink {
|
|
|
7838
7763
|
get backgroundColor() {
|
|
7839
7764
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
7840
7765
|
}
|
|
7841
|
-
set noicon(value) {
|
|
7842
|
-
this.elementRef.nativeElement['noicon'] = value;
|
|
7843
|
-
}
|
|
7844
|
-
get noicon() {
|
|
7845
|
-
return this.elementRef.nativeElement['noicon'];
|
|
7846
|
-
}
|
|
7847
7766
|
set compact(value) {
|
|
7848
7767
|
this.elementRef.nativeElement['compact'] = value;
|
|
7849
7768
|
}
|
|
@@ -8162,16 +8081,20 @@ class PxCellLink {
|
|
|
8162
8081
|
get wordBreakAllDesktop() {
|
|
8163
8082
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
8164
8083
|
}
|
|
8084
|
+
change = new EventEmitter();
|
|
8165
8085
|
constructor(elementRef) {
|
|
8166
8086
|
this.elementRef = elementRef;
|
|
8087
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
8088
|
+
this.change.emit(e.detail);
|
|
8089
|
+
});
|
|
8167
8090
|
}
|
|
8168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8169
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
8170
8093
|
}
|
|
8171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, decorators: [{
|
|
8172
8095
|
type: Directive,
|
|
8173
8096
|
args: [{
|
|
8174
|
-
selector: 'px-cell-
|
|
8097
|
+
selector: 'px-cell-checkbox',
|
|
8175
8098
|
}]
|
|
8176
8099
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
8177
8100
|
type: Input
|
|
@@ -8207,14 +8130,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8207
8130
|
}], radiusDesktop: [{
|
|
8208
8131
|
type: Input,
|
|
8209
8132
|
args: ['radius--desktop']
|
|
8210
|
-
}],
|
|
8133
|
+
}], name: [{
|
|
8134
|
+
type: Input
|
|
8135
|
+
}], value: [{
|
|
8136
|
+
type: Input
|
|
8137
|
+
}], state: [{
|
|
8138
|
+
type: Input
|
|
8139
|
+
}], checked: [{
|
|
8140
|
+
type: Input
|
|
8141
|
+
}], checkboxPosition: [{
|
|
8211
8142
|
type: Input,
|
|
8212
|
-
args: ['
|
|
8143
|
+
args: ['checkbox-position']
|
|
8213
8144
|
}], backgroundColor: [{
|
|
8214
8145
|
type: Input,
|
|
8215
8146
|
args: ['background-color']
|
|
8216
|
-
}], noicon: [{
|
|
8217
|
-
type: Input
|
|
8218
8147
|
}], compact: [{
|
|
8219
8148
|
type: Input
|
|
8220
8149
|
}], grow: [{
|
|
@@ -8368,11 +8297,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8368
8297
|
}], wordBreakAllDesktop: [{
|
|
8369
8298
|
type: Input,
|
|
8370
8299
|
args: ['word-break-all--desktop']
|
|
8300
|
+
}], change: [{
|
|
8301
|
+
type: Output
|
|
8371
8302
|
}] } });
|
|
8372
8303
|
/**
|
|
8373
|
-
* @description Type-only wrapper for <px-cell-
|
|
8304
|
+
* @description Type-only wrapper for <px-cell-link>
|
|
8374
8305
|
*/
|
|
8375
|
-
class
|
|
8306
|
+
class PxCellLink {
|
|
8376
8307
|
elementRef;
|
|
8377
8308
|
set inverted(value) {
|
|
8378
8309
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -8452,35 +8383,11 @@ class PxCellRadio {
|
|
|
8452
8383
|
get radiusDesktop() {
|
|
8453
8384
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
8454
8385
|
}
|
|
8455
|
-
set
|
|
8456
|
-
this.elementRef.nativeElement['
|
|
8457
|
-
}
|
|
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;
|
|
8386
|
+
set targetBlankAriaLabel(value) {
|
|
8387
|
+
this.elementRef.nativeElement['targetBlankAriaLabel'] = value;
|
|
8481
8388
|
}
|
|
8482
|
-
get
|
|
8483
|
-
return this.elementRef.nativeElement['
|
|
8389
|
+
get targetBlankAriaLabel() {
|
|
8390
|
+
return this.elementRef.nativeElement['targetBlankAriaLabel'];
|
|
8484
8391
|
}
|
|
8485
8392
|
set backgroundColor(value) {
|
|
8486
8393
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
@@ -8488,6 +8395,12 @@ class PxCellRadio {
|
|
|
8488
8395
|
get backgroundColor() {
|
|
8489
8396
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
8490
8397
|
}
|
|
8398
|
+
set noicon(value) {
|
|
8399
|
+
this.elementRef.nativeElement['noicon'] = value;
|
|
8400
|
+
}
|
|
8401
|
+
get noicon() {
|
|
8402
|
+
return this.elementRef.nativeElement['noicon'];
|
|
8403
|
+
}
|
|
8491
8404
|
set compact(value) {
|
|
8492
8405
|
this.elementRef.nativeElement['compact'] = value;
|
|
8493
8406
|
}
|
|
@@ -8806,20 +8719,16 @@ class PxCellRadio {
|
|
|
8806
8719
|
get wordBreakAllDesktop() {
|
|
8807
8720
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
8808
8721
|
}
|
|
8809
|
-
change = new EventEmitter();
|
|
8810
8722
|
constructor(elementRef) {
|
|
8811
8723
|
this.elementRef = elementRef;
|
|
8812
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
8813
|
-
this.change.emit(e.detail);
|
|
8814
|
-
});
|
|
8815
8724
|
}
|
|
8816
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8817
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
8818
8727
|
}
|
|
8819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, decorators: [{
|
|
8820
8729
|
type: Directive,
|
|
8821
8730
|
args: [{
|
|
8822
|
-
selector: 'px-cell-
|
|
8731
|
+
selector: 'px-cell-link',
|
|
8823
8732
|
}]
|
|
8824
8733
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
8825
8734
|
type: Input
|
|
@@ -8855,20 +8764,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8855
8764
|
}], radiusDesktop: [{
|
|
8856
8765
|
type: Input,
|
|
8857
8766
|
args: ['radius--desktop']
|
|
8858
|
-
}],
|
|
8859
|
-
type: Input
|
|
8860
|
-
}], value: [{
|
|
8861
|
-
type: Input
|
|
8862
|
-
}], state: [{
|
|
8863
|
-
type: Input
|
|
8864
|
-
}], checked: [{
|
|
8865
|
-
type: Input
|
|
8866
|
-
}], radioPosition: [{
|
|
8767
|
+
}], targetBlankAriaLabel: [{
|
|
8867
8768
|
type: Input,
|
|
8868
|
-
args: ['
|
|
8769
|
+
args: ['target-blank-aria-label']
|
|
8869
8770
|
}], backgroundColor: [{
|
|
8870
8771
|
type: Input,
|
|
8871
8772
|
args: ['background-color']
|
|
8773
|
+
}], noicon: [{
|
|
8774
|
+
type: Input
|
|
8872
8775
|
}], compact: [{
|
|
8873
8776
|
type: Input
|
|
8874
8777
|
}], grow: [{
|
|
@@ -9022,13 +8925,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9022
8925
|
}], wordBreakAllDesktop: [{
|
|
9023
8926
|
type: Input,
|
|
9024
8927
|
args: ['word-break-all--desktop']
|
|
9025
|
-
}], change: [{
|
|
9026
|
-
type: Output
|
|
9027
8928
|
}] } });
|
|
9028
8929
|
/**
|
|
9029
|
-
* @description Type-only wrapper for <px-cell-
|
|
8930
|
+
* @description Type-only wrapper for <px-cell-radio>
|
|
9030
8931
|
*/
|
|
9031
|
-
class
|
|
8932
|
+
class PxCellRadio {
|
|
9032
8933
|
elementRef;
|
|
9033
8934
|
set inverted(value) {
|
|
9034
8935
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -9120,12 +9021,24 @@ class PxCellSwitch {
|
|
|
9120
9021
|
get value() {
|
|
9121
9022
|
return this.elementRef.nativeElement['value'];
|
|
9122
9023
|
}
|
|
9024
|
+
set state(value) {
|
|
9025
|
+
this.elementRef.nativeElement['state'] = value;
|
|
9026
|
+
}
|
|
9027
|
+
get state() {
|
|
9028
|
+
return this.elementRef.nativeElement['state'];
|
|
9029
|
+
}
|
|
9123
9030
|
set checked(value) {
|
|
9124
9031
|
this.elementRef.nativeElement['checked'] = value;
|
|
9125
9032
|
}
|
|
9126
9033
|
get checked() {
|
|
9127
9034
|
return this.elementRef.nativeElement['checked'];
|
|
9128
9035
|
}
|
|
9036
|
+
set radioPosition(value) {
|
|
9037
|
+
this.elementRef.nativeElement['radioPosition'] = value;
|
|
9038
|
+
}
|
|
9039
|
+
get radioPosition() {
|
|
9040
|
+
return this.elementRef.nativeElement['radioPosition'];
|
|
9041
|
+
}
|
|
9129
9042
|
set backgroundColor(value) {
|
|
9130
9043
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
9131
9044
|
}
|
|
@@ -9457,13 +9370,13 @@ class PxCellSwitch {
|
|
|
9457
9370
|
this.change.emit(e.detail);
|
|
9458
9371
|
});
|
|
9459
9372
|
}
|
|
9460
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
9461
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
9462
9375
|
}
|
|
9463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
9376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, decorators: [{
|
|
9464
9377
|
type: Directive,
|
|
9465
9378
|
args: [{
|
|
9466
|
-
selector: 'px-cell-
|
|
9379
|
+
selector: 'px-cell-radio',
|
|
9467
9380
|
}]
|
|
9468
9381
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
9469
9382
|
type: Input
|
|
@@ -9503,8 +9416,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9503
9416
|
type: Input
|
|
9504
9417
|
}], value: [{
|
|
9505
9418
|
type: Input
|
|
9419
|
+
}], state: [{
|
|
9420
|
+
type: Input
|
|
9506
9421
|
}], checked: [{
|
|
9507
9422
|
type: Input
|
|
9423
|
+
}], radioPosition: [{
|
|
9424
|
+
type: Input,
|
|
9425
|
+
args: ['radio-position']
|
|
9508
9426
|
}], backgroundColor: [{
|
|
9509
9427
|
type: Input,
|
|
9510
9428
|
args: ['background-color']
|
|
@@ -9665,9 +9583,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9665
9583
|
type: Output
|
|
9666
9584
|
}] } });
|
|
9667
9585
|
/**
|
|
9668
|
-
* @description Type-only wrapper for <px-
|
|
9586
|
+
* @description Type-only wrapper for <px-cell-switch>
|
|
9669
9587
|
*/
|
|
9670
|
-
class
|
|
9588
|
+
class PxCellSwitch {
|
|
9671
9589
|
elementRef;
|
|
9672
9590
|
set inverted(value) {
|
|
9673
9591
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -9675,57 +9593,107 @@ class PxButtonIcon {
|
|
|
9675
9593
|
get inverted() {
|
|
9676
9594
|
return this.elementRef.nativeElement['inverted'];
|
|
9677
9595
|
}
|
|
9678
|
-
set loading(value) {
|
|
9679
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
9680
|
-
}
|
|
9681
|
-
get loading() {
|
|
9682
|
-
return this.elementRef.nativeElement['loading'];
|
|
9683
|
-
}
|
|
9684
|
-
set size(value) {
|
|
9685
|
-
this.elementRef.nativeElement['size'] = value;
|
|
9686
|
-
}
|
|
9687
|
-
get size() {
|
|
9688
|
-
return this.elementRef.nativeElement['size'];
|
|
9689
|
-
}
|
|
9690
9596
|
set variant(value) {
|
|
9691
9597
|
this.elementRef.nativeElement['variant'] = value;
|
|
9692
9598
|
}
|
|
9693
9599
|
get variant() {
|
|
9694
9600
|
return this.elementRef.nativeElement['variant'];
|
|
9695
9601
|
}
|
|
9696
|
-
set
|
|
9697
|
-
this.elementRef.nativeElement['
|
|
9602
|
+
set disabled(value) {
|
|
9603
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
9698
9604
|
}
|
|
9699
|
-
get
|
|
9700
|
-
return this.elementRef.nativeElement['
|
|
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;
|
|
9646
|
+
}
|
|
9647
|
+
get radiusMobile() {
|
|
9648
|
+
return this.elementRef.nativeElement['radiusMobile'];
|
|
9649
|
+
}
|
|
9650
|
+
set radiusTablet(value) {
|
|
9651
|
+
this.elementRef.nativeElement['radiusTablet'] = value;
|
|
9652
|
+
}
|
|
9653
|
+
get radiusTablet() {
|
|
9654
|
+
return this.elementRef.nativeElement['radiusTablet'];
|
|
9655
|
+
}
|
|
9656
|
+
set radiusLaptop(value) {
|
|
9657
|
+
this.elementRef.nativeElement['radiusLaptop'] = value;
|
|
9658
|
+
}
|
|
9659
|
+
get radiusLaptop() {
|
|
9660
|
+
return this.elementRef.nativeElement['radiusLaptop'];
|
|
9661
|
+
}
|
|
9662
|
+
set radiusDesktop(value) {
|
|
9663
|
+
this.elementRef.nativeElement['radiusDesktop'] = value;
|
|
9664
|
+
}
|
|
9665
|
+
get radiusDesktop() {
|
|
9666
|
+
return this.elementRef.nativeElement['radiusDesktop'];
|
|
9701
9667
|
}
|
|
9702
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
9703
9668
|
set name(value) {
|
|
9704
9669
|
this.elementRef.nativeElement['name'] = value;
|
|
9705
9670
|
}
|
|
9706
9671
|
get name() {
|
|
9707
9672
|
return this.elementRef.nativeElement['name'];
|
|
9708
9673
|
}
|
|
9709
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
9710
9674
|
set value(value) {
|
|
9711
9675
|
this.elementRef.nativeElement['value'] = value;
|
|
9712
9676
|
}
|
|
9713
9677
|
get value() {
|
|
9714
9678
|
return this.elementRef.nativeElement['value'];
|
|
9715
9679
|
}
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
this.elementRef.nativeElement['type'] = value;
|
|
9680
|
+
set checked(value) {
|
|
9681
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
9719
9682
|
}
|
|
9720
|
-
get
|
|
9721
|
-
return this.elementRef.nativeElement['
|
|
9683
|
+
get checked() {
|
|
9684
|
+
return this.elementRef.nativeElement['checked'];
|
|
9722
9685
|
}
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
9686
|
+
set backgroundColor(value) {
|
|
9687
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
9726
9688
|
}
|
|
9727
|
-
get
|
|
9728
|
-
return this.elementRef.nativeElement['
|
|
9689
|
+
get backgroundColor() {
|
|
9690
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
9691
|
+
}
|
|
9692
|
+
set compact(value) {
|
|
9693
|
+
this.elementRef.nativeElement['compact'] = value;
|
|
9694
|
+
}
|
|
9695
|
+
get compact() {
|
|
9696
|
+
return this.elementRef.nativeElement['compact'];
|
|
9729
9697
|
}
|
|
9730
9698
|
set grow(value) {
|
|
9731
9699
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -10039,35 +10007,65 @@ class PxButtonIcon {
|
|
|
10039
10007
|
get wordBreakAllDesktop() {
|
|
10040
10008
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
10041
10009
|
}
|
|
10010
|
+
change = new EventEmitter();
|
|
10042
10011
|
constructor(elementRef) {
|
|
10043
10012
|
this.elementRef = elementRef;
|
|
10013
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
10014
|
+
this.change.emit(e.detail);
|
|
10015
|
+
});
|
|
10044
10016
|
}
|
|
10045
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
10046
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
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 });
|
|
10047
10019
|
}
|
|
10048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
10020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, decorators: [{
|
|
10049
10021
|
type: Directive,
|
|
10050
10022
|
args: [{
|
|
10051
|
-
selector: 'px-
|
|
10023
|
+
selector: 'px-cell-switch',
|
|
10052
10024
|
}]
|
|
10053
10025
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
10054
10026
|
type: Input
|
|
10055
|
-
}],
|
|
10027
|
+
}], variant: [{
|
|
10056
10028
|
type: Input
|
|
10057
|
-
}],
|
|
10029
|
+
}], disabled: [{
|
|
10058
10030
|
type: Input
|
|
10059
|
-
}],
|
|
10031
|
+
}], separator: [{
|
|
10060
10032
|
type: Input
|
|
10061
|
-
}],
|
|
10033
|
+
}], separatorMobile: [{
|
|
10062
10034
|
type: Input,
|
|
10063
|
-
args: ['
|
|
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: [{
|
|
10046
|
+
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: [{
|
|
10057
|
+
type: Input,
|
|
10058
|
+
args: ['radius--desktop']
|
|
10064
10059
|
}], name: [{
|
|
10065
10060
|
type: Input
|
|
10066
10061
|
}], value: [{
|
|
10067
10062
|
type: Input
|
|
10068
|
-
}],
|
|
10063
|
+
}], checked: [{
|
|
10069
10064
|
type: Input
|
|
10070
|
-
}],
|
|
10065
|
+
}], backgroundColor: [{
|
|
10066
|
+
type: Input,
|
|
10067
|
+
args: ['background-color']
|
|
10068
|
+
}], compact: [{
|
|
10071
10069
|
type: Input
|
|
10072
10070
|
}], grow: [{
|
|
10073
10071
|
type: Input
|
|
@@ -10220,6 +10218,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
10220
10218
|
}], wordBreakAllDesktop: [{
|
|
10221
10219
|
type: Input,
|
|
10222
10220
|
args: ['word-break-all--desktop']
|
|
10221
|
+
}], change: [{
|
|
10222
|
+
type: Output
|
|
10223
10223
|
}] } });
|
|
10224
10224
|
/**
|
|
10225
10225
|
* @description Type-only wrapper for <px-checkbox>
|
|
@@ -12551,111 +12551,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12551
12551
|
args: ['word-break-all--desktop']
|
|
12552
12552
|
}] } });
|
|
12553
12553
|
/**
|
|
12554
|
-
* @description Type-only wrapper for <px-
|
|
12554
|
+
* @description Type-only wrapper for <px-drawer>
|
|
12555
12555
|
*/
|
|
12556
|
-
class
|
|
12556
|
+
class PxDrawer {
|
|
12557
12557
|
elementRef;
|
|
12558
|
-
set
|
|
12559
|
-
this.elementRef.nativeElement['
|
|
12560
|
-
}
|
|
12561
|
-
get backgroundColor() {
|
|
12562
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
12563
|
-
}
|
|
12564
|
-
set backgroundGradient(value) {
|
|
12565
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12566
|
-
}
|
|
12567
|
-
get backgroundGradient() {
|
|
12568
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12569
|
-
}
|
|
12570
|
-
set backgroundImage(value) {
|
|
12571
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12572
|
-
}
|
|
12573
|
-
get backgroundImage() {
|
|
12574
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
12558
|
+
set open(value) {
|
|
12559
|
+
this.elementRef.nativeElement['open'] = value;
|
|
12575
12560
|
}
|
|
12576
|
-
|
|
12577
|
-
this.elementRef.nativeElement['
|
|
12561
|
+
get open() {
|
|
12562
|
+
return this.elementRef.nativeElement['open'];
|
|
12578
12563
|
}
|
|
12579
|
-
|
|
12580
|
-
|
|
12564
|
+
set ariaLabelCloseButton(value) {
|
|
12565
|
+
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
12581
12566
|
}
|
|
12582
|
-
|
|
12583
|
-
this.elementRef.nativeElement['
|
|
12567
|
+
get ariaLabelCloseButton() {
|
|
12568
|
+
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
12584
12569
|
}
|
|
12585
|
-
|
|
12586
|
-
|
|
12570
|
+
set openedby(value) {
|
|
12571
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
12587
12572
|
}
|
|
12588
|
-
|
|
12589
|
-
this.elementRef.nativeElement['
|
|
12573
|
+
get openedby() {
|
|
12574
|
+
return this.elementRef.nativeElement['openedby'];
|
|
12590
12575
|
}
|
|
12591
|
-
|
|
12592
|
-
|
|
12576
|
+
set closedby(value) {
|
|
12577
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
12593
12578
|
}
|
|
12594
|
-
|
|
12595
|
-
this.elementRef.nativeElement['
|
|
12579
|
+
get closedby() {
|
|
12580
|
+
return this.elementRef.nativeElement['closedby'];
|
|
12596
12581
|
}
|
|
12597
|
-
|
|
12598
|
-
|
|
12582
|
+
set fullscreen(value) {
|
|
12583
|
+
this.elementRef.nativeElement['fullscreen'] = value;
|
|
12599
12584
|
}
|
|
12600
|
-
|
|
12601
|
-
this.elementRef.nativeElement['
|
|
12585
|
+
get fullscreen() {
|
|
12586
|
+
return this.elementRef.nativeElement['fullscreen'];
|
|
12602
12587
|
}
|
|
12603
|
-
|
|
12604
|
-
|
|
12588
|
+
set fullscreenMobile(value) {
|
|
12589
|
+
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
12605
12590
|
}
|
|
12606
|
-
|
|
12607
|
-
this.elementRef.nativeElement['
|
|
12591
|
+
get fullscreenMobile() {
|
|
12592
|
+
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
12608
12593
|
}
|
|
12609
|
-
|
|
12610
|
-
|
|
12594
|
+
set fullscreenTablet(value) {
|
|
12595
|
+
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
12611
12596
|
}
|
|
12612
|
-
|
|
12613
|
-
this.elementRef.nativeElement['
|
|
12597
|
+
get fullscreenTablet() {
|
|
12598
|
+
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
12614
12599
|
}
|
|
12615
|
-
|
|
12616
|
-
|
|
12600
|
+
set fullscreenLaptop(value) {
|
|
12601
|
+
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
12617
12602
|
}
|
|
12618
|
-
|
|
12619
|
-
this.elementRef.nativeElement['
|
|
12603
|
+
get fullscreenLaptop() {
|
|
12604
|
+
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
12620
12605
|
}
|
|
12621
|
-
|
|
12622
|
-
|
|
12606
|
+
set fullscreenDesktop(value) {
|
|
12607
|
+
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
12623
12608
|
}
|
|
12624
|
-
|
|
12625
|
-
this.elementRef.nativeElement['
|
|
12609
|
+
get fullscreenDesktop() {
|
|
12610
|
+
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
12626
12611
|
}
|
|
12627
|
-
|
|
12628
|
-
|
|
12612
|
+
HIDE_EVENT = new EventEmitter();
|
|
12613
|
+
constructor(elementRef) {
|
|
12614
|
+
this.elementRef = elementRef;
|
|
12615
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
12616
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
12617
|
+
});
|
|
12629
12618
|
}
|
|
12630
|
-
|
|
12631
|
-
|
|
12619
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12620
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
12621
|
+
}
|
|
12622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
12623
|
+
type: Directive,
|
|
12624
|
+
args: [{
|
|
12625
|
+
selector: 'px-drawer',
|
|
12626
|
+
}]
|
|
12627
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
12628
|
+
type: Input
|
|
12629
|
+
}], ariaLabelCloseButton: [{
|
|
12630
|
+
type: Input,
|
|
12631
|
+
args: ['aria-label-close-button']
|
|
12632
|
+
}], openedby: [{
|
|
12633
|
+
type: Input
|
|
12634
|
+
}], closedby: [{
|
|
12635
|
+
type: Input
|
|
12636
|
+
}], fullscreen: [{
|
|
12637
|
+
type: Input
|
|
12638
|
+
}], fullscreenMobile: [{
|
|
12639
|
+
type: Input,
|
|
12640
|
+
args: ['fullscreen--mobile']
|
|
12641
|
+
}], fullscreenTablet: [{
|
|
12642
|
+
type: Input,
|
|
12643
|
+
args: ['fullscreen--tablet']
|
|
12644
|
+
}], fullscreenLaptop: [{
|
|
12645
|
+
type: Input,
|
|
12646
|
+
args: ['fullscreen--laptop']
|
|
12647
|
+
}], fullscreenDesktop: [{
|
|
12648
|
+
type: Input,
|
|
12649
|
+
args: ['fullscreen--desktop']
|
|
12650
|
+
}], HIDE_EVENT: [{
|
|
12651
|
+
type: Output
|
|
12652
|
+
}] } });
|
|
12653
|
+
/**
|
|
12654
|
+
* @description Type-only wrapper for <px-dropdown>
|
|
12655
|
+
*/
|
|
12656
|
+
class PxDropdown {
|
|
12657
|
+
elementRef;
|
|
12658
|
+
set id(value) {
|
|
12659
|
+
this.elementRef.nativeElement['id'] = value;
|
|
12632
12660
|
}
|
|
12633
|
-
get
|
|
12634
|
-
return this.elementRef.nativeElement['
|
|
12661
|
+
get id() {
|
|
12662
|
+
return this.elementRef.nativeElement['id'];
|
|
12635
12663
|
}
|
|
12636
|
-
set
|
|
12637
|
-
this.elementRef.nativeElement['
|
|
12664
|
+
set anchoralignment(value) {
|
|
12665
|
+
this.elementRef.nativeElement['anchoralignment'] = value;
|
|
12638
12666
|
}
|
|
12639
|
-
get
|
|
12640
|
-
return this.elementRef.nativeElement['
|
|
12667
|
+
get anchoralignment() {
|
|
12668
|
+
return this.elementRef.nativeElement['anchoralignment'];
|
|
12641
12669
|
}
|
|
12642
|
-
set
|
|
12643
|
-
this.elementRef.nativeElement['
|
|
12670
|
+
set usePolyfill(value) {
|
|
12671
|
+
this.elementRef.nativeElement['usePolyfill'] = value;
|
|
12644
12672
|
}
|
|
12645
|
-
get
|
|
12646
|
-
return this.elementRef.nativeElement['
|
|
12673
|
+
get usePolyfill() {
|
|
12674
|
+
return this.elementRef.nativeElement['usePolyfill'];
|
|
12647
12675
|
}
|
|
12648
|
-
set
|
|
12649
|
-
this.elementRef.nativeElement['
|
|
12676
|
+
set manualToggle(value) {
|
|
12677
|
+
this.elementRef.nativeElement['manualToggle'] = value;
|
|
12650
12678
|
}
|
|
12651
|
-
get
|
|
12652
|
-
return this.elementRef.nativeElement['
|
|
12679
|
+
get manualToggle() {
|
|
12680
|
+
return this.elementRef.nativeElement['manualToggle'];
|
|
12653
12681
|
}
|
|
12654
|
-
set
|
|
12655
|
-
this.elementRef.nativeElement['
|
|
12682
|
+
set popoverHeight(value) {
|
|
12683
|
+
this.elementRef.nativeElement['popoverHeight'] = value;
|
|
12656
12684
|
}
|
|
12657
|
-
get
|
|
12658
|
-
return this.elementRef.nativeElement['
|
|
12685
|
+
get popoverHeight() {
|
|
12686
|
+
return this.elementRef.nativeElement['popoverHeight'];
|
|
12659
12687
|
}
|
|
12660
12688
|
set grow(value) {
|
|
12661
12689
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -12972,64 +13000,27 @@ class PxContentHeader {
|
|
|
12972
13000
|
constructor(elementRef) {
|
|
12973
13001
|
this.elementRef = elementRef;
|
|
12974
13002
|
}
|
|
12975
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
12976
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
13003
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13004
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDropdown, selector: "px-dropdown", inputs: { id: "id", anchoralignment: "anchoralignment", usePolyfill: ["use-polyfill", "usePolyfill"], manualToggle: ["manual-toggle", "manualToggle"], popoverHeight: ["popover-height", "popoverHeight"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
12977
13005
|
}
|
|
12978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDropdown, decorators: [{
|
|
12979
13007
|
type: Directive,
|
|
12980
13008
|
args: [{
|
|
12981
|
-
selector: 'px-
|
|
13009
|
+
selector: 'px-dropdown',
|
|
12982
13010
|
}]
|
|
12983
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
12984
|
-
type: Input
|
|
12985
|
-
|
|
12986
|
-
|
|
12987
|
-
|
|
12988
|
-
args: ['background-gradient']
|
|
12989
|
-
}], backgroundImage: [{
|
|
12990
|
-
type: Input,
|
|
12991
|
-
args: ['background-image']
|
|
12992
|
-
}], backgroundImageMobile: [{
|
|
12993
|
-
type: Input,
|
|
12994
|
-
args: ['background-image--mobile']
|
|
12995
|
-
}], backgroundImageTablet: [{
|
|
12996
|
-
type: Input,
|
|
12997
|
-
args: ['background-image--tablet']
|
|
12998
|
-
}], backgroundImageLaptop: [{
|
|
12999
|
-
type: Input,
|
|
13000
|
-
args: ['background-image--laptop']
|
|
13001
|
-
}], backgroundSize: [{
|
|
13002
|
-
type: Input,
|
|
13003
|
-
args: ['background-size']
|
|
13004
|
-
}], backgroundPosition: [{
|
|
13005
|
-
type: Input,
|
|
13006
|
-
args: ['background-position']
|
|
13007
|
-
}], contrastHelperGradient: [{
|
|
13008
|
-
type: Input,
|
|
13009
|
-
args: ['contrast-helper-gradient']
|
|
13010
|
-
}], contrastHelperOverlay: [{
|
|
13011
|
-
type: Input,
|
|
13012
|
-
args: ['contrast-helper-overlay']
|
|
13013
|
-
}], minHeight: [{
|
|
13014
|
-
type: Input,
|
|
13015
|
-
args: ['min-height']
|
|
13016
|
-
}], hasGridding: [{
|
|
13017
|
-
type: Input,
|
|
13018
|
-
args: ['has-gridding']
|
|
13019
|
-
}], hasGriddingMobile: [{
|
|
13020
|
-
type: Input,
|
|
13021
|
-
args: ['has-gridding--mobile']
|
|
13022
|
-
}], hasGriddingTablet: [{
|
|
13011
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
13012
|
+
type: Input
|
|
13013
|
+
}], anchoralignment: [{
|
|
13014
|
+
type: Input
|
|
13015
|
+
}], usePolyfill: [{
|
|
13023
13016
|
type: Input,
|
|
13024
|
-
args: ['
|
|
13025
|
-
}],
|
|
13017
|
+
args: ['use-polyfill']
|
|
13018
|
+
}], manualToggle: [{
|
|
13026
13019
|
type: Input,
|
|
13027
|
-
args: ['
|
|
13028
|
-
}],
|
|
13020
|
+
args: ['manual-toggle']
|
|
13021
|
+
}], popoverHeight: [{
|
|
13029
13022
|
type: Input,
|
|
13030
|
-
args: ['
|
|
13031
|
-
}], inverted: [{
|
|
13032
|
-
type: Input
|
|
13023
|
+
args: ['popover-height']
|
|
13033
13024
|
}], grow: [{
|
|
13034
13025
|
type: Input
|
|
13035
13026
|
}], growMobile: [{
|
|
@@ -13183,139 +13174,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13183
13174
|
args: ['word-break-all--desktop']
|
|
13184
13175
|
}] } });
|
|
13185
13176
|
/**
|
|
13186
|
-
* @description Type-only wrapper for <px-
|
|
13187
|
-
*/
|
|
13188
|
-
class PxDrawer {
|
|
13189
|
-
elementRef;
|
|
13190
|
-
set open(value) {
|
|
13191
|
-
this.elementRef.nativeElement['open'] = value;
|
|
13192
|
-
}
|
|
13193
|
-
get open() {
|
|
13194
|
-
return this.elementRef.nativeElement['open'];
|
|
13195
|
-
}
|
|
13196
|
-
set ariaLabelCloseButton(value) {
|
|
13197
|
-
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
13198
|
-
}
|
|
13199
|
-
get ariaLabelCloseButton() {
|
|
13200
|
-
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
13201
|
-
}
|
|
13202
|
-
set openedby(value) {
|
|
13203
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
13204
|
-
}
|
|
13205
|
-
get openedby() {
|
|
13206
|
-
return this.elementRef.nativeElement['openedby'];
|
|
13207
|
-
}
|
|
13208
|
-
set closedby(value) {
|
|
13209
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
13210
|
-
}
|
|
13211
|
-
get closedby() {
|
|
13212
|
-
return this.elementRef.nativeElement['closedby'];
|
|
13213
|
-
}
|
|
13214
|
-
set fullscreen(value) {
|
|
13215
|
-
this.elementRef.nativeElement['fullscreen'] = value;
|
|
13216
|
-
}
|
|
13217
|
-
get fullscreen() {
|
|
13218
|
-
return this.elementRef.nativeElement['fullscreen'];
|
|
13219
|
-
}
|
|
13220
|
-
set fullscreenMobile(value) {
|
|
13221
|
-
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
13222
|
-
}
|
|
13223
|
-
get fullscreenMobile() {
|
|
13224
|
-
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
13225
|
-
}
|
|
13226
|
-
set fullscreenTablet(value) {
|
|
13227
|
-
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
13228
|
-
}
|
|
13229
|
-
get fullscreenTablet() {
|
|
13230
|
-
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
13231
|
-
}
|
|
13232
|
-
set fullscreenLaptop(value) {
|
|
13233
|
-
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
13234
|
-
}
|
|
13235
|
-
get fullscreenLaptop() {
|
|
13236
|
-
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
13237
|
-
}
|
|
13238
|
-
set fullscreenDesktop(value) {
|
|
13239
|
-
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
13240
|
-
}
|
|
13241
|
-
get fullscreenDesktop() {
|
|
13242
|
-
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
13243
|
-
}
|
|
13244
|
-
HIDE_EVENT = new EventEmitter();
|
|
13245
|
-
constructor(elementRef) {
|
|
13246
|
-
this.elementRef = elementRef;
|
|
13247
|
-
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
13248
|
-
this.HIDE_EVENT.emit(e.detail);
|
|
13249
|
-
});
|
|
13250
|
-
}
|
|
13251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13252
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
13253
|
-
}
|
|
13254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
13255
|
-
type: Directive,
|
|
13256
|
-
args: [{
|
|
13257
|
-
selector: 'px-drawer',
|
|
13258
|
-
}]
|
|
13259
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
13260
|
-
type: Input
|
|
13261
|
-
}], ariaLabelCloseButton: [{
|
|
13262
|
-
type: Input,
|
|
13263
|
-
args: ['aria-label-close-button']
|
|
13264
|
-
}], openedby: [{
|
|
13265
|
-
type: Input
|
|
13266
|
-
}], closedby: [{
|
|
13267
|
-
type: Input
|
|
13268
|
-
}], fullscreen: [{
|
|
13269
|
-
type: Input
|
|
13270
|
-
}], fullscreenMobile: [{
|
|
13271
|
-
type: Input,
|
|
13272
|
-
args: ['fullscreen--mobile']
|
|
13273
|
-
}], fullscreenTablet: [{
|
|
13274
|
-
type: Input,
|
|
13275
|
-
args: ['fullscreen--tablet']
|
|
13276
|
-
}], fullscreenLaptop: [{
|
|
13277
|
-
type: Input,
|
|
13278
|
-
args: ['fullscreen--laptop']
|
|
13279
|
-
}], fullscreenDesktop: [{
|
|
13280
|
-
type: Input,
|
|
13281
|
-
args: ['fullscreen--desktop']
|
|
13282
|
-
}], HIDE_EVENT: [{
|
|
13283
|
-
type: Output
|
|
13284
|
-
}] } });
|
|
13285
|
-
/**
|
|
13286
|
-
* @description Type-only wrapper for <px-dropdown>
|
|
13177
|
+
* @description Type-only wrapper for <px-fieldset>
|
|
13287
13178
|
*/
|
|
13288
|
-
class
|
|
13179
|
+
class PxFieldset {
|
|
13289
13180
|
elementRef;
|
|
13290
|
-
set
|
|
13291
|
-
this.elementRef.nativeElement['
|
|
13181
|
+
set inverted(value) {
|
|
13182
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
13292
13183
|
}
|
|
13293
|
-
get
|
|
13294
|
-
return this.elementRef.nativeElement['
|
|
13184
|
+
get inverted() {
|
|
13185
|
+
return this.elementRef.nativeElement['inverted'];
|
|
13295
13186
|
}
|
|
13296
|
-
set
|
|
13297
|
-
this.elementRef.nativeElement['
|
|
13187
|
+
set role(value) {
|
|
13188
|
+
this.elementRef.nativeElement['role'] = value;
|
|
13298
13189
|
}
|
|
13299
|
-
get
|
|
13300
|
-
return this.elementRef.nativeElement['
|
|
13190
|
+
get role() {
|
|
13191
|
+
return this.elementRef.nativeElement['role'];
|
|
13301
13192
|
}
|
|
13302
|
-
set
|
|
13303
|
-
this.elementRef.nativeElement['
|
|
13193
|
+
set ariaRequired(value) {
|
|
13194
|
+
this.elementRef.nativeElement['ariaRequired'] = value;
|
|
13304
13195
|
}
|
|
13305
|
-
get
|
|
13306
|
-
return this.elementRef.nativeElement['
|
|
13196
|
+
get ariaRequired() {
|
|
13197
|
+
return this.elementRef.nativeElement['ariaRequired'];
|
|
13307
13198
|
}
|
|
13308
|
-
set
|
|
13309
|
-
this.elementRef.nativeElement['
|
|
13199
|
+
set ariaDisabled(value) {
|
|
13200
|
+
this.elementRef.nativeElement['ariaDisabled'] = value;
|
|
13310
13201
|
}
|
|
13311
|
-
get
|
|
13312
|
-
return this.elementRef.nativeElement['
|
|
13202
|
+
get ariaDisabled() {
|
|
13203
|
+
return this.elementRef.nativeElement['ariaDisabled'];
|
|
13313
13204
|
}
|
|
13314
|
-
set
|
|
13315
|
-
this.elementRef.nativeElement['
|
|
13205
|
+
set state(value) {
|
|
13206
|
+
this.elementRef.nativeElement['state'] = value;
|
|
13316
13207
|
}
|
|
13317
|
-
get
|
|
13318
|
-
return this.elementRef.nativeElement['
|
|
13208
|
+
get state() {
|
|
13209
|
+
return this.elementRef.nativeElement['state'];
|
|
13319
13210
|
}
|
|
13320
13211
|
set grow(value) {
|
|
13321
13212
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -13632,27 +13523,26 @@ class PxDropdown {
|
|
|
13632
13523
|
constructor(elementRef) {
|
|
13633
13524
|
this.elementRef = elementRef;
|
|
13634
13525
|
}
|
|
13635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13636
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
13526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13527
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFieldset, selector: "px-fieldset", inputs: { inverted: "inverted", role: "role", ariaRequired: ["aria-required", "ariaRequired"], ariaDisabled: ["aria-disabled", "ariaDisabled"], state: "state", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
13637
13528
|
}
|
|
13638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
13529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFieldset, decorators: [{
|
|
13639
13530
|
type: Directive,
|
|
13640
13531
|
args: [{
|
|
13641
|
-
selector: 'px-
|
|
13532
|
+
selector: 'px-fieldset',
|
|
13642
13533
|
}]
|
|
13643
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
13534
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
13644
13535
|
type: Input
|
|
13645
|
-
}],
|
|
13536
|
+
}], role: [{
|
|
13646
13537
|
type: Input
|
|
13647
|
-
}],
|
|
13648
|
-
type: Input,
|
|
13649
|
-
args: ['use-polyfill']
|
|
13650
|
-
}], manualToggle: [{
|
|
13538
|
+
}], ariaRequired: [{
|
|
13651
13539
|
type: Input,
|
|
13652
|
-
args: ['
|
|
13653
|
-
}],
|
|
13540
|
+
args: ['aria-required']
|
|
13541
|
+
}], ariaDisabled: [{
|
|
13654
13542
|
type: Input,
|
|
13655
|
-
args: ['
|
|
13543
|
+
args: ['aria-disabled']
|
|
13544
|
+
}], state: [{
|
|
13545
|
+
type: Input
|
|
13656
13546
|
}], grow: [{
|
|
13657
13547
|
type: Input
|
|
13658
13548
|
}], growMobile: [{
|
|
@@ -13806,39 +13696,153 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
13806
13696
|
args: ['word-break-all--desktop']
|
|
13807
13697
|
}] } });
|
|
13808
13698
|
/**
|
|
13809
|
-
* @description Type-only wrapper for <px-
|
|
13699
|
+
* @description Type-only wrapper for <px-grid>
|
|
13810
13700
|
*/
|
|
13811
|
-
class
|
|
13701
|
+
class PxGrid {
|
|
13812
13702
|
elementRef;
|
|
13813
|
-
set
|
|
13814
|
-
this.elementRef.nativeElement['
|
|
13703
|
+
set gridCols(value) {
|
|
13704
|
+
this.elementRef.nativeElement['gridCols'] = value;
|
|
13815
13705
|
}
|
|
13816
|
-
get
|
|
13817
|
-
return this.elementRef.nativeElement['
|
|
13706
|
+
get gridCols() {
|
|
13707
|
+
return this.elementRef.nativeElement['gridCols'];
|
|
13818
13708
|
}
|
|
13819
|
-
set
|
|
13820
|
-
this.elementRef.nativeElement['
|
|
13709
|
+
set gridColsMobile(value) {
|
|
13710
|
+
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
13821
13711
|
}
|
|
13822
|
-
get
|
|
13823
|
-
return this.elementRef.nativeElement['
|
|
13712
|
+
get gridColsMobile() {
|
|
13713
|
+
return this.elementRef.nativeElement['gridColsMobile'];
|
|
13824
13714
|
}
|
|
13825
|
-
set
|
|
13826
|
-
this.elementRef.nativeElement['
|
|
13715
|
+
set gridColsTablet(value) {
|
|
13716
|
+
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
13827
13717
|
}
|
|
13828
|
-
get
|
|
13829
|
-
return this.elementRef.nativeElement['
|
|
13718
|
+
get gridColsTablet() {
|
|
13719
|
+
return this.elementRef.nativeElement['gridColsTablet'];
|
|
13830
13720
|
}
|
|
13831
|
-
set
|
|
13832
|
-
this.elementRef.nativeElement['
|
|
13721
|
+
set gridColsLaptop(value) {
|
|
13722
|
+
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
13833
13723
|
}
|
|
13834
|
-
get
|
|
13835
|
-
return this.elementRef.nativeElement['
|
|
13724
|
+
get gridColsLaptop() {
|
|
13725
|
+
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
13836
13726
|
}
|
|
13837
|
-
set
|
|
13838
|
-
this.elementRef.nativeElement['
|
|
13727
|
+
set justifyContent(value) {
|
|
13728
|
+
this.elementRef.nativeElement['justifyContent'] = value;
|
|
13839
13729
|
}
|
|
13840
|
-
get
|
|
13841
|
-
return this.elementRef.nativeElement['
|
|
13730
|
+
get justifyContent() {
|
|
13731
|
+
return this.elementRef.nativeElement['justifyContent'];
|
|
13732
|
+
}
|
|
13733
|
+
set justifyItems(value) {
|
|
13734
|
+
this.elementRef.nativeElement['justifyItems'] = value;
|
|
13735
|
+
}
|
|
13736
|
+
get justifyItems() {
|
|
13737
|
+
return this.elementRef.nativeElement['justifyItems'];
|
|
13738
|
+
}
|
|
13739
|
+
set alignContent(value) {
|
|
13740
|
+
this.elementRef.nativeElement['alignContent'] = value;
|
|
13741
|
+
}
|
|
13742
|
+
get alignContent() {
|
|
13743
|
+
return this.elementRef.nativeElement['alignContent'];
|
|
13744
|
+
}
|
|
13745
|
+
set alignItems(value) {
|
|
13746
|
+
this.elementRef.nativeElement['alignItems'] = value;
|
|
13747
|
+
}
|
|
13748
|
+
get alignItems() {
|
|
13749
|
+
return this.elementRef.nativeElement['alignItems'];
|
|
13750
|
+
}
|
|
13751
|
+
set justifyContentMobile(value) {
|
|
13752
|
+
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
13753
|
+
}
|
|
13754
|
+
get justifyContentMobile() {
|
|
13755
|
+
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
13756
|
+
}
|
|
13757
|
+
set justifyItemsMobile(value) {
|
|
13758
|
+
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
13759
|
+
}
|
|
13760
|
+
get justifyItemsMobile() {
|
|
13761
|
+
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
13762
|
+
}
|
|
13763
|
+
set alignContentMobile(value) {
|
|
13764
|
+
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
13765
|
+
}
|
|
13766
|
+
get alignContentMobile() {
|
|
13767
|
+
return this.elementRef.nativeElement['alignContentMobile'];
|
|
13768
|
+
}
|
|
13769
|
+
set alignItemsMobile(value) {
|
|
13770
|
+
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
13771
|
+
}
|
|
13772
|
+
get alignItemsMobile() {
|
|
13773
|
+
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
13774
|
+
}
|
|
13775
|
+
set justifyContentTablet(value) {
|
|
13776
|
+
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
13777
|
+
}
|
|
13778
|
+
get justifyContentTablet() {
|
|
13779
|
+
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
13780
|
+
}
|
|
13781
|
+
set justifyItemsTablet(value) {
|
|
13782
|
+
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
13783
|
+
}
|
|
13784
|
+
get justifyItemsTablet() {
|
|
13785
|
+
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
13786
|
+
}
|
|
13787
|
+
set alignContentTablet(value) {
|
|
13788
|
+
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
13789
|
+
}
|
|
13790
|
+
get alignContentTablet() {
|
|
13791
|
+
return this.elementRef.nativeElement['alignContentTablet'];
|
|
13792
|
+
}
|
|
13793
|
+
set alignItemsTablet(value) {
|
|
13794
|
+
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
13795
|
+
}
|
|
13796
|
+
get alignItemsTablet() {
|
|
13797
|
+
return this.elementRef.nativeElement['alignItemsTablet'];
|
|
13798
|
+
}
|
|
13799
|
+
set justifyContentLaptop(value) {
|
|
13800
|
+
this.elementRef.nativeElement['justifyContentLaptop'] = value;
|
|
13801
|
+
}
|
|
13802
|
+
get justifyContentLaptop() {
|
|
13803
|
+
return this.elementRef.nativeElement['justifyContentLaptop'];
|
|
13804
|
+
}
|
|
13805
|
+
set justifyItemsLaptop(value) {
|
|
13806
|
+
this.elementRef.nativeElement['justifyItemsLaptop'] = value;
|
|
13807
|
+
}
|
|
13808
|
+
get justifyItemsLaptop() {
|
|
13809
|
+
return this.elementRef.nativeElement['justifyItemsLaptop'];
|
|
13810
|
+
}
|
|
13811
|
+
set alignContentLaptop(value) {
|
|
13812
|
+
this.elementRef.nativeElement['alignContentLaptop'] = value;
|
|
13813
|
+
}
|
|
13814
|
+
get alignContentLaptop() {
|
|
13815
|
+
return this.elementRef.nativeElement['alignContentLaptop'];
|
|
13816
|
+
}
|
|
13817
|
+
set alignItemsLaptop(value) {
|
|
13818
|
+
this.elementRef.nativeElement['alignItemsLaptop'] = value;
|
|
13819
|
+
}
|
|
13820
|
+
get alignItemsLaptop() {
|
|
13821
|
+
return this.elementRef.nativeElement['alignItemsLaptop'];
|
|
13822
|
+
}
|
|
13823
|
+
set justifyContentDesktop(value) {
|
|
13824
|
+
this.elementRef.nativeElement['justifyContentDesktop'] = value;
|
|
13825
|
+
}
|
|
13826
|
+
get justifyContentDesktop() {
|
|
13827
|
+
return this.elementRef.nativeElement['justifyContentDesktop'];
|
|
13828
|
+
}
|
|
13829
|
+
set justifyItemsDesktop(value) {
|
|
13830
|
+
this.elementRef.nativeElement['justifyItemsDesktop'] = value;
|
|
13831
|
+
}
|
|
13832
|
+
get justifyItemsDesktop() {
|
|
13833
|
+
return this.elementRef.nativeElement['justifyItemsDesktop'];
|
|
13834
|
+
}
|
|
13835
|
+
set alignContentDesktop(value) {
|
|
13836
|
+
this.elementRef.nativeElement['alignContentDesktop'] = value;
|
|
13837
|
+
}
|
|
13838
|
+
get alignContentDesktop() {
|
|
13839
|
+
return this.elementRef.nativeElement['alignContentDesktop'];
|
|
13840
|
+
}
|
|
13841
|
+
set alignItemsDesktop(value) {
|
|
13842
|
+
this.elementRef.nativeElement['alignItemsDesktop'] = value;
|
|
13843
|
+
}
|
|
13844
|
+
get alignItemsDesktop() {
|
|
13845
|
+
return this.elementRef.nativeElement['alignItemsDesktop'];
|
|
13842
13846
|
}
|
|
13843
13847
|
set grow(value) {
|
|
13844
13848
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14155,26 +14159,86 @@ class PxFieldset {
|
|
|
14155
14159
|
constructor(elementRef) {
|
|
14156
14160
|
this.elementRef = elementRef;
|
|
14157
14161
|
}
|
|
14158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14159
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14163
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxGrid, selector: "px-grid", inputs: { gridCols: ["grid-cols", "gridCols"], gridColsMobile: ["grid-cols--mobile", "gridColsMobile"], gridColsTablet: ["grid-cols--tablet", "gridColsTablet"], gridColsLaptop: ["grid-cols--laptop", "gridColsLaptop"], justifyContent: ["justify-content", "justifyContent"], justifyItems: ["justify-items", "justifyItems"], alignContent: ["align-content", "alignContent"], alignItems: ["align-items", "alignItems"], justifyContentMobile: ["justify-content--mobile", "justifyContentMobile"], justifyItemsMobile: ["justify-items--mobile", "justifyItemsMobile"], alignContentMobile: ["align-content--mobile", "alignContentMobile"], alignItemsMobile: ["align-items--mobile", "alignItemsMobile"], justifyContentTablet: ["justify-content--tablet", "justifyContentTablet"], justifyItemsTablet: ["justify-items--tablet", "justifyItemsTablet"], alignContentTablet: ["align-content--tablet", "alignContentTablet"], alignItemsTablet: ["align-items--tablet", "alignItemsTablet"], justifyContentLaptop: ["justify-content--laptop", "justifyContentLaptop"], justifyItemsLaptop: ["justify-items--laptop", "justifyItemsLaptop"], alignContentLaptop: ["align-content--laptop", "alignContentLaptop"], alignItemsLaptop: ["align-items--laptop", "alignItemsLaptop"], justifyContentDesktop: ["justify-content--desktop", "justifyContentDesktop"], justifyItemsDesktop: ["justify-items--desktop", "justifyItemsDesktop"], alignContentDesktop: ["align-content--desktop", "alignContentDesktop"], alignItemsDesktop: ["align-items--desktop", "alignItemsDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
14160
14164
|
}
|
|
14161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxGrid, decorators: [{
|
|
14162
14166
|
type: Directive,
|
|
14163
14167
|
args: [{
|
|
14164
|
-
selector: 'px-
|
|
14168
|
+
selector: 'px-grid',
|
|
14165
14169
|
}]
|
|
14166
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14167
|
-
type: Input
|
|
14168
|
-
}], role: [{
|
|
14169
|
-
type: Input
|
|
14170
|
-
}], ariaRequired: [{
|
|
14170
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { gridCols: [{
|
|
14171
14171
|
type: Input,
|
|
14172
|
-
args: ['
|
|
14173
|
-
}],
|
|
14172
|
+
args: ['grid-cols']
|
|
14173
|
+
}], gridColsMobile: [{
|
|
14174
14174
|
type: Input,
|
|
14175
|
-
args: ['
|
|
14176
|
-
}],
|
|
14177
|
-
type: Input
|
|
14175
|
+
args: ['grid-cols--mobile']
|
|
14176
|
+
}], gridColsTablet: [{
|
|
14177
|
+
type: Input,
|
|
14178
|
+
args: ['grid-cols--tablet']
|
|
14179
|
+
}], gridColsLaptop: [{
|
|
14180
|
+
type: Input,
|
|
14181
|
+
args: ['grid-cols--laptop']
|
|
14182
|
+
}], justifyContent: [{
|
|
14183
|
+
type: Input,
|
|
14184
|
+
args: ['justify-content']
|
|
14185
|
+
}], justifyItems: [{
|
|
14186
|
+
type: Input,
|
|
14187
|
+
args: ['justify-items']
|
|
14188
|
+
}], alignContent: [{
|
|
14189
|
+
type: Input,
|
|
14190
|
+
args: ['align-content']
|
|
14191
|
+
}], alignItems: [{
|
|
14192
|
+
type: Input,
|
|
14193
|
+
args: ['align-items']
|
|
14194
|
+
}], justifyContentMobile: [{
|
|
14195
|
+
type: Input,
|
|
14196
|
+
args: ['justify-content--mobile']
|
|
14197
|
+
}], justifyItemsMobile: [{
|
|
14198
|
+
type: Input,
|
|
14199
|
+
args: ['justify-items--mobile']
|
|
14200
|
+
}], alignContentMobile: [{
|
|
14201
|
+
type: Input,
|
|
14202
|
+
args: ['align-content--mobile']
|
|
14203
|
+
}], alignItemsMobile: [{
|
|
14204
|
+
type: Input,
|
|
14205
|
+
args: ['align-items--mobile']
|
|
14206
|
+
}], justifyContentTablet: [{
|
|
14207
|
+
type: Input,
|
|
14208
|
+
args: ['justify-content--tablet']
|
|
14209
|
+
}], justifyItemsTablet: [{
|
|
14210
|
+
type: Input,
|
|
14211
|
+
args: ['justify-items--tablet']
|
|
14212
|
+
}], alignContentTablet: [{
|
|
14213
|
+
type: Input,
|
|
14214
|
+
args: ['align-content--tablet']
|
|
14215
|
+
}], alignItemsTablet: [{
|
|
14216
|
+
type: Input,
|
|
14217
|
+
args: ['align-items--tablet']
|
|
14218
|
+
}], justifyContentLaptop: [{
|
|
14219
|
+
type: Input,
|
|
14220
|
+
args: ['justify-content--laptop']
|
|
14221
|
+
}], justifyItemsLaptop: [{
|
|
14222
|
+
type: Input,
|
|
14223
|
+
args: ['justify-items--laptop']
|
|
14224
|
+
}], alignContentLaptop: [{
|
|
14225
|
+
type: Input,
|
|
14226
|
+
args: ['align-content--laptop']
|
|
14227
|
+
}], alignItemsLaptop: [{
|
|
14228
|
+
type: Input,
|
|
14229
|
+
args: ['align-items--laptop']
|
|
14230
|
+
}], justifyContentDesktop: [{
|
|
14231
|
+
type: Input,
|
|
14232
|
+
args: ['justify-content--desktop']
|
|
14233
|
+
}], justifyItemsDesktop: [{
|
|
14234
|
+
type: Input,
|
|
14235
|
+
args: ['justify-items--desktop']
|
|
14236
|
+
}], alignContentDesktop: [{
|
|
14237
|
+
type: Input,
|
|
14238
|
+
args: ['align-content--desktop']
|
|
14239
|
+
}], alignItemsDesktop: [{
|
|
14240
|
+
type: Input,
|
|
14241
|
+
args: ['align-items--desktop']
|
|
14178
14242
|
}], grow: [{
|
|
14179
14243
|
type: Input
|
|
14180
14244
|
}], growMobile: [{
|
|
@@ -14328,153 +14392,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
14328
14392
|
args: ['word-break-all--desktop']
|
|
14329
14393
|
}] } });
|
|
14330
14394
|
/**
|
|
14331
|
-
* @description Type-only wrapper for <px-
|
|
14395
|
+
* @description Type-only wrapper for <px-h1>
|
|
14332
14396
|
*/
|
|
14333
|
-
class
|
|
14397
|
+
class PxH1 {
|
|
14334
14398
|
elementRef;
|
|
14335
|
-
set
|
|
14336
|
-
this.elementRef.nativeElement['
|
|
14337
|
-
}
|
|
14338
|
-
get gridCols() {
|
|
14339
|
-
return this.elementRef.nativeElement['gridCols'];
|
|
14340
|
-
}
|
|
14341
|
-
set gridColsMobile(value) {
|
|
14342
|
-
this.elementRef.nativeElement['gridColsMobile'] = value;
|
|
14343
|
-
}
|
|
14344
|
-
get gridColsMobile() {
|
|
14345
|
-
return this.elementRef.nativeElement['gridColsMobile'];
|
|
14346
|
-
}
|
|
14347
|
-
set gridColsTablet(value) {
|
|
14348
|
-
this.elementRef.nativeElement['gridColsTablet'] = value;
|
|
14349
|
-
}
|
|
14350
|
-
get gridColsTablet() {
|
|
14351
|
-
return this.elementRef.nativeElement['gridColsTablet'];
|
|
14352
|
-
}
|
|
14353
|
-
set gridColsLaptop(value) {
|
|
14354
|
-
this.elementRef.nativeElement['gridColsLaptop'] = value;
|
|
14355
|
-
}
|
|
14356
|
-
get gridColsLaptop() {
|
|
14357
|
-
return this.elementRef.nativeElement['gridColsLaptop'];
|
|
14358
|
-
}
|
|
14359
|
-
set justifyContent(value) {
|
|
14360
|
-
this.elementRef.nativeElement['justifyContent'] = value;
|
|
14361
|
-
}
|
|
14362
|
-
get justifyContent() {
|
|
14363
|
-
return this.elementRef.nativeElement['justifyContent'];
|
|
14364
|
-
}
|
|
14365
|
-
set justifyItems(value) {
|
|
14366
|
-
this.elementRef.nativeElement['justifyItems'] = value;
|
|
14367
|
-
}
|
|
14368
|
-
get justifyItems() {
|
|
14369
|
-
return this.elementRef.nativeElement['justifyItems'];
|
|
14370
|
-
}
|
|
14371
|
-
set alignContent(value) {
|
|
14372
|
-
this.elementRef.nativeElement['alignContent'] = value;
|
|
14373
|
-
}
|
|
14374
|
-
get alignContent() {
|
|
14375
|
-
return this.elementRef.nativeElement['alignContent'];
|
|
14376
|
-
}
|
|
14377
|
-
set alignItems(value) {
|
|
14378
|
-
this.elementRef.nativeElement['alignItems'] = value;
|
|
14379
|
-
}
|
|
14380
|
-
get alignItems() {
|
|
14381
|
-
return this.elementRef.nativeElement['alignItems'];
|
|
14382
|
-
}
|
|
14383
|
-
set justifyContentMobile(value) {
|
|
14384
|
-
this.elementRef.nativeElement['justifyContentMobile'] = value;
|
|
14385
|
-
}
|
|
14386
|
-
get justifyContentMobile() {
|
|
14387
|
-
return this.elementRef.nativeElement['justifyContentMobile'];
|
|
14388
|
-
}
|
|
14389
|
-
set justifyItemsMobile(value) {
|
|
14390
|
-
this.elementRef.nativeElement['justifyItemsMobile'] = value;
|
|
14391
|
-
}
|
|
14392
|
-
get justifyItemsMobile() {
|
|
14393
|
-
return this.elementRef.nativeElement['justifyItemsMobile'];
|
|
14394
|
-
}
|
|
14395
|
-
set alignContentMobile(value) {
|
|
14396
|
-
this.elementRef.nativeElement['alignContentMobile'] = value;
|
|
14397
|
-
}
|
|
14398
|
-
get alignContentMobile() {
|
|
14399
|
-
return this.elementRef.nativeElement['alignContentMobile'];
|
|
14400
|
-
}
|
|
14401
|
-
set alignItemsMobile(value) {
|
|
14402
|
-
this.elementRef.nativeElement['alignItemsMobile'] = value;
|
|
14403
|
-
}
|
|
14404
|
-
get alignItemsMobile() {
|
|
14405
|
-
return this.elementRef.nativeElement['alignItemsMobile'];
|
|
14406
|
-
}
|
|
14407
|
-
set justifyContentTablet(value) {
|
|
14408
|
-
this.elementRef.nativeElement['justifyContentTablet'] = value;
|
|
14409
|
-
}
|
|
14410
|
-
get justifyContentTablet() {
|
|
14411
|
-
return this.elementRef.nativeElement['justifyContentTablet'];
|
|
14412
|
-
}
|
|
14413
|
-
set justifyItemsTablet(value) {
|
|
14414
|
-
this.elementRef.nativeElement['justifyItemsTablet'] = value;
|
|
14415
|
-
}
|
|
14416
|
-
get justifyItemsTablet() {
|
|
14417
|
-
return this.elementRef.nativeElement['justifyItemsTablet'];
|
|
14418
|
-
}
|
|
14419
|
-
set alignContentTablet(value) {
|
|
14420
|
-
this.elementRef.nativeElement['alignContentTablet'] = value;
|
|
14421
|
-
}
|
|
14422
|
-
get alignContentTablet() {
|
|
14423
|
-
return this.elementRef.nativeElement['alignContentTablet'];
|
|
14424
|
-
}
|
|
14425
|
-
set alignItemsTablet(value) {
|
|
14426
|
-
this.elementRef.nativeElement['alignItemsTablet'] = value;
|
|
14399
|
+
set variant(value) {
|
|
14400
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
14427
14401
|
}
|
|
14428
|
-
get
|
|
14429
|
-
return this.elementRef.nativeElement['
|
|
14402
|
+
get variant() {
|
|
14403
|
+
return this.elementRef.nativeElement['variant'];
|
|
14430
14404
|
}
|
|
14431
|
-
set
|
|
14432
|
-
this.elementRef.nativeElement['
|
|
14405
|
+
set color(value) {
|
|
14406
|
+
this.elementRef.nativeElement['color'] = value;
|
|
14433
14407
|
}
|
|
14434
|
-
get
|
|
14435
|
-
return this.elementRef.nativeElement['
|
|
14408
|
+
get color() {
|
|
14409
|
+
return this.elementRef.nativeElement['color'];
|
|
14436
14410
|
}
|
|
14437
|
-
set
|
|
14438
|
-
this.elementRef.nativeElement['
|
|
14411
|
+
set textAlign(value) {
|
|
14412
|
+
this.elementRef.nativeElement['textAlign'] = value;
|
|
14439
14413
|
}
|
|
14440
|
-
get
|
|
14441
|
-
return this.elementRef.nativeElement['
|
|
14414
|
+
get textAlign() {
|
|
14415
|
+
return this.elementRef.nativeElement['textAlign'];
|
|
14442
14416
|
}
|
|
14443
|
-
set
|
|
14444
|
-
this.elementRef.nativeElement['
|
|
14417
|
+
set textAlignMobile(value) {
|
|
14418
|
+
this.elementRef.nativeElement['textAlignMobile'] = value;
|
|
14445
14419
|
}
|
|
14446
|
-
get
|
|
14447
|
-
return this.elementRef.nativeElement['
|
|
14420
|
+
get textAlignMobile() {
|
|
14421
|
+
return this.elementRef.nativeElement['textAlignMobile'];
|
|
14448
14422
|
}
|
|
14449
|
-
set
|
|
14450
|
-
this.elementRef.nativeElement['
|
|
14423
|
+
set textAlignTablet(value) {
|
|
14424
|
+
this.elementRef.nativeElement['textAlignTablet'] = value;
|
|
14451
14425
|
}
|
|
14452
|
-
get
|
|
14453
|
-
return this.elementRef.nativeElement['
|
|
14426
|
+
get textAlignTablet() {
|
|
14427
|
+
return this.elementRef.nativeElement['textAlignTablet'];
|
|
14454
14428
|
}
|
|
14455
|
-
set
|
|
14456
|
-
this.elementRef.nativeElement['
|
|
14429
|
+
set textAlignLaptop(value) {
|
|
14430
|
+
this.elementRef.nativeElement['textAlignLaptop'] = value;
|
|
14457
14431
|
}
|
|
14458
|
-
get
|
|
14459
|
-
return this.elementRef.nativeElement['
|
|
14432
|
+
get textAlignLaptop() {
|
|
14433
|
+
return this.elementRef.nativeElement['textAlignLaptop'];
|
|
14460
14434
|
}
|
|
14461
|
-
set
|
|
14462
|
-
this.elementRef.nativeElement['
|
|
14435
|
+
set textAlignDesktop(value) {
|
|
14436
|
+
this.elementRef.nativeElement['textAlignDesktop'] = value;
|
|
14463
14437
|
}
|
|
14464
|
-
get
|
|
14465
|
-
return this.elementRef.nativeElement['
|
|
14438
|
+
get textAlignDesktop() {
|
|
14439
|
+
return this.elementRef.nativeElement['textAlignDesktop'];
|
|
14466
14440
|
}
|
|
14467
|
-
set
|
|
14468
|
-
this.elementRef.nativeElement['
|
|
14441
|
+
set inverted(value) {
|
|
14442
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
14469
14443
|
}
|
|
14470
|
-
get
|
|
14471
|
-
return this.elementRef.nativeElement['
|
|
14444
|
+
get inverted() {
|
|
14445
|
+
return this.elementRef.nativeElement['inverted'];
|
|
14472
14446
|
}
|
|
14473
|
-
set
|
|
14474
|
-
this.elementRef.nativeElement['
|
|
14447
|
+
set autoSpacing(value) {
|
|
14448
|
+
this.elementRef.nativeElement['autoSpacing'] = value;
|
|
14475
14449
|
}
|
|
14476
|
-
get
|
|
14477
|
-
return this.elementRef.nativeElement['
|
|
14450
|
+
get autoSpacing() {
|
|
14451
|
+
return this.elementRef.nativeElement['autoSpacing'];
|
|
14478
14452
|
}
|
|
14479
14453
|
set grow(value) {
|
|
14480
14454
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -14791,86 +14765,38 @@ class PxGrid {
|
|
|
14791
14765
|
constructor(elementRef) {
|
|
14792
14766
|
this.elementRef = elementRef;
|
|
14793
14767
|
}
|
|
14794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
14768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14769
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH1, selector: "px-h1", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
14796
14770
|
}
|
|
14797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
14771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH1, decorators: [{
|
|
14798
14772
|
type: Directive,
|
|
14799
14773
|
args: [{
|
|
14800
|
-
selector: 'px-
|
|
14774
|
+
selector: 'px-h1',
|
|
14801
14775
|
}]
|
|
14802
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
14803
|
-
type: Input
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
args: ['grid-cols--mobile']
|
|
14808
|
-
}], gridColsTablet: [{
|
|
14809
|
-
type: Input,
|
|
14810
|
-
args: ['grid-cols--tablet']
|
|
14811
|
-
}], gridColsLaptop: [{
|
|
14812
|
-
type: Input,
|
|
14813
|
-
args: ['grid-cols--laptop']
|
|
14814
|
-
}], justifyContent: [{
|
|
14815
|
-
type: Input,
|
|
14816
|
-
args: ['justify-content']
|
|
14817
|
-
}], justifyItems: [{
|
|
14818
|
-
type: Input,
|
|
14819
|
-
args: ['justify-items']
|
|
14820
|
-
}], alignContent: [{
|
|
14821
|
-
type: Input,
|
|
14822
|
-
args: ['align-content']
|
|
14823
|
-
}], alignItems: [{
|
|
14824
|
-
type: Input,
|
|
14825
|
-
args: ['align-items']
|
|
14826
|
-
}], justifyContentMobile: [{
|
|
14827
|
-
type: Input,
|
|
14828
|
-
args: ['justify-content--mobile']
|
|
14829
|
-
}], justifyItemsMobile: [{
|
|
14830
|
-
type: Input,
|
|
14831
|
-
args: ['justify-items--mobile']
|
|
14832
|
-
}], alignContentMobile: [{
|
|
14833
|
-
type: Input,
|
|
14834
|
-
args: ['align-content--mobile']
|
|
14835
|
-
}], alignItemsMobile: [{
|
|
14836
|
-
type: Input,
|
|
14837
|
-
args: ['align-items--mobile']
|
|
14838
|
-
}], justifyContentTablet: [{
|
|
14839
|
-
type: Input,
|
|
14840
|
-
args: ['justify-content--tablet']
|
|
14841
|
-
}], justifyItemsTablet: [{
|
|
14842
|
-
type: Input,
|
|
14843
|
-
args: ['justify-items--tablet']
|
|
14844
|
-
}], alignContentTablet: [{
|
|
14845
|
-
type: Input,
|
|
14846
|
-
args: ['align-content--tablet']
|
|
14847
|
-
}], alignItemsTablet: [{
|
|
14848
|
-
type: Input,
|
|
14849
|
-
args: ['align-items--tablet']
|
|
14850
|
-
}], justifyContentLaptop: [{
|
|
14851
|
-
type: Input,
|
|
14852
|
-
args: ['justify-content--laptop']
|
|
14853
|
-
}], justifyItemsLaptop: [{
|
|
14854
|
-
type: Input,
|
|
14855
|
-
args: ['justify-items--laptop']
|
|
14856
|
-
}], alignContentLaptop: [{
|
|
14776
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
14777
|
+
type: Input
|
|
14778
|
+
}], color: [{
|
|
14779
|
+
type: Input
|
|
14780
|
+
}], textAlign: [{
|
|
14857
14781
|
type: Input,
|
|
14858
|
-
args: ['align
|
|
14859
|
-
}],
|
|
14782
|
+
args: ['text-align']
|
|
14783
|
+
}], textAlignMobile: [{
|
|
14860
14784
|
type: Input,
|
|
14861
|
-
args: ['align
|
|
14862
|
-
}],
|
|
14785
|
+
args: ['text-align--mobile']
|
|
14786
|
+
}], textAlignTablet: [{
|
|
14863
14787
|
type: Input,
|
|
14864
|
-
args: ['
|
|
14865
|
-
}],
|
|
14788
|
+
args: ['text-align--tablet']
|
|
14789
|
+
}], textAlignLaptop: [{
|
|
14866
14790
|
type: Input,
|
|
14867
|
-
args: ['
|
|
14868
|
-
}],
|
|
14791
|
+
args: ['text-align--laptop']
|
|
14792
|
+
}], textAlignDesktop: [{
|
|
14869
14793
|
type: Input,
|
|
14870
|
-
args: ['align
|
|
14871
|
-
}],
|
|
14794
|
+
args: ['text-align--desktop']
|
|
14795
|
+
}], inverted: [{
|
|
14796
|
+
type: Input
|
|
14797
|
+
}], autoSpacing: [{
|
|
14872
14798
|
type: Input,
|
|
14873
|
-
args: ['
|
|
14799
|
+
args: ['auto-spacing']
|
|
14874
14800
|
}], grow: [{
|
|
14875
14801
|
type: Input
|
|
14876
14802
|
}], growMobile: [{
|
|
@@ -15024,9 +14950,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15024
14950
|
args: ['word-break-all--desktop']
|
|
15025
14951
|
}] } });
|
|
15026
14952
|
/**
|
|
15027
|
-
* @description Type-only wrapper for <px-
|
|
14953
|
+
* @description Type-only wrapper for <px-h2>
|
|
15028
14954
|
*/
|
|
15029
|
-
class
|
|
14955
|
+
class PxH2 {
|
|
15030
14956
|
elementRef;
|
|
15031
14957
|
set variant(value) {
|
|
15032
14958
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15397,13 +15323,13 @@ class PxH1 {
|
|
|
15397
15323
|
constructor(elementRef) {
|
|
15398
15324
|
this.elementRef = elementRef;
|
|
15399
15325
|
}
|
|
15400
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15401
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15327
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH2, selector: "px-h2", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
15402
15328
|
}
|
|
15403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH2, decorators: [{
|
|
15404
15330
|
type: Directive,
|
|
15405
15331
|
args: [{
|
|
15406
|
-
selector: 'px-
|
|
15332
|
+
selector: 'px-h2',
|
|
15407
15333
|
}]
|
|
15408
15334
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15409
15335
|
type: Input
|
|
@@ -15582,9 +15508,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15582
15508
|
args: ['word-break-all--desktop']
|
|
15583
15509
|
}] } });
|
|
15584
15510
|
/**
|
|
15585
|
-
* @description Type-only wrapper for <px-
|
|
15511
|
+
* @description Type-only wrapper for <px-h3>
|
|
15586
15512
|
*/
|
|
15587
|
-
class
|
|
15513
|
+
class PxH3 {
|
|
15588
15514
|
elementRef;
|
|
15589
15515
|
set variant(value) {
|
|
15590
15516
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -15955,13 +15881,13 @@ class PxH2 {
|
|
|
15955
15881
|
constructor(elementRef) {
|
|
15956
15882
|
this.elementRef = elementRef;
|
|
15957
15883
|
}
|
|
15958
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15959
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
15884
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15885
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH3, selector: "px-h3", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
15960
15886
|
}
|
|
15961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
15887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH3, decorators: [{
|
|
15962
15888
|
type: Directive,
|
|
15963
15889
|
args: [{
|
|
15964
|
-
selector: 'px-
|
|
15890
|
+
selector: 'px-h3',
|
|
15965
15891
|
}]
|
|
15966
15892
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
15967
15893
|
type: Input
|
|
@@ -16140,9 +16066,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16140
16066
|
args: ['word-break-all--desktop']
|
|
16141
16067
|
}] } });
|
|
16142
16068
|
/**
|
|
16143
|
-
* @description Type-only wrapper for <px-
|
|
16069
|
+
* @description Type-only wrapper for <px-h4>
|
|
16144
16070
|
*/
|
|
16145
|
-
class
|
|
16071
|
+
class PxH4 {
|
|
16146
16072
|
elementRef;
|
|
16147
16073
|
set variant(value) {
|
|
16148
16074
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -16513,13 +16439,13 @@ class PxH3 {
|
|
|
16513
16439
|
constructor(elementRef) {
|
|
16514
16440
|
this.elementRef = elementRef;
|
|
16515
16441
|
}
|
|
16516
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16517
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
16442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16443
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH4, selector: "px-h4", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
16518
16444
|
}
|
|
16519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
16445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH4, decorators: [{
|
|
16520
16446
|
type: Directive,
|
|
16521
16447
|
args: [{
|
|
16522
|
-
selector: 'px-
|
|
16448
|
+
selector: 'px-h4',
|
|
16523
16449
|
}]
|
|
16524
16450
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
16525
16451
|
type: Input
|
|
@@ -16698,9 +16624,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16698
16624
|
args: ['word-break-all--desktop']
|
|
16699
16625
|
}] } });
|
|
16700
16626
|
/**
|
|
16701
|
-
* @description Type-only wrapper for <px-
|
|
16627
|
+
* @description Type-only wrapper for <px-h5>
|
|
16702
16628
|
*/
|
|
16703
|
-
class
|
|
16629
|
+
class PxH5 {
|
|
16704
16630
|
elementRef;
|
|
16705
16631
|
set variant(value) {
|
|
16706
16632
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17071,13 +16997,13 @@ class PxH4 {
|
|
|
17071
16997
|
constructor(elementRef) {
|
|
17072
16998
|
this.elementRef = elementRef;
|
|
17073
16999
|
}
|
|
17074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17000
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17001
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH5, selector: "px-h5", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
17076
17002
|
}
|
|
17077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH5, decorators: [{
|
|
17078
17004
|
type: Directive,
|
|
17079
17005
|
args: [{
|
|
17080
|
-
selector: 'px-
|
|
17006
|
+
selector: 'px-h5',
|
|
17081
17007
|
}]
|
|
17082
17008
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17083
17009
|
type: Input
|
|
@@ -17256,9 +17182,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17256
17182
|
args: ['word-break-all--desktop']
|
|
17257
17183
|
}] } });
|
|
17258
17184
|
/**
|
|
17259
|
-
* @description Type-only wrapper for <px-
|
|
17185
|
+
* @description Type-only wrapper for <px-h6>
|
|
17260
17186
|
*/
|
|
17261
|
-
class
|
|
17187
|
+
class PxH6 {
|
|
17262
17188
|
elementRef;
|
|
17263
17189
|
set variant(value) {
|
|
17264
17190
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -17629,13 +17555,13 @@ class PxH5 {
|
|
|
17629
17555
|
constructor(elementRef) {
|
|
17630
17556
|
this.elementRef = elementRef;
|
|
17631
17557
|
}
|
|
17632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17633
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
17558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17559
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxH6, selector: "px-h6", inputs: { variant: "variant", color: "color", textAlign: ["text-align", "textAlign"], textAlignMobile: ["text-align--mobile", "textAlignMobile"], textAlignTablet: ["text-align--tablet", "textAlignTablet"], textAlignLaptop: ["text-align--laptop", "textAlignLaptop"], textAlignDesktop: ["text-align--desktop", "textAlignDesktop"], inverted: "inverted", autoSpacing: ["auto-spacing", "autoSpacing"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
17634
17560
|
}
|
|
17635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
17561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxH6, decorators: [{
|
|
17636
17562
|
type: Directive,
|
|
17637
17563
|
args: [{
|
|
17638
|
-
selector: 'px-
|
|
17564
|
+
selector: 'px-h6',
|
|
17639
17565
|
}]
|
|
17640
17566
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
17641
17567
|
type: Input
|
|
@@ -17814,63 +17740,119 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
17814
17740
|
args: ['word-break-all--desktop']
|
|
17815
17741
|
}] } });
|
|
17816
17742
|
/**
|
|
17817
|
-
* @description Type-only wrapper for <px-
|
|
17743
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
17818
17744
|
*/
|
|
17819
|
-
class
|
|
17745
|
+
class PxHeadingGroup {
|
|
17820
17746
|
elementRef;
|
|
17821
|
-
|
|
17822
|
-
this.elementRef
|
|
17747
|
+
constructor(elementRef) {
|
|
17748
|
+
this.elementRef = elementRef;
|
|
17823
17749
|
}
|
|
17824
|
-
|
|
17825
|
-
|
|
17750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17751
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
17752
|
+
}
|
|
17753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
17754
|
+
type: Directive,
|
|
17755
|
+
args: [{
|
|
17756
|
+
selector: 'px-heading-group',
|
|
17757
|
+
}]
|
|
17758
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
17759
|
+
/**
|
|
17760
|
+
* @description Type-only wrapper for <px-img>
|
|
17761
|
+
*/
|
|
17762
|
+
class PxImg {
|
|
17763
|
+
elementRef;
|
|
17764
|
+
/** The URL of the image. */
|
|
17765
|
+
set src(value) {
|
|
17766
|
+
this.elementRef.nativeElement['src'] = value;
|
|
17826
17767
|
}
|
|
17827
|
-
|
|
17828
|
-
this.elementRef.nativeElement['
|
|
17768
|
+
get src() {
|
|
17769
|
+
return this.elementRef.nativeElement['src'];
|
|
17829
17770
|
}
|
|
17830
|
-
|
|
17831
|
-
|
|
17771
|
+
/** The alternative text for the image. */
|
|
17772
|
+
set alt(value) {
|
|
17773
|
+
this.elementRef.nativeElement['alt'] = value;
|
|
17832
17774
|
}
|
|
17833
|
-
|
|
17834
|
-
this.elementRef.nativeElement['
|
|
17775
|
+
get alt() {
|
|
17776
|
+
return this.elementRef.nativeElement['alt'];
|
|
17835
17777
|
}
|
|
17836
|
-
|
|
17837
|
-
|
|
17778
|
+
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
17779
|
+
set loading(value) {
|
|
17780
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
17838
17781
|
}
|
|
17839
|
-
|
|
17840
|
-
this.elementRef.nativeElement['
|
|
17782
|
+
get loading() {
|
|
17783
|
+
return this.elementRef.nativeElement['loading'];
|
|
17841
17784
|
}
|
|
17842
|
-
|
|
17843
|
-
|
|
17785
|
+
set borderRadius(value) {
|
|
17786
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
17844
17787
|
}
|
|
17845
|
-
|
|
17846
|
-
this.elementRef.nativeElement['
|
|
17788
|
+
get borderRadius() {
|
|
17789
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
17847
17790
|
}
|
|
17848
|
-
|
|
17849
|
-
|
|
17791
|
+
set noBorderRadius(value) {
|
|
17792
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
17850
17793
|
}
|
|
17851
|
-
|
|
17852
|
-
this.elementRef.nativeElement['
|
|
17794
|
+
get noBorderRadius() {
|
|
17795
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
17853
17796
|
}
|
|
17854
|
-
|
|
17855
|
-
|
|
17797
|
+
set noBorderRadiusMobile(value) {
|
|
17798
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
17856
17799
|
}
|
|
17857
|
-
|
|
17858
|
-
this.elementRef.nativeElement['
|
|
17800
|
+
get noBorderRadiusMobile() {
|
|
17801
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
17859
17802
|
}
|
|
17860
|
-
|
|
17861
|
-
|
|
17803
|
+
set noBorderRadiusTablet(value) {
|
|
17804
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
17862
17805
|
}
|
|
17863
|
-
|
|
17864
|
-
this.elementRef.nativeElement['
|
|
17806
|
+
get noBorderRadiusTablet() {
|
|
17807
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
17865
17808
|
}
|
|
17866
|
-
|
|
17867
|
-
|
|
17809
|
+
set noBorderRadiusLaptop(value) {
|
|
17810
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
17868
17811
|
}
|
|
17869
|
-
|
|
17870
|
-
this.elementRef.nativeElement['
|
|
17812
|
+
get noBorderRadiusLaptop() {
|
|
17813
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
17871
17814
|
}
|
|
17872
|
-
|
|
17873
|
-
|
|
17815
|
+
set width(value) {
|
|
17816
|
+
this.elementRef.nativeElement['width'] = value;
|
|
17817
|
+
}
|
|
17818
|
+
get width() {
|
|
17819
|
+
return this.elementRef.nativeElement['width'];
|
|
17820
|
+
}
|
|
17821
|
+
set widthMobile(value) {
|
|
17822
|
+
this.elementRef.nativeElement['widthMobile'] = value;
|
|
17823
|
+
}
|
|
17824
|
+
get widthMobile() {
|
|
17825
|
+
return this.elementRef.nativeElement['widthMobile'];
|
|
17826
|
+
}
|
|
17827
|
+
set widthTablet(value) {
|
|
17828
|
+
this.elementRef.nativeElement['widthTablet'] = value;
|
|
17829
|
+
}
|
|
17830
|
+
get widthTablet() {
|
|
17831
|
+
return this.elementRef.nativeElement['widthTablet'];
|
|
17832
|
+
}
|
|
17833
|
+
set widthLaptop(value) {
|
|
17834
|
+
this.elementRef.nativeElement['widthLaptop'] = value;
|
|
17835
|
+
}
|
|
17836
|
+
get widthLaptop() {
|
|
17837
|
+
return this.elementRef.nativeElement['widthLaptop'];
|
|
17838
|
+
}
|
|
17839
|
+
set widthDesktop(value) {
|
|
17840
|
+
this.elementRef.nativeElement['widthDesktop'] = value;
|
|
17841
|
+
}
|
|
17842
|
+
get widthDesktop() {
|
|
17843
|
+
return this.elementRef.nativeElement['widthDesktop'];
|
|
17844
|
+
}
|
|
17845
|
+
set cover(value) {
|
|
17846
|
+
this.elementRef.nativeElement['cover'] = value;
|
|
17847
|
+
}
|
|
17848
|
+
get cover() {
|
|
17849
|
+
return this.elementRef.nativeElement['cover'];
|
|
17850
|
+
}
|
|
17851
|
+
set disabled(value) {
|
|
17852
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
17853
|
+
}
|
|
17854
|
+
get disabled() {
|
|
17855
|
+
return this.elementRef.nativeElement['disabled'];
|
|
17874
17856
|
}
|
|
17875
17857
|
set grow(value) {
|
|
17876
17858
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -18187,38 +18169,53 @@ class PxH6 {
|
|
|
18187
18169
|
constructor(elementRef) {
|
|
18188
18170
|
this.elementRef = elementRef;
|
|
18189
18171
|
}
|
|
18190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18191
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18172
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18173
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxImg, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
18192
18174
|
}
|
|
18193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxImg, decorators: [{
|
|
18194
18176
|
type: Directive,
|
|
18195
18177
|
args: [{
|
|
18196
|
-
selector: 'px-
|
|
18178
|
+
selector: 'px-img',
|
|
18197
18179
|
}]
|
|
18198
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18180
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
|
|
18199
18181
|
type: Input
|
|
18200
|
-
}],
|
|
18182
|
+
}], alt: [{
|
|
18201
18183
|
type: Input
|
|
18202
|
-
}],
|
|
18184
|
+
}], loading: [{
|
|
18185
|
+
type: Input
|
|
18186
|
+
}], borderRadius: [{
|
|
18203
18187
|
type: Input,
|
|
18204
|
-
args: ['
|
|
18205
|
-
}],
|
|
18188
|
+
args: ['border-radius']
|
|
18189
|
+
}], noBorderRadius: [{
|
|
18206
18190
|
type: Input,
|
|
18207
|
-
args: ['
|
|
18208
|
-
}],
|
|
18191
|
+
args: ['no-border-radius']
|
|
18192
|
+
}], noBorderRadiusMobile: [{
|
|
18209
18193
|
type: Input,
|
|
18210
|
-
args: ['
|
|
18211
|
-
}],
|
|
18194
|
+
args: ['no-border-radius--mobile']
|
|
18195
|
+
}], noBorderRadiusTablet: [{
|
|
18212
18196
|
type: Input,
|
|
18213
|
-
args: ['
|
|
18214
|
-
}],
|
|
18197
|
+
args: ['no-border-radius--tablet']
|
|
18198
|
+
}], noBorderRadiusLaptop: [{
|
|
18215
18199
|
type: Input,
|
|
18216
|
-
args: ['
|
|
18217
|
-
}],
|
|
18200
|
+
args: ['no-border-radius--laptop']
|
|
18201
|
+
}], width: [{
|
|
18218
18202
|
type: Input
|
|
18219
|
-
}],
|
|
18203
|
+
}], widthMobile: [{
|
|
18220
18204
|
type: Input,
|
|
18221
|
-
args: ['
|
|
18205
|
+
args: ['width--mobile']
|
|
18206
|
+
}], widthTablet: [{
|
|
18207
|
+
type: Input,
|
|
18208
|
+
args: ['width--tablet']
|
|
18209
|
+
}], widthLaptop: [{
|
|
18210
|
+
type: Input,
|
|
18211
|
+
args: ['width--laptop']
|
|
18212
|
+
}], widthDesktop: [{
|
|
18213
|
+
type: Input,
|
|
18214
|
+
args: ['width--desktop']
|
|
18215
|
+
}], cover: [{
|
|
18216
|
+
type: Input
|
|
18217
|
+
}], disabled: [{
|
|
18218
|
+
type: Input
|
|
18222
18219
|
}], grow: [{
|
|
18223
18220
|
type: Input
|
|
18224
18221
|
}], growMobile: [{
|
|
@@ -18372,47 +18369,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
18372
18369
|
args: ['word-break-all--desktop']
|
|
18373
18370
|
}] } });
|
|
18374
18371
|
/**
|
|
18375
|
-
* @description Type-only wrapper for <px-
|
|
18376
|
-
*/
|
|
18377
|
-
class PxHeadingGroup {
|
|
18378
|
-
elementRef;
|
|
18379
|
-
constructor(elementRef) {
|
|
18380
|
-
this.elementRef = elementRef;
|
|
18381
|
-
}
|
|
18382
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18383
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
18384
|
-
}
|
|
18385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
18386
|
-
type: Directive,
|
|
18387
|
-
args: [{
|
|
18388
|
-
selector: 'px-heading-group',
|
|
18389
|
-
}]
|
|
18390
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
18391
|
-
/**
|
|
18392
|
-
* @description Type-only wrapper for <px-img>
|
|
18372
|
+
* @description Type-only wrapper for <px-picture>
|
|
18393
18373
|
*/
|
|
18394
|
-
class
|
|
18374
|
+
class PxPicture {
|
|
18395
18375
|
elementRef;
|
|
18396
|
-
|
|
18397
|
-
|
|
18398
|
-
this.elementRef.nativeElement['src'] = value;
|
|
18376
|
+
set loading(value) {
|
|
18377
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18399
18378
|
}
|
|
18400
|
-
get
|
|
18401
|
-
return this.elementRef.nativeElement['
|
|
18379
|
+
get loading() {
|
|
18380
|
+
return this.elementRef.nativeElement['loading'];
|
|
18402
18381
|
}
|
|
18403
|
-
/** The alternative text for the image. */
|
|
18404
18382
|
set alt(value) {
|
|
18405
18383
|
this.elementRef.nativeElement['alt'] = value;
|
|
18406
18384
|
}
|
|
18407
18385
|
get alt() {
|
|
18408
18386
|
return this.elementRef.nativeElement['alt'];
|
|
18409
18387
|
}
|
|
18410
|
-
|
|
18411
|
-
|
|
18412
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
18388
|
+
set src(value) {
|
|
18389
|
+
this.elementRef.nativeElement['src'] = value;
|
|
18413
18390
|
}
|
|
18414
|
-
get
|
|
18415
|
-
return this.elementRef.nativeElement['
|
|
18391
|
+
get src() {
|
|
18392
|
+
return this.elementRef.nativeElement['src'];
|
|
18416
18393
|
}
|
|
18417
18394
|
set borderRadius(value) {
|
|
18418
18395
|
this.elementRef.nativeElement['borderRadius'] = value;
|
|
@@ -18801,19 +18778,19 @@ class PxImg {
|
|
|
18801
18778
|
constructor(elementRef) {
|
|
18802
18779
|
this.elementRef = elementRef;
|
|
18803
18780
|
}
|
|
18804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18805
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
18781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18782
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPicture, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
18806
18783
|
}
|
|
18807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
18784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPicture, decorators: [{
|
|
18808
18785
|
type: Directive,
|
|
18809
18786
|
args: [{
|
|
18810
|
-
selector: 'px-
|
|
18787
|
+
selector: 'px-picture',
|
|
18811
18788
|
}]
|
|
18812
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18789
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
|
|
18813
18790
|
type: Input
|
|
18814
18791
|
}], alt: [{
|
|
18815
18792
|
type: Input
|
|
18816
|
-
}],
|
|
18793
|
+
}], src: [{
|
|
18817
18794
|
type: Input
|
|
18818
18795
|
}], borderRadius: [{
|
|
18819
18796
|
type: Input,
|
|
@@ -19001,99 +18978,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
19001
18978
|
args: ['word-break-all--desktop']
|
|
19002
18979
|
}] } });
|
|
19003
18980
|
/**
|
|
19004
|
-
* @description Type-only wrapper for <px-
|
|
18981
|
+
* @description Type-only wrapper for <px-input>
|
|
19005
18982
|
*/
|
|
19006
|
-
class
|
|
18983
|
+
class PxInput {
|
|
19007
18984
|
elementRef;
|
|
19008
|
-
set
|
|
19009
|
-
this.elementRef.nativeElement['
|
|
19010
|
-
}
|
|
19011
|
-
get loading() {
|
|
19012
|
-
return this.elementRef.nativeElement['loading'];
|
|
19013
|
-
}
|
|
19014
|
-
set alt(value) {
|
|
19015
|
-
this.elementRef.nativeElement['alt'] = value;
|
|
19016
|
-
}
|
|
19017
|
-
get alt() {
|
|
19018
|
-
return this.elementRef.nativeElement['alt'];
|
|
19019
|
-
}
|
|
19020
|
-
set src(value) {
|
|
19021
|
-
this.elementRef.nativeElement['src'] = value;
|
|
19022
|
-
}
|
|
19023
|
-
get src() {
|
|
19024
|
-
return this.elementRef.nativeElement['src'];
|
|
19025
|
-
}
|
|
19026
|
-
set borderRadius(value) {
|
|
19027
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
19028
|
-
}
|
|
19029
|
-
get borderRadius() {
|
|
19030
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
19031
|
-
}
|
|
19032
|
-
set noBorderRadius(value) {
|
|
19033
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
19034
|
-
}
|
|
19035
|
-
get noBorderRadius() {
|
|
19036
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
19037
|
-
}
|
|
19038
|
-
set noBorderRadiusMobile(value) {
|
|
19039
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
19040
|
-
}
|
|
19041
|
-
get noBorderRadiusMobile() {
|
|
19042
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
19043
|
-
}
|
|
19044
|
-
set noBorderRadiusTablet(value) {
|
|
19045
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
19046
|
-
}
|
|
19047
|
-
get noBorderRadiusTablet() {
|
|
19048
|
-
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
19049
|
-
}
|
|
19050
|
-
set noBorderRadiusLaptop(value) {
|
|
19051
|
-
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
19052
|
-
}
|
|
19053
|
-
get noBorderRadiusLaptop() {
|
|
19054
|
-
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
19055
|
-
}
|
|
19056
|
-
set width(value) {
|
|
19057
|
-
this.elementRef.nativeElement['width'] = value;
|
|
19058
|
-
}
|
|
19059
|
-
get width() {
|
|
19060
|
-
return this.elementRef.nativeElement['width'];
|
|
19061
|
-
}
|
|
19062
|
-
set widthMobile(value) {
|
|
19063
|
-
this.elementRef.nativeElement['widthMobile'] = value;
|
|
18985
|
+
set state(value) {
|
|
18986
|
+
this.elementRef.nativeElement['state'] = value;
|
|
19064
18987
|
}
|
|
19065
|
-
get
|
|
19066
|
-
return this.elementRef.nativeElement['
|
|
18988
|
+
get state() {
|
|
18989
|
+
return this.elementRef.nativeElement['state'];
|
|
19067
18990
|
}
|
|
19068
|
-
set
|
|
19069
|
-
this.elementRef.nativeElement['
|
|
18991
|
+
set extended(value) {
|
|
18992
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
19070
18993
|
}
|
|
19071
|
-
get
|
|
19072
|
-
return this.elementRef.nativeElement['
|
|
18994
|
+
get extended() {
|
|
18995
|
+
return this.elementRef.nativeElement['extended'];
|
|
19073
18996
|
}
|
|
19074
|
-
set
|
|
19075
|
-
this.elementRef.nativeElement['
|
|
18997
|
+
set extendedMobile(value) {
|
|
18998
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
19076
18999
|
}
|
|
19077
|
-
get
|
|
19078
|
-
return this.elementRef.nativeElement['
|
|
19000
|
+
get extendedMobile() {
|
|
19001
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
19079
19002
|
}
|
|
19080
|
-
set
|
|
19081
|
-
this.elementRef.nativeElement['
|
|
19003
|
+
set extendedTablet(value) {
|
|
19004
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
19082
19005
|
}
|
|
19083
|
-
get
|
|
19084
|
-
return this.elementRef.nativeElement['
|
|
19006
|
+
get extendedTablet() {
|
|
19007
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
19085
19008
|
}
|
|
19086
|
-
set
|
|
19087
|
-
this.elementRef.nativeElement['
|
|
19009
|
+
set extendedLaptop(value) {
|
|
19010
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
19088
19011
|
}
|
|
19089
|
-
get
|
|
19090
|
-
return this.elementRef.nativeElement['
|
|
19012
|
+
get extendedLaptop() {
|
|
19013
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
19091
19014
|
}
|
|
19092
|
-
set
|
|
19093
|
-
this.elementRef.nativeElement['
|
|
19015
|
+
set extendedDesktop(value) {
|
|
19016
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
19094
19017
|
}
|
|
19095
|
-
get
|
|
19096
|
-
return this.elementRef.nativeElement['
|
|
19018
|
+
get extendedDesktop() {
|
|
19019
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
19097
19020
|
}
|
|
19098
19021
|
set grow(value) {
|
|
19099
19022
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -19407,56 +19330,37 @@ class PxPicture {
|
|
|
19407
19330
|
get wordBreakAllDesktop() {
|
|
19408
19331
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
19409
19332
|
}
|
|
19333
|
+
event = new EventEmitter();
|
|
19410
19334
|
constructor(elementRef) {
|
|
19411
19335
|
this.elementRef = elementRef;
|
|
19336
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
19337
|
+
this.event.emit(e.detail);
|
|
19338
|
+
});
|
|
19412
19339
|
}
|
|
19413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19414
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19340
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19341
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxInput, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
19415
19342
|
}
|
|
19416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxInput, decorators: [{
|
|
19417
19344
|
type: Directive,
|
|
19418
19345
|
args: [{
|
|
19419
|
-
selector: 'px-
|
|
19346
|
+
selector: 'px-input',
|
|
19420
19347
|
}]
|
|
19421
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
19422
|
-
type: Input
|
|
19423
|
-
}], alt: [{
|
|
19424
|
-
type: Input
|
|
19425
|
-
}], src: [{
|
|
19348
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
19426
19349
|
type: Input
|
|
19427
|
-
}],
|
|
19428
|
-
type: Input,
|
|
19429
|
-
args: ['border-radius']
|
|
19430
|
-
}], noBorderRadius: [{
|
|
19431
|
-
type: Input,
|
|
19432
|
-
args: ['no-border-radius']
|
|
19433
|
-
}], noBorderRadiusMobile: [{
|
|
19434
|
-
type: Input,
|
|
19435
|
-
args: ['no-border-radius--mobile']
|
|
19436
|
-
}], noBorderRadiusTablet: [{
|
|
19437
|
-
type: Input,
|
|
19438
|
-
args: ['no-border-radius--tablet']
|
|
19439
|
-
}], noBorderRadiusLaptop: [{
|
|
19440
|
-
type: Input,
|
|
19441
|
-
args: ['no-border-radius--laptop']
|
|
19442
|
-
}], width: [{
|
|
19350
|
+
}], extended: [{
|
|
19443
19351
|
type: Input
|
|
19444
|
-
}],
|
|
19352
|
+
}], extendedMobile: [{
|
|
19445
19353
|
type: Input,
|
|
19446
|
-
args: ['
|
|
19447
|
-
}],
|
|
19354
|
+
args: ['extended--mobile']
|
|
19355
|
+
}], extendedTablet: [{
|
|
19448
19356
|
type: Input,
|
|
19449
|
-
args: ['
|
|
19450
|
-
}],
|
|
19357
|
+
args: ['extended--tablet']
|
|
19358
|
+
}], extendedLaptop: [{
|
|
19451
19359
|
type: Input,
|
|
19452
|
-
args: ['
|
|
19453
|
-
}],
|
|
19360
|
+
args: ['extended--laptop']
|
|
19361
|
+
}], extendedDesktop: [{
|
|
19454
19362
|
type: Input,
|
|
19455
|
-
args: ['
|
|
19456
|
-
}], cover: [{
|
|
19457
|
-
type: Input
|
|
19458
|
-
}], disabled: [{
|
|
19459
|
-
type: Input
|
|
19363
|
+
args: ['extended--desktop']
|
|
19460
19364
|
}], grow: [{
|
|
19461
19365
|
type: Input
|
|
19462
19366
|
}], growMobile: [{
|
|
@@ -19608,11 +19512,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
19608
19512
|
}], wordBreakAllDesktop: [{
|
|
19609
19513
|
type: Input,
|
|
19610
19514
|
args: ['word-break-all--desktop']
|
|
19515
|
+
}], event: [{
|
|
19516
|
+
type: Output
|
|
19611
19517
|
}] } });
|
|
19612
19518
|
/**
|
|
19613
|
-
* @description Type-only wrapper for <px-
|
|
19519
|
+
* @description Type-only wrapper for <px-select>
|
|
19614
19520
|
*/
|
|
19615
|
-
class
|
|
19521
|
+
class PxSelect {
|
|
19616
19522
|
elementRef;
|
|
19617
19523
|
set state(value) {
|
|
19618
19524
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -19969,13 +19875,13 @@ class PxInput {
|
|
|
19969
19875
|
this.event.emit(e.detail);
|
|
19970
19876
|
});
|
|
19971
19877
|
}
|
|
19972
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19973
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
19878
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19879
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelect, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
19974
19880
|
}
|
|
19975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
19881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelect, decorators: [{
|
|
19976
19882
|
type: Directive,
|
|
19977
19883
|
args: [{
|
|
19978
|
-
selector: 'px-
|
|
19884
|
+
selector: 'px-select',
|
|
19979
19885
|
}]
|
|
19980
19886
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
19981
19887
|
type: Input
|
|
@@ -20148,9 +20054,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20148
20054
|
type: Output
|
|
20149
20055
|
}] } });
|
|
20150
20056
|
/**
|
|
20151
|
-
* @description Type-only wrapper for <px-
|
|
20057
|
+
* @description Type-only wrapper for <px-textarea>
|
|
20152
20058
|
*/
|
|
20153
|
-
class
|
|
20059
|
+
class PxTextarea {
|
|
20154
20060
|
elementRef;
|
|
20155
20061
|
set state(value) {
|
|
20156
20062
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20507,13 +20413,13 @@ class PxSelect {
|
|
|
20507
20413
|
this.event.emit(e.detail);
|
|
20508
20414
|
});
|
|
20509
20415
|
}
|
|
20510
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20511
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20417
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTextarea, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20512
20418
|
}
|
|
20513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTextarea, decorators: [{
|
|
20514
20420
|
type: Directive,
|
|
20515
20421
|
args: [{
|
|
20516
|
-
selector: 'px-
|
|
20422
|
+
selector: 'px-textarea',
|
|
20517
20423
|
}]
|
|
20518
20424
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
20519
20425
|
type: Input
|
|
@@ -20686,9 +20592,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20686
20592
|
type: Output
|
|
20687
20593
|
}] } });
|
|
20688
20594
|
/**
|
|
20689
|
-
* @description Type-only wrapper for <px-
|
|
20595
|
+
* @description Type-only wrapper for <px-fileupload>
|
|
20690
20596
|
*/
|
|
20691
|
-
class
|
|
20597
|
+
class PxFileupload {
|
|
20692
20598
|
elementRef;
|
|
20693
20599
|
set state(value) {
|
|
20694
20600
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -21045,13 +20951,13 @@ class PxTextarea {
|
|
|
21045
20951
|
this.event.emit(e.detail);
|
|
21046
20952
|
});
|
|
21047
20953
|
}
|
|
21048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21049
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
20954
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20955
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxFileupload, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21050
20956
|
}
|
|
21051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
20957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21052
20958
|
type: Directive,
|
|
21053
20959
|
args: [{
|
|
21054
|
-
selector: 'px-
|
|
20960
|
+
selector: 'px-fileupload',
|
|
21055
20961
|
}]
|
|
21056
20962
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
21057
20963
|
type: Input
|
|
@@ -21224,45 +21130,111 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21224
21130
|
type: Output
|
|
21225
21131
|
}] } });
|
|
21226
21132
|
/**
|
|
21227
|
-
* @description Type-only wrapper for <px-
|
|
21133
|
+
* @description Type-only wrapper for <px-content-header>
|
|
21228
21134
|
*/
|
|
21229
|
-
class
|
|
21135
|
+
class PxContentHeader {
|
|
21230
21136
|
elementRef;
|
|
21231
|
-
set
|
|
21232
|
-
this.elementRef.nativeElement['
|
|
21137
|
+
set backgroundColor(value) {
|
|
21138
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
21233
21139
|
}
|
|
21234
|
-
get
|
|
21235
|
-
return this.elementRef.nativeElement['
|
|
21140
|
+
get backgroundColor() {
|
|
21141
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
21236
21142
|
}
|
|
21237
|
-
set
|
|
21238
|
-
this.elementRef.nativeElement['
|
|
21143
|
+
set backgroundGradient(value) {
|
|
21144
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
21239
21145
|
}
|
|
21240
|
-
get
|
|
21241
|
-
return this.elementRef.nativeElement['
|
|
21146
|
+
get backgroundGradient() {
|
|
21147
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
21242
21148
|
}
|
|
21243
|
-
set
|
|
21244
|
-
this.elementRef.nativeElement['
|
|
21149
|
+
set backgroundImage(value) {
|
|
21150
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
21245
21151
|
}
|
|
21246
|
-
get
|
|
21247
|
-
return this.elementRef.nativeElement['
|
|
21152
|
+
get backgroundImage() {
|
|
21153
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
21248
21154
|
}
|
|
21249
|
-
set
|
|
21250
|
-
this.elementRef.nativeElement['
|
|
21155
|
+
set backgroundImageMobile(value) {
|
|
21156
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
21251
21157
|
}
|
|
21252
|
-
get
|
|
21253
|
-
return this.elementRef.nativeElement['
|
|
21158
|
+
get backgroundImageMobile() {
|
|
21159
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
21254
21160
|
}
|
|
21255
|
-
set
|
|
21256
|
-
this.elementRef.nativeElement['
|
|
21161
|
+
set backgroundImageTablet(value) {
|
|
21162
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
21257
21163
|
}
|
|
21258
|
-
get
|
|
21259
|
-
return this.elementRef.nativeElement['
|
|
21164
|
+
get backgroundImageTablet() {
|
|
21165
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
21260
21166
|
}
|
|
21261
|
-
set
|
|
21262
|
-
this.elementRef.nativeElement['
|
|
21167
|
+
set backgroundImageLaptop(value) {
|
|
21168
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
21263
21169
|
}
|
|
21264
|
-
get
|
|
21265
|
-
return this.elementRef.nativeElement['
|
|
21170
|
+
get backgroundImageLaptop() {
|
|
21171
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
21172
|
+
}
|
|
21173
|
+
set backgroundSize(value) {
|
|
21174
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
21175
|
+
}
|
|
21176
|
+
get backgroundSize() {
|
|
21177
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
21178
|
+
}
|
|
21179
|
+
set backgroundPosition(value) {
|
|
21180
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
21181
|
+
}
|
|
21182
|
+
get backgroundPosition() {
|
|
21183
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
21184
|
+
}
|
|
21185
|
+
set contrastHelperGradient(value) {
|
|
21186
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
21187
|
+
}
|
|
21188
|
+
get contrastHelperGradient() {
|
|
21189
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
21190
|
+
}
|
|
21191
|
+
set contrastHelperOverlay(value) {
|
|
21192
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
21193
|
+
}
|
|
21194
|
+
get contrastHelperOverlay() {
|
|
21195
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
21196
|
+
}
|
|
21197
|
+
set minHeight(value) {
|
|
21198
|
+
this.elementRef.nativeElement['minHeight'] = value;
|
|
21199
|
+
}
|
|
21200
|
+
get minHeight() {
|
|
21201
|
+
return this.elementRef.nativeElement['minHeight'];
|
|
21202
|
+
}
|
|
21203
|
+
set hasGridding(value) {
|
|
21204
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
21205
|
+
}
|
|
21206
|
+
get hasGridding() {
|
|
21207
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
21208
|
+
}
|
|
21209
|
+
set hasGriddingMobile(value) {
|
|
21210
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
21211
|
+
}
|
|
21212
|
+
get hasGriddingMobile() {
|
|
21213
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
21214
|
+
}
|
|
21215
|
+
set hasGriddingTablet(value) {
|
|
21216
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
21217
|
+
}
|
|
21218
|
+
get hasGriddingTablet() {
|
|
21219
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
21220
|
+
}
|
|
21221
|
+
set hasGriddingLaptop(value) {
|
|
21222
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
21223
|
+
}
|
|
21224
|
+
get hasGriddingLaptop() {
|
|
21225
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
21226
|
+
}
|
|
21227
|
+
set hasGriddingDesktop(value) {
|
|
21228
|
+
this.elementRef.nativeElement['hasGriddingDesktop'] = value;
|
|
21229
|
+
}
|
|
21230
|
+
get hasGriddingDesktop() {
|
|
21231
|
+
return this.elementRef.nativeElement['hasGriddingDesktop'];
|
|
21232
|
+
}
|
|
21233
|
+
set inverted(value) {
|
|
21234
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
21235
|
+
}
|
|
21236
|
+
get inverted() {
|
|
21237
|
+
return this.elementRef.nativeElement['inverted'];
|
|
21266
21238
|
}
|
|
21267
21239
|
set grow(value) {
|
|
21268
21240
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21576,37 +21548,67 @@ class PxFileupload {
|
|
|
21576
21548
|
get wordBreakAllDesktop() {
|
|
21577
21549
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
21578
21550
|
}
|
|
21579
|
-
event = new EventEmitter();
|
|
21580
21551
|
constructor(elementRef) {
|
|
21581
21552
|
this.elementRef = elementRef;
|
|
21582
|
-
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
21583
|
-
this.event.emit(e.detail);
|
|
21584
|
-
});
|
|
21585
21553
|
}
|
|
21586
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21587
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
21554
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21555
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxContentHeader, selector: "px-content-header", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], minHeight: ["min-height", "minHeight"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], hasGriddingDesktop: ["has-gridding--desktop", "hasGriddingDesktop"], inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
21588
21556
|
}
|
|
21589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
21557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxContentHeader, decorators: [{
|
|
21590
21558
|
type: Directive,
|
|
21591
21559
|
args: [{
|
|
21592
|
-
selector: 'px-
|
|
21560
|
+
selector: 'px-content-header',
|
|
21593
21561
|
}]
|
|
21594
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21595
|
-
type: Input
|
|
21596
|
-
}], extended: [{
|
|
21597
|
-
type: Input
|
|
21598
|
-
}], extendedMobile: [{
|
|
21562
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
21599
21563
|
type: Input,
|
|
21600
|
-
args: ['
|
|
21601
|
-
}],
|
|
21564
|
+
args: ['background-color']
|
|
21565
|
+
}], backgroundGradient: [{
|
|
21602
21566
|
type: Input,
|
|
21603
|
-
args: ['
|
|
21604
|
-
}],
|
|
21567
|
+
args: ['background-gradient']
|
|
21568
|
+
}], backgroundImage: [{
|
|
21605
21569
|
type: Input,
|
|
21606
|
-
args: ['
|
|
21607
|
-
}],
|
|
21570
|
+
args: ['background-image']
|
|
21571
|
+
}], backgroundImageMobile: [{
|
|
21608
21572
|
type: Input,
|
|
21609
|
-
args: ['
|
|
21573
|
+
args: ['background-image--mobile']
|
|
21574
|
+
}], backgroundImageTablet: [{
|
|
21575
|
+
type: Input,
|
|
21576
|
+
args: ['background-image--tablet']
|
|
21577
|
+
}], backgroundImageLaptop: [{
|
|
21578
|
+
type: Input,
|
|
21579
|
+
args: ['background-image--laptop']
|
|
21580
|
+
}], backgroundSize: [{
|
|
21581
|
+
type: Input,
|
|
21582
|
+
args: ['background-size']
|
|
21583
|
+
}], backgroundPosition: [{
|
|
21584
|
+
type: Input,
|
|
21585
|
+
args: ['background-position']
|
|
21586
|
+
}], contrastHelperGradient: [{
|
|
21587
|
+
type: Input,
|
|
21588
|
+
args: ['contrast-helper-gradient']
|
|
21589
|
+
}], contrastHelperOverlay: [{
|
|
21590
|
+
type: Input,
|
|
21591
|
+
args: ['contrast-helper-overlay']
|
|
21592
|
+
}], minHeight: [{
|
|
21593
|
+
type: Input,
|
|
21594
|
+
args: ['min-height']
|
|
21595
|
+
}], hasGridding: [{
|
|
21596
|
+
type: Input,
|
|
21597
|
+
args: ['has-gridding']
|
|
21598
|
+
}], hasGriddingMobile: [{
|
|
21599
|
+
type: Input,
|
|
21600
|
+
args: ['has-gridding--mobile']
|
|
21601
|
+
}], hasGriddingTablet: [{
|
|
21602
|
+
type: Input,
|
|
21603
|
+
args: ['has-gridding--tablet']
|
|
21604
|
+
}], hasGriddingLaptop: [{
|
|
21605
|
+
type: Input,
|
|
21606
|
+
args: ['has-gridding--laptop']
|
|
21607
|
+
}], hasGriddingDesktop: [{
|
|
21608
|
+
type: Input,
|
|
21609
|
+
args: ['has-gridding--desktop']
|
|
21610
|
+
}], inverted: [{
|
|
21611
|
+
type: Input
|
|
21610
21612
|
}], grow: [{
|
|
21611
21613
|
type: Input
|
|
21612
21614
|
}], growMobile: [{
|
|
@@ -21758,8 +21760,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
21758
21760
|
}], wordBreakAllDesktop: [{
|
|
21759
21761
|
type: Input,
|
|
21760
21762
|
args: ['word-break-all--desktop']
|
|
21761
|
-
}], event: [{
|
|
21762
|
-
type: Output
|
|
21763
21763
|
}] } });
|
|
21764
21764
|
/**
|
|
21765
21765
|
* @description Type-only wrapper for <px-page>
|
|
@@ -35740,41 +35740,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
35740
35740
|
}], CLOSE_EVENT: [{
|
|
35741
35741
|
type: Output
|
|
35742
35742
|
}] } });
|
|
35743
|
-
/**
|
|
35744
|
-
* @description Type-only wrapper for <px-sticky-container>
|
|
35745
|
-
*/
|
|
35746
|
-
class PxStickyContainer {
|
|
35747
|
-
elementRef;
|
|
35748
|
-
set offsetLeft(value) {
|
|
35749
|
-
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
35750
|
-
}
|
|
35751
|
-
get offsetLeft() {
|
|
35752
|
-
return this.elementRef.nativeElement['offsetLeft'];
|
|
35753
|
-
}
|
|
35754
|
-
set offsetRight(value) {
|
|
35755
|
-
this.elementRef.nativeElement['offsetRight'] = value;
|
|
35756
|
-
}
|
|
35757
|
-
get offsetRight() {
|
|
35758
|
-
return this.elementRef.nativeElement['offsetRight'];
|
|
35759
|
-
}
|
|
35760
|
-
constructor(elementRef) {
|
|
35761
|
-
this.elementRef = elementRef;
|
|
35762
|
-
}
|
|
35763
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35764
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
35765
|
-
}
|
|
35766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
35767
|
-
type: Directive,
|
|
35768
|
-
args: [{
|
|
35769
|
-
selector: 'px-sticky-container',
|
|
35770
|
-
}]
|
|
35771
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
35772
|
-
type: Input,
|
|
35773
|
-
args: ['offset-left']
|
|
35774
|
-
}], offsetRight: [{
|
|
35775
|
-
type: Input,
|
|
35776
|
-
args: ['offset-right']
|
|
35777
|
-
}] } });
|
|
35778
35743
|
/**
|
|
35779
35744
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
35780
35745
|
*/
|
|
@@ -37046,6 +37011,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37046
37011
|
type: Input,
|
|
37047
37012
|
args: ['word-break-all--desktop']
|
|
37048
37013
|
}] } });
|
|
37014
|
+
/**
|
|
37015
|
+
* @description Type-only wrapper for <px-sticky-container>
|
|
37016
|
+
*/
|
|
37017
|
+
class PxStickyContainer {
|
|
37018
|
+
elementRef;
|
|
37019
|
+
set offsetLeft(value) {
|
|
37020
|
+
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
37021
|
+
}
|
|
37022
|
+
get offsetLeft() {
|
|
37023
|
+
return this.elementRef.nativeElement['offsetLeft'];
|
|
37024
|
+
}
|
|
37025
|
+
set offsetRight(value) {
|
|
37026
|
+
this.elementRef.nativeElement['offsetRight'] = value;
|
|
37027
|
+
}
|
|
37028
|
+
get offsetRight() {
|
|
37029
|
+
return this.elementRef.nativeElement['offsetRight'];
|
|
37030
|
+
}
|
|
37031
|
+
constructor(elementRef) {
|
|
37032
|
+
this.elementRef = elementRef;
|
|
37033
|
+
}
|
|
37034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37035
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxStickyContainer, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
37036
|
+
}
|
|
37037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
37038
|
+
type: Directive,
|
|
37039
|
+
args: [{
|
|
37040
|
+
selector: 'px-sticky-container',
|
|
37041
|
+
}]
|
|
37042
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
37043
|
+
type: Input,
|
|
37044
|
+
args: ['offset-left']
|
|
37045
|
+
}], offsetRight: [{
|
|
37046
|
+
type: Input,
|
|
37047
|
+
args: ['offset-right']
|
|
37048
|
+
}] } });
|
|
37049
37049
|
/**
|
|
37050
37050
|
* @description Type-only wrapper for <px-tile>
|
|
37051
37051
|
*/
|
|
@@ -41075,7 +41075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41075
41075
|
}] } });
|
|
41076
41076
|
class Lavender {
|
|
41077
41077
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41078
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch,
|
|
41078
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxContentHeader, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxStickyContainer, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxContentHeader, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxStickyContainer, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41079
41079
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41080
41080
|
}
|
|
41081
41081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41091,6 +41091,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41091
41091
|
PxBreadcrumb,
|
|
41092
41092
|
PxButton,
|
|
41093
41093
|
PxButtonWrapper,
|
|
41094
|
+
PxButtonIcon,
|
|
41094
41095
|
PxCard,
|
|
41095
41096
|
PxAppleseed,
|
|
41096
41097
|
PxCarousel,
|
|
@@ -41101,12 +41102,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41101
41102
|
PxCellLink,
|
|
41102
41103
|
PxCellRadio,
|
|
41103
41104
|
PxCellSwitch,
|
|
41104
|
-
PxButtonIcon,
|
|
41105
41105
|
PxCheckbox,
|
|
41106
41106
|
PxColorOption,
|
|
41107
41107
|
PxColorOptionLink,
|
|
41108
41108
|
PxContainer,
|
|
41109
|
-
PxContentHeader,
|
|
41110
41109
|
PxDrawer,
|
|
41111
41110
|
PxDropdown,
|
|
41112
41111
|
PxFieldset,
|
|
@@ -41124,6 +41123,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41124
41123
|
PxSelect,
|
|
41125
41124
|
PxTextarea,
|
|
41126
41125
|
PxFileupload,
|
|
41126
|
+
PxContentHeader,
|
|
41127
41127
|
PxPage,
|
|
41128
41128
|
PxSpacer,
|
|
41129
41129
|
PxStack,
|
|
@@ -41154,7 +41154,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41154
41154
|
PxSpinner,
|
|
41155
41155
|
PxStatus,
|
|
41156
41156
|
PxStatusCard,
|
|
41157
|
-
PxStickyContainer,
|
|
41158
41157
|
PxThemeSwitcher,
|
|
41159
41158
|
PxSwitch,
|
|
41160
41159
|
PxTable,
|
|
@@ -41167,6 +41166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41167
41166
|
PxTab,
|
|
41168
41167
|
PxTabPanel,
|
|
41169
41168
|
PxTag,
|
|
41169
|
+
PxStickyContainer,
|
|
41170
41170
|
PxTile,
|
|
41171
41171
|
PxTileButton,
|
|
41172
41172
|
PxTileCheckbox,
|
|
@@ -41193,6 +41193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41193
41193
|
PxBreadcrumb,
|
|
41194
41194
|
PxButton,
|
|
41195
41195
|
PxButtonWrapper,
|
|
41196
|
+
PxButtonIcon,
|
|
41196
41197
|
PxCard,
|
|
41197
41198
|
PxAppleseed,
|
|
41198
41199
|
PxCarousel,
|
|
@@ -41203,12 +41204,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41203
41204
|
PxCellLink,
|
|
41204
41205
|
PxCellRadio,
|
|
41205
41206
|
PxCellSwitch,
|
|
41206
|
-
PxButtonIcon,
|
|
41207
41207
|
PxCheckbox,
|
|
41208
41208
|
PxColorOption,
|
|
41209
41209
|
PxColorOptionLink,
|
|
41210
41210
|
PxContainer,
|
|
41211
|
-
PxContentHeader,
|
|
41212
41211
|
PxDrawer,
|
|
41213
41212
|
PxDropdown,
|
|
41214
41213
|
PxFieldset,
|
|
@@ -41226,6 +41225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41226
41225
|
PxSelect,
|
|
41227
41226
|
PxTextarea,
|
|
41228
41227
|
PxFileupload,
|
|
41228
|
+
PxContentHeader,
|
|
41229
41229
|
PxPage,
|
|
41230
41230
|
PxSpacer,
|
|
41231
41231
|
PxStack,
|
|
@@ -41256,7 +41256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41256
41256
|
PxSpinner,
|
|
41257
41257
|
PxStatus,
|
|
41258
41258
|
PxStatusCard,
|
|
41259
|
-
PxStickyContainer,
|
|
41260
41259
|
PxThemeSwitcher,
|
|
41261
41260
|
PxSwitch,
|
|
41262
41261
|
PxTable,
|
|
@@ -41269,6 +41268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41269
41268
|
PxTab,
|
|
41270
41269
|
PxTabPanel,
|
|
41271
41270
|
PxTag,
|
|
41271
|
+
PxStickyContainer,
|
|
41272
41272
|
PxTile,
|
|
41273
41273
|
PxTileButton,
|
|
41274
41274
|
PxTileCheckbox,
|