@proximus/lavender-angular 2.0.0-alpha.170 → 2.0.0-alpha.173
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.
|
@@ -3881,21 +3881,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
3881
3881
|
args: ['word-break-all--desktop']
|
|
3882
3882
|
}] } });
|
|
3883
3883
|
/**
|
|
3884
|
-
* @description Type-only wrapper for <px-button>
|
|
3884
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
3885
3885
|
*/
|
|
3886
|
-
class
|
|
3886
|
+
class PxButtonIcon {
|
|
3887
3887
|
elementRef;
|
|
3888
|
-
set
|
|
3889
|
-
this.elementRef.nativeElement['
|
|
3890
|
-
}
|
|
3891
|
-
get variant() {
|
|
3892
|
-
return this.elementRef.nativeElement['variant'];
|
|
3893
|
-
}
|
|
3894
|
-
set state(value) {
|
|
3895
|
-
this.elementRef.nativeElement['state'] = value;
|
|
3888
|
+
set inverted(value) {
|
|
3889
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
3896
3890
|
}
|
|
3897
|
-
get
|
|
3898
|
-
return this.elementRef.nativeElement['
|
|
3891
|
+
get inverted() {
|
|
3892
|
+
return this.elementRef.nativeElement['inverted'];
|
|
3899
3893
|
}
|
|
3900
3894
|
set loading(value) {
|
|
3901
3895
|
this.elementRef.nativeElement['loading'] = value;
|
|
@@ -3903,41 +3897,17 @@ class PxButton {
|
|
|
3903
3897
|
get loading() {
|
|
3904
3898
|
return this.elementRef.nativeElement['loading'];
|
|
3905
3899
|
}
|
|
3906
|
-
set
|
|
3907
|
-
this.elementRef.nativeElement['
|
|
3908
|
-
}
|
|
3909
|
-
get shape() {
|
|
3910
|
-
return this.elementRef.nativeElement['shape'];
|
|
3911
|
-
}
|
|
3912
|
-
set shapeMobile(value) {
|
|
3913
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
3914
|
-
}
|
|
3915
|
-
get shapeMobile() {
|
|
3916
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
3917
|
-
}
|
|
3918
|
-
set shapeTablet(value) {
|
|
3919
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
3920
|
-
}
|
|
3921
|
-
get shapeTablet() {
|
|
3922
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
3923
|
-
}
|
|
3924
|
-
set shapeLaptop(value) {
|
|
3925
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
3926
|
-
}
|
|
3927
|
-
get shapeLaptop() {
|
|
3928
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
3929
|
-
}
|
|
3930
|
-
set shapeDesktop(value) {
|
|
3931
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
3900
|
+
set size(value) {
|
|
3901
|
+
this.elementRef.nativeElement['size'] = value;
|
|
3932
3902
|
}
|
|
3933
|
-
get
|
|
3934
|
-
return this.elementRef.nativeElement['
|
|
3903
|
+
get size() {
|
|
3904
|
+
return this.elementRef.nativeElement['size'];
|
|
3935
3905
|
}
|
|
3936
|
-
set
|
|
3937
|
-
this.elementRef.nativeElement['
|
|
3906
|
+
set variant(value) {
|
|
3907
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
3938
3908
|
}
|
|
3939
|
-
get
|
|
3940
|
-
return this.elementRef.nativeElement['
|
|
3909
|
+
get variant() {
|
|
3910
|
+
return this.elementRef.nativeElement['variant'];
|
|
3941
3911
|
}
|
|
3942
3912
|
set ariaExpanded(value) {
|
|
3943
3913
|
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
@@ -3945,42 +3915,6 @@ class PxButton {
|
|
|
3945
3915
|
get ariaExpanded() {
|
|
3946
3916
|
return this.elementRef.nativeElement['ariaExpanded'];
|
|
3947
3917
|
}
|
|
3948
|
-
set extended(value) {
|
|
3949
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
3950
|
-
}
|
|
3951
|
-
get extended() {
|
|
3952
|
-
return this.elementRef.nativeElement['extended'];
|
|
3953
|
-
}
|
|
3954
|
-
set extendedMobile(value) {
|
|
3955
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
3956
|
-
}
|
|
3957
|
-
get extendedMobile() {
|
|
3958
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
3959
|
-
}
|
|
3960
|
-
set extendedTablet(value) {
|
|
3961
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
3962
|
-
}
|
|
3963
|
-
get extendedTablet() {
|
|
3964
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
3965
|
-
}
|
|
3966
|
-
set extendedLaptop(value) {
|
|
3967
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
3968
|
-
}
|
|
3969
|
-
get extendedLaptop() {
|
|
3970
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
3971
|
-
}
|
|
3972
|
-
set extendedDesktop(value) {
|
|
3973
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
3974
|
-
}
|
|
3975
|
-
get extendedDesktop() {
|
|
3976
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
3977
|
-
}
|
|
3978
|
-
set size(value) {
|
|
3979
|
-
this.elementRef.nativeElement['size'] = value;
|
|
3980
|
-
}
|
|
3981
|
-
get size() {
|
|
3982
|
-
return this.elementRef.nativeElement['size'];
|
|
3983
|
-
}
|
|
3984
3918
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3985
3919
|
set name(value) {
|
|
3986
3920
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -4324,56 +4258,26 @@ class PxButton {
|
|
|
4324
4258
|
constructor(elementRef) {
|
|
4325
4259
|
this.elementRef = elementRef;
|
|
4326
4260
|
}
|
|
4327
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4328
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
4261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4262
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonIcon, isStandalone: true, 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 });
|
|
4329
4263
|
}
|
|
4330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
4331
4265
|
type: Directive,
|
|
4332
4266
|
args: [{
|
|
4333
|
-
selector: 'px-button',
|
|
4267
|
+
selector: 'px-button-icon',
|
|
4334
4268
|
standalone: true,
|
|
4335
4269
|
}]
|
|
4336
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4337
|
-
type: Input
|
|
4338
|
-
}], state: [{
|
|
4270
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
4339
4271
|
type: Input
|
|
4340
4272
|
}], loading: [{
|
|
4341
4273
|
type: Input
|
|
4342
|
-
}],
|
|
4274
|
+
}], size: [{
|
|
4343
4275
|
type: Input
|
|
4344
|
-
}],
|
|
4345
|
-
type: Input,
|
|
4346
|
-
args: ['shape--mobile']
|
|
4347
|
-
}], shapeTablet: [{
|
|
4348
|
-
type: Input,
|
|
4349
|
-
args: ['shape--tablet']
|
|
4350
|
-
}], shapeLaptop: [{
|
|
4351
|
-
type: Input,
|
|
4352
|
-
args: ['shape--laptop']
|
|
4353
|
-
}], shapeDesktop: [{
|
|
4354
|
-
type: Input,
|
|
4355
|
-
args: ['shape--desktop']
|
|
4356
|
-
}], inverted: [{
|
|
4276
|
+
}], variant: [{
|
|
4357
4277
|
type: Input
|
|
4358
4278
|
}], ariaExpanded: [{
|
|
4359
4279
|
type: Input,
|
|
4360
4280
|
args: ['aria-expanded']
|
|
4361
|
-
}], extended: [{
|
|
4362
|
-
type: Input
|
|
4363
|
-
}], extendedMobile: [{
|
|
4364
|
-
type: Input,
|
|
4365
|
-
args: ['extended--mobile']
|
|
4366
|
-
}], extendedTablet: [{
|
|
4367
|
-
type: Input,
|
|
4368
|
-
args: ['extended--tablet']
|
|
4369
|
-
}], extendedLaptop: [{
|
|
4370
|
-
type: Input,
|
|
4371
|
-
args: ['extended--laptop']
|
|
4372
|
-
}], extendedDesktop: [{
|
|
4373
|
-
type: Input,
|
|
4374
|
-
args: ['extended--desktop']
|
|
4375
|
-
}], size: [{
|
|
4376
|
-
type: Input
|
|
4377
4281
|
}], name: [{
|
|
4378
4282
|
type: Input
|
|
4379
4283
|
}], value: [{
|
|
@@ -4535,38 +4439,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4535
4439
|
args: ['word-break-all--desktop']
|
|
4536
4440
|
}] } });
|
|
4537
4441
|
/**
|
|
4538
|
-
* @description Type-only wrapper for <px-button
|
|
4442
|
+
* @description Type-only wrapper for <px-button>
|
|
4539
4443
|
*/
|
|
4540
|
-
class
|
|
4444
|
+
class PxButton {
|
|
4541
4445
|
elementRef;
|
|
4542
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
4543
|
-
set name(value) {
|
|
4544
|
-
this.elementRef.nativeElement['name'] = value;
|
|
4545
|
-
}
|
|
4546
|
-
get name() {
|
|
4547
|
-
return this.elementRef.nativeElement['name'];
|
|
4548
|
-
}
|
|
4549
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
4550
|
-
set value(value) {
|
|
4551
|
-
this.elementRef.nativeElement['value'] = value;
|
|
4552
|
-
}
|
|
4553
|
-
get value() {
|
|
4554
|
-
return this.elementRef.nativeElement['value'];
|
|
4555
|
-
}
|
|
4556
|
-
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
4557
|
-
set type(value) {
|
|
4558
|
-
this.elementRef.nativeElement['type'] = value;
|
|
4559
|
-
}
|
|
4560
|
-
get type() {
|
|
4561
|
-
return this.elementRef.nativeElement['type'];
|
|
4562
|
-
}
|
|
4563
|
-
/** Whether the button is disabled. */
|
|
4564
|
-
set disabled(value) {
|
|
4565
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
4566
|
-
}
|
|
4567
|
-
get disabled() {
|
|
4568
|
-
return this.elementRef.nativeElement['disabled'];
|
|
4569
|
-
}
|
|
4570
4446
|
set variant(value) {
|
|
4571
4447
|
this.elementRef.nativeElement['variant'] = value;
|
|
4572
4448
|
}
|
|
@@ -4663,6 +4539,34 @@ class PxButtonWrapper {
|
|
|
4663
4539
|
get size() {
|
|
4664
4540
|
return this.elementRef.nativeElement['size'];
|
|
4665
4541
|
}
|
|
4542
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
4543
|
+
set name(value) {
|
|
4544
|
+
this.elementRef.nativeElement['name'] = value;
|
|
4545
|
+
}
|
|
4546
|
+
get name() {
|
|
4547
|
+
return this.elementRef.nativeElement['name'];
|
|
4548
|
+
}
|
|
4549
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
4550
|
+
set value(value) {
|
|
4551
|
+
this.elementRef.nativeElement['value'] = value;
|
|
4552
|
+
}
|
|
4553
|
+
get value() {
|
|
4554
|
+
return this.elementRef.nativeElement['value'];
|
|
4555
|
+
}
|
|
4556
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
4557
|
+
set type(value) {
|
|
4558
|
+
this.elementRef.nativeElement['type'] = value;
|
|
4559
|
+
}
|
|
4560
|
+
get type() {
|
|
4561
|
+
return this.elementRef.nativeElement['type'];
|
|
4562
|
+
}
|
|
4563
|
+
/** Whether the button is disabled. */
|
|
4564
|
+
set disabled(value) {
|
|
4565
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
4566
|
+
}
|
|
4567
|
+
get disabled() {
|
|
4568
|
+
return this.elementRef.nativeElement['disabled'];
|
|
4569
|
+
}
|
|
4666
4570
|
set grow(value) {
|
|
4667
4571
|
this.elementRef.nativeElement['grow'] = value;
|
|
4668
4572
|
}
|
|
@@ -4978,24 +4882,16 @@ class PxButtonWrapper {
|
|
|
4978
4882
|
constructor(elementRef) {
|
|
4979
4883
|
this.elementRef = elementRef;
|
|
4980
4884
|
}
|
|
4981
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4982
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
4885
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4886
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButton, isStandalone: true, 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 });
|
|
4983
4887
|
}
|
|
4984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, decorators: [{
|
|
4985
4889
|
type: Directive,
|
|
4986
4890
|
args: [{
|
|
4987
|
-
selector: 'px-button
|
|
4891
|
+
selector: 'px-button',
|
|
4988
4892
|
standalone: true,
|
|
4989
4893
|
}]
|
|
4990
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4991
|
-
type: Input
|
|
4992
|
-
}], value: [{
|
|
4993
|
-
type: Input
|
|
4994
|
-
}], type: [{
|
|
4995
|
-
type: Input
|
|
4996
|
-
}], disabled: [{
|
|
4997
|
-
type: Input
|
|
4998
|
-
}], variant: [{
|
|
4894
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
4999
4895
|
type: Input
|
|
5000
4896
|
}], state: [{
|
|
5001
4897
|
type: Input
|
|
@@ -5036,6 +4932,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
5036
4932
|
args: ['extended--desktop']
|
|
5037
4933
|
}], size: [{
|
|
5038
4934
|
type: Input
|
|
4935
|
+
}], name: [{
|
|
4936
|
+
type: Input
|
|
4937
|
+
}], value: [{
|
|
4938
|
+
type: Input
|
|
4939
|
+
}], type: [{
|
|
4940
|
+
type: Input
|
|
4941
|
+
}], disabled: [{
|
|
4942
|
+
type: Input
|
|
5039
4943
|
}], grow: [{
|
|
5040
4944
|
type: Input
|
|
5041
4945
|
}], growMobile: [{
|
|
@@ -5189,40 +5093,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
5189
5093
|
args: ['word-break-all--desktop']
|
|
5190
5094
|
}] } });
|
|
5191
5095
|
/**
|
|
5192
|
-
* @description Type-only wrapper for <px-button-
|
|
5096
|
+
* @description Type-only wrapper for <px-button-wrapper>
|
|
5193
5097
|
*/
|
|
5194
|
-
class
|
|
5098
|
+
class PxButtonWrapper {
|
|
5195
5099
|
elementRef;
|
|
5196
|
-
set inverted(value) {
|
|
5197
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
5198
|
-
}
|
|
5199
|
-
get inverted() {
|
|
5200
|
-
return this.elementRef.nativeElement['inverted'];
|
|
5201
|
-
}
|
|
5202
|
-
set loading(value) {
|
|
5203
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
5204
|
-
}
|
|
5205
|
-
get loading() {
|
|
5206
|
-
return this.elementRef.nativeElement['loading'];
|
|
5207
|
-
}
|
|
5208
|
-
set size(value) {
|
|
5209
|
-
this.elementRef.nativeElement['size'] = value;
|
|
5210
|
-
}
|
|
5211
|
-
get size() {
|
|
5212
|
-
return this.elementRef.nativeElement['size'];
|
|
5213
|
-
}
|
|
5214
|
-
set variant(value) {
|
|
5215
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
5216
|
-
}
|
|
5217
|
-
get variant() {
|
|
5218
|
-
return this.elementRef.nativeElement['variant'];
|
|
5219
|
-
}
|
|
5220
|
-
set ariaExpanded(value) {
|
|
5221
|
-
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5222
|
-
}
|
|
5223
|
-
get ariaExpanded() {
|
|
5224
|
-
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5225
|
-
}
|
|
5226
5100
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
5227
5101
|
set name(value) {
|
|
5228
5102
|
this.elementRef.nativeElement['name'] = value;
|
|
@@ -5251,6 +5125,102 @@ class PxButtonIcon {
|
|
|
5251
5125
|
get disabled() {
|
|
5252
5126
|
return this.elementRef.nativeElement['disabled'];
|
|
5253
5127
|
}
|
|
5128
|
+
set variant(value) {
|
|
5129
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
5130
|
+
}
|
|
5131
|
+
get variant() {
|
|
5132
|
+
return this.elementRef.nativeElement['variant'];
|
|
5133
|
+
}
|
|
5134
|
+
set state(value) {
|
|
5135
|
+
this.elementRef.nativeElement['state'] = value;
|
|
5136
|
+
}
|
|
5137
|
+
get state() {
|
|
5138
|
+
return this.elementRef.nativeElement['state'];
|
|
5139
|
+
}
|
|
5140
|
+
set loading(value) {
|
|
5141
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
5142
|
+
}
|
|
5143
|
+
get loading() {
|
|
5144
|
+
return this.elementRef.nativeElement['loading'];
|
|
5145
|
+
}
|
|
5146
|
+
set shape(value) {
|
|
5147
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
5148
|
+
}
|
|
5149
|
+
get shape() {
|
|
5150
|
+
return this.elementRef.nativeElement['shape'];
|
|
5151
|
+
}
|
|
5152
|
+
set shapeMobile(value) {
|
|
5153
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
5154
|
+
}
|
|
5155
|
+
get shapeMobile() {
|
|
5156
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
5157
|
+
}
|
|
5158
|
+
set shapeTablet(value) {
|
|
5159
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
5160
|
+
}
|
|
5161
|
+
get shapeTablet() {
|
|
5162
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
5163
|
+
}
|
|
5164
|
+
set shapeLaptop(value) {
|
|
5165
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
5166
|
+
}
|
|
5167
|
+
get shapeLaptop() {
|
|
5168
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
5169
|
+
}
|
|
5170
|
+
set shapeDesktop(value) {
|
|
5171
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
5172
|
+
}
|
|
5173
|
+
get shapeDesktop() {
|
|
5174
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
5175
|
+
}
|
|
5176
|
+
set inverted(value) {
|
|
5177
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
5178
|
+
}
|
|
5179
|
+
get inverted() {
|
|
5180
|
+
return this.elementRef.nativeElement['inverted'];
|
|
5181
|
+
}
|
|
5182
|
+
set ariaExpanded(value) {
|
|
5183
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5184
|
+
}
|
|
5185
|
+
get ariaExpanded() {
|
|
5186
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5187
|
+
}
|
|
5188
|
+
set extended(value) {
|
|
5189
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
5190
|
+
}
|
|
5191
|
+
get extended() {
|
|
5192
|
+
return this.elementRef.nativeElement['extended'];
|
|
5193
|
+
}
|
|
5194
|
+
set extendedMobile(value) {
|
|
5195
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
5196
|
+
}
|
|
5197
|
+
get extendedMobile() {
|
|
5198
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
5199
|
+
}
|
|
5200
|
+
set extendedTablet(value) {
|
|
5201
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
5202
|
+
}
|
|
5203
|
+
get extendedTablet() {
|
|
5204
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
5205
|
+
}
|
|
5206
|
+
set extendedLaptop(value) {
|
|
5207
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
5208
|
+
}
|
|
5209
|
+
get extendedLaptop() {
|
|
5210
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
5211
|
+
}
|
|
5212
|
+
set extendedDesktop(value) {
|
|
5213
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
5214
|
+
}
|
|
5215
|
+
get extendedDesktop() {
|
|
5216
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
5217
|
+
}
|
|
5218
|
+
set size(value) {
|
|
5219
|
+
this.elementRef.nativeElement['size'] = value;
|
|
5220
|
+
}
|
|
5221
|
+
get size() {
|
|
5222
|
+
return this.elementRef.nativeElement['size'];
|
|
5223
|
+
}
|
|
5254
5224
|
set grow(value) {
|
|
5255
5225
|
this.elementRef.nativeElement['grow'] = value;
|
|
5256
5226
|
}
|
|
@@ -5566,33 +5536,63 @@ class PxButtonIcon {
|
|
|
5566
5536
|
constructor(elementRef) {
|
|
5567
5537
|
this.elementRef = elementRef;
|
|
5568
5538
|
}
|
|
5569
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
5570
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
5539
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5540
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxButtonWrapper, isStandalone: true, 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 });
|
|
5571
5541
|
}
|
|
5572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
5542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, decorators: [{
|
|
5573
5543
|
type: Directive,
|
|
5574
5544
|
args: [{
|
|
5575
|
-
selector: 'px-button-
|
|
5545
|
+
selector: 'px-button-wrapper',
|
|
5576
5546
|
standalone: true,
|
|
5577
5547
|
}]
|
|
5578
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
5548
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
5579
5549
|
type: Input
|
|
5580
|
-
}],
|
|
5550
|
+
}], value: [{
|
|
5581
5551
|
type: Input
|
|
5582
|
-
}],
|
|
5552
|
+
}], type: [{
|
|
5553
|
+
type: Input
|
|
5554
|
+
}], disabled: [{
|
|
5583
5555
|
type: Input
|
|
5584
5556
|
}], variant: [{
|
|
5585
5557
|
type: Input
|
|
5558
|
+
}], state: [{
|
|
5559
|
+
type: Input
|
|
5560
|
+
}], loading: [{
|
|
5561
|
+
type: Input
|
|
5562
|
+
}], shape: [{
|
|
5563
|
+
type: Input
|
|
5564
|
+
}], shapeMobile: [{
|
|
5565
|
+
type: Input,
|
|
5566
|
+
args: ['shape--mobile']
|
|
5567
|
+
}], shapeTablet: [{
|
|
5568
|
+
type: Input,
|
|
5569
|
+
args: ['shape--tablet']
|
|
5570
|
+
}], shapeLaptop: [{
|
|
5571
|
+
type: Input,
|
|
5572
|
+
args: ['shape--laptop']
|
|
5573
|
+
}], shapeDesktop: [{
|
|
5574
|
+
type: Input,
|
|
5575
|
+
args: ['shape--desktop']
|
|
5576
|
+
}], inverted: [{
|
|
5577
|
+
type: Input
|
|
5586
5578
|
}], ariaExpanded: [{
|
|
5587
5579
|
type: Input,
|
|
5588
5580
|
args: ['aria-expanded']
|
|
5589
|
-
}],
|
|
5590
|
-
type: Input
|
|
5591
|
-
}], value: [{
|
|
5592
|
-
type: Input
|
|
5593
|
-
}], type: [{
|
|
5581
|
+
}], extended: [{
|
|
5594
5582
|
type: Input
|
|
5595
|
-
}],
|
|
5583
|
+
}], extendedMobile: [{
|
|
5584
|
+
type: Input,
|
|
5585
|
+
args: ['extended--mobile']
|
|
5586
|
+
}], extendedTablet: [{
|
|
5587
|
+
type: Input,
|
|
5588
|
+
args: ['extended--tablet']
|
|
5589
|
+
}], extendedLaptop: [{
|
|
5590
|
+
type: Input,
|
|
5591
|
+
args: ['extended--laptop']
|
|
5592
|
+
}], extendedDesktop: [{
|
|
5593
|
+
type: Input,
|
|
5594
|
+
args: ['extended--desktop']
|
|
5595
|
+
}], size: [{
|
|
5596
5596
|
type: Input
|
|
5597
5597
|
}], grow: [{
|
|
5598
5598
|
type: Input
|
|
@@ -19712,6 +19712,12 @@ class PxInput {
|
|
|
19712
19712
|
get extendedDesktop() {
|
|
19713
19713
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
19714
19714
|
}
|
|
19715
|
+
set ariaDescribedby(value) {
|
|
19716
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
19717
|
+
}
|
|
19718
|
+
get ariaDescribedby() {
|
|
19719
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
19720
|
+
}
|
|
19715
19721
|
set grow(value) {
|
|
19716
19722
|
this.elementRef.nativeElement['grow'] = value;
|
|
19717
19723
|
}
|
|
@@ -20032,7 +20038,7 @@ class PxInput {
|
|
|
20032
20038
|
});
|
|
20033
20039
|
}
|
|
20034
20040
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20035
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20041
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20036
20042
|
}
|
|
20037
20043
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, decorators: [{
|
|
20038
20044
|
type: Directive,
|
|
@@ -20056,6 +20062,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20056
20062
|
}], extendedDesktop: [{
|
|
20057
20063
|
type: Input,
|
|
20058
20064
|
args: ['extended--desktop']
|
|
20065
|
+
}], ariaDescribedby: [{
|
|
20066
|
+
type: Input,
|
|
20067
|
+
args: ['aria-describedby']
|
|
20059
20068
|
}], grow: [{
|
|
20060
20069
|
type: Input
|
|
20061
20070
|
}], growMobile: [{
|
|
@@ -20251,6 +20260,12 @@ class PxSelect {
|
|
|
20251
20260
|
get extendedDesktop() {
|
|
20252
20261
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20253
20262
|
}
|
|
20263
|
+
set ariaDescribedby(value) {
|
|
20264
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20265
|
+
}
|
|
20266
|
+
get ariaDescribedby() {
|
|
20267
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20268
|
+
}
|
|
20254
20269
|
set grow(value) {
|
|
20255
20270
|
this.elementRef.nativeElement['grow'] = value;
|
|
20256
20271
|
}
|
|
@@ -20571,7 +20586,7 @@ class PxSelect {
|
|
|
20571
20586
|
});
|
|
20572
20587
|
}
|
|
20573
20588
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20574
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20589
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20575
20590
|
}
|
|
20576
20591
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, decorators: [{
|
|
20577
20592
|
type: Directive,
|
|
@@ -20595,6 +20610,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20595
20610
|
}], extendedDesktop: [{
|
|
20596
20611
|
type: Input,
|
|
20597
20612
|
args: ['extended--desktop']
|
|
20613
|
+
}], ariaDescribedby: [{
|
|
20614
|
+
type: Input,
|
|
20615
|
+
args: ['aria-describedby']
|
|
20598
20616
|
}], grow: [{
|
|
20599
20617
|
type: Input
|
|
20600
20618
|
}], growMobile: [{
|
|
@@ -20790,6 +20808,12 @@ class PxTextarea {
|
|
|
20790
20808
|
get extendedDesktop() {
|
|
20791
20809
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20792
20810
|
}
|
|
20811
|
+
set ariaDescribedby(value) {
|
|
20812
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20813
|
+
}
|
|
20814
|
+
get ariaDescribedby() {
|
|
20815
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20816
|
+
}
|
|
20793
20817
|
set grow(value) {
|
|
20794
20818
|
this.elementRef.nativeElement['grow'] = value;
|
|
20795
20819
|
}
|
|
@@ -21110,7 +21134,7 @@ class PxTextarea {
|
|
|
21110
21134
|
});
|
|
21111
21135
|
}
|
|
21112
21136
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21113
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21137
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21114
21138
|
}
|
|
21115
21139
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, decorators: [{
|
|
21116
21140
|
type: Directive,
|
|
@@ -21134,6 +21158,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21134
21158
|
}], extendedDesktop: [{
|
|
21135
21159
|
type: Input,
|
|
21136
21160
|
args: ['extended--desktop']
|
|
21161
|
+
}], ariaDescribedby: [{
|
|
21162
|
+
type: Input,
|
|
21163
|
+
args: ['aria-describedby']
|
|
21137
21164
|
}], grow: [{
|
|
21138
21165
|
type: Input
|
|
21139
21166
|
}], growMobile: [{
|
|
@@ -21329,6 +21356,12 @@ class PxFileupload {
|
|
|
21329
21356
|
get extendedDesktop() {
|
|
21330
21357
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
21331
21358
|
}
|
|
21359
|
+
set ariaDescribedby(value) {
|
|
21360
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
21361
|
+
}
|
|
21362
|
+
get ariaDescribedby() {
|
|
21363
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
21364
|
+
}
|
|
21332
21365
|
set grow(value) {
|
|
21333
21366
|
this.elementRef.nativeElement['grow'] = value;
|
|
21334
21367
|
}
|
|
@@ -21649,7 +21682,7 @@ class PxFileupload {
|
|
|
21649
21682
|
});
|
|
21650
21683
|
}
|
|
21651
21684
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21652
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21685
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21653
21686
|
}
|
|
21654
21687
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21655
21688
|
type: Directive,
|
|
@@ -21673,6 +21706,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21673
21706
|
}], extendedDesktop: [{
|
|
21674
21707
|
type: Input,
|
|
21675
21708
|
args: ['extended--desktop']
|
|
21709
|
+
}], ariaDescribedby: [{
|
|
21710
|
+
type: Input,
|
|
21711
|
+
args: ['aria-describedby']
|
|
21676
21712
|
}], grow: [{
|
|
21677
21713
|
type: Input
|
|
21678
21714
|
}], growMobile: [{
|
|
@@ -41266,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41266
41302
|
}] } });
|
|
41267
41303
|
class Lavender {
|
|
41268
41304
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41269
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper,
|
|
41305
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButtonIcon, PxButton, PxButtonWrapper, 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, PxButtonIcon, PxButton, PxButtonWrapper, 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] });
|
|
41270
41306
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41271
41307
|
}
|
|
41272
41308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41280,9 +41316,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41280
41316
|
PxBanner,
|
|
41281
41317
|
PxBreadcrumbItem,
|
|
41282
41318
|
PxBreadcrumb,
|
|
41319
|
+
PxButtonIcon,
|
|
41283
41320
|
PxButton,
|
|
41284
41321
|
PxButtonWrapper,
|
|
41285
|
-
PxButtonIcon,
|
|
41286
41322
|
PxCard,
|
|
41287
41323
|
PxAppleseed,
|
|
41288
41324
|
PxCarousel,
|
|
@@ -41382,9 +41418,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41382
41418
|
PxBanner,
|
|
41383
41419
|
PxBreadcrumbItem,
|
|
41384
41420
|
PxBreadcrumb,
|
|
41421
|
+
PxButtonIcon,
|
|
41385
41422
|
PxButton,
|
|
41386
41423
|
PxButtonWrapper,
|
|
41387
|
-
PxButtonIcon,
|
|
41388
41424
|
PxCard,
|
|
41389
41425
|
PxAppleseed,
|
|
41390
41426
|
PxCarousel,
|