@proximus/lavender-angular 1.4.3-beta.1 → 1.4.3
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.
|
@@ -2009,10 +2009,100 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2009
2009
|
args: ['order--desktop']
|
|
2010
2010
|
}] } });
|
|
2011
2011
|
/**
|
|
2012
|
-
* @description Type-only wrapper for <px-
|
|
2012
|
+
* @description Type-only wrapper for <px-banner>
|
|
2013
2013
|
*/
|
|
2014
|
-
class
|
|
2014
|
+
class PxBanner {
|
|
2015
2015
|
elementRef;
|
|
2016
|
+
set backgroundColor(value) {
|
|
2017
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
2018
|
+
}
|
|
2019
|
+
get backgroundColor() {
|
|
2020
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
2021
|
+
}
|
|
2022
|
+
set backgroundGradient(value) {
|
|
2023
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
2024
|
+
}
|
|
2025
|
+
get backgroundGradient() {
|
|
2026
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
2027
|
+
}
|
|
2028
|
+
set backgroundImage(value) {
|
|
2029
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
2030
|
+
}
|
|
2031
|
+
get backgroundImage() {
|
|
2032
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
2033
|
+
}
|
|
2034
|
+
set backgroundImageMobile(value) {
|
|
2035
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
2036
|
+
}
|
|
2037
|
+
get backgroundImageMobile() {
|
|
2038
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
2039
|
+
}
|
|
2040
|
+
set backgroundImageTablet(value) {
|
|
2041
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
2042
|
+
}
|
|
2043
|
+
get backgroundImageTablet() {
|
|
2044
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
2045
|
+
}
|
|
2046
|
+
set backgroundImageLaptop(value) {
|
|
2047
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
2048
|
+
}
|
|
2049
|
+
get backgroundImageLaptop() {
|
|
2050
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
2051
|
+
}
|
|
2052
|
+
set backgroundSize(value) {
|
|
2053
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
2054
|
+
}
|
|
2055
|
+
get backgroundSize() {
|
|
2056
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
2057
|
+
}
|
|
2058
|
+
set backgroundPosition(value) {
|
|
2059
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
2060
|
+
}
|
|
2061
|
+
get backgroundPosition() {
|
|
2062
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
2063
|
+
}
|
|
2064
|
+
set contrastHelperGradient(value) {
|
|
2065
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
2066
|
+
}
|
|
2067
|
+
get contrastHelperGradient() {
|
|
2068
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
2069
|
+
}
|
|
2070
|
+
set contrastHelperOverlay(value) {
|
|
2071
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
2072
|
+
}
|
|
2073
|
+
get contrastHelperOverlay() {
|
|
2074
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
2075
|
+
}
|
|
2076
|
+
set hasGridding(value) {
|
|
2077
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
2078
|
+
}
|
|
2079
|
+
get hasGridding() {
|
|
2080
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
2081
|
+
}
|
|
2082
|
+
set hasGriddingMobile(value) {
|
|
2083
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
2084
|
+
}
|
|
2085
|
+
get hasGriddingMobile() {
|
|
2086
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
2087
|
+
}
|
|
2088
|
+
set hasGriddingTablet(value) {
|
|
2089
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
2090
|
+
}
|
|
2091
|
+
get hasGriddingTablet() {
|
|
2092
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
2093
|
+
}
|
|
2094
|
+
set hasGriddingLaptop(value) {
|
|
2095
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
2096
|
+
}
|
|
2097
|
+
get hasGriddingLaptop() {
|
|
2098
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
2099
|
+
}
|
|
2100
|
+
set reduced(value) {
|
|
2101
|
+
this.elementRef.nativeElement['reduced'] = value;
|
|
2102
|
+
}
|
|
2103
|
+
get reduced() {
|
|
2104
|
+
return this.elementRef.nativeElement['reduced'];
|
|
2105
|
+
}
|
|
2016
2106
|
set inverted(value) {
|
|
2017
2107
|
this.elementRef.nativeElement['inverted'] = value;
|
|
2018
2108
|
}
|
|
@@ -2292,15 +2382,59 @@ class PxBreadcrumbItem {
|
|
|
2292
2382
|
constructor(elementRef) {
|
|
2293
2383
|
this.elementRef = elementRef;
|
|
2294
2384
|
}
|
|
2295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2296
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
2385
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBanner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2386
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBanner, selector: "px-banner", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], reduced: "reduced", 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"] }, ngImport: i0 });
|
|
2297
2387
|
}
|
|
2298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBanner, decorators: [{
|
|
2299
2389
|
type: Directive,
|
|
2300
2390
|
args: [{
|
|
2301
|
-
selector: 'px-
|
|
2391
|
+
selector: 'px-banner',
|
|
2302
2392
|
}]
|
|
2303
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
2393
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
2394
|
+
type: Input,
|
|
2395
|
+
args: ['background-color']
|
|
2396
|
+
}], backgroundGradient: [{
|
|
2397
|
+
type: Input,
|
|
2398
|
+
args: ['background-gradient']
|
|
2399
|
+
}], backgroundImage: [{
|
|
2400
|
+
type: Input,
|
|
2401
|
+
args: ['background-image']
|
|
2402
|
+
}], backgroundImageMobile: [{
|
|
2403
|
+
type: Input,
|
|
2404
|
+
args: ['background-image--mobile']
|
|
2405
|
+
}], backgroundImageTablet: [{
|
|
2406
|
+
type: Input,
|
|
2407
|
+
args: ['background-image--tablet']
|
|
2408
|
+
}], backgroundImageLaptop: [{
|
|
2409
|
+
type: Input,
|
|
2410
|
+
args: ['background-image--laptop']
|
|
2411
|
+
}], backgroundSize: [{
|
|
2412
|
+
type: Input,
|
|
2413
|
+
args: ['background-size']
|
|
2414
|
+
}], backgroundPosition: [{
|
|
2415
|
+
type: Input,
|
|
2416
|
+
args: ['background-position']
|
|
2417
|
+
}], contrastHelperGradient: [{
|
|
2418
|
+
type: Input,
|
|
2419
|
+
args: ['contrast-helper-gradient']
|
|
2420
|
+
}], contrastHelperOverlay: [{
|
|
2421
|
+
type: Input,
|
|
2422
|
+
args: ['contrast-helper-overlay']
|
|
2423
|
+
}], hasGridding: [{
|
|
2424
|
+
type: Input,
|
|
2425
|
+
args: ['has-gridding']
|
|
2426
|
+
}], hasGriddingMobile: [{
|
|
2427
|
+
type: Input,
|
|
2428
|
+
args: ['has-gridding--mobile']
|
|
2429
|
+
}], hasGriddingTablet: [{
|
|
2430
|
+
type: Input,
|
|
2431
|
+
args: ['has-gridding--tablet']
|
|
2432
|
+
}], hasGriddingLaptop: [{
|
|
2433
|
+
type: Input,
|
|
2434
|
+
args: ['has-gridding--laptop']
|
|
2435
|
+
}], reduced: [{
|
|
2436
|
+
type: Input
|
|
2437
|
+
}], inverted: [{
|
|
2304
2438
|
type: Input
|
|
2305
2439
|
}], grow: [{
|
|
2306
2440
|
type: Input
|
|
@@ -2434,9 +2568,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2434
2568
|
args: ['order--desktop']
|
|
2435
2569
|
}] } });
|
|
2436
2570
|
/**
|
|
2437
|
-
* @description Type-only wrapper for <px-breadcrumb>
|
|
2571
|
+
* @description Type-only wrapper for <px-breadcrumb-item>
|
|
2438
2572
|
*/
|
|
2439
|
-
class
|
|
2573
|
+
class PxBreadcrumbItem {
|
|
2440
2574
|
elementRef;
|
|
2441
2575
|
set inverted(value) {
|
|
2442
2576
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -2444,12 +2578,6 @@ class PxBreadcrumb {
|
|
|
2444
2578
|
get inverted() {
|
|
2445
2579
|
return this.elementRef.nativeElement['inverted'];
|
|
2446
2580
|
}
|
|
2447
|
-
set ariaLabel(value) {
|
|
2448
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
2449
|
-
}
|
|
2450
|
-
get ariaLabel() {
|
|
2451
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
2452
|
-
}
|
|
2453
2581
|
set grow(value) {
|
|
2454
2582
|
this.elementRef.nativeElement['grow'] = value;
|
|
2455
2583
|
}
|
|
@@ -2723,19 +2851,16 @@ class PxBreadcrumb {
|
|
|
2723
2851
|
constructor(elementRef) {
|
|
2724
2852
|
this.elementRef = elementRef;
|
|
2725
2853
|
}
|
|
2726
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2727
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
2854
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumbItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2855
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBreadcrumbItem, 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"] }, ngImport: i0 });
|
|
2728
2856
|
}
|
|
2729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumbItem, decorators: [{
|
|
2730
2858
|
type: Directive,
|
|
2731
2859
|
args: [{
|
|
2732
|
-
selector: 'px-breadcrumb',
|
|
2860
|
+
selector: 'px-breadcrumb-item',
|
|
2733
2861
|
}]
|
|
2734
2862
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
2735
2863
|
type: Input
|
|
2736
|
-
}], ariaLabel: [{
|
|
2737
|
-
type: Input,
|
|
2738
|
-
args: ['aria-label']
|
|
2739
2864
|
}], grow: [{
|
|
2740
2865
|
type: Input
|
|
2741
2866
|
}], growMobile: [{
|
|
@@ -2868,106 +2993,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2868
2993
|
args: ['order--desktop']
|
|
2869
2994
|
}] } });
|
|
2870
2995
|
/**
|
|
2871
|
-
* @description Type-only wrapper for <px-
|
|
2996
|
+
* @description Type-only wrapper for <px-breadcrumb>
|
|
2872
2997
|
*/
|
|
2873
|
-
class
|
|
2998
|
+
class PxBreadcrumb {
|
|
2874
2999
|
elementRef;
|
|
2875
|
-
set backgroundColor(value) {
|
|
2876
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
2877
|
-
}
|
|
2878
|
-
get backgroundColor() {
|
|
2879
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
2880
|
-
}
|
|
2881
|
-
set backgroundGradient(value) {
|
|
2882
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
2883
|
-
}
|
|
2884
|
-
get backgroundGradient() {
|
|
2885
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
2886
|
-
}
|
|
2887
|
-
set backgroundImage(value) {
|
|
2888
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
2889
|
-
}
|
|
2890
|
-
get backgroundImage() {
|
|
2891
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
2892
|
-
}
|
|
2893
|
-
set backgroundImageMobile(value) {
|
|
2894
|
-
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
2895
|
-
}
|
|
2896
|
-
get backgroundImageMobile() {
|
|
2897
|
-
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
2898
|
-
}
|
|
2899
|
-
set backgroundImageTablet(value) {
|
|
2900
|
-
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
2901
|
-
}
|
|
2902
|
-
get backgroundImageTablet() {
|
|
2903
|
-
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
2904
|
-
}
|
|
2905
|
-
set backgroundImageLaptop(value) {
|
|
2906
|
-
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
2907
|
-
}
|
|
2908
|
-
get backgroundImageLaptop() {
|
|
2909
|
-
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
2910
|
-
}
|
|
2911
|
-
set backgroundSize(value) {
|
|
2912
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
2913
|
-
}
|
|
2914
|
-
get backgroundSize() {
|
|
2915
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
2916
|
-
}
|
|
2917
|
-
set backgroundPosition(value) {
|
|
2918
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
2919
|
-
}
|
|
2920
|
-
get backgroundPosition() {
|
|
2921
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
2922
|
-
}
|
|
2923
|
-
set contrastHelperGradient(value) {
|
|
2924
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
2925
|
-
}
|
|
2926
|
-
get contrastHelperGradient() {
|
|
2927
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
2928
|
-
}
|
|
2929
|
-
set contrastHelperOverlay(value) {
|
|
2930
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
2931
|
-
}
|
|
2932
|
-
get contrastHelperOverlay() {
|
|
2933
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
2934
|
-
}
|
|
2935
|
-
set hasGridding(value) {
|
|
2936
|
-
this.elementRef.nativeElement['hasGridding'] = value;
|
|
2937
|
-
}
|
|
2938
|
-
get hasGridding() {
|
|
2939
|
-
return this.elementRef.nativeElement['hasGridding'];
|
|
2940
|
-
}
|
|
2941
|
-
set hasGriddingMobile(value) {
|
|
2942
|
-
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
2943
|
-
}
|
|
2944
|
-
get hasGriddingMobile() {
|
|
2945
|
-
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
2946
|
-
}
|
|
2947
|
-
set hasGriddingTablet(value) {
|
|
2948
|
-
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
2949
|
-
}
|
|
2950
|
-
get hasGriddingTablet() {
|
|
2951
|
-
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
2952
|
-
}
|
|
2953
|
-
set hasGriddingLaptop(value) {
|
|
2954
|
-
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
2955
|
-
}
|
|
2956
|
-
get hasGriddingLaptop() {
|
|
2957
|
-
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
2958
|
-
}
|
|
2959
|
-
set reduced(value) {
|
|
2960
|
-
this.elementRef.nativeElement['reduced'] = value;
|
|
2961
|
-
}
|
|
2962
|
-
get reduced() {
|
|
2963
|
-
return this.elementRef.nativeElement['reduced'];
|
|
2964
|
-
}
|
|
2965
3000
|
set inverted(value) {
|
|
2966
3001
|
this.elementRef.nativeElement['inverted'] = value;
|
|
2967
3002
|
}
|
|
2968
3003
|
get inverted() {
|
|
2969
3004
|
return this.elementRef.nativeElement['inverted'];
|
|
2970
3005
|
}
|
|
3006
|
+
set ariaLabel(value) {
|
|
3007
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
3008
|
+
}
|
|
3009
|
+
get ariaLabel() {
|
|
3010
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
3011
|
+
}
|
|
2971
3012
|
set grow(value) {
|
|
2972
3013
|
this.elementRef.nativeElement['grow'] = value;
|
|
2973
3014
|
}
|
|
@@ -3241,60 +3282,19 @@ class PxBanner {
|
|
|
3241
3282
|
constructor(elementRef) {
|
|
3242
3283
|
this.elementRef = elementRef;
|
|
3243
3284
|
}
|
|
3244
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3245
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
3285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumb, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3286
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBreadcrumb, 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"] }, ngImport: i0 });
|
|
3246
3287
|
}
|
|
3247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumb, decorators: [{
|
|
3248
3289
|
type: Directive,
|
|
3249
3290
|
args: [{
|
|
3250
|
-
selector: 'px-
|
|
3291
|
+
selector: 'px-breadcrumb',
|
|
3251
3292
|
}]
|
|
3252
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
3253
|
-
type: Input,
|
|
3254
|
-
args: ['background-color']
|
|
3255
|
-
}], backgroundGradient: [{
|
|
3256
|
-
type: Input,
|
|
3257
|
-
args: ['background-gradient']
|
|
3258
|
-
}], backgroundImage: [{
|
|
3259
|
-
type: Input,
|
|
3260
|
-
args: ['background-image']
|
|
3261
|
-
}], backgroundImageMobile: [{
|
|
3262
|
-
type: Input,
|
|
3263
|
-
args: ['background-image--mobile']
|
|
3264
|
-
}], backgroundImageTablet: [{
|
|
3265
|
-
type: Input,
|
|
3266
|
-
args: ['background-image--tablet']
|
|
3267
|
-
}], backgroundImageLaptop: [{
|
|
3268
|
-
type: Input,
|
|
3269
|
-
args: ['background-image--laptop']
|
|
3270
|
-
}], backgroundSize: [{
|
|
3271
|
-
type: Input,
|
|
3272
|
-
args: ['background-size']
|
|
3273
|
-
}], backgroundPosition: [{
|
|
3274
|
-
type: Input,
|
|
3275
|
-
args: ['background-position']
|
|
3276
|
-
}], contrastHelperGradient: [{
|
|
3277
|
-
type: Input,
|
|
3278
|
-
args: ['contrast-helper-gradient']
|
|
3279
|
-
}], contrastHelperOverlay: [{
|
|
3280
|
-
type: Input,
|
|
3281
|
-
args: ['contrast-helper-overlay']
|
|
3282
|
-
}], hasGridding: [{
|
|
3283
|
-
type: Input,
|
|
3284
|
-
args: ['has-gridding']
|
|
3285
|
-
}], hasGriddingMobile: [{
|
|
3286
|
-
type: Input,
|
|
3287
|
-
args: ['has-gridding--mobile']
|
|
3288
|
-
}], hasGriddingTablet: [{
|
|
3289
|
-
type: Input,
|
|
3290
|
-
args: ['has-gridding--tablet']
|
|
3291
|
-
}], hasGriddingLaptop: [{
|
|
3292
|
-
type: Input,
|
|
3293
|
-
args: ['has-gridding--laptop']
|
|
3294
|
-
}], reduced: [{
|
|
3295
|
-
type: Input
|
|
3296
|
-
}], inverted: [{
|
|
3293
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
3297
3294
|
type: Input
|
|
3295
|
+
}], ariaLabel: [{
|
|
3296
|
+
type: Input,
|
|
3297
|
+
args: ['aria-label']
|
|
3298
3298
|
}], grow: [{
|
|
3299
3299
|
type: Input
|
|
3300
3300
|
}], growMobile: [{
|
|
@@ -28729,6 +28729,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28729
28729
|
type: Input,
|
|
28730
28730
|
args: ['order--desktop']
|
|
28731
28731
|
}] } });
|
|
28732
|
+
/**
|
|
28733
|
+
* @description Type-only wrapper for <px-spinner>
|
|
28734
|
+
*/
|
|
28735
|
+
class PxSpinner {
|
|
28736
|
+
elementRef;
|
|
28737
|
+
set size(value) {
|
|
28738
|
+
this.elementRef.nativeElement['size'] = value;
|
|
28739
|
+
}
|
|
28740
|
+
get size() {
|
|
28741
|
+
return this.elementRef.nativeElement['size'];
|
|
28742
|
+
}
|
|
28743
|
+
set inverted(value) {
|
|
28744
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28745
|
+
}
|
|
28746
|
+
get inverted() {
|
|
28747
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28748
|
+
}
|
|
28749
|
+
set timeout(value) {
|
|
28750
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
28751
|
+
}
|
|
28752
|
+
get timeout() {
|
|
28753
|
+
return this.elementRef.nativeElement['timeout'];
|
|
28754
|
+
}
|
|
28755
|
+
set ariaLabel(value) {
|
|
28756
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28757
|
+
}
|
|
28758
|
+
get ariaLabel() {
|
|
28759
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
28760
|
+
}
|
|
28761
|
+
constructor(elementRef) {
|
|
28762
|
+
this.elementRef = elementRef;
|
|
28763
|
+
}
|
|
28764
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28765
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
28766
|
+
}
|
|
28767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28768
|
+
type: Directive,
|
|
28769
|
+
args: [{
|
|
28770
|
+
selector: 'px-spinner',
|
|
28771
|
+
}]
|
|
28772
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28773
|
+
type: Input
|
|
28774
|
+
}], inverted: [{
|
|
28775
|
+
type: Input
|
|
28776
|
+
}], timeout: [{
|
|
28777
|
+
type: Input
|
|
28778
|
+
}], ariaLabel: [{
|
|
28779
|
+
type: Input,
|
|
28780
|
+
args: ['aria-label']
|
|
28781
|
+
}] } });
|
|
28732
28782
|
/**
|
|
28733
28783
|
* @description Type-only wrapper for <px-status>
|
|
28734
28784
|
*/
|
|
@@ -29215,56 +29265,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29215
29265
|
type: Input,
|
|
29216
29266
|
args: ['order--desktop']
|
|
29217
29267
|
}] } });
|
|
29218
|
-
/**
|
|
29219
|
-
* @description Type-only wrapper for <px-spinner>
|
|
29220
|
-
*/
|
|
29221
|
-
class PxSpinner {
|
|
29222
|
-
elementRef;
|
|
29223
|
-
set size(value) {
|
|
29224
|
-
this.elementRef.nativeElement['size'] = value;
|
|
29225
|
-
}
|
|
29226
|
-
get size() {
|
|
29227
|
-
return this.elementRef.nativeElement['size'];
|
|
29228
|
-
}
|
|
29229
|
-
set inverted(value) {
|
|
29230
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
29231
|
-
}
|
|
29232
|
-
get inverted() {
|
|
29233
|
-
return this.elementRef.nativeElement['inverted'];
|
|
29234
|
-
}
|
|
29235
|
-
set timeout(value) {
|
|
29236
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
29237
|
-
}
|
|
29238
|
-
get timeout() {
|
|
29239
|
-
return this.elementRef.nativeElement['timeout'];
|
|
29240
|
-
}
|
|
29241
|
-
set ariaLabel(value) {
|
|
29242
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
29243
|
-
}
|
|
29244
|
-
get ariaLabel() {
|
|
29245
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
29246
|
-
}
|
|
29247
|
-
constructor(elementRef) {
|
|
29248
|
-
this.elementRef = elementRef;
|
|
29249
|
-
}
|
|
29250
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29251
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
29252
|
-
}
|
|
29253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
29254
|
-
type: Directive,
|
|
29255
|
-
args: [{
|
|
29256
|
-
selector: 'px-spinner',
|
|
29257
|
-
}]
|
|
29258
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
29259
|
-
type: Input
|
|
29260
|
-
}], inverted: [{
|
|
29261
|
-
type: Input
|
|
29262
|
-
}], timeout: [{
|
|
29263
|
-
type: Input
|
|
29264
|
-
}], ariaLabel: [{
|
|
29265
|
-
type: Input,
|
|
29266
|
-
args: ['aria-label']
|
|
29267
|
-
}] } });
|
|
29268
29268
|
/**
|
|
29269
29269
|
* @description Type-only wrapper for <px-status-card>
|
|
29270
29270
|
*/
|
|
@@ -34363,7 +34363,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34363
34363
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34364
34364
|
class Lavender {
|
|
34365
34365
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34366
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBreadcrumbItem, PxBreadcrumb,
|
|
34366
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
34367
34367
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34368
34368
|
}
|
|
34369
34369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34374,9 +34374,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34374
34374
|
PxAgGridTable,
|
|
34375
34375
|
PxAgGridTableThButton,
|
|
34376
34376
|
PxAgGridTableThContent,
|
|
34377
|
+
PxBanner,
|
|
34377
34378
|
PxBreadcrumbItem,
|
|
34378
34379
|
PxBreadcrumb,
|
|
34379
|
-
PxBanner,
|
|
34380
34380
|
PxButton,
|
|
34381
34381
|
PxButtonIcon,
|
|
34382
34382
|
PxCard,
|
|
@@ -34434,8 +34434,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34434
34434
|
PxSeparator,
|
|
34435
34435
|
PxSkeleton,
|
|
34436
34436
|
PxSpan,
|
|
34437
|
-
PxStatus,
|
|
34438
34437
|
PxSpinner,
|
|
34438
|
+
PxStatus,
|
|
34439
34439
|
PxStatusCard,
|
|
34440
34440
|
PxStickyContainer,
|
|
34441
34441
|
PxThemeSwitcher,
|
|
@@ -34471,9 +34471,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34471
34471
|
PxAgGridTable,
|
|
34472
34472
|
PxAgGridTableThButton,
|
|
34473
34473
|
PxAgGridTableThContent,
|
|
34474
|
+
PxBanner,
|
|
34474
34475
|
PxBreadcrumbItem,
|
|
34475
34476
|
PxBreadcrumb,
|
|
34476
|
-
PxBanner,
|
|
34477
34477
|
PxButton,
|
|
34478
34478
|
PxButtonIcon,
|
|
34479
34479
|
PxCard,
|
|
@@ -34531,8 +34531,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34531
34531
|
PxSeparator,
|
|
34532
34532
|
PxSkeleton,
|
|
34533
34533
|
PxSpan,
|
|
34534
|
-
PxStatus,
|
|
34535
34534
|
PxSpinner,
|
|
34535
|
+
PxStatus,
|
|
34536
34536
|
PxStatusCard,
|
|
34537
34537
|
PxStickyContainer,
|
|
34538
34538
|
PxThemeSwitcher,
|