@proximus/lavender-angular 2.0.0-alpha.180 → 2.0.0-alpha.181
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
|
|
@@ -6352,6 +6352,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
6352
6352
|
type: Input,
|
|
6353
6353
|
args: ['word-break-all--desktop']
|
|
6354
6354
|
}] } });
|
|
6355
|
+
/**
|
|
6356
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
6357
|
+
*/
|
|
6358
|
+
class PxAppleseed {
|
|
6359
|
+
elementRef;
|
|
6360
|
+
set amount(value) {
|
|
6361
|
+
this.elementRef.nativeElement['amount'] = value;
|
|
6362
|
+
}
|
|
6363
|
+
get amount() {
|
|
6364
|
+
return this.elementRef.nativeElement['amount'];
|
|
6365
|
+
}
|
|
6366
|
+
set active(value) {
|
|
6367
|
+
this.elementRef.nativeElement['active'] = value;
|
|
6368
|
+
}
|
|
6369
|
+
get active() {
|
|
6370
|
+
return this.elementRef.nativeElement['active'];
|
|
6371
|
+
}
|
|
6372
|
+
constructor(elementRef) {
|
|
6373
|
+
this.elementRef = elementRef;
|
|
6374
|
+
}
|
|
6375
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6376
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
6377
|
+
}
|
|
6378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
6379
|
+
type: Directive,
|
|
6380
|
+
args: [{
|
|
6381
|
+
selector: 'px-appleseed',
|
|
6382
|
+
standalone: true,
|
|
6383
|
+
}]
|
|
6384
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
6385
|
+
type: Input
|
|
6386
|
+
}], active: [{
|
|
6387
|
+
type: Input
|
|
6388
|
+
}] } });
|
|
6389
|
+
/**
|
|
6390
|
+
* @description Type-only wrapper for <px-carousel>
|
|
6391
|
+
*/
|
|
6392
|
+
class PxCarousel {
|
|
6393
|
+
elementRef;
|
|
6394
|
+
constructor(elementRef) {
|
|
6395
|
+
this.elementRef = elementRef;
|
|
6396
|
+
}
|
|
6397
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6398
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
|
|
6399
|
+
}
|
|
6400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
|
|
6401
|
+
type: Directive,
|
|
6402
|
+
args: [{
|
|
6403
|
+
selector: 'px-carousel',
|
|
6404
|
+
standalone: true,
|
|
6405
|
+
}]
|
|
6406
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
6407
|
+
/**
|
|
6408
|
+
* @description Type-only wrapper for <px-carousel-item>
|
|
6409
|
+
*/
|
|
6410
|
+
class PxCarouselItem {
|
|
6411
|
+
elementRef;
|
|
6412
|
+
CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
6413
|
+
constructor(elementRef) {
|
|
6414
|
+
this.elementRef = elementRef;
|
|
6415
|
+
this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
|
|
6416
|
+
this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
6417
|
+
});
|
|
6418
|
+
}
|
|
6419
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6420
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
6421
|
+
}
|
|
6422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
6423
|
+
type: Directive,
|
|
6424
|
+
args: [{
|
|
6425
|
+
selector: 'px-carousel-item',
|
|
6426
|
+
standalone: true,
|
|
6427
|
+
}]
|
|
6428
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
|
|
6429
|
+
type: Output
|
|
6430
|
+
}] } });
|
|
6355
6431
|
/**
|
|
6356
6432
|
* @description Type-only wrapper for <px-cell>
|
|
6357
6433
|
*/
|
|
@@ -10181,82 +10257,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
10181
10257
|
}], change: [{
|
|
10182
10258
|
type: Output
|
|
10183
10259
|
}] } });
|
|
10184
|
-
/**
|
|
10185
|
-
* @description Type-only wrapper for <px-appleseed>
|
|
10186
|
-
*/
|
|
10187
|
-
class PxAppleseed {
|
|
10188
|
-
elementRef;
|
|
10189
|
-
set amount(value) {
|
|
10190
|
-
this.elementRef.nativeElement['amount'] = value;
|
|
10191
|
-
}
|
|
10192
|
-
get amount() {
|
|
10193
|
-
return this.elementRef.nativeElement['amount'];
|
|
10194
|
-
}
|
|
10195
|
-
set active(value) {
|
|
10196
|
-
this.elementRef.nativeElement['active'] = value;
|
|
10197
|
-
}
|
|
10198
|
-
get active() {
|
|
10199
|
-
return this.elementRef.nativeElement['active'];
|
|
10200
|
-
}
|
|
10201
|
-
constructor(elementRef) {
|
|
10202
|
-
this.elementRef = elementRef;
|
|
10203
|
-
}
|
|
10204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10205
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
10206
|
-
}
|
|
10207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
10208
|
-
type: Directive,
|
|
10209
|
-
args: [{
|
|
10210
|
-
selector: 'px-appleseed',
|
|
10211
|
-
standalone: true,
|
|
10212
|
-
}]
|
|
10213
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
10214
|
-
type: Input
|
|
10215
|
-
}], active: [{
|
|
10216
|
-
type: Input
|
|
10217
|
-
}] } });
|
|
10218
|
-
/**
|
|
10219
|
-
* @description Type-only wrapper for <px-carousel>
|
|
10220
|
-
*/
|
|
10221
|
-
class PxCarousel {
|
|
10222
|
-
elementRef;
|
|
10223
|
-
constructor(elementRef) {
|
|
10224
|
-
this.elementRef = elementRef;
|
|
10225
|
-
}
|
|
10226
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10227
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
|
|
10228
|
-
}
|
|
10229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
|
|
10230
|
-
type: Directive,
|
|
10231
|
-
args: [{
|
|
10232
|
-
selector: 'px-carousel',
|
|
10233
|
-
standalone: true,
|
|
10234
|
-
}]
|
|
10235
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
10236
|
-
/**
|
|
10237
|
-
* @description Type-only wrapper for <px-carousel-item>
|
|
10238
|
-
*/
|
|
10239
|
-
class PxCarouselItem {
|
|
10240
|
-
elementRef;
|
|
10241
|
-
CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
10242
|
-
constructor(elementRef) {
|
|
10243
|
-
this.elementRef = elementRef;
|
|
10244
|
-
this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
|
|
10245
|
-
this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
10246
|
-
});
|
|
10247
|
-
}
|
|
10248
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10249
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
10250
|
-
}
|
|
10251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
10252
|
-
type: Directive,
|
|
10253
|
-
args: [{
|
|
10254
|
-
selector: 'px-carousel-item',
|
|
10255
|
-
standalone: true,
|
|
10256
|
-
}]
|
|
10257
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
|
|
10258
|
-
type: Output
|
|
10259
|
-
}] } });
|
|
10260
10260
|
/**
|
|
10261
10261
|
* @description Type-only wrapper for <px-checkbox>
|
|
10262
10262
|
*/
|
|
@@ -41357,7 +41357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41357
41357
|
}] } });
|
|
41358
41358
|
class Lavender {
|
|
41359
41359
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41360
|
-
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,
|
|
41360
|
+
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, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, 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, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41361
41361
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41362
41362
|
}
|
|
41363
41363
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41371,19 +41371,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41371
41371
|
PxBanner,
|
|
41372
41372
|
PxBreadcrumbItem,
|
|
41373
41373
|
PxBreadcrumb,
|
|
41374
|
+
PxButtonIcon,
|
|
41374
41375
|
PxButton,
|
|
41375
41376
|
PxButtonWrapper,
|
|
41376
|
-
PxButtonIcon,
|
|
41377
41377
|
PxCard,
|
|
41378
|
+
PxAppleseed,
|
|
41379
|
+
PxCarousel,
|
|
41380
|
+
PxCarouselItem,
|
|
41378
41381
|
PxCell,
|
|
41379
41382
|
PxCellButton,
|
|
41380
41383
|
PxCellCheckbox,
|
|
41381
41384
|
PxCellLink,
|
|
41382
41385
|
PxCellRadio,
|
|
41383
41386
|
PxCellSwitch,
|
|
41384
|
-
PxAppleseed,
|
|
41385
|
-
PxCarousel,
|
|
41386
|
-
PxCarouselItem,
|
|
41387
41387
|
PxCheckbox,
|
|
41388
41388
|
PxColorOption,
|
|
41389
41389
|
PxColorOptionLink,
|
|
@@ -41473,19 +41473,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41473
41473
|
PxBanner,
|
|
41474
41474
|
PxBreadcrumbItem,
|
|
41475
41475
|
PxBreadcrumb,
|
|
41476
|
+
PxButtonIcon,
|
|
41476
41477
|
PxButton,
|
|
41477
41478
|
PxButtonWrapper,
|
|
41478
|
-
PxButtonIcon,
|
|
41479
41479
|
PxCard,
|
|
41480
|
+
PxAppleseed,
|
|
41481
|
+
PxCarousel,
|
|
41482
|
+
PxCarouselItem,
|
|
41480
41483
|
PxCell,
|
|
41481
41484
|
PxCellButton,
|
|
41482
41485
|
PxCellCheckbox,
|
|
41483
41486
|
PxCellLink,
|
|
41484
41487
|
PxCellRadio,
|
|
41485
41488
|
PxCellSwitch,
|
|
41486
|
-
PxAppleseed,
|
|
41487
|
-
PxCarousel,
|
|
41488
|
-
PxCarouselItem,
|
|
41489
41489
|
PxCheckbox,
|
|
41490
41490
|
PxColorOption,
|
|
41491
41491
|
PxColorOptionLink,
|