@proximus/lavender-angular 1.4.12-beta.1 → 1.4.12-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/esm2022/lavender.directive.mjs +566 -484
- package/fesm2022/proximus-lavender-angular.mjs +565 -483
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +163 -143
- package/package.json +1 -1
|
@@ -3968,6 +3968,12 @@ class PxButton {
|
|
|
3968
3968
|
get extendedDesktop() {
|
|
3969
3969
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
3970
3970
|
}
|
|
3971
|
+
set size(value) {
|
|
3972
|
+
this.elementRef.nativeElement['size'] = value;
|
|
3973
|
+
}
|
|
3974
|
+
get size() {
|
|
3975
|
+
return this.elementRef.nativeElement['size'];
|
|
3976
|
+
}
|
|
3971
3977
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3972
3978
|
set name(value) {
|
|
3973
3979
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -4312,7 +4318,7 @@ class PxButton {
|
|
|
4312
4318
|
this.elementRef = elementRef;
|
|
4313
4319
|
}
|
|
4314
4320
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4315
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], 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 });
|
|
4321
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", 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 });
|
|
4316
4322
|
}
|
|
4317
4323
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
|
|
4318
4324
|
type: Directive,
|
|
@@ -4358,6 +4364,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4358
4364
|
}], extendedDesktop: [{
|
|
4359
4365
|
type: Input,
|
|
4360
4366
|
args: ['extended--desktop']
|
|
4367
|
+
}], size: [{
|
|
4368
|
+
type: Input
|
|
4361
4369
|
}], name: [{
|
|
4362
4370
|
type: Input
|
|
4363
4371
|
}], value: [{
|
|
@@ -4641,6 +4649,12 @@ class PxButtonWrapper {
|
|
|
4641
4649
|
get extendedDesktop() {
|
|
4642
4650
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
4643
4651
|
}
|
|
4652
|
+
set size(value) {
|
|
4653
|
+
this.elementRef.nativeElement['size'] = value;
|
|
4654
|
+
}
|
|
4655
|
+
get size() {
|
|
4656
|
+
return this.elementRef.nativeElement['size'];
|
|
4657
|
+
}
|
|
4644
4658
|
set grow(value) {
|
|
4645
4659
|
this.elementRef.nativeElement['grow'] = value;
|
|
4646
4660
|
}
|
|
@@ -4957,7 +4971,7 @@ class PxButtonWrapper {
|
|
|
4957
4971
|
this.elementRef = elementRef;
|
|
4958
4972
|
}
|
|
4959
4973
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4960
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], 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"] }, ngImport: i0 });
|
|
4974
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonWrapper, selector: "px-button-wrapper", inputs: { name: "name", value: "value", type: "type", disabled: "disabled", variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], size: "size", 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 });
|
|
4961
4975
|
}
|
|
4962
4976
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonWrapper, decorators: [{
|
|
4963
4977
|
type: Directive,
|
|
@@ -5011,6 +5025,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5011
5025
|
}], extendedDesktop: [{
|
|
5012
5026
|
type: Input,
|
|
5013
5027
|
args: ['extended--desktop']
|
|
5028
|
+
}], size: [{
|
|
5029
|
+
type: Input
|
|
5014
5030
|
}], grow: [{
|
|
5015
5031
|
type: Input
|
|
5016
5032
|
}], growMobile: [{
|
|
@@ -5164,9 +5180,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5164
5180
|
args: ['word-break-all--desktop']
|
|
5165
5181
|
}] } });
|
|
5166
5182
|
/**
|
|
5167
|
-
* @description Type-only wrapper for <px-
|
|
5183
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
5168
5184
|
*/
|
|
5169
|
-
class
|
|
5185
|
+
class PxButtonIcon {
|
|
5170
5186
|
elementRef;
|
|
5171
5187
|
set inverted(value) {
|
|
5172
5188
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5174,83 +5190,57 @@ class PxCard {
|
|
|
5174
5190
|
get inverted() {
|
|
5175
5191
|
return this.elementRef.nativeElement['inverted'];
|
|
5176
5192
|
}
|
|
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;
|
|
5193
|
+
set loading(value) {
|
|
5194
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
5209
5195
|
}
|
|
5210
|
-
get
|
|
5211
|
-
return this.elementRef.nativeElement['
|
|
5196
|
+
get loading() {
|
|
5197
|
+
return this.elementRef.nativeElement['loading'];
|
|
5212
5198
|
}
|
|
5213
|
-
set
|
|
5214
|
-
this.elementRef.nativeElement['
|
|
5199
|
+
set size(value) {
|
|
5200
|
+
this.elementRef.nativeElement['size'] = value;
|
|
5215
5201
|
}
|
|
5216
|
-
get
|
|
5217
|
-
return this.elementRef.nativeElement['
|
|
5202
|
+
get size() {
|
|
5203
|
+
return this.elementRef.nativeElement['size'];
|
|
5218
5204
|
}
|
|
5219
|
-
set
|
|
5220
|
-
this.elementRef.nativeElement['
|
|
5205
|
+
set variant(value) {
|
|
5206
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
5221
5207
|
}
|
|
5222
|
-
get
|
|
5223
|
-
return this.elementRef.nativeElement['
|
|
5208
|
+
get variant() {
|
|
5209
|
+
return this.elementRef.nativeElement['variant'];
|
|
5224
5210
|
}
|
|
5225
|
-
set
|
|
5226
|
-
this.elementRef.nativeElement['
|
|
5211
|
+
set ariaExpanded(value) {
|
|
5212
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5227
5213
|
}
|
|
5228
|
-
get
|
|
5229
|
-
return this.elementRef.nativeElement['
|
|
5214
|
+
get ariaExpanded() {
|
|
5215
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5230
5216
|
}
|
|
5231
|
-
|
|
5232
|
-
|
|
5217
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
5218
|
+
set name(value) {
|
|
5219
|
+
this.elementRef.nativeElement['name'] = value;
|
|
5233
5220
|
}
|
|
5234
|
-
get
|
|
5235
|
-
return this.elementRef.nativeElement['
|
|
5221
|
+
get name() {
|
|
5222
|
+
return this.elementRef.nativeElement['name'];
|
|
5236
5223
|
}
|
|
5237
|
-
|
|
5238
|
-
|
|
5224
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
5225
|
+
set value(value) {
|
|
5226
|
+
this.elementRef.nativeElement['value'] = value;
|
|
5239
5227
|
}
|
|
5240
|
-
get
|
|
5241
|
-
return this.elementRef.nativeElement['
|
|
5228
|
+
get value() {
|
|
5229
|
+
return this.elementRef.nativeElement['value'];
|
|
5242
5230
|
}
|
|
5243
|
-
|
|
5244
|
-
|
|
5231
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
5232
|
+
set type(value) {
|
|
5233
|
+
this.elementRef.nativeElement['type'] = value;
|
|
5245
5234
|
}
|
|
5246
|
-
get
|
|
5247
|
-
return this.elementRef.nativeElement['
|
|
5235
|
+
get type() {
|
|
5236
|
+
return this.elementRef.nativeElement['type'];
|
|
5248
5237
|
}
|
|
5249
|
-
|
|
5250
|
-
|
|
5238
|
+
/** Whether the button is disabled. */
|
|
5239
|
+
set disabled(value) {
|
|
5240
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
5251
5241
|
}
|
|
5252
|
-
get
|
|
5253
|
-
return this.elementRef.nativeElement['
|
|
5242
|
+
get disabled() {
|
|
5243
|
+
return this.elementRef.nativeElement['disabled'];
|
|
5254
5244
|
}
|
|
5255
5245
|
set grow(value) {
|
|
5256
5246
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5567,55 +5557,33 @@ class PxCard {
|
|
|
5567
5557
|
constructor(elementRef) {
|
|
5568
5558
|
this.elementRef = elementRef;
|
|
5569
5559
|
}
|
|
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:
|
|
5560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5561
|
+
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
5562
|
}
|
|
5573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
5574
5564
|
type: Directive,
|
|
5575
5565
|
args: [{
|
|
5576
|
-
selector: 'px-
|
|
5566
|
+
selector: 'px-button-icon',
|
|
5577
5567
|
}]
|
|
5578
5568
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5579
5569
|
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: [{
|
|
5570
|
+
}], loading: [{
|
|
5571
|
+
type: Input
|
|
5572
|
+
}], size: [{
|
|
5573
|
+
type: Input
|
|
5574
|
+
}], variant: [{
|
|
5575
|
+
type: Input
|
|
5576
|
+
}], ariaExpanded: [{
|
|
5617
5577
|
type: Input,
|
|
5618
|
-
args: ['
|
|
5578
|
+
args: ['aria-expanded']
|
|
5579
|
+
}], name: [{
|
|
5580
|
+
type: Input
|
|
5581
|
+
}], value: [{
|
|
5582
|
+
type: Input
|
|
5583
|
+
}], type: [{
|
|
5584
|
+
type: Input
|
|
5585
|
+
}], disabled: [{
|
|
5586
|
+
type: Input
|
|
5619
5587
|
}], grow: [{
|
|
5620
5588
|
type: Input
|
|
5621
5589
|
}], growMobile: [{
|
|
@@ -5769,82 +5737,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5769
5737
|
args: ['word-break-all--desktop']
|
|
5770
5738
|
}] } });
|
|
5771
5739
|
/**
|
|
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>
|
|
5740
|
+
* @description Type-only wrapper for <px-card>
|
|
5846
5741
|
*/
|
|
5847
|
-
class
|
|
5742
|
+
class PxCard {
|
|
5848
5743
|
elementRef;
|
|
5849
5744
|
set inverted(value) {
|
|
5850
5745
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5852,89 +5747,83 @@ class PxCell {
|
|
|
5852
5747
|
get inverted() {
|
|
5853
5748
|
return this.elementRef.nativeElement['inverted'];
|
|
5854
5749
|
}
|
|
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;
|
|
5750
|
+
set backgroundColor(value) {
|
|
5751
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
5863
5752
|
}
|
|
5864
|
-
get
|
|
5865
|
-
return this.elementRef.nativeElement['
|
|
5753
|
+
get backgroundColor() {
|
|
5754
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
5866
5755
|
}
|
|
5867
|
-
set
|
|
5868
|
-
this.elementRef.nativeElement['
|
|
5756
|
+
set backgroundSize(value) {
|
|
5757
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5869
5758
|
}
|
|
5870
|
-
get
|
|
5871
|
-
return this.elementRef.nativeElement['
|
|
5759
|
+
get backgroundSize() {
|
|
5760
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
5872
5761
|
}
|
|
5873
|
-
set
|
|
5874
|
-
this.elementRef.nativeElement['
|
|
5762
|
+
set backgroundPosition(value) {
|
|
5763
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5875
5764
|
}
|
|
5876
|
-
get
|
|
5877
|
-
return this.elementRef.nativeElement['
|
|
5765
|
+
get backgroundPosition() {
|
|
5766
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5878
5767
|
}
|
|
5879
|
-
set
|
|
5880
|
-
this.elementRef.nativeElement['
|
|
5768
|
+
set contrastHelperGradient(value) {
|
|
5769
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5881
5770
|
}
|
|
5882
|
-
get
|
|
5883
|
-
return this.elementRef.nativeElement['
|
|
5771
|
+
get contrastHelperGradient() {
|
|
5772
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5884
5773
|
}
|
|
5885
|
-
set
|
|
5886
|
-
this.elementRef.nativeElement['
|
|
5774
|
+
set contrastHelperOverlay(value) {
|
|
5775
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5887
5776
|
}
|
|
5888
|
-
get
|
|
5889
|
-
return this.elementRef.nativeElement['
|
|
5777
|
+
get contrastHelperOverlay() {
|
|
5778
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5890
5779
|
}
|
|
5891
|
-
set
|
|
5892
|
-
this.elementRef.nativeElement['
|
|
5780
|
+
set mediaPosition(value) {
|
|
5781
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5893
5782
|
}
|
|
5894
|
-
get
|
|
5895
|
-
return this.elementRef.nativeElement['
|
|
5783
|
+
get mediaPosition() {
|
|
5784
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
5896
5785
|
}
|
|
5897
|
-
set
|
|
5898
|
-
this.elementRef.nativeElement['
|
|
5786
|
+
set mediaPositionMobile(value) {
|
|
5787
|
+
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
5899
5788
|
}
|
|
5900
|
-
get
|
|
5901
|
-
return this.elementRef.nativeElement['
|
|
5789
|
+
get mediaPositionMobile() {
|
|
5790
|
+
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
5902
5791
|
}
|
|
5903
|
-
set
|
|
5904
|
-
this.elementRef.nativeElement['
|
|
5792
|
+
set mediaPositionTablet(value) {
|
|
5793
|
+
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
5905
5794
|
}
|
|
5906
|
-
get
|
|
5907
|
-
return this.elementRef.nativeElement['
|
|
5795
|
+
get mediaPositionTablet() {
|
|
5796
|
+
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
5908
5797
|
}
|
|
5909
|
-
set
|
|
5910
|
-
this.elementRef.nativeElement['
|
|
5798
|
+
set mediaPositionLaptop(value) {
|
|
5799
|
+
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
5911
5800
|
}
|
|
5912
|
-
get
|
|
5913
|
-
return this.elementRef.nativeElement['
|
|
5801
|
+
get mediaPositionLaptop() {
|
|
5802
|
+
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
5914
5803
|
}
|
|
5915
|
-
set
|
|
5916
|
-
this.elementRef.nativeElement['
|
|
5804
|
+
set mediaSrc(value) {
|
|
5805
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
5917
5806
|
}
|
|
5918
|
-
get
|
|
5919
|
-
return this.elementRef.nativeElement['
|
|
5807
|
+
get mediaSrc() {
|
|
5808
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
5920
5809
|
}
|
|
5921
|
-
set
|
|
5922
|
-
this.elementRef.nativeElement['
|
|
5810
|
+
set mediaSrcMobile(value) {
|
|
5811
|
+
this.elementRef.nativeElement['mediaSrcMobile'] = value;
|
|
5923
5812
|
}
|
|
5924
|
-
get
|
|
5925
|
-
return this.elementRef.nativeElement['
|
|
5813
|
+
get mediaSrcMobile() {
|
|
5814
|
+
return this.elementRef.nativeElement['mediaSrcMobile'];
|
|
5926
5815
|
}
|
|
5927
|
-
set
|
|
5928
|
-
this.elementRef.nativeElement['
|
|
5816
|
+
set mediaSrcTablet(value) {
|
|
5817
|
+
this.elementRef.nativeElement['mediaSrcTablet'] = value;
|
|
5929
5818
|
}
|
|
5930
|
-
get
|
|
5931
|
-
return this.elementRef.nativeElement['
|
|
5819
|
+
get mediaSrcTablet() {
|
|
5820
|
+
return this.elementRef.nativeElement['mediaSrcTablet'];
|
|
5932
5821
|
}
|
|
5933
|
-
set
|
|
5934
|
-
this.elementRef.nativeElement['
|
|
5822
|
+
set mediaSrcLaptop(value) {
|
|
5823
|
+
this.elementRef.nativeElement['mediaSrcLaptop'] = value;
|
|
5935
5824
|
}
|
|
5936
|
-
get
|
|
5937
|
-
return this.elementRef.nativeElement['
|
|
5825
|
+
get mediaSrcLaptop() {
|
|
5826
|
+
return this.elementRef.nativeElement['mediaSrcLaptop'];
|
|
5938
5827
|
}
|
|
5939
5828
|
set grow(value) {
|
|
5940
5829
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -6251,53 +6140,55 @@ class PxCell {
|
|
|
6251
6140
|
constructor(elementRef) {
|
|
6252
6141
|
this.elementRef = elementRef;
|
|
6253
6142
|
}
|
|
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:
|
|
6143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6144
|
+
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
6145
|
}
|
|
6257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
|
|
6258
6147
|
type: Directive,
|
|
6259
6148
|
args: [{
|
|
6260
|
-
selector: 'px-
|
|
6149
|
+
selector: 'px-card',
|
|
6261
6150
|
}]
|
|
6262
6151
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
6263
6152
|
type: Input
|
|
6264
|
-
}],
|
|
6265
|
-
type: Input
|
|
6266
|
-
}], disabled: [{
|
|
6267
|
-
type: Input
|
|
6268
|
-
}], separator: [{
|
|
6269
|
-
type: Input
|
|
6270
|
-
}], separatorMobile: [{
|
|
6153
|
+
}], backgroundColor: [{
|
|
6271
6154
|
type: Input,
|
|
6272
|
-
args: ['
|
|
6273
|
-
}],
|
|
6155
|
+
args: ['background-color']
|
|
6156
|
+
}], backgroundSize: [{
|
|
6274
6157
|
type: Input,
|
|
6275
|
-
args: ['
|
|
6276
|
-
}],
|
|
6158
|
+
args: ['background-size']
|
|
6159
|
+
}], backgroundPosition: [{
|
|
6277
6160
|
type: Input,
|
|
6278
|
-
args: ['
|
|
6279
|
-
}],
|
|
6161
|
+
args: ['background-position']
|
|
6162
|
+
}], contrastHelperGradient: [{
|
|
6280
6163
|
type: Input,
|
|
6281
|
-
args: ['
|
|
6282
|
-
}],
|
|
6283
|
-
type: Input
|
|
6284
|
-
}], radiusMobile: [{
|
|
6164
|
+
args: ['contrast-helper-gradient']
|
|
6165
|
+
}], contrastHelperOverlay: [{
|
|
6285
6166
|
type: Input,
|
|
6286
|
-
args: ['
|
|
6287
|
-
}],
|
|
6167
|
+
args: ['contrast-helper-overlay']
|
|
6168
|
+
}], mediaPosition: [{
|
|
6288
6169
|
type: Input,
|
|
6289
|
-
args: ['
|
|
6290
|
-
}],
|
|
6170
|
+
args: ['media-position']
|
|
6171
|
+
}], mediaPositionMobile: [{
|
|
6291
6172
|
type: Input,
|
|
6292
|
-
args: ['
|
|
6293
|
-
}],
|
|
6173
|
+
args: ['media-position--mobile']
|
|
6174
|
+
}], mediaPositionTablet: [{
|
|
6294
6175
|
type: Input,
|
|
6295
|
-
args: ['
|
|
6296
|
-
}],
|
|
6176
|
+
args: ['media-position--tablet']
|
|
6177
|
+
}], mediaPositionLaptop: [{
|
|
6297
6178
|
type: Input,
|
|
6298
|
-
args: ['
|
|
6299
|
-
}],
|
|
6300
|
-
type: Input
|
|
6179
|
+
args: ['media-position--laptop']
|
|
6180
|
+
}], mediaSrc: [{
|
|
6181
|
+
type: Input,
|
|
6182
|
+
args: ['media-src']
|
|
6183
|
+
}], mediaSrcMobile: [{
|
|
6184
|
+
type: Input,
|
|
6185
|
+
args: ['media-src--mobile']
|
|
6186
|
+
}], mediaSrcTablet: [{
|
|
6187
|
+
type: Input,
|
|
6188
|
+
args: ['media-src--tablet']
|
|
6189
|
+
}], mediaSrcLaptop: [{
|
|
6190
|
+
type: Input,
|
|
6191
|
+
args: ['media-src--laptop']
|
|
6301
6192
|
}], grow: [{
|
|
6302
6193
|
type: Input
|
|
6303
6194
|
}], growMobile: [{
|
|
@@ -6451,9 +6342,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
6451
6342
|
args: ['word-break-all--desktop']
|
|
6452
6343
|
}] } });
|
|
6453
6344
|
/**
|
|
6454
|
-
* @description Type-only wrapper for <px-
|
|
6345
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
6455
6346
|
*/
|
|
6456
|
-
class
|
|
6347
|
+
class PxAppleseed {
|
|
6348
|
+
elementRef;
|
|
6349
|
+
set amount(value) {
|
|
6350
|
+
this.elementRef.nativeElement['amount'] = value;
|
|
6351
|
+
}
|
|
6352
|
+
get amount() {
|
|
6353
|
+
return this.elementRef.nativeElement['amount'];
|
|
6354
|
+
}
|
|
6355
|
+
set active(value) {
|
|
6356
|
+
this.elementRef.nativeElement['active'] = value;
|
|
6357
|
+
}
|
|
6358
|
+
get active() {
|
|
6359
|
+
return this.elementRef.nativeElement['active'];
|
|
6360
|
+
}
|
|
6361
|
+
constructor(elementRef) {
|
|
6362
|
+
this.elementRef = elementRef;
|
|
6363
|
+
}
|
|
6364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6365
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
6366
|
+
}
|
|
6367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
6368
|
+
type: Directive,
|
|
6369
|
+
args: [{
|
|
6370
|
+
selector: 'px-appleseed',
|
|
6371
|
+
}]
|
|
6372
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
6373
|
+
type: Input
|
|
6374
|
+
}], active: [{
|
|
6375
|
+
type: Input
|
|
6376
|
+
}] } });
|
|
6377
|
+
/**
|
|
6378
|
+
* @description Type-only wrapper for <px-carousel>
|
|
6379
|
+
*/
|
|
6380
|
+
class PxCarousel {
|
|
6381
|
+
elementRef;
|
|
6382
|
+
constructor(elementRef) {
|
|
6383
|
+
this.elementRef = elementRef;
|
|
6384
|
+
}
|
|
6385
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6386
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
|
|
6387
|
+
}
|
|
6388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
|
|
6389
|
+
type: Directive,
|
|
6390
|
+
args: [{
|
|
6391
|
+
selector: 'px-carousel',
|
|
6392
|
+
}]
|
|
6393
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
6394
|
+
/**
|
|
6395
|
+
* @description Type-only wrapper for <px-carousel-item>
|
|
6396
|
+
*/
|
|
6397
|
+
class PxCarouselItem {
|
|
6398
|
+
elementRef;
|
|
6399
|
+
CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
6400
|
+
constructor(elementRef) {
|
|
6401
|
+
this.elementRef = elementRef;
|
|
6402
|
+
this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
|
|
6403
|
+
this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
6404
|
+
});
|
|
6405
|
+
}
|
|
6406
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6407
|
+
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 });
|
|
6408
|
+
}
|
|
6409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
6410
|
+
type: Directive,
|
|
6411
|
+
args: [{
|
|
6412
|
+
selector: 'px-carousel-item',
|
|
6413
|
+
}]
|
|
6414
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
|
|
6415
|
+
type: Output
|
|
6416
|
+
}] } });
|
|
6417
|
+
/**
|
|
6418
|
+
* @description Type-only wrapper for <px-cell>
|
|
6419
|
+
*/
|
|
6420
|
+
class PxCell {
|
|
6457
6421
|
elementRef;
|
|
6458
6422
|
set inverted(value) {
|
|
6459
6423
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -6467,7 +6431,6 @@ class PxCellButton {
|
|
|
6467
6431
|
get variant() {
|
|
6468
6432
|
return this.elementRef.nativeElement['variant'];
|
|
6469
6433
|
}
|
|
6470
|
-
/** Whether the button is disabled. */
|
|
6471
6434
|
set disabled(value) {
|
|
6472
6435
|
this.elementRef.nativeElement['disabled'] = value;
|
|
6473
6436
|
}
|
|
@@ -6546,27 +6509,6 @@ class PxCellButton {
|
|
|
6546
6509
|
get compact() {
|
|
6547
6510
|
return this.elementRef.nativeElement['compact'];
|
|
6548
6511
|
}
|
|
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
6512
|
set grow(value) {
|
|
6571
6513
|
this.elementRef.nativeElement['grow'] = value;
|
|
6572
6514
|
}
|
|
@@ -6882,13 +6824,13 @@ class PxCellButton {
|
|
|
6882
6824
|
constructor(elementRef) {
|
|
6883
6825
|
this.elementRef = elementRef;
|
|
6884
6826
|
}
|
|
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:
|
|
6827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6828
|
+
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
6829
|
}
|
|
6888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
6830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCell, decorators: [{
|
|
6889
6831
|
type: Directive,
|
|
6890
6832
|
args: [{
|
|
6891
|
-
selector: 'px-cell
|
|
6833
|
+
selector: 'px-cell',
|
|
6892
6834
|
}]
|
|
6893
6835
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
6894
6836
|
type: Input
|
|
@@ -6929,12 +6871,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
6929
6871
|
args: ['background-color']
|
|
6930
6872
|
}], compact: [{
|
|
6931
6873
|
type: Input
|
|
6932
|
-
}], name: [{
|
|
6933
|
-
type: Input
|
|
6934
|
-
}], value: [{
|
|
6935
|
-
type: Input
|
|
6936
|
-
}], type: [{
|
|
6937
|
-
type: Input
|
|
6938
6874
|
}], grow: [{
|
|
6939
6875
|
type: Input
|
|
6940
6876
|
}], growMobile: [{
|
|
@@ -7088,9 +7024,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7088
7024
|
args: ['word-break-all--desktop']
|
|
7089
7025
|
}] } });
|
|
7090
7026
|
/**
|
|
7091
|
-
* @description Type-only wrapper for <px-cell-
|
|
7027
|
+
* @description Type-only wrapper for <px-cell-button>
|
|
7092
7028
|
*/
|
|
7093
|
-
class
|
|
7029
|
+
class PxCellButton {
|
|
7094
7030
|
elementRef;
|
|
7095
7031
|
set inverted(value) {
|
|
7096
7032
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -7104,6 +7040,7 @@ class PxCellCheckbox {
|
|
|
7104
7040
|
get variant() {
|
|
7105
7041
|
return this.elementRef.nativeElement['variant'];
|
|
7106
7042
|
}
|
|
7043
|
+
/** Whether the button is disabled. */
|
|
7107
7044
|
set disabled(value) {
|
|
7108
7045
|
this.elementRef.nativeElement['disabled'] = value;
|
|
7109
7046
|
}
|
|
@@ -7170,47 +7107,38 @@ class PxCellCheckbox {
|
|
|
7170
7107
|
get radiusDesktop() {
|
|
7171
7108
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
7172
7109
|
}
|
|
7110
|
+
set backgroundColor(value) {
|
|
7111
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
7112
|
+
}
|
|
7113
|
+
get backgroundColor() {
|
|
7114
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
7115
|
+
}
|
|
7116
|
+
set compact(value) {
|
|
7117
|
+
this.elementRef.nativeElement['compact'] = value;
|
|
7118
|
+
}
|
|
7119
|
+
get compact() {
|
|
7120
|
+
return this.elementRef.nativeElement['compact'];
|
|
7121
|
+
}
|
|
7122
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
7173
7123
|
set name(value) {
|
|
7174
7124
|
this.elementRef.nativeElement['name'] = value;
|
|
7175
7125
|
}
|
|
7176
7126
|
get name() {
|
|
7177
7127
|
return this.elementRef.nativeElement['name'];
|
|
7178
7128
|
}
|
|
7129
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
7179
7130
|
set value(value) {
|
|
7180
7131
|
this.elementRef.nativeElement['value'] = value;
|
|
7181
7132
|
}
|
|
7182
7133
|
get value() {
|
|
7183
7134
|
return this.elementRef.nativeElement['value'];
|
|
7184
7135
|
}
|
|
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;
|
|
7136
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
7137
|
+
set type(value) {
|
|
7138
|
+
this.elementRef.nativeElement['type'] = value;
|
|
7211
7139
|
}
|
|
7212
|
-
get
|
|
7213
|
-
return this.elementRef.nativeElement['
|
|
7140
|
+
get type() {
|
|
7141
|
+
return this.elementRef.nativeElement['type'];
|
|
7214
7142
|
}
|
|
7215
7143
|
set grow(value) {
|
|
7216
7144
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -7524,20 +7452,16 @@ class PxCellCheckbox {
|
|
|
7524
7452
|
get wordBreakAllDesktop() {
|
|
7525
7453
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
7526
7454
|
}
|
|
7527
|
-
change = new EventEmitter();
|
|
7528
7455
|
constructor(elementRef) {
|
|
7529
7456
|
this.elementRef = elementRef;
|
|
7530
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
7531
|
-
this.change.emit(e.detail);
|
|
7532
|
-
});
|
|
7533
7457
|
}
|
|
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:
|
|
7458
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7459
|
+
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
7460
|
}
|
|
7537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
7461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellButton, decorators: [{
|
|
7538
7462
|
type: Directive,
|
|
7539
7463
|
args: [{
|
|
7540
|
-
selector: 'px-cell-
|
|
7464
|
+
selector: 'px-cell-button',
|
|
7541
7465
|
}]
|
|
7542
7466
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
7543
7467
|
type: Input
|
|
@@ -7573,22 +7497,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7573
7497
|
}], radiusDesktop: [{
|
|
7574
7498
|
type: Input,
|
|
7575
7499
|
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
7500
|
}], backgroundColor: [{
|
|
7588
7501
|
type: Input,
|
|
7589
7502
|
args: ['background-color']
|
|
7590
7503
|
}], compact: [{
|
|
7591
7504
|
type: Input
|
|
7505
|
+
}], name: [{
|
|
7506
|
+
type: Input
|
|
7507
|
+
}], value: [{
|
|
7508
|
+
type: Input
|
|
7509
|
+
}], type: [{
|
|
7510
|
+
type: Input
|
|
7592
7511
|
}], grow: [{
|
|
7593
7512
|
type: Input
|
|
7594
7513
|
}], growMobile: [{
|
|
@@ -7740,13 +7659,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7740
7659
|
}], wordBreakAllDesktop: [{
|
|
7741
7660
|
type: Input,
|
|
7742
7661
|
args: ['word-break-all--desktop']
|
|
7743
|
-
}], change: [{
|
|
7744
|
-
type: Output
|
|
7745
7662
|
}] } });
|
|
7746
7663
|
/**
|
|
7747
|
-
* @description Type-only wrapper for <px-cell-
|
|
7664
|
+
* @description Type-only wrapper for <px-cell-checkbox>
|
|
7748
7665
|
*/
|
|
7749
|
-
class
|
|
7666
|
+
class PxCellCheckbox {
|
|
7750
7667
|
elementRef;
|
|
7751
7668
|
set inverted(value) {
|
|
7752
7669
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -7826,11 +7743,35 @@ class PxCellLink {
|
|
|
7826
7743
|
get radiusDesktop() {
|
|
7827
7744
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
7828
7745
|
}
|
|
7829
|
-
set
|
|
7830
|
-
this.elementRef.nativeElement['
|
|
7746
|
+
set name(value) {
|
|
7747
|
+
this.elementRef.nativeElement['name'] = value;
|
|
7831
7748
|
}
|
|
7832
|
-
get
|
|
7833
|
-
return this.elementRef.nativeElement['
|
|
7749
|
+
get name() {
|
|
7750
|
+
return this.elementRef.nativeElement['name'];
|
|
7751
|
+
}
|
|
7752
|
+
set value(value) {
|
|
7753
|
+
this.elementRef.nativeElement['value'] = value;
|
|
7754
|
+
}
|
|
7755
|
+
get value() {
|
|
7756
|
+
return this.elementRef.nativeElement['value'];
|
|
7757
|
+
}
|
|
7758
|
+
set state(value) {
|
|
7759
|
+
this.elementRef.nativeElement['state'] = value;
|
|
7760
|
+
}
|
|
7761
|
+
get state() {
|
|
7762
|
+
return this.elementRef.nativeElement['state'];
|
|
7763
|
+
}
|
|
7764
|
+
set checked(value) {
|
|
7765
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
7766
|
+
}
|
|
7767
|
+
get checked() {
|
|
7768
|
+
return this.elementRef.nativeElement['checked'];
|
|
7769
|
+
}
|
|
7770
|
+
set checkboxPosition(value) {
|
|
7771
|
+
this.elementRef.nativeElement['checkboxPosition'] = value;
|
|
7772
|
+
}
|
|
7773
|
+
get checkboxPosition() {
|
|
7774
|
+
return this.elementRef.nativeElement['checkboxPosition'];
|
|
7834
7775
|
}
|
|
7835
7776
|
set backgroundColor(value) {
|
|
7836
7777
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
@@ -7838,12 +7779,6 @@ class PxCellLink {
|
|
|
7838
7779
|
get backgroundColor() {
|
|
7839
7780
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
7840
7781
|
}
|
|
7841
|
-
set noicon(value) {
|
|
7842
|
-
this.elementRef.nativeElement['noicon'] = value;
|
|
7843
|
-
}
|
|
7844
|
-
get noicon() {
|
|
7845
|
-
return this.elementRef.nativeElement['noicon'];
|
|
7846
|
-
}
|
|
7847
7782
|
set compact(value) {
|
|
7848
7783
|
this.elementRef.nativeElement['compact'] = value;
|
|
7849
7784
|
}
|
|
@@ -8162,16 +8097,20 @@ class PxCellLink {
|
|
|
8162
8097
|
get wordBreakAllDesktop() {
|
|
8163
8098
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
8164
8099
|
}
|
|
8100
|
+
change = new EventEmitter();
|
|
8165
8101
|
constructor(elementRef) {
|
|
8166
8102
|
this.elementRef = elementRef;
|
|
8103
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
8104
|
+
this.change.emit(e.detail);
|
|
8105
|
+
});
|
|
8167
8106
|
}
|
|
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:
|
|
8107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8108
|
+
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
8109
|
}
|
|
8171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellCheckbox, decorators: [{
|
|
8172
8111
|
type: Directive,
|
|
8173
8112
|
args: [{
|
|
8174
|
-
selector: 'px-cell-
|
|
8113
|
+
selector: 'px-cell-checkbox',
|
|
8175
8114
|
}]
|
|
8176
8115
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
8177
8116
|
type: Input
|
|
@@ -8207,14 +8146,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8207
8146
|
}], radiusDesktop: [{
|
|
8208
8147
|
type: Input,
|
|
8209
8148
|
args: ['radius--desktop']
|
|
8210
|
-
}],
|
|
8149
|
+
}], name: [{
|
|
8150
|
+
type: Input
|
|
8151
|
+
}], value: [{
|
|
8152
|
+
type: Input
|
|
8153
|
+
}], state: [{
|
|
8154
|
+
type: Input
|
|
8155
|
+
}], checked: [{
|
|
8156
|
+
type: Input
|
|
8157
|
+
}], checkboxPosition: [{
|
|
8211
8158
|
type: Input,
|
|
8212
|
-
args: ['
|
|
8159
|
+
args: ['checkbox-position']
|
|
8213
8160
|
}], backgroundColor: [{
|
|
8214
8161
|
type: Input,
|
|
8215
8162
|
args: ['background-color']
|
|
8216
|
-
}], noicon: [{
|
|
8217
|
-
type: Input
|
|
8218
8163
|
}], compact: [{
|
|
8219
8164
|
type: Input
|
|
8220
8165
|
}], grow: [{
|
|
@@ -8368,11 +8313,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8368
8313
|
}], wordBreakAllDesktop: [{
|
|
8369
8314
|
type: Input,
|
|
8370
8315
|
args: ['word-break-all--desktop']
|
|
8316
|
+
}], change: [{
|
|
8317
|
+
type: Output
|
|
8371
8318
|
}] } });
|
|
8372
8319
|
/**
|
|
8373
|
-
* @description Type-only wrapper for <px-cell-
|
|
8320
|
+
* @description Type-only wrapper for <px-cell-link>
|
|
8374
8321
|
*/
|
|
8375
|
-
class
|
|
8322
|
+
class PxCellLink {
|
|
8376
8323
|
elementRef;
|
|
8377
8324
|
set inverted(value) {
|
|
8378
8325
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -8452,35 +8399,11 @@ class PxCellRadio {
|
|
|
8452
8399
|
get radiusDesktop() {
|
|
8453
8400
|
return this.elementRef.nativeElement['radiusDesktop'];
|
|
8454
8401
|
}
|
|
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;
|
|
8402
|
+
set targetBlankAriaLabel(value) {
|
|
8403
|
+
this.elementRef.nativeElement['targetBlankAriaLabel'] = value;
|
|
8481
8404
|
}
|
|
8482
|
-
get
|
|
8483
|
-
return this.elementRef.nativeElement['
|
|
8405
|
+
get targetBlankAriaLabel() {
|
|
8406
|
+
return this.elementRef.nativeElement['targetBlankAriaLabel'];
|
|
8484
8407
|
}
|
|
8485
8408
|
set backgroundColor(value) {
|
|
8486
8409
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
@@ -8488,6 +8411,12 @@ class PxCellRadio {
|
|
|
8488
8411
|
get backgroundColor() {
|
|
8489
8412
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
8490
8413
|
}
|
|
8414
|
+
set noicon(value) {
|
|
8415
|
+
this.elementRef.nativeElement['noicon'] = value;
|
|
8416
|
+
}
|
|
8417
|
+
get noicon() {
|
|
8418
|
+
return this.elementRef.nativeElement['noicon'];
|
|
8419
|
+
}
|
|
8491
8420
|
set compact(value) {
|
|
8492
8421
|
this.elementRef.nativeElement['compact'] = value;
|
|
8493
8422
|
}
|
|
@@ -8806,20 +8735,16 @@ class PxCellRadio {
|
|
|
8806
8735
|
get wordBreakAllDesktop() {
|
|
8807
8736
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
8808
8737
|
}
|
|
8809
|
-
change = new EventEmitter();
|
|
8810
8738
|
constructor(elementRef) {
|
|
8811
8739
|
this.elementRef = elementRef;
|
|
8812
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
8813
|
-
this.change.emit(e.detail);
|
|
8814
|
-
});
|
|
8815
8740
|
}
|
|
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:
|
|
8741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8742
|
+
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
8743
|
}
|
|
8819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
8744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellLink, decorators: [{
|
|
8820
8745
|
type: Directive,
|
|
8821
8746
|
args: [{
|
|
8822
|
-
selector: 'px-cell-
|
|
8747
|
+
selector: 'px-cell-link',
|
|
8823
8748
|
}]
|
|
8824
8749
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
8825
8750
|
type: Input
|
|
@@ -8855,20 +8780,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8855
8780
|
}], radiusDesktop: [{
|
|
8856
8781
|
type: Input,
|
|
8857
8782
|
args: ['radius--desktop']
|
|
8858
|
-
}],
|
|
8859
|
-
type: Input
|
|
8860
|
-
}], value: [{
|
|
8861
|
-
type: Input
|
|
8862
|
-
}], state: [{
|
|
8863
|
-
type: Input
|
|
8864
|
-
}], checked: [{
|
|
8865
|
-
type: Input
|
|
8866
|
-
}], radioPosition: [{
|
|
8783
|
+
}], targetBlankAriaLabel: [{
|
|
8867
8784
|
type: Input,
|
|
8868
|
-
args: ['
|
|
8785
|
+
args: ['target-blank-aria-label']
|
|
8869
8786
|
}], backgroundColor: [{
|
|
8870
8787
|
type: Input,
|
|
8871
8788
|
args: ['background-color']
|
|
8789
|
+
}], noicon: [{
|
|
8790
|
+
type: Input
|
|
8872
8791
|
}], compact: [{
|
|
8873
8792
|
type: Input
|
|
8874
8793
|
}], grow: [{
|
|
@@ -9022,13 +8941,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9022
8941
|
}], wordBreakAllDesktop: [{
|
|
9023
8942
|
type: Input,
|
|
9024
8943
|
args: ['word-break-all--desktop']
|
|
9025
|
-
}], change: [{
|
|
9026
|
-
type: Output
|
|
9027
8944
|
}] } });
|
|
9028
8945
|
/**
|
|
9029
|
-
* @description Type-only wrapper for <px-cell-
|
|
8946
|
+
* @description Type-only wrapper for <px-cell-radio>
|
|
9030
8947
|
*/
|
|
9031
|
-
class
|
|
8948
|
+
class PxCellRadio {
|
|
9032
8949
|
elementRef;
|
|
9033
8950
|
set inverted(value) {
|
|
9034
8951
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -9120,12 +9037,24 @@ class PxCellSwitch {
|
|
|
9120
9037
|
get value() {
|
|
9121
9038
|
return this.elementRef.nativeElement['value'];
|
|
9122
9039
|
}
|
|
9040
|
+
set state(value) {
|
|
9041
|
+
this.elementRef.nativeElement['state'] = value;
|
|
9042
|
+
}
|
|
9043
|
+
get state() {
|
|
9044
|
+
return this.elementRef.nativeElement['state'];
|
|
9045
|
+
}
|
|
9123
9046
|
set checked(value) {
|
|
9124
9047
|
this.elementRef.nativeElement['checked'] = value;
|
|
9125
9048
|
}
|
|
9126
9049
|
get checked() {
|
|
9127
9050
|
return this.elementRef.nativeElement['checked'];
|
|
9128
9051
|
}
|
|
9052
|
+
set radioPosition(value) {
|
|
9053
|
+
this.elementRef.nativeElement['radioPosition'] = value;
|
|
9054
|
+
}
|
|
9055
|
+
get radioPosition() {
|
|
9056
|
+
return this.elementRef.nativeElement['radioPosition'];
|
|
9057
|
+
}
|
|
9129
9058
|
set backgroundColor(value) {
|
|
9130
9059
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
9131
9060
|
}
|
|
@@ -9457,13 +9386,13 @@ class PxCellSwitch {
|
|
|
9457
9386
|
this.change.emit(e.detail);
|
|
9458
9387
|
});
|
|
9459
9388
|
}
|
|
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:
|
|
9389
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9390
|
+
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
9391
|
}
|
|
9463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
9392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellRadio, decorators: [{
|
|
9464
9393
|
type: Directive,
|
|
9465
9394
|
args: [{
|
|
9466
|
-
selector: 'px-cell-
|
|
9395
|
+
selector: 'px-cell-radio',
|
|
9467
9396
|
}]
|
|
9468
9397
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
9469
9398
|
type: Input
|
|
@@ -9503,8 +9432,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9503
9432
|
type: Input
|
|
9504
9433
|
}], value: [{
|
|
9505
9434
|
type: Input
|
|
9435
|
+
}], state: [{
|
|
9436
|
+
type: Input
|
|
9506
9437
|
}], checked: [{
|
|
9507
9438
|
type: Input
|
|
9439
|
+
}], radioPosition: [{
|
|
9440
|
+
type: Input,
|
|
9441
|
+
args: ['radio-position']
|
|
9508
9442
|
}], backgroundColor: [{
|
|
9509
9443
|
type: Input,
|
|
9510
9444
|
args: ['background-color']
|
|
@@ -9665,9 +9599,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
9665
9599
|
type: Output
|
|
9666
9600
|
}] } });
|
|
9667
9601
|
/**
|
|
9668
|
-
* @description Type-only wrapper for <px-
|
|
9602
|
+
* @description Type-only wrapper for <px-cell-switch>
|
|
9669
9603
|
*/
|
|
9670
|
-
class
|
|
9604
|
+
class PxCellSwitch {
|
|
9671
9605
|
elementRef;
|
|
9672
9606
|
set inverted(value) {
|
|
9673
9607
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -9675,57 +9609,107 @@ class PxButtonIcon {
|
|
|
9675
9609
|
get inverted() {
|
|
9676
9610
|
return this.elementRef.nativeElement['inverted'];
|
|
9677
9611
|
}
|
|
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
9612
|
set variant(value) {
|
|
9691
9613
|
this.elementRef.nativeElement['variant'] = value;
|
|
9692
9614
|
}
|
|
9693
9615
|
get variant() {
|
|
9694
9616
|
return this.elementRef.nativeElement['variant'];
|
|
9695
9617
|
}
|
|
9696
|
-
set
|
|
9697
|
-
this.elementRef.nativeElement['
|
|
9618
|
+
set disabled(value) {
|
|
9619
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
9698
9620
|
}
|
|
9699
|
-
get
|
|
9700
|
-
return this.elementRef.nativeElement['
|
|
9621
|
+
get disabled() {
|
|
9622
|
+
return this.elementRef.nativeElement['disabled'];
|
|
9623
|
+
}
|
|
9624
|
+
set separator(value) {
|
|
9625
|
+
this.elementRef.nativeElement['separator'] = value;
|
|
9626
|
+
}
|
|
9627
|
+
get separator() {
|
|
9628
|
+
return this.elementRef.nativeElement['separator'];
|
|
9629
|
+
}
|
|
9630
|
+
set separatorMobile(value) {
|
|
9631
|
+
this.elementRef.nativeElement['separatorMobile'] = value;
|
|
9632
|
+
}
|
|
9633
|
+
get separatorMobile() {
|
|
9634
|
+
return this.elementRef.nativeElement['separatorMobile'];
|
|
9635
|
+
}
|
|
9636
|
+
set separatorTablet(value) {
|
|
9637
|
+
this.elementRef.nativeElement['separatorTablet'] = value;
|
|
9638
|
+
}
|
|
9639
|
+
get separatorTablet() {
|
|
9640
|
+
return this.elementRef.nativeElement['separatorTablet'];
|
|
9641
|
+
}
|
|
9642
|
+
set separatorLaptop(value) {
|
|
9643
|
+
this.elementRef.nativeElement['separatorLaptop'] = value;
|
|
9644
|
+
}
|
|
9645
|
+
get separatorLaptop() {
|
|
9646
|
+
return this.elementRef.nativeElement['separatorLaptop'];
|
|
9647
|
+
}
|
|
9648
|
+
set separatorDesktop(value) {
|
|
9649
|
+
this.elementRef.nativeElement['separatorDesktop'] = value;
|
|
9650
|
+
}
|
|
9651
|
+
get separatorDesktop() {
|
|
9652
|
+
return this.elementRef.nativeElement['separatorDesktop'];
|
|
9653
|
+
}
|
|
9654
|
+
set radius(value) {
|
|
9655
|
+
this.elementRef.nativeElement['radius'] = value;
|
|
9656
|
+
}
|
|
9657
|
+
get radius() {
|
|
9658
|
+
return this.elementRef.nativeElement['radius'];
|
|
9659
|
+
}
|
|
9660
|
+
set radiusMobile(value) {
|
|
9661
|
+
this.elementRef.nativeElement['radiusMobile'] = value;
|
|
9662
|
+
}
|
|
9663
|
+
get radiusMobile() {
|
|
9664
|
+
return this.elementRef.nativeElement['radiusMobile'];
|
|
9665
|
+
}
|
|
9666
|
+
set radiusTablet(value) {
|
|
9667
|
+
this.elementRef.nativeElement['radiusTablet'] = value;
|
|
9668
|
+
}
|
|
9669
|
+
get radiusTablet() {
|
|
9670
|
+
return this.elementRef.nativeElement['radiusTablet'];
|
|
9671
|
+
}
|
|
9672
|
+
set radiusLaptop(value) {
|
|
9673
|
+
this.elementRef.nativeElement['radiusLaptop'] = value;
|
|
9674
|
+
}
|
|
9675
|
+
get radiusLaptop() {
|
|
9676
|
+
return this.elementRef.nativeElement['radiusLaptop'];
|
|
9677
|
+
}
|
|
9678
|
+
set radiusDesktop(value) {
|
|
9679
|
+
this.elementRef.nativeElement['radiusDesktop'] = value;
|
|
9680
|
+
}
|
|
9681
|
+
get radiusDesktop() {
|
|
9682
|
+
return this.elementRef.nativeElement['radiusDesktop'];
|
|
9701
9683
|
}
|
|
9702
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
9703
9684
|
set name(value) {
|
|
9704
9685
|
this.elementRef.nativeElement['name'] = value;
|
|
9705
9686
|
}
|
|
9706
9687
|
get name() {
|
|
9707
9688
|
return this.elementRef.nativeElement['name'];
|
|
9708
9689
|
}
|
|
9709
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
9710
9690
|
set value(value) {
|
|
9711
9691
|
this.elementRef.nativeElement['value'] = value;
|
|
9712
9692
|
}
|
|
9713
9693
|
get value() {
|
|
9714
9694
|
return this.elementRef.nativeElement['value'];
|
|
9715
9695
|
}
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
this.elementRef.nativeElement['type'] = value;
|
|
9696
|
+
set checked(value) {
|
|
9697
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
9719
9698
|
}
|
|
9720
|
-
get
|
|
9721
|
-
return this.elementRef.nativeElement['
|
|
9699
|
+
get checked() {
|
|
9700
|
+
return this.elementRef.nativeElement['checked'];
|
|
9722
9701
|
}
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
9702
|
+
set backgroundColor(value) {
|
|
9703
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
9726
9704
|
}
|
|
9727
|
-
get
|
|
9728
|
-
return this.elementRef.nativeElement['
|
|
9705
|
+
get backgroundColor() {
|
|
9706
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
9707
|
+
}
|
|
9708
|
+
set compact(value) {
|
|
9709
|
+
this.elementRef.nativeElement['compact'] = value;
|
|
9710
|
+
}
|
|
9711
|
+
get compact() {
|
|
9712
|
+
return this.elementRef.nativeElement['compact'];
|
|
9729
9713
|
}
|
|
9730
9714
|
set grow(value) {
|
|
9731
9715
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -10039,35 +10023,65 @@ class PxButtonIcon {
|
|
|
10039
10023
|
get wordBreakAllDesktop() {
|
|
10040
10024
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
10041
10025
|
}
|
|
10026
|
+
change = new EventEmitter();
|
|
10042
10027
|
constructor(elementRef) {
|
|
10043
10028
|
this.elementRef = elementRef;
|
|
10029
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
10030
|
+
this.change.emit(e.detail);
|
|
10031
|
+
});
|
|
10044
10032
|
}
|
|
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:
|
|
10033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10034
|
+
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
10035
|
}
|
|
10048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
10036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCellSwitch, decorators: [{
|
|
10049
10037
|
type: Directive,
|
|
10050
10038
|
args: [{
|
|
10051
|
-
selector: 'px-
|
|
10039
|
+
selector: 'px-cell-switch',
|
|
10052
10040
|
}]
|
|
10053
10041
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
10054
10042
|
type: Input
|
|
10055
|
-
}],
|
|
10043
|
+
}], variant: [{
|
|
10056
10044
|
type: Input
|
|
10057
|
-
}],
|
|
10045
|
+
}], disabled: [{
|
|
10058
10046
|
type: Input
|
|
10059
|
-
}],
|
|
10047
|
+
}], separator: [{
|
|
10060
10048
|
type: Input
|
|
10061
|
-
}],
|
|
10049
|
+
}], separatorMobile: [{
|
|
10062
10050
|
type: Input,
|
|
10063
|
-
args: ['
|
|
10051
|
+
args: ['separator--mobile']
|
|
10052
|
+
}], separatorTablet: [{
|
|
10053
|
+
type: Input,
|
|
10054
|
+
args: ['separator--tablet']
|
|
10055
|
+
}], separatorLaptop: [{
|
|
10056
|
+
type: Input,
|
|
10057
|
+
args: ['separator--laptop']
|
|
10058
|
+
}], separatorDesktop: [{
|
|
10059
|
+
type: Input,
|
|
10060
|
+
args: ['separator--desktop']
|
|
10061
|
+
}], radius: [{
|
|
10062
|
+
type: Input
|
|
10063
|
+
}], radiusMobile: [{
|
|
10064
|
+
type: Input,
|
|
10065
|
+
args: ['radius--mobile']
|
|
10066
|
+
}], radiusTablet: [{
|
|
10067
|
+
type: Input,
|
|
10068
|
+
args: ['radius--tablet']
|
|
10069
|
+
}], radiusLaptop: [{
|
|
10070
|
+
type: Input,
|
|
10071
|
+
args: ['radius--laptop']
|
|
10072
|
+
}], radiusDesktop: [{
|
|
10073
|
+
type: Input,
|
|
10074
|
+
args: ['radius--desktop']
|
|
10064
10075
|
}], name: [{
|
|
10065
10076
|
type: Input
|
|
10066
10077
|
}], value: [{
|
|
10067
10078
|
type: Input
|
|
10068
|
-
}],
|
|
10079
|
+
}], checked: [{
|
|
10069
10080
|
type: Input
|
|
10070
|
-
}],
|
|
10081
|
+
}], backgroundColor: [{
|
|
10082
|
+
type: Input,
|
|
10083
|
+
args: ['background-color']
|
|
10084
|
+
}], compact: [{
|
|
10071
10085
|
type: Input
|
|
10072
10086
|
}], grow: [{
|
|
10073
10087
|
type: Input
|
|
@@ -10220,6 +10234,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
10220
10234
|
}], wordBreakAllDesktop: [{
|
|
10221
10235
|
type: Input,
|
|
10222
10236
|
args: ['word-break-all--desktop']
|
|
10237
|
+
}], change: [{
|
|
10238
|
+
type: Output
|
|
10223
10239
|
}] } });
|
|
10224
10240
|
/**
|
|
10225
10241
|
* @description Type-only wrapper for <px-checkbox>
|
|
@@ -10256,6 +10272,12 @@ class PxCheckbox {
|
|
|
10256
10272
|
get hover() {
|
|
10257
10273
|
return this.elementRef.nativeElement['hover'];
|
|
10258
10274
|
}
|
|
10275
|
+
set size(value) {
|
|
10276
|
+
this.elementRef.nativeElement['size'] = value;
|
|
10277
|
+
}
|
|
10278
|
+
get size() {
|
|
10279
|
+
return this.elementRef.nativeElement['size'];
|
|
10280
|
+
}
|
|
10259
10281
|
/** The name of the checkbox. */
|
|
10260
10282
|
set name(value) {
|
|
10261
10283
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -10607,7 +10629,7 @@ class PxCheckbox {
|
|
|
10607
10629
|
this.elementRef = elementRef;
|
|
10608
10630
|
}
|
|
10609
10631
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10610
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCheckbox, selector: "px-checkbox", inputs: { state: "state", variant: "variant", indeterminate: "indeterminate", inverted: "inverted", hover: "hover", name: "name", value: "value", checked: "checked", disabled: "disabled", required: "required", 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 });
|
|
10632
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCheckbox, selector: "px-checkbox", inputs: { state: "state", variant: "variant", indeterminate: "indeterminate", inverted: "inverted", hover: "hover", size: "size", name: "name", value: "value", checked: "checked", disabled: "disabled", required: "required", 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 });
|
|
10611
10633
|
}
|
|
10612
10634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCheckbox, decorators: [{
|
|
10613
10635
|
type: Directive,
|
|
@@ -10624,6 +10646,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
10624
10646
|
type: Input
|
|
10625
10647
|
}], hover: [{
|
|
10626
10648
|
type: Input
|
|
10649
|
+
}], size: [{
|
|
10650
|
+
type: Input
|
|
10627
10651
|
}], name: [{
|
|
10628
10652
|
type: Input
|
|
10629
10653
|
}], value: [{
|
|
@@ -28729,6 +28753,12 @@ class PxRadio {
|
|
|
28729
28753
|
get inverted() {
|
|
28730
28754
|
return this.elementRef.nativeElement['inverted'];
|
|
28731
28755
|
}
|
|
28756
|
+
set size(value) {
|
|
28757
|
+
this.elementRef.nativeElement['size'] = value;
|
|
28758
|
+
}
|
|
28759
|
+
get size() {
|
|
28760
|
+
return this.elementRef.nativeElement['size'];
|
|
28761
|
+
}
|
|
28732
28762
|
/** Whether the radio button is checked. */
|
|
28733
28763
|
set checked(value) {
|
|
28734
28764
|
this.elementRef.nativeElement['checked'] = value;
|
|
@@ -29085,7 +29115,7 @@ class PxRadio {
|
|
|
29085
29115
|
});
|
|
29086
29116
|
}
|
|
29087
29117
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29088
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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 });
|
|
29118
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", 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 });
|
|
29089
29119
|
}
|
|
29090
29120
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, decorators: [{
|
|
29091
29121
|
type: Directive,
|
|
@@ -29098,6 +29128,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29098
29128
|
type: Input
|
|
29099
29129
|
}], inverted: [{
|
|
29100
29130
|
type: Input
|
|
29131
|
+
}], size: [{
|
|
29132
|
+
type: Input
|
|
29101
29133
|
}], checked: [{
|
|
29102
29134
|
type: Input
|
|
29103
29135
|
}], disabled: [{
|
|
@@ -29279,6 +29311,12 @@ class PxRadioBase {
|
|
|
29279
29311
|
get inverted() {
|
|
29280
29312
|
return this.elementRef.nativeElement['inverted'];
|
|
29281
29313
|
}
|
|
29314
|
+
set size(value) {
|
|
29315
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29316
|
+
}
|
|
29317
|
+
get size() {
|
|
29318
|
+
return this.elementRef.nativeElement['size'];
|
|
29319
|
+
}
|
|
29282
29320
|
set grow(value) {
|
|
29283
29321
|
this.elementRef.nativeElement['grow'] = value;
|
|
29284
29322
|
}
|
|
@@ -29595,7 +29633,7 @@ class PxRadioBase {
|
|
|
29595
29633
|
this.elementRef = elementRef;
|
|
29596
29634
|
}
|
|
29597
29635
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29598
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", 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 });
|
|
29636
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", 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 });
|
|
29599
29637
|
}
|
|
29600
29638
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
29601
29639
|
type: Directive,
|
|
@@ -29606,6 +29644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29606
29644
|
type: Input
|
|
29607
29645
|
}], inverted: [{
|
|
29608
29646
|
type: Input
|
|
29647
|
+
}], size: [{
|
|
29648
|
+
type: Input
|
|
29609
29649
|
}], grow: [{
|
|
29610
29650
|
type: Input
|
|
29611
29651
|
}], growMobile: [{
|
|
@@ -29805,6 +29845,12 @@ class PxRadioGroup {
|
|
|
29805
29845
|
get inverted() {
|
|
29806
29846
|
return this.elementRef.nativeElement['inverted'];
|
|
29807
29847
|
}
|
|
29848
|
+
set size(value) {
|
|
29849
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29850
|
+
}
|
|
29851
|
+
get size() {
|
|
29852
|
+
return this.elementRef.nativeElement['size'];
|
|
29853
|
+
}
|
|
29808
29854
|
set grow(value) {
|
|
29809
29855
|
this.elementRef.nativeElement['grow'] = value;
|
|
29810
29856
|
}
|
|
@@ -30121,7 +30167,7 @@ class PxRadioGroup {
|
|
|
30121
30167
|
this.elementRef = elementRef;
|
|
30122
30168
|
}
|
|
30123
30169
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30124
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", 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 });
|
|
30170
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", 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 });
|
|
30125
30171
|
}
|
|
30126
30172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30127
30173
|
type: Directive,
|
|
@@ -30142,6 +30188,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30142
30188
|
type: Input
|
|
30143
30189
|
}], inverted: [{
|
|
30144
30190
|
type: Input
|
|
30191
|
+
}], size: [{
|
|
30192
|
+
type: Input
|
|
30145
30193
|
}], grow: [{
|
|
30146
30194
|
type: Input
|
|
30147
30195
|
}], growMobile: [{
|
|
@@ -36565,6 +36613,30 @@ class PxTag {
|
|
|
36565
36613
|
get disabled() {
|
|
36566
36614
|
return this.elementRef.nativeElement['disabled'];
|
|
36567
36615
|
}
|
|
36616
|
+
set size(value) {
|
|
36617
|
+
this.elementRef.nativeElement['size'] = value;
|
|
36618
|
+
}
|
|
36619
|
+
get size() {
|
|
36620
|
+
return this.elementRef.nativeElement['size'];
|
|
36621
|
+
}
|
|
36622
|
+
set state(value) {
|
|
36623
|
+
this.elementRef.nativeElement['state'] = value;
|
|
36624
|
+
}
|
|
36625
|
+
get state() {
|
|
36626
|
+
return this.elementRef.nativeElement['state'];
|
|
36627
|
+
}
|
|
36628
|
+
set stateIconAriaLabel(value) {
|
|
36629
|
+
this.elementRef.nativeElement['stateIconAriaLabel'] = value;
|
|
36630
|
+
}
|
|
36631
|
+
get stateIconAriaLabel() {
|
|
36632
|
+
return this.elementRef.nativeElement['stateIconAriaLabel'];
|
|
36633
|
+
}
|
|
36634
|
+
set stateIconFrom(value) {
|
|
36635
|
+
this.elementRef.nativeElement['stateIconFrom'] = value;
|
|
36636
|
+
}
|
|
36637
|
+
get stateIconFrom() {
|
|
36638
|
+
return this.elementRef.nativeElement['stateIconFrom'];
|
|
36639
|
+
}
|
|
36568
36640
|
set grow(value) {
|
|
36569
36641
|
this.elementRef.nativeElement['grow'] = value;
|
|
36570
36642
|
}
|
|
@@ -36881,7 +36953,7 @@ class PxTag {
|
|
|
36881
36953
|
this.elementRef = elementRef;
|
|
36882
36954
|
}
|
|
36883
36955
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTag, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36884
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTag, selector: "px-tag", inputs: { dismissible: "dismissible", inverted: "inverted", 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 });
|
|
36956
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTag, selector: "px-tag", inputs: { dismissible: "dismissible", inverted: "inverted", disabled: "disabled", size: "size", state: "state", stateIconAriaLabel: ["state-icon-aria-label", "stateIconAriaLabel"], stateIconFrom: ["state-icon-from", "stateIconFrom"], 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 });
|
|
36885
36957
|
}
|
|
36886
36958
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTag, decorators: [{
|
|
36887
36959
|
type: Directive,
|
|
@@ -36894,6 +36966,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
36894
36966
|
type: Input
|
|
36895
36967
|
}], disabled: [{
|
|
36896
36968
|
type: Input
|
|
36969
|
+
}], size: [{
|
|
36970
|
+
type: Input
|
|
36971
|
+
}], state: [{
|
|
36972
|
+
type: Input
|
|
36973
|
+
}], stateIconAriaLabel: [{
|
|
36974
|
+
type: Input,
|
|
36975
|
+
args: ['state-icon-aria-label']
|
|
36976
|
+
}], stateIconFrom: [{
|
|
36977
|
+
type: Input,
|
|
36978
|
+
args: ['state-icon-from']
|
|
36897
36979
|
}], grow: [{
|
|
36898
36980
|
type: Input
|
|
36899
36981
|
}], growMobile: [{
|
|
@@ -41075,7 +41157,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41075
41157
|
}] } });
|
|
41076
41158
|
class Lavender {
|
|
41077
41159
|
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,
|
|
41160
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41079
41161
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
41080
41162
|
}
|
|
41081
41163
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41091,6 +41173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41091
41173
|
PxBreadcrumb,
|
|
41092
41174
|
PxButton,
|
|
41093
41175
|
PxButtonWrapper,
|
|
41176
|
+
PxButtonIcon,
|
|
41094
41177
|
PxCard,
|
|
41095
41178
|
PxAppleseed,
|
|
41096
41179
|
PxCarousel,
|
|
@@ -41101,7 +41184,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41101
41184
|
PxCellLink,
|
|
41102
41185
|
PxCellRadio,
|
|
41103
41186
|
PxCellSwitch,
|
|
41104
|
-
PxButtonIcon,
|
|
41105
41187
|
PxCheckbox,
|
|
41106
41188
|
PxColorOption,
|
|
41107
41189
|
PxColorOptionLink,
|
|
@@ -41193,6 +41275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41193
41275
|
PxBreadcrumb,
|
|
41194
41276
|
PxButton,
|
|
41195
41277
|
PxButtonWrapper,
|
|
41278
|
+
PxButtonIcon,
|
|
41196
41279
|
PxCard,
|
|
41197
41280
|
PxAppleseed,
|
|
41198
41281
|
PxCarousel,
|
|
@@ -41203,7 +41286,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
41203
41286
|
PxCellLink,
|
|
41204
41287
|
PxCellRadio,
|
|
41205
41288
|
PxCellSwitch,
|
|
41206
|
-
PxButtonIcon,
|
|
41207
41289
|
PxCheckbox,
|
|
41208
41290
|
PxColorOption,
|
|
41209
41291
|
PxColorOptionLink,
|