@proximus/lavender-angular 1.4.15-alpha.16 → 1.4.15-alpha.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/fesm2022/proximus-lavender-angular.mjs +1009 -1009
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +368 -368
- package/package.json +1 -1
|
@@ -2888,134 +2888,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
2888
2888
|
args: ['word-break-all--desktop']
|
|
2889
2889
|
}] } });
|
|
2890
2890
|
/**
|
|
2891
|
-
* @description Type-only wrapper for <px-
|
|
2891
|
+
* @description Type-only wrapper for <px-breadcrumb-item>
|
|
2892
2892
|
*/
|
|
2893
|
-
class
|
|
2893
|
+
class PxBreadcrumbItem {
|
|
2894
2894
|
elementRef;
|
|
2895
|
-
set variant(value) {
|
|
2896
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
2897
|
-
}
|
|
2898
|
-
get variant() {
|
|
2899
|
-
return this.elementRef.nativeElement['variant'];
|
|
2900
|
-
}
|
|
2901
|
-
set state(value) {
|
|
2902
|
-
this.elementRef.nativeElement['state'] = value;
|
|
2903
|
-
}
|
|
2904
|
-
get state() {
|
|
2905
|
-
return this.elementRef.nativeElement['state'];
|
|
2906
|
-
}
|
|
2907
|
-
set loading(value) {
|
|
2908
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
2909
|
-
}
|
|
2910
|
-
get loading() {
|
|
2911
|
-
return this.elementRef.nativeElement['loading'];
|
|
2912
|
-
}
|
|
2913
|
-
set shape(value) {
|
|
2914
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
2915
|
-
}
|
|
2916
|
-
get shape() {
|
|
2917
|
-
return this.elementRef.nativeElement['shape'];
|
|
2918
|
-
}
|
|
2919
|
-
set shapeMobile(value) {
|
|
2920
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
2921
|
-
}
|
|
2922
|
-
get shapeMobile() {
|
|
2923
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
2924
|
-
}
|
|
2925
|
-
set shapeTablet(value) {
|
|
2926
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
2927
|
-
}
|
|
2928
|
-
get shapeTablet() {
|
|
2929
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
2930
|
-
}
|
|
2931
|
-
set shapeLaptop(value) {
|
|
2932
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
2933
|
-
}
|
|
2934
|
-
get shapeLaptop() {
|
|
2935
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
2936
|
-
}
|
|
2937
|
-
set shapeDesktop(value) {
|
|
2938
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
2939
|
-
}
|
|
2940
|
-
get shapeDesktop() {
|
|
2941
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
2942
|
-
}
|
|
2943
2895
|
set inverted(value) {
|
|
2944
2896
|
this.elementRef.nativeElement['inverted'] = value;
|
|
2945
2897
|
}
|
|
2946
2898
|
get inverted() {
|
|
2947
2899
|
return this.elementRef.nativeElement['inverted'];
|
|
2948
2900
|
}
|
|
2949
|
-
set ariaExpanded(value) {
|
|
2950
|
-
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
2951
|
-
}
|
|
2952
|
-
get ariaExpanded() {
|
|
2953
|
-
return this.elementRef.nativeElement['ariaExpanded'];
|
|
2954
|
-
}
|
|
2955
|
-
set extended(value) {
|
|
2956
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
2957
|
-
}
|
|
2958
|
-
get extended() {
|
|
2959
|
-
return this.elementRef.nativeElement['extended'];
|
|
2960
|
-
}
|
|
2961
|
-
set extendedMobile(value) {
|
|
2962
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
2963
|
-
}
|
|
2964
|
-
get extendedMobile() {
|
|
2965
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
2966
|
-
}
|
|
2967
|
-
set extendedTablet(value) {
|
|
2968
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
2969
|
-
}
|
|
2970
|
-
get extendedTablet() {
|
|
2971
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
2972
|
-
}
|
|
2973
|
-
set extendedLaptop(value) {
|
|
2974
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
2975
|
-
}
|
|
2976
|
-
get extendedLaptop() {
|
|
2977
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
2978
|
-
}
|
|
2979
|
-
set extendedDesktop(value) {
|
|
2980
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
2981
|
-
}
|
|
2982
|
-
get extendedDesktop() {
|
|
2983
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
2984
|
-
}
|
|
2985
|
-
set size(value) {
|
|
2986
|
-
this.elementRef.nativeElement['size'] = value;
|
|
2987
|
-
}
|
|
2988
|
-
get size() {
|
|
2989
|
-
return this.elementRef.nativeElement['size'];
|
|
2990
|
-
}
|
|
2991
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
2992
|
-
set name(value) {
|
|
2993
|
-
this.elementRef.nativeElement['name'] = value;
|
|
2994
|
-
}
|
|
2995
|
-
get name() {
|
|
2996
|
-
return this.elementRef.nativeElement['name'];
|
|
2997
|
-
}
|
|
2998
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
2999
|
-
set value(value) {
|
|
3000
|
-
this.elementRef.nativeElement['value'] = value;
|
|
3001
|
-
}
|
|
3002
|
-
get value() {
|
|
3003
|
-
return this.elementRef.nativeElement['value'];
|
|
3004
|
-
}
|
|
3005
|
-
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
3006
|
-
set type(value) {
|
|
3007
|
-
this.elementRef.nativeElement['type'] = value;
|
|
3008
|
-
}
|
|
3009
|
-
get type() {
|
|
3010
|
-
return this.elementRef.nativeElement['type'];
|
|
3011
|
-
}
|
|
3012
|
-
/** Whether the button is disabled. */
|
|
3013
|
-
set disabled(value) {
|
|
3014
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
3015
|
-
}
|
|
3016
|
-
get disabled() {
|
|
3017
|
-
return this.elementRef.nativeElement['disabled'];
|
|
3018
|
-
}
|
|
3019
2901
|
set grow(value) {
|
|
3020
2902
|
this.elementRef.nativeElement['grow'] = value;
|
|
3021
2903
|
}
|
|
@@ -3328,66 +3210,23 @@ class PxButton {
|
|
|
3328
3210
|
get wordBreakAllDesktop() {
|
|
3329
3211
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
3330
3212
|
}
|
|
3213
|
+
BREADCRUMB_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
3331
3214
|
constructor(elementRef) {
|
|
3332
3215
|
this.elementRef = elementRef;
|
|
3216
|
+
this.elementRef.nativeElement.addEventListener('BREADCRUMB_ITEM_CONNECTED_EVENT', (e) => {
|
|
3217
|
+
this.BREADCRUMB_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
3218
|
+
});
|
|
3333
3219
|
}
|
|
3334
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
3335
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
3220
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3221
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumbItem, isStandalone: true, selector: "px-breadcrumb-item", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { BREADCRUMB_ITEM_CONNECTED_EVENT: "BREADCRUMB_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
3336
3222
|
}
|
|
3337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
3223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumbItem, decorators: [{
|
|
3338
3224
|
type: Directive,
|
|
3339
3225
|
args: [{
|
|
3340
|
-
selector: 'px-
|
|
3226
|
+
selector: 'px-breadcrumb-item',
|
|
3341
3227
|
standalone: true,
|
|
3342
3228
|
}]
|
|
3343
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
3344
|
-
type: Input
|
|
3345
|
-
}], state: [{
|
|
3346
|
-
type: Input
|
|
3347
|
-
}], loading: [{
|
|
3348
|
-
type: Input
|
|
3349
|
-
}], shape: [{
|
|
3350
|
-
type: Input
|
|
3351
|
-
}], shapeMobile: [{
|
|
3352
|
-
type: Input,
|
|
3353
|
-
args: ['shape--mobile']
|
|
3354
|
-
}], shapeTablet: [{
|
|
3355
|
-
type: Input,
|
|
3356
|
-
args: ['shape--tablet']
|
|
3357
|
-
}], shapeLaptop: [{
|
|
3358
|
-
type: Input,
|
|
3359
|
-
args: ['shape--laptop']
|
|
3360
|
-
}], shapeDesktop: [{
|
|
3361
|
-
type: Input,
|
|
3362
|
-
args: ['shape--desktop']
|
|
3363
|
-
}], inverted: [{
|
|
3364
|
-
type: Input
|
|
3365
|
-
}], ariaExpanded: [{
|
|
3366
|
-
type: Input,
|
|
3367
|
-
args: ['aria-expanded']
|
|
3368
|
-
}], extended: [{
|
|
3369
|
-
type: Input
|
|
3370
|
-
}], extendedMobile: [{
|
|
3371
|
-
type: Input,
|
|
3372
|
-
args: ['extended--mobile']
|
|
3373
|
-
}], extendedTablet: [{
|
|
3374
|
-
type: Input,
|
|
3375
|
-
args: ['extended--tablet']
|
|
3376
|
-
}], extendedLaptop: [{
|
|
3377
|
-
type: Input,
|
|
3378
|
-
args: ['extended--laptop']
|
|
3379
|
-
}], extendedDesktop: [{
|
|
3380
|
-
type: Input,
|
|
3381
|
-
args: ['extended--desktop']
|
|
3382
|
-
}], size: [{
|
|
3383
|
-
type: Input
|
|
3384
|
-
}], name: [{
|
|
3385
|
-
type: Input
|
|
3386
|
-
}], value: [{
|
|
3387
|
-
type: Input
|
|
3388
|
-
}], type: [{
|
|
3389
|
-
type: Input
|
|
3390
|
-
}], disabled: [{
|
|
3229
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
3391
3230
|
type: Input
|
|
3392
3231
|
}], grow: [{
|
|
3393
3232
|
type: Input
|
|
@@ -3540,135 +3379,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
3540
3379
|
}], wordBreakAllDesktop: [{
|
|
3541
3380
|
type: Input,
|
|
3542
3381
|
args: ['word-break-all--desktop']
|
|
3382
|
+
}], BREADCRUMB_ITEM_CONNECTED_EVENT: [{
|
|
3383
|
+
type: Output
|
|
3543
3384
|
}] } });
|
|
3544
3385
|
/**
|
|
3545
|
-
* @description Type-only wrapper for <px-
|
|
3386
|
+
* @description Type-only wrapper for <px-breadcrumb>
|
|
3546
3387
|
*/
|
|
3547
|
-
class
|
|
3388
|
+
class PxBreadcrumb {
|
|
3548
3389
|
elementRef;
|
|
3549
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3550
|
-
set name(value) {
|
|
3551
|
-
this.elementRef.nativeElement['name'] = value;
|
|
3552
|
-
}
|
|
3553
|
-
get name() {
|
|
3554
|
-
return this.elementRef.nativeElement['name'];
|
|
3555
|
-
}
|
|
3556
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
3557
|
-
set value(value) {
|
|
3558
|
-
this.elementRef.nativeElement['value'] = value;
|
|
3559
|
-
}
|
|
3560
|
-
get value() {
|
|
3561
|
-
return this.elementRef.nativeElement['value'];
|
|
3562
|
-
}
|
|
3563
|
-
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
3564
|
-
set type(value) {
|
|
3565
|
-
this.elementRef.nativeElement['type'] = value;
|
|
3566
|
-
}
|
|
3567
|
-
get type() {
|
|
3568
|
-
return this.elementRef.nativeElement['type'];
|
|
3569
|
-
}
|
|
3570
|
-
/** Whether the button is disabled. */
|
|
3571
|
-
set disabled(value) {
|
|
3572
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
3573
|
-
}
|
|
3574
|
-
get disabled() {
|
|
3575
|
-
return this.elementRef.nativeElement['disabled'];
|
|
3576
|
-
}
|
|
3577
|
-
set variant(value) {
|
|
3578
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
3579
|
-
}
|
|
3580
|
-
get variant() {
|
|
3581
|
-
return this.elementRef.nativeElement['variant'];
|
|
3582
|
-
}
|
|
3583
|
-
set state(value) {
|
|
3584
|
-
this.elementRef.nativeElement['state'] = value;
|
|
3585
|
-
}
|
|
3586
|
-
get state() {
|
|
3587
|
-
return this.elementRef.nativeElement['state'];
|
|
3588
|
-
}
|
|
3589
|
-
set loading(value) {
|
|
3590
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
3591
|
-
}
|
|
3592
|
-
get loading() {
|
|
3593
|
-
return this.elementRef.nativeElement['loading'];
|
|
3594
|
-
}
|
|
3595
|
-
set shape(value) {
|
|
3596
|
-
this.elementRef.nativeElement['shape'] = value;
|
|
3597
|
-
}
|
|
3598
|
-
get shape() {
|
|
3599
|
-
return this.elementRef.nativeElement['shape'];
|
|
3600
|
-
}
|
|
3601
|
-
set shapeMobile(value) {
|
|
3602
|
-
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
3603
|
-
}
|
|
3604
|
-
get shapeMobile() {
|
|
3605
|
-
return this.elementRef.nativeElement['shapeMobile'];
|
|
3606
|
-
}
|
|
3607
|
-
set shapeTablet(value) {
|
|
3608
|
-
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
3609
|
-
}
|
|
3610
|
-
get shapeTablet() {
|
|
3611
|
-
return this.elementRef.nativeElement['shapeTablet'];
|
|
3612
|
-
}
|
|
3613
|
-
set shapeLaptop(value) {
|
|
3614
|
-
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
3615
|
-
}
|
|
3616
|
-
get shapeLaptop() {
|
|
3617
|
-
return this.elementRef.nativeElement['shapeLaptop'];
|
|
3618
|
-
}
|
|
3619
|
-
set shapeDesktop(value) {
|
|
3620
|
-
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
3621
|
-
}
|
|
3622
|
-
get shapeDesktop() {
|
|
3623
|
-
return this.elementRef.nativeElement['shapeDesktop'];
|
|
3624
|
-
}
|
|
3625
3390
|
set inverted(value) {
|
|
3626
3391
|
this.elementRef.nativeElement['inverted'] = value;
|
|
3627
3392
|
}
|
|
3628
3393
|
get inverted() {
|
|
3629
3394
|
return this.elementRef.nativeElement['inverted'];
|
|
3630
3395
|
}
|
|
3631
|
-
set
|
|
3632
|
-
this.elementRef.nativeElement['
|
|
3633
|
-
}
|
|
3634
|
-
get ariaExpanded() {
|
|
3635
|
-
return this.elementRef.nativeElement['ariaExpanded'];
|
|
3636
|
-
}
|
|
3637
|
-
set extended(value) {
|
|
3638
|
-
this.elementRef.nativeElement['extended'] = value;
|
|
3639
|
-
}
|
|
3640
|
-
get extended() {
|
|
3641
|
-
return this.elementRef.nativeElement['extended'];
|
|
3642
|
-
}
|
|
3643
|
-
set extendedMobile(value) {
|
|
3644
|
-
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
3645
|
-
}
|
|
3646
|
-
get extendedMobile() {
|
|
3647
|
-
return this.elementRef.nativeElement['extendedMobile'];
|
|
3648
|
-
}
|
|
3649
|
-
set extendedTablet(value) {
|
|
3650
|
-
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
3651
|
-
}
|
|
3652
|
-
get extendedTablet() {
|
|
3653
|
-
return this.elementRef.nativeElement['extendedTablet'];
|
|
3654
|
-
}
|
|
3655
|
-
set extendedLaptop(value) {
|
|
3656
|
-
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
3657
|
-
}
|
|
3658
|
-
get extendedLaptop() {
|
|
3659
|
-
return this.elementRef.nativeElement['extendedLaptop'];
|
|
3660
|
-
}
|
|
3661
|
-
set extendedDesktop(value) {
|
|
3662
|
-
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
3663
|
-
}
|
|
3664
|
-
get extendedDesktop() {
|
|
3665
|
-
return this.elementRef.nativeElement['extendedDesktop'];
|
|
3666
|
-
}
|
|
3667
|
-
set size(value) {
|
|
3668
|
-
this.elementRef.nativeElement['size'] = value;
|
|
3396
|
+
set ariaLabel(value) {
|
|
3397
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
3669
3398
|
}
|
|
3670
|
-
get
|
|
3671
|
-
return this.elementRef.nativeElement['
|
|
3399
|
+
get ariaLabel() {
|
|
3400
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
3672
3401
|
}
|
|
3673
3402
|
set grow(value) {
|
|
3674
3403
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -3985,64 +3714,20 @@ class PxButtonWrapper {
|
|
|
3985
3714
|
constructor(elementRef) {
|
|
3986
3715
|
this.elementRef = elementRef;
|
|
3987
3716
|
}
|
|
3988
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
3989
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
3717
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3718
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxBreadcrumb, isStandalone: true, selector: "px-breadcrumb", inputs: { inverted: "inverted", ariaLabel: ["aria-label", "ariaLabel"], 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 });
|
|
3990
3719
|
}
|
|
3991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
3720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxBreadcrumb, decorators: [{
|
|
3992
3721
|
type: Directive,
|
|
3993
3722
|
args: [{
|
|
3994
|
-
selector: 'px-
|
|
3723
|
+
selector: 'px-breadcrumb',
|
|
3995
3724
|
standalone: true,
|
|
3996
3725
|
}]
|
|
3997
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
3998
|
-
type: Input
|
|
3999
|
-
}], value: [{
|
|
4000
|
-
type: Input
|
|
4001
|
-
}], type: [{
|
|
4002
|
-
type: Input
|
|
4003
|
-
}], disabled: [{
|
|
4004
|
-
type: Input
|
|
4005
|
-
}], variant: [{
|
|
4006
|
-
type: Input
|
|
4007
|
-
}], state: [{
|
|
4008
|
-
type: Input
|
|
4009
|
-
}], loading: [{
|
|
4010
|
-
type: Input
|
|
4011
|
-
}], shape: [{
|
|
4012
|
-
type: Input
|
|
4013
|
-
}], shapeMobile: [{
|
|
4014
|
-
type: Input,
|
|
4015
|
-
args: ['shape--mobile']
|
|
4016
|
-
}], shapeTablet: [{
|
|
4017
|
-
type: Input,
|
|
4018
|
-
args: ['shape--tablet']
|
|
4019
|
-
}], shapeLaptop: [{
|
|
4020
|
-
type: Input,
|
|
4021
|
-
args: ['shape--laptop']
|
|
4022
|
-
}], shapeDesktop: [{
|
|
4023
|
-
type: Input,
|
|
4024
|
-
args: ['shape--desktop']
|
|
4025
|
-
}], inverted: [{
|
|
4026
|
-
type: Input
|
|
4027
|
-
}], ariaExpanded: [{
|
|
4028
|
-
type: Input,
|
|
4029
|
-
args: ['aria-expanded']
|
|
4030
|
-
}], extended: [{
|
|
3726
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
4031
3727
|
type: Input
|
|
4032
|
-
}],
|
|
4033
|
-
type: Input,
|
|
4034
|
-
args: ['extended--mobile']
|
|
4035
|
-
}], extendedTablet: [{
|
|
4036
|
-
type: Input,
|
|
4037
|
-
args: ['extended--tablet']
|
|
4038
|
-
}], extendedLaptop: [{
|
|
4039
|
-
type: Input,
|
|
4040
|
-
args: ['extended--laptop']
|
|
4041
|
-
}], extendedDesktop: [{
|
|
3728
|
+
}], ariaLabel: [{
|
|
4042
3729
|
type: Input,
|
|
4043
|
-
args: ['
|
|
4044
|
-
}], size: [{
|
|
4045
|
-
type: Input
|
|
3730
|
+
args: ['aria-label']
|
|
4046
3731
|
}], grow: [{
|
|
4047
3732
|
type: Input
|
|
4048
3733
|
}], growMobile: [{
|
|
@@ -4196,16 +3881,134 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4196
3881
|
args: ['word-break-all--desktop']
|
|
4197
3882
|
}] } });
|
|
4198
3883
|
/**
|
|
4199
|
-
* @description Type-only wrapper for <px-
|
|
3884
|
+
* @description Type-only wrapper for <px-button>
|
|
4200
3885
|
*/
|
|
4201
|
-
class
|
|
3886
|
+
class PxButton {
|
|
4202
3887
|
elementRef;
|
|
3888
|
+
set variant(value) {
|
|
3889
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
3890
|
+
}
|
|
3891
|
+
get variant() {
|
|
3892
|
+
return this.elementRef.nativeElement['variant'];
|
|
3893
|
+
}
|
|
3894
|
+
set state(value) {
|
|
3895
|
+
this.elementRef.nativeElement['state'] = value;
|
|
3896
|
+
}
|
|
3897
|
+
get state() {
|
|
3898
|
+
return this.elementRef.nativeElement['state'];
|
|
3899
|
+
}
|
|
3900
|
+
set loading(value) {
|
|
3901
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
3902
|
+
}
|
|
3903
|
+
get loading() {
|
|
3904
|
+
return this.elementRef.nativeElement['loading'];
|
|
3905
|
+
}
|
|
3906
|
+
set shape(value) {
|
|
3907
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
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;
|
|
3932
|
+
}
|
|
3933
|
+
get shapeDesktop() {
|
|
3934
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
3935
|
+
}
|
|
4203
3936
|
set inverted(value) {
|
|
4204
3937
|
this.elementRef.nativeElement['inverted'] = value;
|
|
4205
3938
|
}
|
|
4206
3939
|
get inverted() {
|
|
4207
3940
|
return this.elementRef.nativeElement['inverted'];
|
|
4208
3941
|
}
|
|
3942
|
+
set ariaExpanded(value) {
|
|
3943
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
3944
|
+
}
|
|
3945
|
+
get ariaExpanded() {
|
|
3946
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
3947
|
+
}
|
|
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
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
3985
|
+
set name(value) {
|
|
3986
|
+
this.elementRef.nativeElement['name'] = value;
|
|
3987
|
+
}
|
|
3988
|
+
get name() {
|
|
3989
|
+
return this.elementRef.nativeElement['name'];
|
|
3990
|
+
}
|
|
3991
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
3992
|
+
set value(value) {
|
|
3993
|
+
this.elementRef.nativeElement['value'] = value;
|
|
3994
|
+
}
|
|
3995
|
+
get value() {
|
|
3996
|
+
return this.elementRef.nativeElement['value'];
|
|
3997
|
+
}
|
|
3998
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
3999
|
+
set type(value) {
|
|
4000
|
+
this.elementRef.nativeElement['type'] = value;
|
|
4001
|
+
}
|
|
4002
|
+
get type() {
|
|
4003
|
+
return this.elementRef.nativeElement['type'];
|
|
4004
|
+
}
|
|
4005
|
+
/** Whether the button is disabled. */
|
|
4006
|
+
set disabled(value) {
|
|
4007
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
4008
|
+
}
|
|
4009
|
+
get disabled() {
|
|
4010
|
+
return this.elementRef.nativeElement['disabled'];
|
|
4011
|
+
}
|
|
4209
4012
|
set grow(value) {
|
|
4210
4013
|
this.elementRef.nativeElement['grow'] = value;
|
|
4211
4014
|
}
|
|
@@ -4518,23 +4321,66 @@ class PxBreadcrumbItem {
|
|
|
4518
4321
|
get wordBreakAllDesktop() {
|
|
4519
4322
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
4520
4323
|
}
|
|
4521
|
-
BREADCRUMB_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
4522
4324
|
constructor(elementRef) {
|
|
4523
4325
|
this.elementRef = elementRef;
|
|
4524
|
-
this.elementRef.nativeElement.addEventListener('BREADCRUMB_ITEM_CONNECTED_EVENT', (e) => {
|
|
4525
|
-
this.BREADCRUMB_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
4526
|
-
});
|
|
4527
4326
|
}
|
|
4528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4529
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
4327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4328
|
+
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 });
|
|
4530
4329
|
}
|
|
4531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButton, decorators: [{
|
|
4532
4331
|
type: Directive,
|
|
4533
4332
|
args: [{
|
|
4534
|
-
selector: 'px-
|
|
4333
|
+
selector: 'px-button',
|
|
4535
4334
|
standalone: true,
|
|
4536
4335
|
}]
|
|
4537
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4336
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
4337
|
+
type: Input
|
|
4338
|
+
}], state: [{
|
|
4339
|
+
type: Input
|
|
4340
|
+
}], loading: [{
|
|
4341
|
+
type: Input
|
|
4342
|
+
}], shape: [{
|
|
4343
|
+
type: Input
|
|
4344
|
+
}], shapeMobile: [{
|
|
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: [{
|
|
4357
|
+
type: Input
|
|
4358
|
+
}], ariaExpanded: [{
|
|
4359
|
+
type: Input,
|
|
4360
|
+
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
|
+
}], name: [{
|
|
4378
|
+
type: Input
|
|
4379
|
+
}], value: [{
|
|
4380
|
+
type: Input
|
|
4381
|
+
}], type: [{
|
|
4382
|
+
type: Input
|
|
4383
|
+
}], disabled: [{
|
|
4538
4384
|
type: Input
|
|
4539
4385
|
}], grow: [{
|
|
4540
4386
|
type: Input
|
|
@@ -4687,25 +4533,135 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4687
4533
|
}], wordBreakAllDesktop: [{
|
|
4688
4534
|
type: Input,
|
|
4689
4535
|
args: ['word-break-all--desktop']
|
|
4690
|
-
}], BREADCRUMB_ITEM_CONNECTED_EVENT: [{
|
|
4691
|
-
type: Output
|
|
4692
4536
|
}] } });
|
|
4693
4537
|
/**
|
|
4694
|
-
* @description Type-only wrapper for <px-
|
|
4538
|
+
* @description Type-only wrapper for <px-button-wrapper>
|
|
4695
4539
|
*/
|
|
4696
|
-
class
|
|
4540
|
+
class PxButtonWrapper {
|
|
4697
4541
|
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
|
+
set variant(value) {
|
|
4571
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
4572
|
+
}
|
|
4573
|
+
get variant() {
|
|
4574
|
+
return this.elementRef.nativeElement['variant'];
|
|
4575
|
+
}
|
|
4576
|
+
set state(value) {
|
|
4577
|
+
this.elementRef.nativeElement['state'] = value;
|
|
4578
|
+
}
|
|
4579
|
+
get state() {
|
|
4580
|
+
return this.elementRef.nativeElement['state'];
|
|
4581
|
+
}
|
|
4582
|
+
set loading(value) {
|
|
4583
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
4584
|
+
}
|
|
4585
|
+
get loading() {
|
|
4586
|
+
return this.elementRef.nativeElement['loading'];
|
|
4587
|
+
}
|
|
4588
|
+
set shape(value) {
|
|
4589
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
4590
|
+
}
|
|
4591
|
+
get shape() {
|
|
4592
|
+
return this.elementRef.nativeElement['shape'];
|
|
4593
|
+
}
|
|
4594
|
+
set shapeMobile(value) {
|
|
4595
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
4596
|
+
}
|
|
4597
|
+
get shapeMobile() {
|
|
4598
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
4599
|
+
}
|
|
4600
|
+
set shapeTablet(value) {
|
|
4601
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
4602
|
+
}
|
|
4603
|
+
get shapeTablet() {
|
|
4604
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
4605
|
+
}
|
|
4606
|
+
set shapeLaptop(value) {
|
|
4607
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
4608
|
+
}
|
|
4609
|
+
get shapeLaptop() {
|
|
4610
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
4611
|
+
}
|
|
4612
|
+
set shapeDesktop(value) {
|
|
4613
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
4614
|
+
}
|
|
4615
|
+
get shapeDesktop() {
|
|
4616
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
4617
|
+
}
|
|
4698
4618
|
set inverted(value) {
|
|
4699
4619
|
this.elementRef.nativeElement['inverted'] = value;
|
|
4700
4620
|
}
|
|
4701
4621
|
get inverted() {
|
|
4702
4622
|
return this.elementRef.nativeElement['inverted'];
|
|
4703
4623
|
}
|
|
4704
|
-
set
|
|
4705
|
-
this.elementRef.nativeElement['
|
|
4624
|
+
set ariaExpanded(value) {
|
|
4625
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
4706
4626
|
}
|
|
4707
|
-
get
|
|
4708
|
-
return this.elementRef.nativeElement['
|
|
4627
|
+
get ariaExpanded() {
|
|
4628
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
4629
|
+
}
|
|
4630
|
+
set extended(value) {
|
|
4631
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
4632
|
+
}
|
|
4633
|
+
get extended() {
|
|
4634
|
+
return this.elementRef.nativeElement['extended'];
|
|
4635
|
+
}
|
|
4636
|
+
set extendedMobile(value) {
|
|
4637
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
4638
|
+
}
|
|
4639
|
+
get extendedMobile() {
|
|
4640
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
4641
|
+
}
|
|
4642
|
+
set extendedTablet(value) {
|
|
4643
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
4644
|
+
}
|
|
4645
|
+
get extendedTablet() {
|
|
4646
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
4647
|
+
}
|
|
4648
|
+
set extendedLaptop(value) {
|
|
4649
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
4650
|
+
}
|
|
4651
|
+
get extendedLaptop() {
|
|
4652
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
4653
|
+
}
|
|
4654
|
+
set extendedDesktop(value) {
|
|
4655
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
4656
|
+
}
|
|
4657
|
+
get extendedDesktop() {
|
|
4658
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
4659
|
+
}
|
|
4660
|
+
set size(value) {
|
|
4661
|
+
this.elementRef.nativeElement['size'] = value;
|
|
4662
|
+
}
|
|
4663
|
+
get size() {
|
|
4664
|
+
return this.elementRef.nativeElement['size'];
|
|
4709
4665
|
}
|
|
4710
4666
|
set grow(value) {
|
|
4711
4667
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5022,20 +4978,64 @@ class PxBreadcrumb {
|
|
|
5022
4978
|
constructor(elementRef) {
|
|
5023
4979
|
this.elementRef = elementRef;
|
|
5024
4980
|
}
|
|
5025
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
5026
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
4981
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4982
|
+
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 });
|
|
5027
4983
|
}
|
|
5028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
4984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonWrapper, decorators: [{
|
|
5029
4985
|
type: Directive,
|
|
5030
4986
|
args: [{
|
|
5031
|
-
selector: 'px-
|
|
4987
|
+
selector: 'px-button-wrapper',
|
|
5032
4988
|
standalone: true,
|
|
5033
4989
|
}]
|
|
5034
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4990
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
5035
4991
|
type: Input
|
|
5036
|
-
}],
|
|
4992
|
+
}], value: [{
|
|
4993
|
+
type: Input
|
|
4994
|
+
}], type: [{
|
|
4995
|
+
type: Input
|
|
4996
|
+
}], disabled: [{
|
|
4997
|
+
type: Input
|
|
4998
|
+
}], variant: [{
|
|
4999
|
+
type: Input
|
|
5000
|
+
}], state: [{
|
|
5001
|
+
type: Input
|
|
5002
|
+
}], loading: [{
|
|
5003
|
+
type: Input
|
|
5004
|
+
}], shape: [{
|
|
5005
|
+
type: Input
|
|
5006
|
+
}], shapeMobile: [{
|
|
5037
5007
|
type: Input,
|
|
5038
|
-
args: ['
|
|
5008
|
+
args: ['shape--mobile']
|
|
5009
|
+
}], shapeTablet: [{
|
|
5010
|
+
type: Input,
|
|
5011
|
+
args: ['shape--tablet']
|
|
5012
|
+
}], shapeLaptop: [{
|
|
5013
|
+
type: Input,
|
|
5014
|
+
args: ['shape--laptop']
|
|
5015
|
+
}], shapeDesktop: [{
|
|
5016
|
+
type: Input,
|
|
5017
|
+
args: ['shape--desktop']
|
|
5018
|
+
}], inverted: [{
|
|
5019
|
+
type: Input
|
|
5020
|
+
}], ariaExpanded: [{
|
|
5021
|
+
type: Input,
|
|
5022
|
+
args: ['aria-expanded']
|
|
5023
|
+
}], extended: [{
|
|
5024
|
+
type: Input
|
|
5025
|
+
}], extendedMobile: [{
|
|
5026
|
+
type: Input,
|
|
5027
|
+
args: ['extended--mobile']
|
|
5028
|
+
}], extendedTablet: [{
|
|
5029
|
+
type: Input,
|
|
5030
|
+
args: ['extended--tablet']
|
|
5031
|
+
}], extendedLaptop: [{
|
|
5032
|
+
type: Input,
|
|
5033
|
+
args: ['extended--laptop']
|
|
5034
|
+
}], extendedDesktop: [{
|
|
5035
|
+
type: Input,
|
|
5036
|
+
args: ['extended--desktop']
|
|
5037
|
+
}], size: [{
|
|
5038
|
+
type: Input
|
|
5039
5039
|
}], grow: [{
|
|
5040
5040
|
type: Input
|
|
5041
5041
|
}], growMobile: [{
|
|
@@ -5189,9 +5189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
5189
5189
|
args: ['word-break-all--desktop']
|
|
5190
5190
|
}] } });
|
|
5191
5191
|
/**
|
|
5192
|
-
* @description Type-only wrapper for <px-
|
|
5192
|
+
* @description Type-only wrapper for <px-card>
|
|
5193
5193
|
*/
|
|
5194
|
-
class
|
|
5194
|
+
class PxCard {
|
|
5195
5195
|
elementRef;
|
|
5196
5196
|
set inverted(value) {
|
|
5197
5197
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5199,57 +5199,83 @@ class PxButtonIcon {
|
|
|
5199
5199
|
get inverted() {
|
|
5200
5200
|
return this.elementRef.nativeElement['inverted'];
|
|
5201
5201
|
}
|
|
5202
|
-
set
|
|
5203
|
-
this.elementRef.nativeElement['
|
|
5202
|
+
set backgroundColor(value) {
|
|
5203
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
5204
5204
|
}
|
|
5205
|
-
get
|
|
5206
|
-
return this.elementRef.nativeElement['
|
|
5205
|
+
get backgroundColor() {
|
|
5206
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
5207
5207
|
}
|
|
5208
|
-
set
|
|
5209
|
-
this.elementRef.nativeElement['
|
|
5208
|
+
set backgroundSize(value) {
|
|
5209
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5210
5210
|
}
|
|
5211
|
-
get
|
|
5212
|
-
return this.elementRef.nativeElement['
|
|
5211
|
+
get backgroundSize() {
|
|
5212
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
5213
5213
|
}
|
|
5214
|
-
set
|
|
5215
|
-
this.elementRef.nativeElement['
|
|
5214
|
+
set backgroundPosition(value) {
|
|
5215
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5216
5216
|
}
|
|
5217
|
-
get
|
|
5218
|
-
return this.elementRef.nativeElement['
|
|
5217
|
+
get backgroundPosition() {
|
|
5218
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5219
5219
|
}
|
|
5220
|
-
set
|
|
5221
|
-
this.elementRef.nativeElement['
|
|
5220
|
+
set contrastHelperGradient(value) {
|
|
5221
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5222
5222
|
}
|
|
5223
|
-
get
|
|
5224
|
-
return this.elementRef.nativeElement['
|
|
5223
|
+
get contrastHelperGradient() {
|
|
5224
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5225
5225
|
}
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
this.elementRef.nativeElement['name'] = value;
|
|
5226
|
+
set contrastHelperOverlay(value) {
|
|
5227
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5229
5228
|
}
|
|
5230
|
-
get
|
|
5231
|
-
return this.elementRef.nativeElement['
|
|
5229
|
+
get contrastHelperOverlay() {
|
|
5230
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5232
5231
|
}
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
this.elementRef.nativeElement['value'] = value;
|
|
5232
|
+
set mediaPosition(value) {
|
|
5233
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5236
5234
|
}
|
|
5237
|
-
get
|
|
5238
|
-
return this.elementRef.nativeElement['
|
|
5235
|
+
get mediaPosition() {
|
|
5236
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
5239
5237
|
}
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
this.elementRef.nativeElement['type'] = value;
|
|
5238
|
+
set mediaPositionMobile(value) {
|
|
5239
|
+
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
5243
5240
|
}
|
|
5244
|
-
get
|
|
5245
|
-
return this.elementRef.nativeElement['
|
|
5241
|
+
get mediaPositionMobile() {
|
|
5242
|
+
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
5246
5243
|
}
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
5244
|
+
set mediaPositionTablet(value) {
|
|
5245
|
+
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
5250
5246
|
}
|
|
5251
|
-
get
|
|
5252
|
-
return this.elementRef.nativeElement['
|
|
5247
|
+
get mediaPositionTablet() {
|
|
5248
|
+
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
5249
|
+
}
|
|
5250
|
+
set mediaPositionLaptop(value) {
|
|
5251
|
+
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
5252
|
+
}
|
|
5253
|
+
get mediaPositionLaptop() {
|
|
5254
|
+
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
5255
|
+
}
|
|
5256
|
+
set mediaSrc(value) {
|
|
5257
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
5258
|
+
}
|
|
5259
|
+
get mediaSrc() {
|
|
5260
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
5261
|
+
}
|
|
5262
|
+
set mediaSrcMobile(value) {
|
|
5263
|
+
this.elementRef.nativeElement['mediaSrcMobile'] = value;
|
|
5264
|
+
}
|
|
5265
|
+
get mediaSrcMobile() {
|
|
5266
|
+
return this.elementRef.nativeElement['mediaSrcMobile'];
|
|
5267
|
+
}
|
|
5268
|
+
set mediaSrcTablet(value) {
|
|
5269
|
+
this.elementRef.nativeElement['mediaSrcTablet'] = value;
|
|
5270
|
+
}
|
|
5271
|
+
get mediaSrcTablet() {
|
|
5272
|
+
return this.elementRef.nativeElement['mediaSrcTablet'];
|
|
5273
|
+
}
|
|
5274
|
+
set mediaSrcLaptop(value) {
|
|
5275
|
+
this.elementRef.nativeElement['mediaSrcLaptop'] = value;
|
|
5276
|
+
}
|
|
5277
|
+
get mediaSrcLaptop() {
|
|
5278
|
+
return this.elementRef.nativeElement['mediaSrcLaptop'];
|
|
5253
5279
|
}
|
|
5254
5280
|
set grow(value) {
|
|
5255
5281
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5566,34 +5592,56 @@ class PxButtonIcon {
|
|
|
5566
5592
|
constructor(elementRef) {
|
|
5567
5593
|
this.elementRef = elementRef;
|
|
5568
5594
|
}
|
|
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:
|
|
5595
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5596
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCard, isStandalone: true, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
5571
5597
|
}
|
|
5572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
5598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCard, decorators: [{
|
|
5573
5599
|
type: Directive,
|
|
5574
5600
|
args: [{
|
|
5575
|
-
selector: 'px-
|
|
5601
|
+
selector: 'px-card',
|
|
5576
5602
|
standalone: true,
|
|
5577
5603
|
}]
|
|
5578
5604
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5579
5605
|
type: Input
|
|
5580
|
-
}],
|
|
5581
|
-
type: Input
|
|
5582
|
-
}], size: [{
|
|
5583
|
-
type: Input
|
|
5584
|
-
}], variant: [{
|
|
5585
|
-
type: Input
|
|
5586
|
-
}], ariaExpanded: [{
|
|
5606
|
+
}], backgroundColor: [{
|
|
5587
5607
|
type: Input,
|
|
5588
|
-
args: ['
|
|
5589
|
-
}],
|
|
5590
|
-
type: Input
|
|
5591
|
-
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
}],
|
|
5596
|
-
type: Input
|
|
5608
|
+
args: ['background-color']
|
|
5609
|
+
}], backgroundSize: [{
|
|
5610
|
+
type: Input,
|
|
5611
|
+
args: ['background-size']
|
|
5612
|
+
}], backgroundPosition: [{
|
|
5613
|
+
type: Input,
|
|
5614
|
+
args: ['background-position']
|
|
5615
|
+
}], contrastHelperGradient: [{
|
|
5616
|
+
type: Input,
|
|
5617
|
+
args: ['contrast-helper-gradient']
|
|
5618
|
+
}], contrastHelperOverlay: [{
|
|
5619
|
+
type: Input,
|
|
5620
|
+
args: ['contrast-helper-overlay']
|
|
5621
|
+
}], mediaPosition: [{
|
|
5622
|
+
type: Input,
|
|
5623
|
+
args: ['media-position']
|
|
5624
|
+
}], mediaPositionMobile: [{
|
|
5625
|
+
type: Input,
|
|
5626
|
+
args: ['media-position--mobile']
|
|
5627
|
+
}], mediaPositionTablet: [{
|
|
5628
|
+
type: Input,
|
|
5629
|
+
args: ['media-position--tablet']
|
|
5630
|
+
}], mediaPositionLaptop: [{
|
|
5631
|
+
type: Input,
|
|
5632
|
+
args: ['media-position--laptop']
|
|
5633
|
+
}], mediaSrc: [{
|
|
5634
|
+
type: Input,
|
|
5635
|
+
args: ['media-src']
|
|
5636
|
+
}], mediaSrcMobile: [{
|
|
5637
|
+
type: Input,
|
|
5638
|
+
args: ['media-src--mobile']
|
|
5639
|
+
}], mediaSrcTablet: [{
|
|
5640
|
+
type: Input,
|
|
5641
|
+
args: ['media-src--tablet']
|
|
5642
|
+
}], mediaSrcLaptop: [{
|
|
5643
|
+
type: Input,
|
|
5644
|
+
args: ['media-src--laptop']
|
|
5597
5645
|
}], grow: [{
|
|
5598
5646
|
type: Input
|
|
5599
5647
|
}], growMobile: [{
|
|
@@ -5747,9 +5795,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
5747
5795
|
args: ['word-break-all--desktop']
|
|
5748
5796
|
}] } });
|
|
5749
5797
|
/**
|
|
5750
|
-
* @description Type-only wrapper for <px-
|
|
5798
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
5751
5799
|
*/
|
|
5752
|
-
class
|
|
5800
|
+
class PxButtonIcon {
|
|
5753
5801
|
elementRef;
|
|
5754
5802
|
set inverted(value) {
|
|
5755
5803
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5757,83 +5805,57 @@ class PxCard {
|
|
|
5757
5805
|
get inverted() {
|
|
5758
5806
|
return this.elementRef.nativeElement['inverted'];
|
|
5759
5807
|
}
|
|
5760
|
-
set
|
|
5761
|
-
this.elementRef.nativeElement['
|
|
5762
|
-
}
|
|
5763
|
-
get backgroundColor() {
|
|
5764
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
5765
|
-
}
|
|
5766
|
-
set backgroundSize(value) {
|
|
5767
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5768
|
-
}
|
|
5769
|
-
get backgroundSize() {
|
|
5770
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
5771
|
-
}
|
|
5772
|
-
set backgroundPosition(value) {
|
|
5773
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5774
|
-
}
|
|
5775
|
-
get backgroundPosition() {
|
|
5776
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5777
|
-
}
|
|
5778
|
-
set contrastHelperGradient(value) {
|
|
5779
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5780
|
-
}
|
|
5781
|
-
get contrastHelperGradient() {
|
|
5782
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5783
|
-
}
|
|
5784
|
-
set contrastHelperOverlay(value) {
|
|
5785
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5786
|
-
}
|
|
5787
|
-
get contrastHelperOverlay() {
|
|
5788
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5789
|
-
}
|
|
5790
|
-
set mediaPosition(value) {
|
|
5791
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5808
|
+
set loading(value) {
|
|
5809
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
5792
5810
|
}
|
|
5793
|
-
get
|
|
5794
|
-
return this.elementRef.nativeElement['
|
|
5811
|
+
get loading() {
|
|
5812
|
+
return this.elementRef.nativeElement['loading'];
|
|
5795
5813
|
}
|
|
5796
|
-
set
|
|
5797
|
-
this.elementRef.nativeElement['
|
|
5814
|
+
set size(value) {
|
|
5815
|
+
this.elementRef.nativeElement['size'] = value;
|
|
5798
5816
|
}
|
|
5799
|
-
get
|
|
5800
|
-
return this.elementRef.nativeElement['
|
|
5817
|
+
get size() {
|
|
5818
|
+
return this.elementRef.nativeElement['size'];
|
|
5801
5819
|
}
|
|
5802
|
-
set
|
|
5803
|
-
this.elementRef.nativeElement['
|
|
5820
|
+
set variant(value) {
|
|
5821
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
5804
5822
|
}
|
|
5805
|
-
get
|
|
5806
|
-
return this.elementRef.nativeElement['
|
|
5823
|
+
get variant() {
|
|
5824
|
+
return this.elementRef.nativeElement['variant'];
|
|
5807
5825
|
}
|
|
5808
|
-
set
|
|
5809
|
-
this.elementRef.nativeElement['
|
|
5826
|
+
set ariaExpanded(value) {
|
|
5827
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
5810
5828
|
}
|
|
5811
|
-
get
|
|
5812
|
-
return this.elementRef.nativeElement['
|
|
5829
|
+
get ariaExpanded() {
|
|
5830
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
5813
5831
|
}
|
|
5814
|
-
|
|
5815
|
-
|
|
5832
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
5833
|
+
set name(value) {
|
|
5834
|
+
this.elementRef.nativeElement['name'] = value;
|
|
5816
5835
|
}
|
|
5817
|
-
get
|
|
5818
|
-
return this.elementRef.nativeElement['
|
|
5836
|
+
get name() {
|
|
5837
|
+
return this.elementRef.nativeElement['name'];
|
|
5819
5838
|
}
|
|
5820
|
-
|
|
5821
|
-
|
|
5839
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
5840
|
+
set value(value) {
|
|
5841
|
+
this.elementRef.nativeElement['value'] = value;
|
|
5822
5842
|
}
|
|
5823
|
-
get
|
|
5824
|
-
return this.elementRef.nativeElement['
|
|
5843
|
+
get value() {
|
|
5844
|
+
return this.elementRef.nativeElement['value'];
|
|
5825
5845
|
}
|
|
5826
|
-
|
|
5827
|
-
|
|
5846
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
5847
|
+
set type(value) {
|
|
5848
|
+
this.elementRef.nativeElement['type'] = value;
|
|
5828
5849
|
}
|
|
5829
|
-
get
|
|
5830
|
-
return this.elementRef.nativeElement['
|
|
5850
|
+
get type() {
|
|
5851
|
+
return this.elementRef.nativeElement['type'];
|
|
5831
5852
|
}
|
|
5832
|
-
|
|
5833
|
-
|
|
5853
|
+
/** Whether the button is disabled. */
|
|
5854
|
+
set disabled(value) {
|
|
5855
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
5834
5856
|
}
|
|
5835
|
-
get
|
|
5836
|
-
return this.elementRef.nativeElement['
|
|
5857
|
+
get disabled() {
|
|
5858
|
+
return this.elementRef.nativeElement['disabled'];
|
|
5837
5859
|
}
|
|
5838
5860
|
set grow(value) {
|
|
5839
5861
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -6150,56 +6172,34 @@ class PxCard {
|
|
|
6150
6172
|
constructor(elementRef) {
|
|
6151
6173
|
this.elementRef = elementRef;
|
|
6152
6174
|
}
|
|
6153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
6154
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
6175
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6176
|
+
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 });
|
|
6155
6177
|
}
|
|
6156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
6178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
6157
6179
|
type: Directive,
|
|
6158
6180
|
args: [{
|
|
6159
|
-
selector: 'px-
|
|
6181
|
+
selector: 'px-button-icon',
|
|
6160
6182
|
standalone: true,
|
|
6161
6183
|
}]
|
|
6162
6184
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
6163
6185
|
type: Input
|
|
6164
|
-
}],
|
|
6165
|
-
type: Input
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
}],
|
|
6171
|
-
type: Input,
|
|
6172
|
-
args: ['background-position']
|
|
6173
|
-
}], contrastHelperGradient: [{
|
|
6174
|
-
type: Input,
|
|
6175
|
-
args: ['contrast-helper-gradient']
|
|
6176
|
-
}], contrastHelperOverlay: [{
|
|
6177
|
-
type: Input,
|
|
6178
|
-
args: ['contrast-helper-overlay']
|
|
6179
|
-
}], mediaPosition: [{
|
|
6180
|
-
type: Input,
|
|
6181
|
-
args: ['media-position']
|
|
6182
|
-
}], mediaPositionMobile: [{
|
|
6183
|
-
type: Input,
|
|
6184
|
-
args: ['media-position--mobile']
|
|
6185
|
-
}], mediaPositionTablet: [{
|
|
6186
|
-
type: Input,
|
|
6187
|
-
args: ['media-position--tablet']
|
|
6188
|
-
}], mediaPositionLaptop: [{
|
|
6189
|
-
type: Input,
|
|
6190
|
-
args: ['media-position--laptop']
|
|
6191
|
-
}], mediaSrc: [{
|
|
6192
|
-
type: Input,
|
|
6193
|
-
args: ['media-src']
|
|
6194
|
-
}], mediaSrcMobile: [{
|
|
6195
|
-
type: Input,
|
|
6196
|
-
args: ['media-src--mobile']
|
|
6197
|
-
}], mediaSrcTablet: [{
|
|
6198
|
-
type: Input,
|
|
6199
|
-
args: ['media-src--tablet']
|
|
6200
|
-
}], mediaSrcLaptop: [{
|
|
6186
|
+
}], loading: [{
|
|
6187
|
+
type: Input
|
|
6188
|
+
}], size: [{
|
|
6189
|
+
type: Input
|
|
6190
|
+
}], variant: [{
|
|
6191
|
+
type: Input
|
|
6192
|
+
}], ariaExpanded: [{
|
|
6201
6193
|
type: Input,
|
|
6202
|
-
args: ['
|
|
6194
|
+
args: ['aria-expanded']
|
|
6195
|
+
}], name: [{
|
|
6196
|
+
type: Input
|
|
6197
|
+
}], value: [{
|
|
6198
|
+
type: Input
|
|
6199
|
+
}], type: [{
|
|
6200
|
+
type: Input
|
|
6201
|
+
}], disabled: [{
|
|
6202
|
+
type: Input
|
|
6203
6203
|
}], grow: [{
|
|
6204
6204
|
type: Input
|
|
6205
6205
|
}], growMobile: [{
|
|
@@ -27624,6 +27624,175 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
27624
27624
|
type: Input,
|
|
27625
27625
|
args: ['word-break-all--desktop']
|
|
27626
27626
|
}] } });
|
|
27627
|
+
/**
|
|
27628
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
27629
|
+
*/
|
|
27630
|
+
class PxCardActions {
|
|
27631
|
+
elementRef;
|
|
27632
|
+
constructor(elementRef) {
|
|
27633
|
+
this.elementRef = elementRef;
|
|
27634
|
+
}
|
|
27635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27636
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
27637
|
+
}
|
|
27638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
27639
|
+
type: Directive,
|
|
27640
|
+
args: [{
|
|
27641
|
+
selector: 'px-card-actions',
|
|
27642
|
+
standalone: true,
|
|
27643
|
+
}]
|
|
27644
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
27645
|
+
/**
|
|
27646
|
+
* @description Type-only wrapper for <px-card-container>
|
|
27647
|
+
*/
|
|
27648
|
+
class PxCardContainer {
|
|
27649
|
+
elementRef;
|
|
27650
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
27651
|
+
set inverted(value) {
|
|
27652
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
27653
|
+
}
|
|
27654
|
+
get inverted() {
|
|
27655
|
+
return this.elementRef.nativeElement['inverted'];
|
|
27656
|
+
}
|
|
27657
|
+
/** URL of the card media image. */
|
|
27658
|
+
set src(value) {
|
|
27659
|
+
this.elementRef.nativeElement['src'] = value;
|
|
27660
|
+
}
|
|
27661
|
+
get src() {
|
|
27662
|
+
return this.elementRef.nativeElement['src'];
|
|
27663
|
+
}
|
|
27664
|
+
/** Where the media image is rendered. */
|
|
27665
|
+
set mediaPosition(value) {
|
|
27666
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
27667
|
+
}
|
|
27668
|
+
get mediaPosition() {
|
|
27669
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
27670
|
+
}
|
|
27671
|
+
/** How the media image is fitted. */
|
|
27672
|
+
set mediaSize(value) {
|
|
27673
|
+
this.elementRef.nativeElement['mediaSize'] = value;
|
|
27674
|
+
}
|
|
27675
|
+
get mediaSize() {
|
|
27676
|
+
return this.elementRef.nativeElement['mediaSize'];
|
|
27677
|
+
}
|
|
27678
|
+
set mediaAltText(value) {
|
|
27679
|
+
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
27680
|
+
}
|
|
27681
|
+
get mediaAltText() {
|
|
27682
|
+
return this.elementRef.nativeElement['mediaAltText'];
|
|
27683
|
+
}
|
|
27684
|
+
/** Inner content padding size. */
|
|
27685
|
+
set padding(value) {
|
|
27686
|
+
this.elementRef.nativeElement['padding'] = value;
|
|
27687
|
+
}
|
|
27688
|
+
get padding() {
|
|
27689
|
+
return this.elementRef.nativeElement['padding'];
|
|
27690
|
+
}
|
|
27691
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
27692
|
+
set aspectRatio(value) {
|
|
27693
|
+
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
27694
|
+
}
|
|
27695
|
+
get aspectRatio() {
|
|
27696
|
+
return this.elementRef.nativeElement['aspectRatio'];
|
|
27697
|
+
}
|
|
27698
|
+
/** Whether the card has a visible border. */
|
|
27699
|
+
set hasBorder(value) {
|
|
27700
|
+
this.elementRef.nativeElement['hasBorder'] = value;
|
|
27701
|
+
}
|
|
27702
|
+
get hasBorder() {
|
|
27703
|
+
return this.elementRef.nativeElement['hasBorder'];
|
|
27704
|
+
}
|
|
27705
|
+
/** Surface color preset. */
|
|
27706
|
+
set backgroundColor(value) {
|
|
27707
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
27708
|
+
}
|
|
27709
|
+
get backgroundColor() {
|
|
27710
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
27711
|
+
}
|
|
27712
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
27713
|
+
set backgroundImage(value) {
|
|
27714
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
27715
|
+
}
|
|
27716
|
+
get backgroundImage() {
|
|
27717
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
27718
|
+
}
|
|
27719
|
+
set interactiveState(value) {
|
|
27720
|
+
this.elementRef.nativeElement['interactiveState'] = value;
|
|
27721
|
+
}
|
|
27722
|
+
get interactiveState() {
|
|
27723
|
+
return this.elementRef.nativeElement['interactiveState'];
|
|
27724
|
+
}
|
|
27725
|
+
/** Alt text for the media image. */
|
|
27726
|
+
set alternativeText(value) {
|
|
27727
|
+
this.elementRef.nativeElement['alternativeText'] = value;
|
|
27728
|
+
}
|
|
27729
|
+
get alternativeText() {
|
|
27730
|
+
return this.elementRef.nativeElement['alternativeText'];
|
|
27731
|
+
}
|
|
27732
|
+
constructor(elementRef) {
|
|
27733
|
+
this.elementRef = elementRef;
|
|
27734
|
+
}
|
|
27735
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27736
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
27737
|
+
}
|
|
27738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
27739
|
+
type: Directive,
|
|
27740
|
+
args: [{
|
|
27741
|
+
selector: 'px-card-container',
|
|
27742
|
+
standalone: true,
|
|
27743
|
+
}]
|
|
27744
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
27745
|
+
type: Input
|
|
27746
|
+
}], src: [{
|
|
27747
|
+
type: Input
|
|
27748
|
+
}], mediaPosition: [{
|
|
27749
|
+
type: Input,
|
|
27750
|
+
args: ['media-position']
|
|
27751
|
+
}], mediaSize: [{
|
|
27752
|
+
type: Input,
|
|
27753
|
+
args: ['media-size']
|
|
27754
|
+
}], mediaAltText: [{
|
|
27755
|
+
type: Input,
|
|
27756
|
+
args: ['media-alt-text']
|
|
27757
|
+
}], padding: [{
|
|
27758
|
+
type: Input
|
|
27759
|
+
}], aspectRatio: [{
|
|
27760
|
+
type: Input,
|
|
27761
|
+
args: ['aspect-ratio']
|
|
27762
|
+
}], hasBorder: [{
|
|
27763
|
+
type: Input,
|
|
27764
|
+
args: ['has-border']
|
|
27765
|
+
}], backgroundColor: [{
|
|
27766
|
+
type: Input,
|
|
27767
|
+
args: ['background-color']
|
|
27768
|
+
}], backgroundImage: [{
|
|
27769
|
+
type: Input,
|
|
27770
|
+
args: ['background-image']
|
|
27771
|
+
}], interactiveState: [{
|
|
27772
|
+
type: Input,
|
|
27773
|
+
args: ['interactive-state']
|
|
27774
|
+
}], alternativeText: [{
|
|
27775
|
+
type: Input,
|
|
27776
|
+
args: ['alternative-text']
|
|
27777
|
+
}] } });
|
|
27778
|
+
/**
|
|
27779
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
27780
|
+
*/
|
|
27781
|
+
class PxCardHeading {
|
|
27782
|
+
elementRef;
|
|
27783
|
+
constructor(elementRef) {
|
|
27784
|
+
this.elementRef = elementRef;
|
|
27785
|
+
}
|
|
27786
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27787
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
27788
|
+
}
|
|
27789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
27790
|
+
type: Directive,
|
|
27791
|
+
args: [{
|
|
27792
|
+
selector: 'px-card-heading',
|
|
27793
|
+
standalone: true,
|
|
27794
|
+
}]
|
|
27795
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
27627
27796
|
/**
|
|
27628
27797
|
* @description Type-only wrapper for <px-pillar>
|
|
27629
27798
|
*/
|
|
@@ -28147,175 +28316,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28147
28316
|
type: Input,
|
|
28148
28317
|
args: ['word-break-all--desktop']
|
|
28149
28318
|
}] } });
|
|
28150
|
-
/**
|
|
28151
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
28152
|
-
*/
|
|
28153
|
-
class PxCardActions {
|
|
28154
|
-
elementRef;
|
|
28155
|
-
constructor(elementRef) {
|
|
28156
|
-
this.elementRef = elementRef;
|
|
28157
|
-
}
|
|
28158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28159
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28160
|
-
}
|
|
28161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28162
|
-
type: Directive,
|
|
28163
|
-
args: [{
|
|
28164
|
-
selector: 'px-card-actions',
|
|
28165
|
-
standalone: true,
|
|
28166
|
-
}]
|
|
28167
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28168
|
-
/**
|
|
28169
|
-
* @description Type-only wrapper for <px-card-container>
|
|
28170
|
-
*/
|
|
28171
|
-
class PxCardContainer {
|
|
28172
|
-
elementRef;
|
|
28173
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
28174
|
-
set inverted(value) {
|
|
28175
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28176
|
-
}
|
|
28177
|
-
get inverted() {
|
|
28178
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28179
|
-
}
|
|
28180
|
-
/** URL of the card media image. */
|
|
28181
|
-
set src(value) {
|
|
28182
|
-
this.elementRef.nativeElement['src'] = value;
|
|
28183
|
-
}
|
|
28184
|
-
get src() {
|
|
28185
|
-
return this.elementRef.nativeElement['src'];
|
|
28186
|
-
}
|
|
28187
|
-
/** Where the media image is rendered. */
|
|
28188
|
-
set mediaPosition(value) {
|
|
28189
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28190
|
-
}
|
|
28191
|
-
get mediaPosition() {
|
|
28192
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
28193
|
-
}
|
|
28194
|
-
/** How the media image is fitted. */
|
|
28195
|
-
set mediaSize(value) {
|
|
28196
|
-
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28197
|
-
}
|
|
28198
|
-
get mediaSize() {
|
|
28199
|
-
return this.elementRef.nativeElement['mediaSize'];
|
|
28200
|
-
}
|
|
28201
|
-
set mediaAltText(value) {
|
|
28202
|
-
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28203
|
-
}
|
|
28204
|
-
get mediaAltText() {
|
|
28205
|
-
return this.elementRef.nativeElement['mediaAltText'];
|
|
28206
|
-
}
|
|
28207
|
-
/** Inner content padding size. */
|
|
28208
|
-
set padding(value) {
|
|
28209
|
-
this.elementRef.nativeElement['padding'] = value;
|
|
28210
|
-
}
|
|
28211
|
-
get padding() {
|
|
28212
|
-
return this.elementRef.nativeElement['padding'];
|
|
28213
|
-
}
|
|
28214
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28215
|
-
set aspectRatio(value) {
|
|
28216
|
-
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28217
|
-
}
|
|
28218
|
-
get aspectRatio() {
|
|
28219
|
-
return this.elementRef.nativeElement['aspectRatio'];
|
|
28220
|
-
}
|
|
28221
|
-
/** Whether the card has a visible border. */
|
|
28222
|
-
set hasBorder(value) {
|
|
28223
|
-
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28224
|
-
}
|
|
28225
|
-
get hasBorder() {
|
|
28226
|
-
return this.elementRef.nativeElement['hasBorder'];
|
|
28227
|
-
}
|
|
28228
|
-
/** Surface color preset. */
|
|
28229
|
-
set backgroundColor(value) {
|
|
28230
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28231
|
-
}
|
|
28232
|
-
get backgroundColor() {
|
|
28233
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
28234
|
-
}
|
|
28235
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28236
|
-
set backgroundImage(value) {
|
|
28237
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28238
|
-
}
|
|
28239
|
-
get backgroundImage() {
|
|
28240
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
28241
|
-
}
|
|
28242
|
-
set interactiveState(value) {
|
|
28243
|
-
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28244
|
-
}
|
|
28245
|
-
get interactiveState() {
|
|
28246
|
-
return this.elementRef.nativeElement['interactiveState'];
|
|
28247
|
-
}
|
|
28248
|
-
/** Alt text for the media image. */
|
|
28249
|
-
set alternativeText(value) {
|
|
28250
|
-
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28251
|
-
}
|
|
28252
|
-
get alternativeText() {
|
|
28253
|
-
return this.elementRef.nativeElement['alternativeText'];
|
|
28254
|
-
}
|
|
28255
|
-
constructor(elementRef) {
|
|
28256
|
-
this.elementRef = elementRef;
|
|
28257
|
-
}
|
|
28258
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28259
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28260
|
-
}
|
|
28261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28262
|
-
type: Directive,
|
|
28263
|
-
args: [{
|
|
28264
|
-
selector: 'px-card-container',
|
|
28265
|
-
standalone: true,
|
|
28266
|
-
}]
|
|
28267
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28268
|
-
type: Input
|
|
28269
|
-
}], src: [{
|
|
28270
|
-
type: Input
|
|
28271
|
-
}], mediaPosition: [{
|
|
28272
|
-
type: Input,
|
|
28273
|
-
args: ['media-position']
|
|
28274
|
-
}], mediaSize: [{
|
|
28275
|
-
type: Input,
|
|
28276
|
-
args: ['media-size']
|
|
28277
|
-
}], mediaAltText: [{
|
|
28278
|
-
type: Input,
|
|
28279
|
-
args: ['media-alt-text']
|
|
28280
|
-
}], padding: [{
|
|
28281
|
-
type: Input
|
|
28282
|
-
}], aspectRatio: [{
|
|
28283
|
-
type: Input,
|
|
28284
|
-
args: ['aspect-ratio']
|
|
28285
|
-
}], hasBorder: [{
|
|
28286
|
-
type: Input,
|
|
28287
|
-
args: ['has-border']
|
|
28288
|
-
}], backgroundColor: [{
|
|
28289
|
-
type: Input,
|
|
28290
|
-
args: ['background-color']
|
|
28291
|
-
}], backgroundImage: [{
|
|
28292
|
-
type: Input,
|
|
28293
|
-
args: ['background-image']
|
|
28294
|
-
}], interactiveState: [{
|
|
28295
|
-
type: Input,
|
|
28296
|
-
args: ['interactive-state']
|
|
28297
|
-
}], alternativeText: [{
|
|
28298
|
-
type: Input,
|
|
28299
|
-
args: ['alternative-text']
|
|
28300
|
-
}] } });
|
|
28301
|
-
/**
|
|
28302
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
28303
|
-
*/
|
|
28304
|
-
class PxCardHeading {
|
|
28305
|
-
elementRef;
|
|
28306
|
-
constructor(elementRef) {
|
|
28307
|
-
this.elementRef = elementRef;
|
|
28308
|
-
}
|
|
28309
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28310
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28311
|
-
}
|
|
28312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28313
|
-
type: Directive,
|
|
28314
|
-
args: [{
|
|
28315
|
-
selector: 'px-card-heading',
|
|
28316
|
-
standalone: true,
|
|
28317
|
-
}]
|
|
28318
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28319
28319
|
/**
|
|
28320
28320
|
* @description Type-only wrapper for <px-price>
|
|
28321
28321
|
*/
|
|
@@ -28822,72 +28822,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28822
28822
|
args: ['word-break-all--desktop']
|
|
28823
28823
|
}] } });
|
|
28824
28824
|
/**
|
|
28825
|
-
* @description Type-only wrapper for <px-
|
|
28825
|
+
* @description Type-only wrapper for <px-ribbon>
|
|
28826
28826
|
*/
|
|
28827
|
-
class
|
|
28827
|
+
class PxRibbon {
|
|
28828
28828
|
elementRef;
|
|
28829
|
-
/** The validation state of the radio button. */
|
|
28830
|
-
set state(value) {
|
|
28831
|
-
this.elementRef.nativeElement['state'] = value;
|
|
28832
|
-
}
|
|
28833
|
-
get state() {
|
|
28834
|
-
return this.elementRef.nativeElement['state'];
|
|
28835
|
-
}
|
|
28836
|
-
/** The visual variant of the radio button. */
|
|
28837
|
-
set variant(value) {
|
|
28838
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
28839
|
-
}
|
|
28840
|
-
get variant() {
|
|
28841
|
-
return this.elementRef.nativeElement['variant'];
|
|
28842
|
-
}
|
|
28843
|
-
/** Whether to use inverted (dark background) styling. */
|
|
28844
28829
|
set inverted(value) {
|
|
28845
28830
|
this.elementRef.nativeElement['inverted'] = value;
|
|
28846
28831
|
}
|
|
28847
28832
|
get inverted() {
|
|
28848
28833
|
return this.elementRef.nativeElement['inverted'];
|
|
28849
28834
|
}
|
|
28850
|
-
set size(value) {
|
|
28851
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28852
|
-
}
|
|
28853
|
-
get size() {
|
|
28854
|
-
return this.elementRef.nativeElement['size'];
|
|
28855
|
-
}
|
|
28856
|
-
/** Whether the radio button is checked. */
|
|
28857
|
-
set checked(value) {
|
|
28858
|
-
this.elementRef.nativeElement['checked'] = value;
|
|
28859
|
-
}
|
|
28860
|
-
get checked() {
|
|
28861
|
-
return this.elementRef.nativeElement['checked'];
|
|
28862
|
-
}
|
|
28863
|
-
/** Whether the radio button is disabled. */
|
|
28864
|
-
set disabled(value) {
|
|
28865
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
28866
|
-
}
|
|
28867
|
-
get disabled() {
|
|
28868
|
-
return this.elementRef.nativeElement['disabled'];
|
|
28869
|
-
}
|
|
28870
|
-
/** Whether to apply hover styling. */
|
|
28871
|
-
set hover(value) {
|
|
28872
|
-
this.elementRef.nativeElement['hover'] = value;
|
|
28873
|
-
}
|
|
28874
|
-
get hover() {
|
|
28875
|
-
return this.elementRef.nativeElement['hover'];
|
|
28876
|
-
}
|
|
28877
|
-
/** The name of the radio button, used for form submission. */
|
|
28878
|
-
set name(value) {
|
|
28879
|
-
this.elementRef.nativeElement['name'] = value;
|
|
28880
|
-
}
|
|
28881
|
-
get name() {
|
|
28882
|
-
return this.elementRef.nativeElement['name'];
|
|
28883
|
-
}
|
|
28884
|
-
/** The value of the radio button, used for form submission. */
|
|
28885
|
-
set value(value) {
|
|
28886
|
-
this.elementRef.nativeElement['value'] = value;
|
|
28887
|
-
}
|
|
28888
|
-
get value() {
|
|
28889
|
-
return this.elementRef.nativeElement['value'];
|
|
28890
|
-
}
|
|
28891
28835
|
set grow(value) {
|
|
28892
28836
|
this.elementRef.nativeElement['grow'] = value;
|
|
28893
28837
|
}
|
|
@@ -29200,40 +29144,19 @@ class PxRadio {
|
|
|
29200
29144
|
get wordBreakAllDesktop() {
|
|
29201
29145
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29202
29146
|
}
|
|
29203
|
-
/** Fired when the radio button becomes checked. */
|
|
29204
|
-
change = new EventEmitter();
|
|
29205
29147
|
constructor(elementRef) {
|
|
29206
29148
|
this.elementRef = elementRef;
|
|
29207
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29208
|
-
this.change.emit(e.detail);
|
|
29209
|
-
});
|
|
29210
29149
|
}
|
|
29211
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29212
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29151
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRibbon, isStandalone: true, selector: "px-ribbon", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
29213
29152
|
}
|
|
29214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, decorators: [{
|
|
29215
29154
|
type: Directive,
|
|
29216
29155
|
args: [{
|
|
29217
|
-
selector: 'px-
|
|
29156
|
+
selector: 'px-ribbon',
|
|
29218
29157
|
standalone: true,
|
|
29219
29158
|
}]
|
|
29220
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29221
|
-
type: Input
|
|
29222
|
-
}], variant: [{
|
|
29223
|
-
type: Input
|
|
29224
|
-
}], inverted: [{
|
|
29225
|
-
type: Input
|
|
29226
|
-
}], size: [{
|
|
29227
|
-
type: Input
|
|
29228
|
-
}], checked: [{
|
|
29229
|
-
type: Input
|
|
29230
|
-
}], disabled: [{
|
|
29231
|
-
type: Input
|
|
29232
|
-
}], hover: [{
|
|
29233
|
-
type: Input
|
|
29234
|
-
}], name: [{
|
|
29235
|
-
type: Input
|
|
29236
|
-
}], value: [{
|
|
29159
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
29237
29160
|
type: Input
|
|
29238
29161
|
}], grow: [{
|
|
29239
29162
|
type: Input
|
|
@@ -29386,20 +29309,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29386
29309
|
}], wordBreakAllDesktop: [{
|
|
29387
29310
|
type: Input,
|
|
29388
29311
|
args: ['word-break-all--desktop']
|
|
29389
|
-
}], change: [{
|
|
29390
|
-
type: Output
|
|
29391
29312
|
}] } });
|
|
29392
29313
|
/**
|
|
29393
|
-
* @description Type-only wrapper for <px-radio
|
|
29314
|
+
* @description Type-only wrapper for <px-radio>
|
|
29394
29315
|
*/
|
|
29395
|
-
class
|
|
29316
|
+
class PxRadio {
|
|
29396
29317
|
elementRef;
|
|
29397
|
-
|
|
29398
|
-
|
|
29318
|
+
/** The validation state of the radio button. */
|
|
29319
|
+
set state(value) {
|
|
29320
|
+
this.elementRef.nativeElement['state'] = value;
|
|
29399
29321
|
}
|
|
29400
|
-
get
|
|
29401
|
-
return this.elementRef.nativeElement['
|
|
29322
|
+
get state() {
|
|
29323
|
+
return this.elementRef.nativeElement['state'];
|
|
29402
29324
|
}
|
|
29325
|
+
/** The visual variant of the radio button. */
|
|
29326
|
+
set variant(value) {
|
|
29327
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
29328
|
+
}
|
|
29329
|
+
get variant() {
|
|
29330
|
+
return this.elementRef.nativeElement['variant'];
|
|
29331
|
+
}
|
|
29332
|
+
/** Whether to use inverted (dark background) styling. */
|
|
29403
29333
|
set inverted(value) {
|
|
29404
29334
|
this.elementRef.nativeElement['inverted'] = value;
|
|
29405
29335
|
}
|
|
@@ -29412,6 +29342,41 @@ class PxRadioBase {
|
|
|
29412
29342
|
get size() {
|
|
29413
29343
|
return this.elementRef.nativeElement['size'];
|
|
29414
29344
|
}
|
|
29345
|
+
/** Whether the radio button is checked. */
|
|
29346
|
+
set checked(value) {
|
|
29347
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
29348
|
+
}
|
|
29349
|
+
get checked() {
|
|
29350
|
+
return this.elementRef.nativeElement['checked'];
|
|
29351
|
+
}
|
|
29352
|
+
/** Whether the radio button is disabled. */
|
|
29353
|
+
set disabled(value) {
|
|
29354
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
29355
|
+
}
|
|
29356
|
+
get disabled() {
|
|
29357
|
+
return this.elementRef.nativeElement['disabled'];
|
|
29358
|
+
}
|
|
29359
|
+
/** Whether to apply hover styling. */
|
|
29360
|
+
set hover(value) {
|
|
29361
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29362
|
+
}
|
|
29363
|
+
get hover() {
|
|
29364
|
+
return this.elementRef.nativeElement['hover'];
|
|
29365
|
+
}
|
|
29366
|
+
/** The name of the radio button, used for form submission. */
|
|
29367
|
+
set name(value) {
|
|
29368
|
+
this.elementRef.nativeElement['name'] = value;
|
|
29369
|
+
}
|
|
29370
|
+
get name() {
|
|
29371
|
+
return this.elementRef.nativeElement['name'];
|
|
29372
|
+
}
|
|
29373
|
+
/** The value of the radio button, used for form submission. */
|
|
29374
|
+
set value(value) {
|
|
29375
|
+
this.elementRef.nativeElement['value'] = value;
|
|
29376
|
+
}
|
|
29377
|
+
get value() {
|
|
29378
|
+
return this.elementRef.nativeElement['value'];
|
|
29379
|
+
}
|
|
29415
29380
|
set grow(value) {
|
|
29416
29381
|
this.elementRef.nativeElement['grow'] = value;
|
|
29417
29382
|
}
|
|
@@ -29724,24 +29689,41 @@ class PxRadioBase {
|
|
|
29724
29689
|
get wordBreakAllDesktop() {
|
|
29725
29690
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29726
29691
|
}
|
|
29692
|
+
/** Fired when the radio button becomes checked. */
|
|
29693
|
+
change = new EventEmitter();
|
|
29727
29694
|
constructor(elementRef) {
|
|
29728
29695
|
this.elementRef = elementRef;
|
|
29696
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29697
|
+
this.change.emit(e.detail);
|
|
29698
|
+
});
|
|
29729
29699
|
}
|
|
29730
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29731
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29700
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29701
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadio, isStandalone: true, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
29732
29702
|
}
|
|
29733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
|
|
29734
29704
|
type: Directive,
|
|
29735
29705
|
args: [{
|
|
29736
|
-
selector: 'px-radio
|
|
29706
|
+
selector: 'px-radio',
|
|
29737
29707
|
standalone: true,
|
|
29738
29708
|
}]
|
|
29739
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29709
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
29710
|
+
type: Input
|
|
29711
|
+
}], variant: [{
|
|
29740
29712
|
type: Input
|
|
29741
29713
|
}], inverted: [{
|
|
29742
29714
|
type: Input
|
|
29743
29715
|
}], size: [{
|
|
29744
29716
|
type: Input
|
|
29717
|
+
}], checked: [{
|
|
29718
|
+
type: Input
|
|
29719
|
+
}], disabled: [{
|
|
29720
|
+
type: Input
|
|
29721
|
+
}], hover: [{
|
|
29722
|
+
type: Input
|
|
29723
|
+
}], name: [{
|
|
29724
|
+
type: Input
|
|
29725
|
+
}], value: [{
|
|
29726
|
+
type: Input
|
|
29745
29727
|
}], grow: [{
|
|
29746
29728
|
type: Input
|
|
29747
29729
|
}], growMobile: [{
|
|
@@ -29893,47 +29875,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29893
29875
|
}], wordBreakAllDesktop: [{
|
|
29894
29876
|
type: Input,
|
|
29895
29877
|
args: ['word-break-all--desktop']
|
|
29878
|
+
}], change: [{
|
|
29879
|
+
type: Output
|
|
29896
29880
|
}] } });
|
|
29897
29881
|
/**
|
|
29898
|
-
* @description Type-only wrapper for <px-radio-
|
|
29882
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
29899
29883
|
*/
|
|
29900
|
-
class
|
|
29884
|
+
class PxRadioBase {
|
|
29901
29885
|
elementRef;
|
|
29902
|
-
set
|
|
29903
|
-
this.elementRef.nativeElement['
|
|
29904
|
-
}
|
|
29905
|
-
get name() {
|
|
29906
|
-
return this.elementRef.nativeElement['name'];
|
|
29907
|
-
}
|
|
29908
|
-
set gap(value) {
|
|
29909
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
29910
|
-
}
|
|
29911
|
-
get gap() {
|
|
29912
|
-
return this.elementRef.nativeElement['gap'];
|
|
29913
|
-
}
|
|
29914
|
-
set variant(value) {
|
|
29915
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
29916
|
-
}
|
|
29917
|
-
get variant() {
|
|
29918
|
-
return this.elementRef.nativeElement['variant'];
|
|
29919
|
-
}
|
|
29920
|
-
set required(value) {
|
|
29921
|
-
this.elementRef.nativeElement['required'] = value;
|
|
29922
|
-
}
|
|
29923
|
-
get required() {
|
|
29924
|
-
return this.elementRef.nativeElement['required'];
|
|
29925
|
-
}
|
|
29926
|
-
set disabled(value) {
|
|
29927
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
29928
|
-
}
|
|
29929
|
-
get disabled() {
|
|
29930
|
-
return this.elementRef.nativeElement['disabled'];
|
|
29931
|
-
}
|
|
29932
|
-
set state(value) {
|
|
29933
|
-
this.elementRef.nativeElement['state'] = value;
|
|
29886
|
+
set hover(value) {
|
|
29887
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29934
29888
|
}
|
|
29935
|
-
get
|
|
29936
|
-
return this.elementRef.nativeElement['
|
|
29889
|
+
get hover() {
|
|
29890
|
+
return this.elementRef.nativeElement['hover'];
|
|
29937
29891
|
}
|
|
29938
29892
|
set inverted(value) {
|
|
29939
29893
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30262,26 +30216,16 @@ class PxRadioGroup {
|
|
|
30262
30216
|
constructor(elementRef) {
|
|
30263
30217
|
this.elementRef = elementRef;
|
|
30264
30218
|
}
|
|
30265
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30266
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30219
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30220
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioBase, isStandalone: true, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30267
30221
|
}
|
|
30268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
30269
30223
|
type: Directive,
|
|
30270
30224
|
args: [{
|
|
30271
|
-
selector: 'px-radio-
|
|
30225
|
+
selector: 'px-radio-base',
|
|
30272
30226
|
standalone: true,
|
|
30273
30227
|
}]
|
|
30274
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30275
|
-
type: Input
|
|
30276
|
-
}], gap: [{
|
|
30277
|
-
type: Input
|
|
30278
|
-
}], variant: [{
|
|
30279
|
-
type: Input
|
|
30280
|
-
}], required: [{
|
|
30281
|
-
type: Input
|
|
30282
|
-
}], disabled: [{
|
|
30283
|
-
type: Input
|
|
30284
|
-
}], state: [{
|
|
30228
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
30285
30229
|
type: Input
|
|
30286
30230
|
}], inverted: [{
|
|
30287
30231
|
type: Input
|
|
@@ -30440,16 +30384,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
30440
30384
|
args: ['word-break-all--desktop']
|
|
30441
30385
|
}] } });
|
|
30442
30386
|
/**
|
|
30443
|
-
* @description Type-only wrapper for <px-
|
|
30387
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
30444
30388
|
*/
|
|
30445
|
-
class
|
|
30389
|
+
class PxRadioGroup {
|
|
30446
30390
|
elementRef;
|
|
30391
|
+
set name(value) {
|
|
30392
|
+
this.elementRef.nativeElement['name'] = value;
|
|
30393
|
+
}
|
|
30394
|
+
get name() {
|
|
30395
|
+
return this.elementRef.nativeElement['name'];
|
|
30396
|
+
}
|
|
30397
|
+
set gap(value) {
|
|
30398
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
30399
|
+
}
|
|
30400
|
+
get gap() {
|
|
30401
|
+
return this.elementRef.nativeElement['gap'];
|
|
30402
|
+
}
|
|
30403
|
+
set variant(value) {
|
|
30404
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
30405
|
+
}
|
|
30406
|
+
get variant() {
|
|
30407
|
+
return this.elementRef.nativeElement['variant'];
|
|
30408
|
+
}
|
|
30409
|
+
set required(value) {
|
|
30410
|
+
this.elementRef.nativeElement['required'] = value;
|
|
30411
|
+
}
|
|
30412
|
+
get required() {
|
|
30413
|
+
return this.elementRef.nativeElement['required'];
|
|
30414
|
+
}
|
|
30415
|
+
set disabled(value) {
|
|
30416
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
30417
|
+
}
|
|
30418
|
+
get disabled() {
|
|
30419
|
+
return this.elementRef.nativeElement['disabled'];
|
|
30420
|
+
}
|
|
30421
|
+
set state(value) {
|
|
30422
|
+
this.elementRef.nativeElement['state'] = value;
|
|
30423
|
+
}
|
|
30424
|
+
get state() {
|
|
30425
|
+
return this.elementRef.nativeElement['state'];
|
|
30426
|
+
}
|
|
30447
30427
|
set inverted(value) {
|
|
30448
30428
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30449
30429
|
}
|
|
30450
30430
|
get inverted() {
|
|
30451
30431
|
return this.elementRef.nativeElement['inverted'];
|
|
30452
30432
|
}
|
|
30433
|
+
set size(value) {
|
|
30434
|
+
this.elementRef.nativeElement['size'] = value;
|
|
30435
|
+
}
|
|
30436
|
+
get size() {
|
|
30437
|
+
return this.elementRef.nativeElement['size'];
|
|
30438
|
+
}
|
|
30453
30439
|
set grow(value) {
|
|
30454
30440
|
this.elementRef.nativeElement['grow'] = value;
|
|
30455
30441
|
}
|
|
@@ -30765,16 +30751,30 @@ class PxRibbon {
|
|
|
30765
30751
|
constructor(elementRef) {
|
|
30766
30752
|
this.elementRef = elementRef;
|
|
30767
30753
|
}
|
|
30768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30769
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30754
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30755
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioGroup, isStandalone: true, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30770
30756
|
}
|
|
30771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30772
30758
|
type: Directive,
|
|
30773
30759
|
args: [{
|
|
30774
|
-
selector: 'px-
|
|
30760
|
+
selector: 'px-radio-group',
|
|
30775
30761
|
standalone: true,
|
|
30776
30762
|
}]
|
|
30777
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30763
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
30764
|
+
type: Input
|
|
30765
|
+
}], gap: [{
|
|
30766
|
+
type: Input
|
|
30767
|
+
}], variant: [{
|
|
30768
|
+
type: Input
|
|
30769
|
+
}], required: [{
|
|
30770
|
+
type: Input
|
|
30771
|
+
}], disabled: [{
|
|
30772
|
+
type: Input
|
|
30773
|
+
}], state: [{
|
|
30774
|
+
type: Input
|
|
30775
|
+
}], inverted: [{
|
|
30776
|
+
type: Input
|
|
30777
|
+
}], size: [{
|
|
30778
30778
|
type: Input
|
|
30779
30779
|
}], grow: [{
|
|
30780
30780
|
type: Input
|
|
@@ -31634,27 +31634,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
31634
31634
|
args: ['word-break-all--desktop']
|
|
31635
31635
|
}] } });
|
|
31636
31636
|
/**
|
|
31637
|
-
* @description Type-only wrapper for <px-
|
|
31637
|
+
* @description Type-only wrapper for <px-separator>
|
|
31638
31638
|
*/
|
|
31639
|
-
class
|
|
31639
|
+
class PxSeparator {
|
|
31640
31640
|
elementRef;
|
|
31641
|
-
set
|
|
31642
|
-
this.elementRef.nativeElement['
|
|
31641
|
+
set direction(value) {
|
|
31642
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
31643
31643
|
}
|
|
31644
|
-
get
|
|
31645
|
-
return this.elementRef.nativeElement['
|
|
31644
|
+
get direction() {
|
|
31645
|
+
return this.elementRef.nativeElement['direction'];
|
|
31646
31646
|
}
|
|
31647
|
-
set
|
|
31648
|
-
this.elementRef.nativeElement['
|
|
31647
|
+
set directionMobile(value) {
|
|
31648
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
31649
31649
|
}
|
|
31650
|
-
get
|
|
31651
|
-
return this.elementRef.nativeElement['
|
|
31650
|
+
get directionMobile() {
|
|
31651
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
31652
31652
|
}
|
|
31653
|
-
set
|
|
31654
|
-
this.elementRef.nativeElement['
|
|
31653
|
+
set directionTablet(value) {
|
|
31654
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
31655
31655
|
}
|
|
31656
|
-
get
|
|
31657
|
-
return this.elementRef.nativeElement['
|
|
31656
|
+
get directionTablet() {
|
|
31657
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
31658
|
+
}
|
|
31659
|
+
set directionLaptop(value) {
|
|
31660
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
31661
|
+
}
|
|
31662
|
+
get directionLaptop() {
|
|
31663
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
31664
|
+
}
|
|
31665
|
+
set directionDesktop(value) {
|
|
31666
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
31667
|
+
}
|
|
31668
|
+
get directionDesktop() {
|
|
31669
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
31670
|
+
}
|
|
31671
|
+
set size(value) {
|
|
31672
|
+
this.elementRef.nativeElement['size'] = value;
|
|
31673
|
+
}
|
|
31674
|
+
get size() {
|
|
31675
|
+
return this.elementRef.nativeElement['size'];
|
|
31676
|
+
}
|
|
31677
|
+
set color(value) {
|
|
31678
|
+
this.elementRef.nativeElement['color'] = value;
|
|
31679
|
+
}
|
|
31680
|
+
get color() {
|
|
31681
|
+
return this.elementRef.nativeElement['color'];
|
|
31682
|
+
}
|
|
31683
|
+
set inverted(value) {
|
|
31684
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
31685
|
+
}
|
|
31686
|
+
get inverted() {
|
|
31687
|
+
return this.elementRef.nativeElement['inverted'];
|
|
31658
31688
|
}
|
|
31659
31689
|
set grow(value) {
|
|
31660
31690
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -31971,23 +32001,35 @@ class PxSelectableBox {
|
|
|
31971
32001
|
constructor(elementRef) {
|
|
31972
32002
|
this.elementRef = elementRef;
|
|
31973
32003
|
}
|
|
31974
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
31975
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
32004
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32005
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSeparator, isStandalone: true, selector: "px-separator", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], size: "size", color: "color", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
31976
32006
|
}
|
|
31977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, decorators: [{
|
|
31978
32008
|
type: Directive,
|
|
31979
32009
|
args: [{
|
|
31980
|
-
selector: 'px-
|
|
32010
|
+
selector: 'px-separator',
|
|
31981
32011
|
standalone: true,
|
|
31982
32012
|
}]
|
|
31983
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
32013
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
31984
32014
|
type: Input
|
|
31985
|
-
}],
|
|
32015
|
+
}], directionMobile: [{
|
|
31986
32016
|
type: Input,
|
|
31987
|
-
args: ['
|
|
31988
|
-
}],
|
|
32017
|
+
args: ['direction--mobile']
|
|
32018
|
+
}], directionTablet: [{
|
|
31989
32019
|
type: Input,
|
|
31990
|
-
args: ['
|
|
32020
|
+
args: ['direction--tablet']
|
|
32021
|
+
}], directionLaptop: [{
|
|
32022
|
+
type: Input,
|
|
32023
|
+
args: ['direction--laptop']
|
|
32024
|
+
}], directionDesktop: [{
|
|
32025
|
+
type: Input,
|
|
32026
|
+
args: ['direction--desktop']
|
|
32027
|
+
}], size: [{
|
|
32028
|
+
type: Input
|
|
32029
|
+
}], color: [{
|
|
32030
|
+
type: Input
|
|
32031
|
+
}], inverted: [{
|
|
32032
|
+
type: Input
|
|
31991
32033
|
}], grow: [{
|
|
31992
32034
|
type: Input
|
|
31993
32035
|
}], growMobile: [{
|
|
@@ -32141,9 +32183,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32141
32183
|
args: ['word-break-all--desktop']
|
|
32142
32184
|
}] } });
|
|
32143
32185
|
/**
|
|
32144
|
-
* @description Type-only wrapper for <px-selectable-box
|
|
32186
|
+
* @description Type-only wrapper for <px-selectable-box>
|
|
32145
32187
|
*/
|
|
32146
|
-
class
|
|
32188
|
+
class PxSelectableBox {
|
|
32147
32189
|
elementRef;
|
|
32148
32190
|
set inverted(value) {
|
|
32149
32191
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -32151,29 +32193,11 @@ class PxSelectableBoxCheckbox {
|
|
|
32151
32193
|
get inverted() {
|
|
32152
32194
|
return this.elementRef.nativeElement['inverted'];
|
|
32153
32195
|
}
|
|
32154
|
-
set
|
|
32155
|
-
this.elementRef.nativeElement['
|
|
32156
|
-
}
|
|
32157
|
-
get name() {
|
|
32158
|
-
return this.elementRef.nativeElement['name'];
|
|
32159
|
-
}
|
|
32160
|
-
set value(value) {
|
|
32161
|
-
this.elementRef.nativeElement['value'] = value;
|
|
32162
|
-
}
|
|
32163
|
-
get value() {
|
|
32164
|
-
return this.elementRef.nativeElement['value'];
|
|
32165
|
-
}
|
|
32166
|
-
set checked(value) {
|
|
32167
|
-
this.elementRef.nativeElement['checked'] = value;
|
|
32168
|
-
}
|
|
32169
|
-
get checked() {
|
|
32170
|
-
return this.elementRef.nativeElement['checked'];
|
|
32171
|
-
}
|
|
32172
|
-
set disabled(value) {
|
|
32173
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
32196
|
+
set hideFooter(value) {
|
|
32197
|
+
this.elementRef.nativeElement['hideFooter'] = value;
|
|
32174
32198
|
}
|
|
32175
|
-
get
|
|
32176
|
-
return this.elementRef.nativeElement['
|
|
32199
|
+
get hideFooter() {
|
|
32200
|
+
return this.elementRef.nativeElement['hideFooter'];
|
|
32177
32201
|
}
|
|
32178
32202
|
set footerPosition(value) {
|
|
32179
32203
|
this.elementRef.nativeElement['footerPosition'] = value;
|
|
@@ -32493,32 +32517,23 @@ class PxSelectableBoxCheckbox {
|
|
|
32493
32517
|
get wordBreakAllDesktop() {
|
|
32494
32518
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
32495
32519
|
}
|
|
32496
|
-
change = new EventEmitter();
|
|
32497
32520
|
constructor(elementRef) {
|
|
32498
32521
|
this.elementRef = elementRef;
|
|
32499
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
32500
|
-
this.change.emit(e.detail);
|
|
32501
|
-
});
|
|
32502
32522
|
}
|
|
32503
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32504
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
32523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32524
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBox, isStandalone: true, selector: "px-selectable-box", inputs: { inverted: "inverted", hideFooter: ["hide-footer", "hideFooter"], footerPosition: ["footer-position", "footerPosition"], 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 });
|
|
32505
32525
|
}
|
|
32506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, decorators: [{
|
|
32507
32527
|
type: Directive,
|
|
32508
32528
|
args: [{
|
|
32509
|
-
selector: 'px-selectable-box
|
|
32529
|
+
selector: 'px-selectable-box',
|
|
32510
32530
|
standalone: true,
|
|
32511
32531
|
}]
|
|
32512
32532
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
32513
32533
|
type: Input
|
|
32514
|
-
}],
|
|
32515
|
-
type: Input
|
|
32516
|
-
|
|
32517
|
-
type: Input
|
|
32518
|
-
}], checked: [{
|
|
32519
|
-
type: Input
|
|
32520
|
-
}], disabled: [{
|
|
32521
|
-
type: Input
|
|
32534
|
+
}], hideFooter: [{
|
|
32535
|
+
type: Input,
|
|
32536
|
+
args: ['hide-footer']
|
|
32522
32537
|
}], footerPosition: [{
|
|
32523
32538
|
type: Input,
|
|
32524
32539
|
args: ['footer-position']
|
|
@@ -32673,13 +32688,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32673
32688
|
}], wordBreakAllDesktop: [{
|
|
32674
32689
|
type: Input,
|
|
32675
32690
|
args: ['word-break-all--desktop']
|
|
32676
|
-
}], change: [{
|
|
32677
|
-
type: Output
|
|
32678
32691
|
}] } });
|
|
32679
32692
|
/**
|
|
32680
|
-
* @description Type-only wrapper for <px-selectable-box-
|
|
32693
|
+
* @description Type-only wrapper for <px-selectable-box-checkbox>
|
|
32681
32694
|
*/
|
|
32682
|
-
class
|
|
32695
|
+
class PxSelectableBoxCheckbox {
|
|
32683
32696
|
elementRef;
|
|
32684
32697
|
set inverted(value) {
|
|
32685
32698
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -33029,28 +33042,20 @@ class PxSelectableBoxRadio {
|
|
|
33029
33042
|
get wordBreakAllDesktop() {
|
|
33030
33043
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33031
33044
|
}
|
|
33032
|
-
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33033
|
-
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33034
33045
|
change = new EventEmitter();
|
|
33035
33046
|
constructor(elementRef) {
|
|
33036
33047
|
this.elementRef = elementRef;
|
|
33037
|
-
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_CONNECTED_EVENT', (e) => {
|
|
33038
|
-
this.SELECTABLE_BOX_RADIO_CONNECTED_EVENT.emit(e.detail);
|
|
33039
|
-
});
|
|
33040
|
-
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT', (e) => {
|
|
33041
|
-
this.SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT.emit(e.detail);
|
|
33042
|
-
});
|
|
33043
33048
|
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
33044
33049
|
this.change.emit(e.detail);
|
|
33045
33050
|
});
|
|
33046
33051
|
}
|
|
33047
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33048
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
33052
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33053
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxCheckbox, isStandalone: true, selector: "px-selectable-box-checkbox", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", footerPosition: ["footer-position", "footerPosition"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
33049
33054
|
}
|
|
33050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, decorators: [{
|
|
33051
33056
|
type: Directive,
|
|
33052
33057
|
args: [{
|
|
33053
|
-
selector: 'px-selectable-box-
|
|
33058
|
+
selector: 'px-selectable-box-checkbox',
|
|
33054
33059
|
standalone: true,
|
|
33055
33060
|
}]
|
|
33056
33061
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
@@ -33217,65 +33222,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33217
33222
|
}], wordBreakAllDesktop: [{
|
|
33218
33223
|
type: Input,
|
|
33219
33224
|
args: ['word-break-all--desktop']
|
|
33220
|
-
}], SELECTABLE_BOX_RADIO_CONNECTED_EVENT: [{
|
|
33221
|
-
type: Output
|
|
33222
|
-
}], SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: [{
|
|
33223
|
-
type: Output
|
|
33224
33225
|
}], change: [{
|
|
33225
33226
|
type: Output
|
|
33226
33227
|
}] } });
|
|
33227
33228
|
/**
|
|
33228
|
-
* @description Type-only wrapper for <px-
|
|
33229
|
+
* @description Type-only wrapper for <px-selectable-box-radio>
|
|
33229
33230
|
*/
|
|
33230
|
-
class
|
|
33231
|
+
class PxSelectableBoxRadio {
|
|
33231
33232
|
elementRef;
|
|
33232
|
-
set
|
|
33233
|
-
this.elementRef.nativeElement['
|
|
33234
|
-
}
|
|
33235
|
-
get direction() {
|
|
33236
|
-
return this.elementRef.nativeElement['direction'];
|
|
33237
|
-
}
|
|
33238
|
-
set directionMobile(value) {
|
|
33239
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
33240
|
-
}
|
|
33241
|
-
get directionMobile() {
|
|
33242
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
33243
|
-
}
|
|
33244
|
-
set directionTablet(value) {
|
|
33245
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
33233
|
+
set inverted(value) {
|
|
33234
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
33246
33235
|
}
|
|
33247
|
-
get
|
|
33248
|
-
return this.elementRef.nativeElement['
|
|
33236
|
+
get inverted() {
|
|
33237
|
+
return this.elementRef.nativeElement['inverted'];
|
|
33249
33238
|
}
|
|
33250
|
-
set
|
|
33251
|
-
this.elementRef.nativeElement['
|
|
33239
|
+
set name(value) {
|
|
33240
|
+
this.elementRef.nativeElement['name'] = value;
|
|
33252
33241
|
}
|
|
33253
|
-
get
|
|
33254
|
-
return this.elementRef.nativeElement['
|
|
33242
|
+
get name() {
|
|
33243
|
+
return this.elementRef.nativeElement['name'];
|
|
33255
33244
|
}
|
|
33256
|
-
set
|
|
33257
|
-
this.elementRef.nativeElement['
|
|
33245
|
+
set value(value) {
|
|
33246
|
+
this.elementRef.nativeElement['value'] = value;
|
|
33258
33247
|
}
|
|
33259
|
-
get
|
|
33260
|
-
return this.elementRef.nativeElement['
|
|
33248
|
+
get value() {
|
|
33249
|
+
return this.elementRef.nativeElement['value'];
|
|
33261
33250
|
}
|
|
33262
|
-
set
|
|
33263
|
-
this.elementRef.nativeElement['
|
|
33251
|
+
set checked(value) {
|
|
33252
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
33264
33253
|
}
|
|
33265
|
-
get
|
|
33266
|
-
return this.elementRef.nativeElement['
|
|
33254
|
+
get checked() {
|
|
33255
|
+
return this.elementRef.nativeElement['checked'];
|
|
33267
33256
|
}
|
|
33268
|
-
set
|
|
33269
|
-
this.elementRef.nativeElement['
|
|
33257
|
+
set disabled(value) {
|
|
33258
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
33270
33259
|
}
|
|
33271
|
-
get
|
|
33272
|
-
return this.elementRef.nativeElement['
|
|
33260
|
+
get disabled() {
|
|
33261
|
+
return this.elementRef.nativeElement['disabled'];
|
|
33273
33262
|
}
|
|
33274
|
-
set
|
|
33275
|
-
this.elementRef.nativeElement['
|
|
33263
|
+
set footerPosition(value) {
|
|
33264
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
33276
33265
|
}
|
|
33277
|
-
get
|
|
33278
|
-
return this.elementRef.nativeElement['
|
|
33266
|
+
get footerPosition() {
|
|
33267
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
33279
33268
|
}
|
|
33280
33269
|
set grow(value) {
|
|
33281
33270
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -33589,38 +33578,43 @@ class PxSeparator {
|
|
|
33589
33578
|
get wordBreakAllDesktop() {
|
|
33590
33579
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33591
33580
|
}
|
|
33581
|
+
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33582
|
+
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33583
|
+
change = new EventEmitter();
|
|
33592
33584
|
constructor(elementRef) {
|
|
33593
33585
|
this.elementRef = elementRef;
|
|
33586
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_CONNECTED_EVENT', (e) => {
|
|
33587
|
+
this.SELECTABLE_BOX_RADIO_CONNECTED_EVENT.emit(e.detail);
|
|
33588
|
+
});
|
|
33589
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT', (e) => {
|
|
33590
|
+
this.SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT.emit(e.detail);
|
|
33591
|
+
});
|
|
33592
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
33593
|
+
this.change.emit(e.detail);
|
|
33594
|
+
});
|
|
33594
33595
|
}
|
|
33595
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33596
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
33596
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33597
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxRadio, isStandalone: true, selector: "px-selectable-box-radio", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", footerPosition: ["footer-position", "footerPosition"], 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: { SELECTABLE_BOX_RADIO_CONNECTED_EVENT: "SELECTABLE_BOX_RADIO_CONNECTED_EVENT", SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: "SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT", change: "change" }, ngImport: i0 });
|
|
33597
33598
|
}
|
|
33598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, decorators: [{
|
|
33599
33600
|
type: Directive,
|
|
33600
33601
|
args: [{
|
|
33601
|
-
selector: 'px-
|
|
33602
|
+
selector: 'px-selectable-box-radio',
|
|
33602
33603
|
standalone: true,
|
|
33603
33604
|
}]
|
|
33604
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
33605
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
33605
33606
|
type: Input
|
|
33606
|
-
}],
|
|
33607
|
-
type: Input,
|
|
33608
|
-
args: ['direction--mobile']
|
|
33609
|
-
}], directionTablet: [{
|
|
33610
|
-
type: Input,
|
|
33611
|
-
args: ['direction--tablet']
|
|
33612
|
-
}], directionLaptop: [{
|
|
33613
|
-
type: Input,
|
|
33614
|
-
args: ['direction--laptop']
|
|
33615
|
-
}], directionDesktop: [{
|
|
33616
|
-
type: Input,
|
|
33617
|
-
args: ['direction--desktop']
|
|
33618
|
-
}], size: [{
|
|
33607
|
+
}], name: [{
|
|
33619
33608
|
type: Input
|
|
33620
|
-
}],
|
|
33609
|
+
}], value: [{
|
|
33621
33610
|
type: Input
|
|
33622
|
-
}],
|
|
33611
|
+
}], checked: [{
|
|
33612
|
+
type: Input
|
|
33613
|
+
}], disabled: [{
|
|
33623
33614
|
type: Input
|
|
33615
|
+
}], footerPosition: [{
|
|
33616
|
+
type: Input,
|
|
33617
|
+
args: ['footer-position']
|
|
33624
33618
|
}], grow: [{
|
|
33625
33619
|
type: Input
|
|
33626
33620
|
}], growMobile: [{
|
|
@@ -33772,6 +33766,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33772
33766
|
}], wordBreakAllDesktop: [{
|
|
33773
33767
|
type: Input,
|
|
33774
33768
|
args: ['word-break-all--desktop']
|
|
33769
|
+
}], SELECTABLE_BOX_RADIO_CONNECTED_EVENT: [{
|
|
33770
|
+
type: Output
|
|
33771
|
+
}], SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: [{
|
|
33772
|
+
type: Output
|
|
33773
|
+
}], change: [{
|
|
33774
|
+
type: Output
|
|
33775
33775
|
}] } });
|
|
33776
33776
|
/**
|
|
33777
33777
|
* @description Type-only wrapper for <px-skeleton>
|
|
@@ -41329,7 +41329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41329
41329
|
}] } });
|
|
41330
41330
|
class Lavender {
|
|
41331
41331
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41332
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner,
|
|
41332
|
+
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, PxCard, PxButtonIcon, 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, PxCardActions, PxCardContainer, PxCardHeading, PxPillar, PxPrice, PxRibbon, PxRadio, PxRadioBase, PxRadioGroup, PxSection, PxSeparator, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxCard, PxButtonIcon, 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, PxCardActions, PxCardContainer, PxCardHeading, PxPillar, PxPrice, PxRibbon, PxRadio, PxRadioBase, PxRadioGroup, PxSection, PxSeparator, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, 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] });
|
|
41333
41333
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41334
41334
|
}
|
|
41335
41335
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41341,12 +41341,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41341
41341
|
PxAgGridTableThButton,
|
|
41342
41342
|
PxAgGridTableThContent,
|
|
41343
41343
|
PxBanner,
|
|
41344
|
-
PxButton,
|
|
41345
|
-
PxButtonWrapper,
|
|
41346
41344
|
PxBreadcrumbItem,
|
|
41347
41345
|
PxBreadcrumb,
|
|
41348
|
-
|
|
41346
|
+
PxButton,
|
|
41347
|
+
PxButtonWrapper,
|
|
41349
41348
|
PxCard,
|
|
41349
|
+
PxButtonIcon,
|
|
41350
41350
|
PxAppleseed,
|
|
41351
41351
|
PxCarousel,
|
|
41352
41352
|
PxCarouselItem,
|
|
@@ -41389,20 +41389,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41389
41389
|
PxListItem,
|
|
41390
41390
|
PxModal,
|
|
41391
41391
|
PxP,
|
|
41392
|
-
PxPillar,
|
|
41393
41392
|
PxCardActions,
|
|
41394
41393
|
PxCardContainer,
|
|
41395
41394
|
PxCardHeading,
|
|
41395
|
+
PxPillar,
|
|
41396
41396
|
PxPrice,
|
|
41397
|
+
PxRibbon,
|
|
41397
41398
|
PxRadio,
|
|
41398
41399
|
PxRadioBase,
|
|
41399
41400
|
PxRadioGroup,
|
|
41400
|
-
PxRibbon,
|
|
41401
41401
|
PxSection,
|
|
41402
|
+
PxSeparator,
|
|
41402
41403
|
PxSelectableBox,
|
|
41403
41404
|
PxSelectableBoxCheckbox,
|
|
41404
41405
|
PxSelectableBoxRadio,
|
|
41405
|
-
PxSeparator,
|
|
41406
41406
|
PxSkeleton,
|
|
41407
41407
|
PxSpan,
|
|
41408
41408
|
PxSpinner,
|
|
@@ -41443,12 +41443,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41443
41443
|
PxAgGridTableThButton,
|
|
41444
41444
|
PxAgGridTableThContent,
|
|
41445
41445
|
PxBanner,
|
|
41446
|
-
PxButton,
|
|
41447
|
-
PxButtonWrapper,
|
|
41448
41446
|
PxBreadcrumbItem,
|
|
41449
41447
|
PxBreadcrumb,
|
|
41450
|
-
|
|
41448
|
+
PxButton,
|
|
41449
|
+
PxButtonWrapper,
|
|
41451
41450
|
PxCard,
|
|
41451
|
+
PxButtonIcon,
|
|
41452
41452
|
PxAppleseed,
|
|
41453
41453
|
PxCarousel,
|
|
41454
41454
|
PxCarouselItem,
|
|
@@ -41491,20 +41491,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41491
41491
|
PxListItem,
|
|
41492
41492
|
PxModal,
|
|
41493
41493
|
PxP,
|
|
41494
|
-
PxPillar,
|
|
41495
41494
|
PxCardActions,
|
|
41496
41495
|
PxCardContainer,
|
|
41497
41496
|
PxCardHeading,
|
|
41497
|
+
PxPillar,
|
|
41498
41498
|
PxPrice,
|
|
41499
|
+
PxRibbon,
|
|
41499
41500
|
PxRadio,
|
|
41500
41501
|
PxRadioBase,
|
|
41501
41502
|
PxRadioGroup,
|
|
41502
|
-
PxRibbon,
|
|
41503
41503
|
PxSection,
|
|
41504
|
+
PxSeparator,
|
|
41504
41505
|
PxSelectableBox,
|
|
41505
41506
|
PxSelectableBoxCheckbox,
|
|
41506
41507
|
PxSelectableBoxRadio,
|
|
41507
|
-
PxSeparator,
|
|
41508
41508
|
PxSkeleton,
|
|
41509
41509
|
PxSpan,
|
|
41510
41510
|
PxSpinner,
|