@proximus/lavender-angular 1.4.15-alpha.2 → 1.4.15-alpha.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.
- package/CHANGELOG.md +4 -0
- package/fesm2022/proximus-lavender-angular.mjs +1029 -1029
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +268 -268
- package/package.json +1 -1
|
@@ -11850,124 +11850,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
11850
11850
|
type: Output
|
|
11851
11851
|
}] } });
|
|
11852
11852
|
/**
|
|
11853
|
-
* @description Type-only wrapper for <px-
|
|
11853
|
+
* @description Type-only wrapper for <px-content-header>
|
|
11854
11854
|
*/
|
|
11855
|
-
class
|
|
11855
|
+
class PxContentHeader {
|
|
11856
11856
|
elementRef;
|
|
11857
|
-
set border(value) {
|
|
11858
|
-
this.elementRef.nativeElement['border'] = value;
|
|
11859
|
-
}
|
|
11860
|
-
get border() {
|
|
11861
|
-
return this.elementRef.nativeElement['border'];
|
|
11862
|
-
}
|
|
11863
|
-
set borderColor(value) {
|
|
11864
|
-
this.elementRef.nativeElement['borderColor'] = value;
|
|
11865
|
-
}
|
|
11866
|
-
get borderColor() {
|
|
11867
|
-
return this.elementRef.nativeElement['borderColor'];
|
|
11868
|
-
}
|
|
11869
|
-
set borderSide(value) {
|
|
11870
|
-
this.elementRef.nativeElement['borderSide'] = value;
|
|
11871
|
-
}
|
|
11872
|
-
get borderSide() {
|
|
11873
|
-
return this.elementRef.nativeElement['borderSide'];
|
|
11874
|
-
}
|
|
11875
|
-
set borderSideMobile(value) {
|
|
11876
|
-
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
11877
|
-
}
|
|
11878
|
-
get borderSideMobile() {
|
|
11879
|
-
return this.elementRef.nativeElement['borderSideMobile'];
|
|
11880
|
-
}
|
|
11881
|
-
set borderSideTablet(value) {
|
|
11882
|
-
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
11883
|
-
}
|
|
11884
|
-
get borderSideTablet() {
|
|
11885
|
-
return this.elementRef.nativeElement['borderSideTablet'];
|
|
11886
|
-
}
|
|
11887
|
-
set borderSideLaptop(value) {
|
|
11888
|
-
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
11889
|
-
}
|
|
11890
|
-
get borderSideLaptop() {
|
|
11891
|
-
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
11892
|
-
}
|
|
11893
|
-
set borderRadius(value) {
|
|
11894
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
11895
|
-
}
|
|
11896
|
-
get borderRadius() {
|
|
11897
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
11898
|
-
}
|
|
11899
|
-
set noBorderRadius(value) {
|
|
11900
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
11901
|
-
}
|
|
11902
|
-
get noBorderRadius() {
|
|
11903
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
11904
|
-
}
|
|
11905
|
-
set noBorderRadiusMobile(value) {
|
|
11906
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
11907
|
-
}
|
|
11908
|
-
get noBorderRadiusMobile() {
|
|
11909
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
11910
|
-
}
|
|
11911
|
-
set noBorderRadiusTablet(value) {
|
|
11912
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
11913
|
-
}
|
|
11914
|
-
get noBorderRadiusTablet() {
|
|
11915
|
-
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
11916
|
-
}
|
|
11917
|
-
set noBorderRadiusLaptop(value) {
|
|
11918
|
-
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
11919
|
-
}
|
|
11920
|
-
get noBorderRadiusLaptop() {
|
|
11921
|
-
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
11922
|
-
}
|
|
11923
11857
|
set backgroundColor(value) {
|
|
11924
11858
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
11925
11859
|
}
|
|
11926
11860
|
get backgroundColor() {
|
|
11927
11861
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
11928
11862
|
}
|
|
11929
|
-
set backgroundColorMobile(value) {
|
|
11930
|
-
this.elementRef.nativeElement['backgroundColorMobile'] = value;
|
|
11931
|
-
}
|
|
11932
|
-
get backgroundColorMobile() {
|
|
11933
|
-
return this.elementRef.nativeElement['backgroundColorMobile'];
|
|
11934
|
-
}
|
|
11935
|
-
set backgroundColorTablet(value) {
|
|
11936
|
-
this.elementRef.nativeElement['backgroundColorTablet'] = value;
|
|
11937
|
-
}
|
|
11938
|
-
get backgroundColorTablet() {
|
|
11939
|
-
return this.elementRef.nativeElement['backgroundColorTablet'];
|
|
11940
|
-
}
|
|
11941
|
-
set backgroundColorLaptop(value) {
|
|
11942
|
-
this.elementRef.nativeElement['backgroundColorLaptop'] = value;
|
|
11943
|
-
}
|
|
11944
|
-
get backgroundColorLaptop() {
|
|
11945
|
-
return this.elementRef.nativeElement['backgroundColorLaptop'];
|
|
11946
|
-
}
|
|
11947
11863
|
set backgroundGradient(value) {
|
|
11948
11864
|
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
11949
11865
|
}
|
|
11950
11866
|
get backgroundGradient() {
|
|
11951
11867
|
return this.elementRef.nativeElement['backgroundGradient'];
|
|
11952
11868
|
}
|
|
11953
|
-
set backgroundGradientMobile(value) {
|
|
11954
|
-
this.elementRef.nativeElement['backgroundGradientMobile'] = value;
|
|
11955
|
-
}
|
|
11956
|
-
get backgroundGradientMobile() {
|
|
11957
|
-
return this.elementRef.nativeElement['backgroundGradientMobile'];
|
|
11958
|
-
}
|
|
11959
|
-
set backgroundGradientTablet(value) {
|
|
11960
|
-
this.elementRef.nativeElement['backgroundGradientTablet'] = value;
|
|
11961
|
-
}
|
|
11962
|
-
get backgroundGradientTablet() {
|
|
11963
|
-
return this.elementRef.nativeElement['backgroundGradientTablet'];
|
|
11964
|
-
}
|
|
11965
|
-
set backgroundGradientLaptop(value) {
|
|
11966
|
-
this.elementRef.nativeElement['backgroundGradientLaptop'] = value;
|
|
11967
|
-
}
|
|
11968
|
-
get backgroundGradientLaptop() {
|
|
11969
|
-
return this.elementRef.nativeElement['backgroundGradientLaptop'];
|
|
11970
|
-
}
|
|
11971
11869
|
set backgroundImage(value) {
|
|
11972
11870
|
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
11973
11871
|
}
|
|
@@ -12004,23 +11902,53 @@ class PxContainer {
|
|
|
12004
11902
|
get backgroundPosition() {
|
|
12005
11903
|
return this.elementRef.nativeElement['backgroundPosition'];
|
|
12006
11904
|
}
|
|
12007
|
-
set
|
|
12008
|
-
this.elementRef.nativeElement['
|
|
11905
|
+
set contrastHelperGradient(value) {
|
|
11906
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
12009
11907
|
}
|
|
12010
|
-
get
|
|
12011
|
-
return this.elementRef.nativeElement['
|
|
11908
|
+
get contrastHelperGradient() {
|
|
11909
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
12012
11910
|
}
|
|
12013
|
-
set
|
|
12014
|
-
this.elementRef.nativeElement['
|
|
11911
|
+
set contrastHelperOverlay(value) {
|
|
11912
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
12015
11913
|
}
|
|
12016
|
-
get
|
|
12017
|
-
return this.elementRef.nativeElement['
|
|
11914
|
+
get contrastHelperOverlay() {
|
|
11915
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
12018
11916
|
}
|
|
12019
|
-
set
|
|
12020
|
-
this.elementRef.nativeElement['
|
|
11917
|
+
set minHeight(value) {
|
|
11918
|
+
this.elementRef.nativeElement['minHeight'] = value;
|
|
12021
11919
|
}
|
|
12022
|
-
get
|
|
12023
|
-
return this.elementRef.nativeElement['
|
|
11920
|
+
get minHeight() {
|
|
11921
|
+
return this.elementRef.nativeElement['minHeight'];
|
|
11922
|
+
}
|
|
11923
|
+
set hasGridding(value) {
|
|
11924
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
11925
|
+
}
|
|
11926
|
+
get hasGridding() {
|
|
11927
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
11928
|
+
}
|
|
11929
|
+
set hasGriddingMobile(value) {
|
|
11930
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
11931
|
+
}
|
|
11932
|
+
get hasGriddingMobile() {
|
|
11933
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
11934
|
+
}
|
|
11935
|
+
set hasGriddingTablet(value) {
|
|
11936
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
11937
|
+
}
|
|
11938
|
+
get hasGriddingTablet() {
|
|
11939
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
11940
|
+
}
|
|
11941
|
+
set hasGriddingLaptop(value) {
|
|
11942
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
11943
|
+
}
|
|
11944
|
+
get hasGriddingLaptop() {
|
|
11945
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
11946
|
+
}
|
|
11947
|
+
set hasGriddingDesktop(value) {
|
|
11948
|
+
this.elementRef.nativeElement['hasGriddingDesktop'] = value;
|
|
11949
|
+
}
|
|
11950
|
+
get hasGriddingDesktop() {
|
|
11951
|
+
return this.elementRef.nativeElement['hasGriddingDesktop'];
|
|
12024
11952
|
}
|
|
12025
11953
|
set inverted(value) {
|
|
12026
11954
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -12028,12 +11956,6 @@ class PxContainer {
|
|
|
12028
11956
|
get inverted() {
|
|
12029
11957
|
return this.elementRef.nativeElement['inverted'];
|
|
12030
11958
|
}
|
|
12031
|
-
set subgridRows(value) {
|
|
12032
|
-
this.elementRef.nativeElement['subgridRows'] = value;
|
|
12033
|
-
}
|
|
12034
|
-
get subgridRows() {
|
|
12035
|
-
return this.elementRef.nativeElement['subgridRows'];
|
|
12036
|
-
}
|
|
12037
11959
|
set grow(value) {
|
|
12038
11960
|
this.elementRef.nativeElement['grow'] = value;
|
|
12039
11961
|
}
|
|
@@ -12349,71 +12271,21 @@ class PxContainer {
|
|
|
12349
12271
|
constructor(elementRef) {
|
|
12350
12272
|
this.elementRef = elementRef;
|
|
12351
12273
|
}
|
|
12352
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12353
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
12274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12275
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxContentHeader, isStandalone: true, selector: "px-content-header", 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"], minHeight: ["min-height", "minHeight"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], hasGriddingDesktop: ["has-gridding--desktop", "hasGriddingDesktop"], 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 });
|
|
12354
12276
|
}
|
|
12355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContentHeader, decorators: [{
|
|
12356
12278
|
type: Directive,
|
|
12357
12279
|
args: [{
|
|
12358
|
-
selector: 'px-
|
|
12280
|
+
selector: 'px-content-header',
|
|
12359
12281
|
standalone: true,
|
|
12360
12282
|
}]
|
|
12361
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
12362
|
-
type: Input
|
|
12363
|
-
}], borderColor: [{
|
|
12364
|
-
type: Input,
|
|
12365
|
-
args: ['border-color']
|
|
12366
|
-
}], borderSide: [{
|
|
12367
|
-
type: Input,
|
|
12368
|
-
args: ['border-side']
|
|
12369
|
-
}], borderSideMobile: [{
|
|
12370
|
-
type: Input,
|
|
12371
|
-
args: ['border-side--mobile']
|
|
12372
|
-
}], borderSideTablet: [{
|
|
12373
|
-
type: Input,
|
|
12374
|
-
args: ['border-side--tablet']
|
|
12375
|
-
}], borderSideLaptop: [{
|
|
12376
|
-
type: Input,
|
|
12377
|
-
args: ['border-side--laptop']
|
|
12378
|
-
}], borderRadius: [{
|
|
12379
|
-
type: Input,
|
|
12380
|
-
args: ['border-radius']
|
|
12381
|
-
}], noBorderRadius: [{
|
|
12382
|
-
type: Input,
|
|
12383
|
-
args: ['no-border-radius']
|
|
12384
|
-
}], noBorderRadiusMobile: [{
|
|
12385
|
-
type: Input,
|
|
12386
|
-
args: ['no-border-radius--mobile']
|
|
12387
|
-
}], noBorderRadiusTablet: [{
|
|
12388
|
-
type: Input,
|
|
12389
|
-
args: ['no-border-radius--tablet']
|
|
12390
|
-
}], noBorderRadiusLaptop: [{
|
|
12391
|
-
type: Input,
|
|
12392
|
-
args: ['no-border-radius--laptop']
|
|
12393
|
-
}], backgroundColor: [{
|
|
12283
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
12394
12284
|
type: Input,
|
|
12395
12285
|
args: ['background-color']
|
|
12396
|
-
}], backgroundColorMobile: [{
|
|
12397
|
-
type: Input,
|
|
12398
|
-
args: ['background-color--mobile']
|
|
12399
|
-
}], backgroundColorTablet: [{
|
|
12400
|
-
type: Input,
|
|
12401
|
-
args: ['background-color--tablet']
|
|
12402
|
-
}], backgroundColorLaptop: [{
|
|
12403
|
-
type: Input,
|
|
12404
|
-
args: ['background-color--laptop']
|
|
12405
12286
|
}], backgroundGradient: [{
|
|
12406
12287
|
type: Input,
|
|
12407
12288
|
args: ['background-gradient']
|
|
12408
|
-
}], backgroundGradientMobile: [{
|
|
12409
|
-
type: Input,
|
|
12410
|
-
args: ['background-gradient--mobile']
|
|
12411
|
-
}], backgroundGradientTablet: [{
|
|
12412
|
-
type: Input,
|
|
12413
|
-
args: ['background-gradient--tablet']
|
|
12414
|
-
}], backgroundGradientLaptop: [{
|
|
12415
|
-
type: Input,
|
|
12416
|
-
args: ['background-gradient--laptop']
|
|
12417
12289
|
}], backgroundImage: [{
|
|
12418
12290
|
type: Input,
|
|
12419
12291
|
args: ['background-image']
|
|
@@ -12432,20 +12304,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
12432
12304
|
}], backgroundPosition: [{
|
|
12433
12305
|
type: Input,
|
|
12434
12306
|
args: ['background-position']
|
|
12435
|
-
}],
|
|
12307
|
+
}], contrastHelperGradient: [{
|
|
12436
12308
|
type: Input,
|
|
12437
|
-
args: ['
|
|
12438
|
-
}],
|
|
12309
|
+
args: ['contrast-helper-gradient']
|
|
12310
|
+
}], contrastHelperOverlay: [{
|
|
12439
12311
|
type: Input,
|
|
12440
|
-
args: ['
|
|
12441
|
-
}],
|
|
12312
|
+
args: ['contrast-helper-overlay']
|
|
12313
|
+
}], minHeight: [{
|
|
12442
12314
|
type: Input,
|
|
12443
|
-
args: ['
|
|
12315
|
+
args: ['min-height']
|
|
12316
|
+
}], hasGridding: [{
|
|
12317
|
+
type: Input,
|
|
12318
|
+
args: ['has-gridding']
|
|
12319
|
+
}], hasGriddingMobile: [{
|
|
12320
|
+
type: Input,
|
|
12321
|
+
args: ['has-gridding--mobile']
|
|
12322
|
+
}], hasGriddingTablet: [{
|
|
12323
|
+
type: Input,
|
|
12324
|
+
args: ['has-gridding--tablet']
|
|
12325
|
+
}], hasGriddingLaptop: [{
|
|
12326
|
+
type: Input,
|
|
12327
|
+
args: ['has-gridding--laptop']
|
|
12328
|
+
}], hasGriddingDesktop: [{
|
|
12329
|
+
type: Input,
|
|
12330
|
+
args: ['has-gridding--desktop']
|
|
12444
12331
|
}], inverted: [{
|
|
12445
12332
|
type: Input
|
|
12446
|
-
}], subgridRows: [{
|
|
12447
|
-
type: Input,
|
|
12448
|
-
args: ['subgrid-rows']
|
|
12449
12333
|
}], grow: [{
|
|
12450
12334
|
type: Input
|
|
12451
12335
|
}], growMobile: [{
|
|
@@ -12599,22 +12483,225 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
12599
12483
|
args: ['word-break-all--desktop']
|
|
12600
12484
|
}] } });
|
|
12601
12485
|
/**
|
|
12602
|
-
* @description Type-only wrapper for <px-
|
|
12486
|
+
* @description Type-only wrapper for <px-drawer>
|
|
12603
12487
|
*/
|
|
12604
|
-
class
|
|
12488
|
+
class PxDrawer {
|
|
12489
|
+
elementRef;
|
|
12490
|
+
set open(value) {
|
|
12491
|
+
this.elementRef.nativeElement['open'] = value;
|
|
12492
|
+
}
|
|
12493
|
+
get open() {
|
|
12494
|
+
return this.elementRef.nativeElement['open'];
|
|
12495
|
+
}
|
|
12496
|
+
set ariaLabelCloseButton(value) {
|
|
12497
|
+
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
12498
|
+
}
|
|
12499
|
+
get ariaLabelCloseButton() {
|
|
12500
|
+
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
12501
|
+
}
|
|
12502
|
+
set openedby(value) {
|
|
12503
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
12504
|
+
}
|
|
12505
|
+
get openedby() {
|
|
12506
|
+
return this.elementRef.nativeElement['openedby'];
|
|
12507
|
+
}
|
|
12508
|
+
set closedby(value) {
|
|
12509
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
12510
|
+
}
|
|
12511
|
+
get closedby() {
|
|
12512
|
+
return this.elementRef.nativeElement['closedby'];
|
|
12513
|
+
}
|
|
12514
|
+
set fullscreen(value) {
|
|
12515
|
+
this.elementRef.nativeElement['fullscreen'] = value;
|
|
12516
|
+
}
|
|
12517
|
+
get fullscreen() {
|
|
12518
|
+
return this.elementRef.nativeElement['fullscreen'];
|
|
12519
|
+
}
|
|
12520
|
+
set fullscreenMobile(value) {
|
|
12521
|
+
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
12522
|
+
}
|
|
12523
|
+
get fullscreenMobile() {
|
|
12524
|
+
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
12525
|
+
}
|
|
12526
|
+
set fullscreenTablet(value) {
|
|
12527
|
+
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
12528
|
+
}
|
|
12529
|
+
get fullscreenTablet() {
|
|
12530
|
+
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
12531
|
+
}
|
|
12532
|
+
set fullscreenLaptop(value) {
|
|
12533
|
+
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
12534
|
+
}
|
|
12535
|
+
get fullscreenLaptop() {
|
|
12536
|
+
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
12537
|
+
}
|
|
12538
|
+
set fullscreenDesktop(value) {
|
|
12539
|
+
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
12540
|
+
}
|
|
12541
|
+
get fullscreenDesktop() {
|
|
12542
|
+
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
12543
|
+
}
|
|
12544
|
+
HIDE_EVENT = new EventEmitter();
|
|
12545
|
+
constructor(elementRef) {
|
|
12546
|
+
this.elementRef = elementRef;
|
|
12547
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
12548
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
12549
|
+
});
|
|
12550
|
+
}
|
|
12551
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12552
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxDrawer, isStandalone: true, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
12553
|
+
}
|
|
12554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, decorators: [{
|
|
12555
|
+
type: Directive,
|
|
12556
|
+
args: [{
|
|
12557
|
+
selector: 'px-drawer',
|
|
12558
|
+
standalone: true,
|
|
12559
|
+
}]
|
|
12560
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
12561
|
+
type: Input
|
|
12562
|
+
}], ariaLabelCloseButton: [{
|
|
12563
|
+
type: Input,
|
|
12564
|
+
args: ['aria-label-close-button']
|
|
12565
|
+
}], openedby: [{
|
|
12566
|
+
type: Input
|
|
12567
|
+
}], closedby: [{
|
|
12568
|
+
type: Input
|
|
12569
|
+
}], fullscreen: [{
|
|
12570
|
+
type: Input
|
|
12571
|
+
}], fullscreenMobile: [{
|
|
12572
|
+
type: Input,
|
|
12573
|
+
args: ['fullscreen--mobile']
|
|
12574
|
+
}], fullscreenTablet: [{
|
|
12575
|
+
type: Input,
|
|
12576
|
+
args: ['fullscreen--tablet']
|
|
12577
|
+
}], fullscreenLaptop: [{
|
|
12578
|
+
type: Input,
|
|
12579
|
+
args: ['fullscreen--laptop']
|
|
12580
|
+
}], fullscreenDesktop: [{
|
|
12581
|
+
type: Input,
|
|
12582
|
+
args: ['fullscreen--desktop']
|
|
12583
|
+
}], HIDE_EVENT: [{
|
|
12584
|
+
type: Output
|
|
12585
|
+
}] } });
|
|
12586
|
+
/**
|
|
12587
|
+
* @description Type-only wrapper for <px-container>
|
|
12588
|
+
*/
|
|
12589
|
+
class PxContainer {
|
|
12605
12590
|
elementRef;
|
|
12591
|
+
set border(value) {
|
|
12592
|
+
this.elementRef.nativeElement['border'] = value;
|
|
12593
|
+
}
|
|
12594
|
+
get border() {
|
|
12595
|
+
return this.elementRef.nativeElement['border'];
|
|
12596
|
+
}
|
|
12597
|
+
set borderColor(value) {
|
|
12598
|
+
this.elementRef.nativeElement['borderColor'] = value;
|
|
12599
|
+
}
|
|
12600
|
+
get borderColor() {
|
|
12601
|
+
return this.elementRef.nativeElement['borderColor'];
|
|
12602
|
+
}
|
|
12603
|
+
set borderSide(value) {
|
|
12604
|
+
this.elementRef.nativeElement['borderSide'] = value;
|
|
12605
|
+
}
|
|
12606
|
+
get borderSide() {
|
|
12607
|
+
return this.elementRef.nativeElement['borderSide'];
|
|
12608
|
+
}
|
|
12609
|
+
set borderSideMobile(value) {
|
|
12610
|
+
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
12611
|
+
}
|
|
12612
|
+
get borderSideMobile() {
|
|
12613
|
+
return this.elementRef.nativeElement['borderSideMobile'];
|
|
12614
|
+
}
|
|
12615
|
+
set borderSideTablet(value) {
|
|
12616
|
+
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
12617
|
+
}
|
|
12618
|
+
get borderSideTablet() {
|
|
12619
|
+
return this.elementRef.nativeElement['borderSideTablet'];
|
|
12620
|
+
}
|
|
12621
|
+
set borderSideLaptop(value) {
|
|
12622
|
+
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
12623
|
+
}
|
|
12624
|
+
get borderSideLaptop() {
|
|
12625
|
+
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
12626
|
+
}
|
|
12627
|
+
set borderRadius(value) {
|
|
12628
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
12629
|
+
}
|
|
12630
|
+
get borderRadius() {
|
|
12631
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
12632
|
+
}
|
|
12633
|
+
set noBorderRadius(value) {
|
|
12634
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
12635
|
+
}
|
|
12636
|
+
get noBorderRadius() {
|
|
12637
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
12638
|
+
}
|
|
12639
|
+
set noBorderRadiusMobile(value) {
|
|
12640
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
12641
|
+
}
|
|
12642
|
+
get noBorderRadiusMobile() {
|
|
12643
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
12644
|
+
}
|
|
12645
|
+
set noBorderRadiusTablet(value) {
|
|
12646
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
12647
|
+
}
|
|
12648
|
+
get noBorderRadiusTablet() {
|
|
12649
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
12650
|
+
}
|
|
12651
|
+
set noBorderRadiusLaptop(value) {
|
|
12652
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
12653
|
+
}
|
|
12654
|
+
get noBorderRadiusLaptop() {
|
|
12655
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
12656
|
+
}
|
|
12606
12657
|
set backgroundColor(value) {
|
|
12607
12658
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
12608
12659
|
}
|
|
12609
12660
|
get backgroundColor() {
|
|
12610
12661
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
12611
12662
|
}
|
|
12663
|
+
set backgroundColorMobile(value) {
|
|
12664
|
+
this.elementRef.nativeElement['backgroundColorMobile'] = value;
|
|
12665
|
+
}
|
|
12666
|
+
get backgroundColorMobile() {
|
|
12667
|
+
return this.elementRef.nativeElement['backgroundColorMobile'];
|
|
12668
|
+
}
|
|
12669
|
+
set backgroundColorTablet(value) {
|
|
12670
|
+
this.elementRef.nativeElement['backgroundColorTablet'] = value;
|
|
12671
|
+
}
|
|
12672
|
+
get backgroundColorTablet() {
|
|
12673
|
+
return this.elementRef.nativeElement['backgroundColorTablet'];
|
|
12674
|
+
}
|
|
12675
|
+
set backgroundColorLaptop(value) {
|
|
12676
|
+
this.elementRef.nativeElement['backgroundColorLaptop'] = value;
|
|
12677
|
+
}
|
|
12678
|
+
get backgroundColorLaptop() {
|
|
12679
|
+
return this.elementRef.nativeElement['backgroundColorLaptop'];
|
|
12680
|
+
}
|
|
12612
12681
|
set backgroundGradient(value) {
|
|
12613
12682
|
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12614
12683
|
}
|
|
12615
12684
|
get backgroundGradient() {
|
|
12616
12685
|
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12617
12686
|
}
|
|
12687
|
+
set backgroundGradientMobile(value) {
|
|
12688
|
+
this.elementRef.nativeElement['backgroundGradientMobile'] = value;
|
|
12689
|
+
}
|
|
12690
|
+
get backgroundGradientMobile() {
|
|
12691
|
+
return this.elementRef.nativeElement['backgroundGradientMobile'];
|
|
12692
|
+
}
|
|
12693
|
+
set backgroundGradientTablet(value) {
|
|
12694
|
+
this.elementRef.nativeElement['backgroundGradientTablet'] = value;
|
|
12695
|
+
}
|
|
12696
|
+
get backgroundGradientTablet() {
|
|
12697
|
+
return this.elementRef.nativeElement['backgroundGradientTablet'];
|
|
12698
|
+
}
|
|
12699
|
+
set backgroundGradientLaptop(value) {
|
|
12700
|
+
this.elementRef.nativeElement['backgroundGradientLaptop'] = value;
|
|
12701
|
+
}
|
|
12702
|
+
get backgroundGradientLaptop() {
|
|
12703
|
+
return this.elementRef.nativeElement['backgroundGradientLaptop'];
|
|
12704
|
+
}
|
|
12618
12705
|
set backgroundImage(value) {
|
|
12619
12706
|
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12620
12707
|
}
|
|
@@ -12651,53 +12738,23 @@ class PxContentHeader {
|
|
|
12651
12738
|
get backgroundPosition() {
|
|
12652
12739
|
return this.elementRef.nativeElement['backgroundPosition'];
|
|
12653
12740
|
}
|
|
12654
|
-
set
|
|
12655
|
-
this.elementRef.nativeElement['
|
|
12656
|
-
}
|
|
12657
|
-
get contrastHelperGradient() {
|
|
12658
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
12659
|
-
}
|
|
12660
|
-
set contrastHelperOverlay(value) {
|
|
12661
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
12662
|
-
}
|
|
12663
|
-
get contrastHelperOverlay() {
|
|
12664
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
12665
|
-
}
|
|
12666
|
-
set minHeight(value) {
|
|
12667
|
-
this.elementRef.nativeElement['minHeight'] = value;
|
|
12668
|
-
}
|
|
12669
|
-
get minHeight() {
|
|
12670
|
-
return this.elementRef.nativeElement['minHeight'];
|
|
12671
|
-
}
|
|
12672
|
-
set hasGridding(value) {
|
|
12673
|
-
this.elementRef.nativeElement['hasGridding'] = value;
|
|
12674
|
-
}
|
|
12675
|
-
get hasGridding() {
|
|
12676
|
-
return this.elementRef.nativeElement['hasGridding'];
|
|
12677
|
-
}
|
|
12678
|
-
set hasGriddingMobile(value) {
|
|
12679
|
-
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
12680
|
-
}
|
|
12681
|
-
get hasGriddingMobile() {
|
|
12682
|
-
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
12683
|
-
}
|
|
12684
|
-
set hasGriddingTablet(value) {
|
|
12685
|
-
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
12741
|
+
set boxShadow(value) {
|
|
12742
|
+
this.elementRef.nativeElement['boxShadow'] = value;
|
|
12686
12743
|
}
|
|
12687
|
-
get
|
|
12688
|
-
return this.elementRef.nativeElement['
|
|
12744
|
+
get boxShadow() {
|
|
12745
|
+
return this.elementRef.nativeElement['boxShadow'];
|
|
12689
12746
|
}
|
|
12690
|
-
set
|
|
12691
|
-
this.elementRef.nativeElement['
|
|
12747
|
+
set anchorOffset(value) {
|
|
12748
|
+
this.elementRef.nativeElement['anchorOffset'] = value;
|
|
12692
12749
|
}
|
|
12693
|
-
get
|
|
12694
|
-
return this.elementRef.nativeElement['
|
|
12750
|
+
get anchorOffset() {
|
|
12751
|
+
return this.elementRef.nativeElement['anchorOffset'];
|
|
12695
12752
|
}
|
|
12696
|
-
set
|
|
12697
|
-
this.elementRef.nativeElement['
|
|
12753
|
+
set anchorSpacing(value) {
|
|
12754
|
+
this.elementRef.nativeElement['anchorSpacing'] = value;
|
|
12698
12755
|
}
|
|
12699
|
-
get
|
|
12700
|
-
return this.elementRef.nativeElement['
|
|
12756
|
+
get anchorSpacing() {
|
|
12757
|
+
return this.elementRef.nativeElement['anchorSpacing'];
|
|
12701
12758
|
}
|
|
12702
12759
|
set inverted(value) {
|
|
12703
12760
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -12705,6 +12762,12 @@ class PxContentHeader {
|
|
|
12705
12762
|
get inverted() {
|
|
12706
12763
|
return this.elementRef.nativeElement['inverted'];
|
|
12707
12764
|
}
|
|
12765
|
+
set subgridRows(value) {
|
|
12766
|
+
this.elementRef.nativeElement['subgridRows'] = value;
|
|
12767
|
+
}
|
|
12768
|
+
get subgridRows() {
|
|
12769
|
+
return this.elementRef.nativeElement['subgridRows'];
|
|
12770
|
+
}
|
|
12708
12771
|
set grow(value) {
|
|
12709
12772
|
this.elementRef.nativeElement['grow'] = value;
|
|
12710
12773
|
}
|
|
@@ -13020,21 +13083,71 @@ class PxContentHeader {
|
|
|
13020
13083
|
constructor(elementRef) {
|
|
13021
13084
|
this.elementRef = elementRef;
|
|
13022
13085
|
}
|
|
13023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
13024
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
13086
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13087
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxContainer, isStandalone: true, selector: "px-container", inputs: { border: "border", borderColor: ["border-color", "borderColor"], borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"], borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], backgroundColor: ["background-color", "backgroundColor"], backgroundColorMobile: ["background-color--mobile", "backgroundColorMobile"], backgroundColorTablet: ["background-color--tablet", "backgroundColorTablet"], backgroundColorLaptop: ["background-color--laptop", "backgroundColorLaptop"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundGradientMobile: ["background-gradient--mobile", "backgroundGradientMobile"], backgroundGradientTablet: ["background-gradient--tablet", "backgroundGradientTablet"], backgroundGradientLaptop: ["background-gradient--laptop", "backgroundGradientLaptop"], 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"], boxShadow: ["box-shadow", "boxShadow"], anchorOffset: ["anchor-offset", "anchorOffset"], anchorSpacing: ["anchor-spacing", "anchorSpacing"], inverted: "inverted", subgridRows: ["subgrid-rows", "subgridRows"], 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 });
|
|
13025
13088
|
}
|
|
13026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
13089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, decorators: [{
|
|
13027
13090
|
type: Directive,
|
|
13028
13091
|
args: [{
|
|
13029
|
-
selector: 'px-
|
|
13092
|
+
selector: 'px-container',
|
|
13030
13093
|
standalone: true,
|
|
13031
13094
|
}]
|
|
13032
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
13095
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { border: [{
|
|
13096
|
+
type: Input
|
|
13097
|
+
}], borderColor: [{
|
|
13098
|
+
type: Input,
|
|
13099
|
+
args: ['border-color']
|
|
13100
|
+
}], borderSide: [{
|
|
13101
|
+
type: Input,
|
|
13102
|
+
args: ['border-side']
|
|
13103
|
+
}], borderSideMobile: [{
|
|
13104
|
+
type: Input,
|
|
13105
|
+
args: ['border-side--mobile']
|
|
13106
|
+
}], borderSideTablet: [{
|
|
13107
|
+
type: Input,
|
|
13108
|
+
args: ['border-side--tablet']
|
|
13109
|
+
}], borderSideLaptop: [{
|
|
13110
|
+
type: Input,
|
|
13111
|
+
args: ['border-side--laptop']
|
|
13112
|
+
}], borderRadius: [{
|
|
13113
|
+
type: Input,
|
|
13114
|
+
args: ['border-radius']
|
|
13115
|
+
}], noBorderRadius: [{
|
|
13116
|
+
type: Input,
|
|
13117
|
+
args: ['no-border-radius']
|
|
13118
|
+
}], noBorderRadiusMobile: [{
|
|
13119
|
+
type: Input,
|
|
13120
|
+
args: ['no-border-radius--mobile']
|
|
13121
|
+
}], noBorderRadiusTablet: [{
|
|
13122
|
+
type: Input,
|
|
13123
|
+
args: ['no-border-radius--tablet']
|
|
13124
|
+
}], noBorderRadiusLaptop: [{
|
|
13125
|
+
type: Input,
|
|
13126
|
+
args: ['no-border-radius--laptop']
|
|
13127
|
+
}], backgroundColor: [{
|
|
13033
13128
|
type: Input,
|
|
13034
13129
|
args: ['background-color']
|
|
13130
|
+
}], backgroundColorMobile: [{
|
|
13131
|
+
type: Input,
|
|
13132
|
+
args: ['background-color--mobile']
|
|
13133
|
+
}], backgroundColorTablet: [{
|
|
13134
|
+
type: Input,
|
|
13135
|
+
args: ['background-color--tablet']
|
|
13136
|
+
}], backgroundColorLaptop: [{
|
|
13137
|
+
type: Input,
|
|
13138
|
+
args: ['background-color--laptop']
|
|
13035
13139
|
}], backgroundGradient: [{
|
|
13036
13140
|
type: Input,
|
|
13037
13141
|
args: ['background-gradient']
|
|
13142
|
+
}], backgroundGradientMobile: [{
|
|
13143
|
+
type: Input,
|
|
13144
|
+
args: ['background-gradient--mobile']
|
|
13145
|
+
}], backgroundGradientTablet: [{
|
|
13146
|
+
type: Input,
|
|
13147
|
+
args: ['background-gradient--tablet']
|
|
13148
|
+
}], backgroundGradientLaptop: [{
|
|
13149
|
+
type: Input,
|
|
13150
|
+
args: ['background-gradient--laptop']
|
|
13038
13151
|
}], backgroundImage: [{
|
|
13039
13152
|
type: Input,
|
|
13040
13153
|
args: ['background-image']
|
|
@@ -13053,32 +13166,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13053
13166
|
}], backgroundPosition: [{
|
|
13054
13167
|
type: Input,
|
|
13055
13168
|
args: ['background-position']
|
|
13056
|
-
}],
|
|
13057
|
-
type: Input,
|
|
13058
|
-
args: ['contrast-helper-gradient']
|
|
13059
|
-
}], contrastHelperOverlay: [{
|
|
13060
|
-
type: Input,
|
|
13061
|
-
args: ['contrast-helper-overlay']
|
|
13062
|
-
}], minHeight: [{
|
|
13063
|
-
type: Input,
|
|
13064
|
-
args: ['min-height']
|
|
13065
|
-
}], hasGridding: [{
|
|
13066
|
-
type: Input,
|
|
13067
|
-
args: ['has-gridding']
|
|
13068
|
-
}], hasGriddingMobile: [{
|
|
13069
|
-
type: Input,
|
|
13070
|
-
args: ['has-gridding--mobile']
|
|
13071
|
-
}], hasGriddingTablet: [{
|
|
13169
|
+
}], boxShadow: [{
|
|
13072
13170
|
type: Input,
|
|
13073
|
-
args: ['
|
|
13074
|
-
}],
|
|
13171
|
+
args: ['box-shadow']
|
|
13172
|
+
}], anchorOffset: [{
|
|
13075
13173
|
type: Input,
|
|
13076
|
-
args: ['
|
|
13077
|
-
}],
|
|
13174
|
+
args: ['anchor-offset']
|
|
13175
|
+
}], anchorSpacing: [{
|
|
13078
13176
|
type: Input,
|
|
13079
|
-
args: ['
|
|
13177
|
+
args: ['anchor-spacing']
|
|
13080
13178
|
}], inverted: [{
|
|
13081
13179
|
type: Input
|
|
13180
|
+
}], subgridRows: [{
|
|
13181
|
+
type: Input,
|
|
13182
|
+
args: ['subgrid-rows']
|
|
13082
13183
|
}], grow: [{
|
|
13083
13184
|
type: Input
|
|
13084
13185
|
}], growMobile: [{
|
|
@@ -13147,190 +13248,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13147
13248
|
args: ['justify-self--tablet']
|
|
13148
13249
|
}], justifySelfLaptop: [{
|
|
13149
13250
|
type: Input,
|
|
13150
|
-
args: ['justify-self--laptop']
|
|
13151
|
-
}], justifySelfDesktop: [{
|
|
13152
|
-
type: Input,
|
|
13153
|
-
args: ['justify-self--desktop']
|
|
13154
|
-
}], hidden: [{
|
|
13155
|
-
type: Input
|
|
13156
|
-
}], hiddenMobile: [{
|
|
13157
|
-
type: Input,
|
|
13158
|
-
args: ['hidden--mobile']
|
|
13159
|
-
}], hiddenTablet: [{
|
|
13160
|
-
type: Input,
|
|
13161
|
-
args: ['hidden--tablet']
|
|
13162
|
-
}], hiddenLaptop: [{
|
|
13163
|
-
type: Input,
|
|
13164
|
-
args: ['hidden--laptop']
|
|
13165
|
-
}], hiddenDesktop: [{
|
|
13166
|
-
type: Input,
|
|
13167
|
-
args: ['hidden--desktop']
|
|
13168
|
-
}], shownSr: [{
|
|
13169
|
-
type: Input,
|
|
13170
|
-
args: ['shown--sr']
|
|
13171
|
-
}], shownSrMobile: [{
|
|
13172
|
-
type: Input,
|
|
13173
|
-
args: ['shown--sr--mobile']
|
|
13174
|
-
}], shownSrTablet: [{
|
|
13175
|
-
type: Input,
|
|
13176
|
-
args: ['shown--sr--tablet']
|
|
13177
|
-
}], shownSrLaptop: [{
|
|
13178
|
-
type: Input,
|
|
13179
|
-
args: ['shown--sr--laptop']
|
|
13180
|
-
}], shownSrDesktop: [{
|
|
13181
|
-
type: Input,
|
|
13182
|
-
args: ['shown--sr--desktop']
|
|
13183
|
-
}], colSpan: [{
|
|
13184
|
-
type: Input,
|
|
13185
|
-
args: ['col-span']
|
|
13186
|
-
}], colSpanMobile: [{
|
|
13187
|
-
type: Input,
|
|
13188
|
-
args: ['col-span--mobile']
|
|
13189
|
-
}], colSpanTablet: [{
|
|
13190
|
-
type: Input,
|
|
13191
|
-
args: ['col-span--tablet']
|
|
13192
|
-
}], colSpanLaptop: [{
|
|
13193
|
-
type: Input,
|
|
13194
|
-
args: ['col-span--laptop']
|
|
13195
|
-
}], colSpanDesktop: [{
|
|
13196
|
-
type: Input,
|
|
13197
|
-
args: ['col-span--desktop']
|
|
13198
|
-
}], order: [{
|
|
13199
|
-
type: Input
|
|
13200
|
-
}], orderMobile: [{
|
|
13201
|
-
type: Input,
|
|
13202
|
-
args: ['order--mobile']
|
|
13203
|
-
}], orderTablet: [{
|
|
13204
|
-
type: Input,
|
|
13205
|
-
args: ['order--tablet']
|
|
13206
|
-
}], orderLaptop: [{
|
|
13207
|
-
type: Input,
|
|
13208
|
-
args: ['order--laptop']
|
|
13209
|
-
}], orderDesktop: [{
|
|
13210
|
-
type: Input,
|
|
13211
|
-
args: ['order--desktop']
|
|
13212
|
-
}], stickyTop: [{
|
|
13213
|
-
type: Input,
|
|
13214
|
-
args: ['sticky-top']
|
|
13215
|
-
}], stickyBottom: [{
|
|
13216
|
-
type: Input,
|
|
13217
|
-
args: ['sticky-bottom']
|
|
13218
|
-
}], wordBreakAll: [{
|
|
13219
|
-
type: Input,
|
|
13220
|
-
args: ['word-break-all']
|
|
13221
|
-
}], wordBreakAllMobile: [{
|
|
13222
|
-
type: Input,
|
|
13223
|
-
args: ['word-break-all--mobile']
|
|
13224
|
-
}], wordBreakAllTablet: [{
|
|
13225
|
-
type: Input,
|
|
13226
|
-
args: ['word-break-all--tablet']
|
|
13227
|
-
}], wordBreakAllLaptop: [{
|
|
13228
|
-
type: Input,
|
|
13229
|
-
args: ['word-break-all--laptop']
|
|
13230
|
-
}], wordBreakAllDesktop: [{
|
|
13231
|
-
type: Input,
|
|
13232
|
-
args: ['word-break-all--desktop']
|
|
13233
|
-
}] } });
|
|
13234
|
-
/**
|
|
13235
|
-
* @description Type-only wrapper for <px-drawer>
|
|
13236
|
-
*/
|
|
13237
|
-
class PxDrawer {
|
|
13238
|
-
elementRef;
|
|
13239
|
-
set open(value) {
|
|
13240
|
-
this.elementRef.nativeElement['open'] = value;
|
|
13241
|
-
}
|
|
13242
|
-
get open() {
|
|
13243
|
-
return this.elementRef.nativeElement['open'];
|
|
13244
|
-
}
|
|
13245
|
-
set ariaLabelCloseButton(value) {
|
|
13246
|
-
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
13247
|
-
}
|
|
13248
|
-
get ariaLabelCloseButton() {
|
|
13249
|
-
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
13250
|
-
}
|
|
13251
|
-
set openedby(value) {
|
|
13252
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
13253
|
-
}
|
|
13254
|
-
get openedby() {
|
|
13255
|
-
return this.elementRef.nativeElement['openedby'];
|
|
13256
|
-
}
|
|
13257
|
-
set closedby(value) {
|
|
13258
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
13259
|
-
}
|
|
13260
|
-
get closedby() {
|
|
13261
|
-
return this.elementRef.nativeElement['closedby'];
|
|
13262
|
-
}
|
|
13263
|
-
set fullscreen(value) {
|
|
13264
|
-
this.elementRef.nativeElement['fullscreen'] = value;
|
|
13265
|
-
}
|
|
13266
|
-
get fullscreen() {
|
|
13267
|
-
return this.elementRef.nativeElement['fullscreen'];
|
|
13268
|
-
}
|
|
13269
|
-
set fullscreenMobile(value) {
|
|
13270
|
-
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
13271
|
-
}
|
|
13272
|
-
get fullscreenMobile() {
|
|
13273
|
-
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
13274
|
-
}
|
|
13275
|
-
set fullscreenTablet(value) {
|
|
13276
|
-
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
13277
|
-
}
|
|
13278
|
-
get fullscreenTablet() {
|
|
13279
|
-
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
13280
|
-
}
|
|
13281
|
-
set fullscreenLaptop(value) {
|
|
13282
|
-
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
13283
|
-
}
|
|
13284
|
-
get fullscreenLaptop() {
|
|
13285
|
-
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
13286
|
-
}
|
|
13287
|
-
set fullscreenDesktop(value) {
|
|
13288
|
-
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
13289
|
-
}
|
|
13290
|
-
get fullscreenDesktop() {
|
|
13291
|
-
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
13292
|
-
}
|
|
13293
|
-
HIDE_EVENT = new EventEmitter();
|
|
13294
|
-
constructor(elementRef) {
|
|
13295
|
-
this.elementRef = elementRef;
|
|
13296
|
-
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
13297
|
-
this.HIDE_EVENT.emit(e.detail);
|
|
13298
|
-
});
|
|
13299
|
-
}
|
|
13300
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13301
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxDrawer, isStandalone: true, selector: "px-drawer", inputs: { open: "open", ariaLabelCloseButton: ["aria-label-close-button", "ariaLabelCloseButton"], openedby: "openedby", closedby: "closedby", fullscreen: "fullscreen", fullscreenMobile: ["fullscreen--mobile", "fullscreenMobile"], fullscreenTablet: ["fullscreen--tablet", "fullscreenTablet"], fullscreenLaptop: ["fullscreen--laptop", "fullscreenLaptop"], fullscreenDesktop: ["fullscreen--desktop", "fullscreenDesktop"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
13302
|
-
}
|
|
13303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, decorators: [{
|
|
13304
|
-
type: Directive,
|
|
13305
|
-
args: [{
|
|
13306
|
-
selector: 'px-drawer',
|
|
13307
|
-
standalone: true,
|
|
13308
|
-
}]
|
|
13309
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
13310
|
-
type: Input
|
|
13311
|
-
}], ariaLabelCloseButton: [{
|
|
13312
|
-
type: Input,
|
|
13313
|
-
args: ['aria-label-close-button']
|
|
13314
|
-
}], openedby: [{
|
|
13315
|
-
type: Input
|
|
13316
|
-
}], closedby: [{
|
|
13251
|
+
args: ['justify-self--laptop']
|
|
13252
|
+
}], justifySelfDesktop: [{
|
|
13253
|
+
type: Input,
|
|
13254
|
+
args: ['justify-self--desktop']
|
|
13255
|
+
}], hidden: [{
|
|
13317
13256
|
type: Input
|
|
13318
|
-
}],
|
|
13257
|
+
}], hiddenMobile: [{
|
|
13258
|
+
type: Input,
|
|
13259
|
+
args: ['hidden--mobile']
|
|
13260
|
+
}], hiddenTablet: [{
|
|
13261
|
+
type: Input,
|
|
13262
|
+
args: ['hidden--tablet']
|
|
13263
|
+
}], hiddenLaptop: [{
|
|
13264
|
+
type: Input,
|
|
13265
|
+
args: ['hidden--laptop']
|
|
13266
|
+
}], hiddenDesktop: [{
|
|
13267
|
+
type: Input,
|
|
13268
|
+
args: ['hidden--desktop']
|
|
13269
|
+
}], shownSr: [{
|
|
13270
|
+
type: Input,
|
|
13271
|
+
args: ['shown--sr']
|
|
13272
|
+
}], shownSrMobile: [{
|
|
13273
|
+
type: Input,
|
|
13274
|
+
args: ['shown--sr--mobile']
|
|
13275
|
+
}], shownSrTablet: [{
|
|
13276
|
+
type: Input,
|
|
13277
|
+
args: ['shown--sr--tablet']
|
|
13278
|
+
}], shownSrLaptop: [{
|
|
13279
|
+
type: Input,
|
|
13280
|
+
args: ['shown--sr--laptop']
|
|
13281
|
+
}], shownSrDesktop: [{
|
|
13282
|
+
type: Input,
|
|
13283
|
+
args: ['shown--sr--desktop']
|
|
13284
|
+
}], colSpan: [{
|
|
13285
|
+
type: Input,
|
|
13286
|
+
args: ['col-span']
|
|
13287
|
+
}], colSpanMobile: [{
|
|
13288
|
+
type: Input,
|
|
13289
|
+
args: ['col-span--mobile']
|
|
13290
|
+
}], colSpanTablet: [{
|
|
13291
|
+
type: Input,
|
|
13292
|
+
args: ['col-span--tablet']
|
|
13293
|
+
}], colSpanLaptop: [{
|
|
13294
|
+
type: Input,
|
|
13295
|
+
args: ['col-span--laptop']
|
|
13296
|
+
}], colSpanDesktop: [{
|
|
13297
|
+
type: Input,
|
|
13298
|
+
args: ['col-span--desktop']
|
|
13299
|
+
}], order: [{
|
|
13319
13300
|
type: Input
|
|
13320
|
-
}],
|
|
13301
|
+
}], orderMobile: [{
|
|
13321
13302
|
type: Input,
|
|
13322
|
-
args: ['
|
|
13323
|
-
}],
|
|
13303
|
+
args: ['order--mobile']
|
|
13304
|
+
}], orderTablet: [{
|
|
13324
13305
|
type: Input,
|
|
13325
|
-
args: ['
|
|
13326
|
-
}],
|
|
13306
|
+
args: ['order--tablet']
|
|
13307
|
+
}], orderLaptop: [{
|
|
13327
13308
|
type: Input,
|
|
13328
|
-
args: ['
|
|
13329
|
-
}],
|
|
13309
|
+
args: ['order--laptop']
|
|
13310
|
+
}], orderDesktop: [{
|
|
13330
13311
|
type: Input,
|
|
13331
|
-
args: ['
|
|
13332
|
-
}],
|
|
13333
|
-
type:
|
|
13312
|
+
args: ['order--desktop']
|
|
13313
|
+
}], stickyTop: [{
|
|
13314
|
+
type: Input,
|
|
13315
|
+
args: ['sticky-top']
|
|
13316
|
+
}], stickyBottom: [{
|
|
13317
|
+
type: Input,
|
|
13318
|
+
args: ['sticky-bottom']
|
|
13319
|
+
}], wordBreakAll: [{
|
|
13320
|
+
type: Input,
|
|
13321
|
+
args: ['word-break-all']
|
|
13322
|
+
}], wordBreakAllMobile: [{
|
|
13323
|
+
type: Input,
|
|
13324
|
+
args: ['word-break-all--mobile']
|
|
13325
|
+
}], wordBreakAllTablet: [{
|
|
13326
|
+
type: Input,
|
|
13327
|
+
args: ['word-break-all--tablet']
|
|
13328
|
+
}], wordBreakAllLaptop: [{
|
|
13329
|
+
type: Input,
|
|
13330
|
+
args: ['word-break-all--laptop']
|
|
13331
|
+
}], wordBreakAllDesktop: [{
|
|
13332
|
+
type: Input,
|
|
13333
|
+
args: ['word-break-all--desktop']
|
|
13334
13334
|
}] } });
|
|
13335
13335
|
/**
|
|
13336
13336
|
* @description Type-only wrapper for <px-dropdown>
|
|
@@ -18449,45 +18449,102 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
18449
18449
|
}]
|
|
18450
18450
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
18451
18451
|
/**
|
|
18452
|
-
* @description Type-only wrapper for <px-
|
|
18452
|
+
* @description Type-only wrapper for <px-img>
|
|
18453
18453
|
*/
|
|
18454
|
-
class
|
|
18454
|
+
class PxImg {
|
|
18455
18455
|
elementRef;
|
|
18456
|
-
|
|
18457
|
-
|
|
18456
|
+
/** The URL of the image. */
|
|
18457
|
+
set src(value) {
|
|
18458
|
+
this.elementRef.nativeElement['src'] = value;
|
|
18458
18459
|
}
|
|
18459
|
-
get
|
|
18460
|
-
return this.elementRef.nativeElement['
|
|
18460
|
+
get src() {
|
|
18461
|
+
return this.elementRef.nativeElement['src'];
|
|
18461
18462
|
}
|
|
18462
|
-
|
|
18463
|
-
|
|
18463
|
+
/** The alternative text for the image. */
|
|
18464
|
+
set alt(value) {
|
|
18465
|
+
this.elementRef.nativeElement['alt'] = value;
|
|
18464
18466
|
}
|
|
18465
|
-
get
|
|
18466
|
-
return this.elementRef.nativeElement['
|
|
18467
|
+
get alt() {
|
|
18468
|
+
return this.elementRef.nativeElement['alt'];
|
|
18467
18469
|
}
|
|
18468
|
-
|
|
18469
|
-
|
|
18470
|
+
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
18471
|
+
set loading(value) {
|
|
18472
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18470
18473
|
}
|
|
18471
|
-
get
|
|
18472
|
-
return this.elementRef.nativeElement['
|
|
18474
|
+
get loading() {
|
|
18475
|
+
return this.elementRef.nativeElement['loading'];
|
|
18473
18476
|
}
|
|
18474
|
-
set
|
|
18475
|
-
this.elementRef.nativeElement['
|
|
18477
|
+
set borderRadius(value) {
|
|
18478
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
18476
18479
|
}
|
|
18477
|
-
get
|
|
18478
|
-
return this.elementRef.nativeElement['
|
|
18480
|
+
get borderRadius() {
|
|
18481
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
18479
18482
|
}
|
|
18480
|
-
set
|
|
18481
|
-
this.elementRef.nativeElement['
|
|
18483
|
+
set noBorderRadius(value) {
|
|
18484
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
18482
18485
|
}
|
|
18483
|
-
get
|
|
18484
|
-
return this.elementRef.nativeElement['
|
|
18486
|
+
get noBorderRadius() {
|
|
18487
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
18485
18488
|
}
|
|
18486
|
-
set
|
|
18487
|
-
this.elementRef.nativeElement['
|
|
18489
|
+
set noBorderRadiusMobile(value) {
|
|
18490
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
18488
18491
|
}
|
|
18489
|
-
get
|
|
18490
|
-
return this.elementRef.nativeElement['
|
|
18492
|
+
get noBorderRadiusMobile() {
|
|
18493
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
18494
|
+
}
|
|
18495
|
+
set noBorderRadiusTablet(value) {
|
|
18496
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
18497
|
+
}
|
|
18498
|
+
get noBorderRadiusTablet() {
|
|
18499
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
18500
|
+
}
|
|
18501
|
+
set noBorderRadiusLaptop(value) {
|
|
18502
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
18503
|
+
}
|
|
18504
|
+
get noBorderRadiusLaptop() {
|
|
18505
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
18506
|
+
}
|
|
18507
|
+
set width(value) {
|
|
18508
|
+
this.elementRef.nativeElement['width'] = value;
|
|
18509
|
+
}
|
|
18510
|
+
get width() {
|
|
18511
|
+
return this.elementRef.nativeElement['width'];
|
|
18512
|
+
}
|
|
18513
|
+
set widthMobile(value) {
|
|
18514
|
+
this.elementRef.nativeElement['widthMobile'] = value;
|
|
18515
|
+
}
|
|
18516
|
+
get widthMobile() {
|
|
18517
|
+
return this.elementRef.nativeElement['widthMobile'];
|
|
18518
|
+
}
|
|
18519
|
+
set widthTablet(value) {
|
|
18520
|
+
this.elementRef.nativeElement['widthTablet'] = value;
|
|
18521
|
+
}
|
|
18522
|
+
get widthTablet() {
|
|
18523
|
+
return this.elementRef.nativeElement['widthTablet'];
|
|
18524
|
+
}
|
|
18525
|
+
set widthLaptop(value) {
|
|
18526
|
+
this.elementRef.nativeElement['widthLaptop'] = value;
|
|
18527
|
+
}
|
|
18528
|
+
get widthLaptop() {
|
|
18529
|
+
return this.elementRef.nativeElement['widthLaptop'];
|
|
18530
|
+
}
|
|
18531
|
+
set widthDesktop(value) {
|
|
18532
|
+
this.elementRef.nativeElement['widthDesktop'] = value;
|
|
18533
|
+
}
|
|
18534
|
+
get widthDesktop() {
|
|
18535
|
+
return this.elementRef.nativeElement['widthDesktop'];
|
|
18536
|
+
}
|
|
18537
|
+
set cover(value) {
|
|
18538
|
+
this.elementRef.nativeElement['cover'] = value;
|
|
18539
|
+
}
|
|
18540
|
+
get cover() {
|
|
18541
|
+
return this.elementRef.nativeElement['cover'];
|
|
18542
|
+
}
|
|
18543
|
+
set disabled(value) {
|
|
18544
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
18545
|
+
}
|
|
18546
|
+
get disabled() {
|
|
18547
|
+
return this.elementRef.nativeElement['disabled'];
|
|
18491
18548
|
}
|
|
18492
18549
|
set grow(value) {
|
|
18493
18550
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -18801,38 +18858,57 @@ class PxInput {
|
|
|
18801
18858
|
get wordBreakAllDesktop() {
|
|
18802
18859
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
18803
18860
|
}
|
|
18804
|
-
event = new EventEmitter();
|
|
18805
18861
|
constructor(elementRef) {
|
|
18806
18862
|
this.elementRef = elementRef;
|
|
18807
|
-
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
18808
|
-
this.event.emit(e.detail);
|
|
18809
|
-
});
|
|
18810
18863
|
}
|
|
18811
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
18812
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
18864
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxImg, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18865
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxImg, isStandalone: true, selector: "px-img", inputs: { src: "src", alt: "alt", loading: "loading", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", 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 });
|
|
18813
18866
|
}
|
|
18814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
18867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxImg, decorators: [{
|
|
18815
18868
|
type: Directive,
|
|
18816
18869
|
args: [{
|
|
18817
|
-
selector: 'px-
|
|
18870
|
+
selector: 'px-img',
|
|
18818
18871
|
standalone: true,
|
|
18819
18872
|
}]
|
|
18820
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
18873
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{
|
|
18821
18874
|
type: Input
|
|
18822
|
-
}],
|
|
18875
|
+
}], alt: [{
|
|
18823
18876
|
type: Input
|
|
18824
|
-
}],
|
|
18877
|
+
}], loading: [{
|
|
18878
|
+
type: Input
|
|
18879
|
+
}], borderRadius: [{
|
|
18825
18880
|
type: Input,
|
|
18826
|
-
args: ['
|
|
18827
|
-
}],
|
|
18881
|
+
args: ['border-radius']
|
|
18882
|
+
}], noBorderRadius: [{
|
|
18828
18883
|
type: Input,
|
|
18829
|
-
args: ['
|
|
18830
|
-
}],
|
|
18884
|
+
args: ['no-border-radius']
|
|
18885
|
+
}], noBorderRadiusMobile: [{
|
|
18831
18886
|
type: Input,
|
|
18832
|
-
args: ['
|
|
18833
|
-
}],
|
|
18887
|
+
args: ['no-border-radius--mobile']
|
|
18888
|
+
}], noBorderRadiusTablet: [{
|
|
18834
18889
|
type: Input,
|
|
18835
|
-
args: ['
|
|
18890
|
+
args: ['no-border-radius--tablet']
|
|
18891
|
+
}], noBorderRadiusLaptop: [{
|
|
18892
|
+
type: Input,
|
|
18893
|
+
args: ['no-border-radius--laptop']
|
|
18894
|
+
}], width: [{
|
|
18895
|
+
type: Input
|
|
18896
|
+
}], widthMobile: [{
|
|
18897
|
+
type: Input,
|
|
18898
|
+
args: ['width--mobile']
|
|
18899
|
+
}], widthTablet: [{
|
|
18900
|
+
type: Input,
|
|
18901
|
+
args: ['width--tablet']
|
|
18902
|
+
}], widthLaptop: [{
|
|
18903
|
+
type: Input,
|
|
18904
|
+
args: ['width--laptop']
|
|
18905
|
+
}], widthDesktop: [{
|
|
18906
|
+
type: Input,
|
|
18907
|
+
args: ['width--desktop']
|
|
18908
|
+
}], cover: [{
|
|
18909
|
+
type: Input
|
|
18910
|
+
}], disabled: [{
|
|
18911
|
+
type: Input
|
|
18836
18912
|
}], grow: [{
|
|
18837
18913
|
type: Input
|
|
18838
18914
|
}], growMobile: [{
|
|
@@ -18984,49 +19060,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
18984
19060
|
}], wordBreakAllDesktop: [{
|
|
18985
19061
|
type: Input,
|
|
18986
19062
|
args: ['word-break-all--desktop']
|
|
18987
|
-
}], event: [{
|
|
18988
|
-
type: Output
|
|
18989
19063
|
}] } });
|
|
18990
19064
|
/**
|
|
18991
|
-
* @description Type-only wrapper for <px-
|
|
19065
|
+
* @description Type-only wrapper for <px-picture>
|
|
18992
19066
|
*/
|
|
18993
|
-
class
|
|
19067
|
+
class PxPicture {
|
|
18994
19068
|
elementRef;
|
|
18995
|
-
set
|
|
18996
|
-
this.elementRef.nativeElement['
|
|
19069
|
+
set loading(value) {
|
|
19070
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
18997
19071
|
}
|
|
18998
|
-
get
|
|
18999
|
-
return this.elementRef.nativeElement['
|
|
19072
|
+
get loading() {
|
|
19073
|
+
return this.elementRef.nativeElement['loading'];
|
|
19000
19074
|
}
|
|
19001
|
-
set
|
|
19002
|
-
this.elementRef.nativeElement['
|
|
19075
|
+
set alt(value) {
|
|
19076
|
+
this.elementRef.nativeElement['alt'] = value;
|
|
19003
19077
|
}
|
|
19004
|
-
get
|
|
19005
|
-
return this.elementRef.nativeElement['
|
|
19078
|
+
get alt() {
|
|
19079
|
+
return this.elementRef.nativeElement['alt'];
|
|
19006
19080
|
}
|
|
19007
|
-
set
|
|
19008
|
-
this.elementRef.nativeElement['
|
|
19081
|
+
set src(value) {
|
|
19082
|
+
this.elementRef.nativeElement['src'] = value;
|
|
19009
19083
|
}
|
|
19010
|
-
get
|
|
19011
|
-
return this.elementRef.nativeElement['
|
|
19084
|
+
get src() {
|
|
19085
|
+
return this.elementRef.nativeElement['src'];
|
|
19012
19086
|
}
|
|
19013
|
-
set
|
|
19014
|
-
this.elementRef.nativeElement['
|
|
19087
|
+
set borderRadius(value) {
|
|
19088
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
19015
19089
|
}
|
|
19016
|
-
get
|
|
19017
|
-
return this.elementRef.nativeElement['
|
|
19090
|
+
get borderRadius() {
|
|
19091
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
19018
19092
|
}
|
|
19019
|
-
set
|
|
19020
|
-
this.elementRef.nativeElement['
|
|
19093
|
+
set noBorderRadius(value) {
|
|
19094
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
19021
19095
|
}
|
|
19022
|
-
get
|
|
19023
|
-
return this.elementRef.nativeElement['
|
|
19096
|
+
get noBorderRadius() {
|
|
19097
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
19024
19098
|
}
|
|
19025
|
-
set
|
|
19026
|
-
this.elementRef.nativeElement['
|
|
19099
|
+
set noBorderRadiusMobile(value) {
|
|
19100
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
19027
19101
|
}
|
|
19028
|
-
get
|
|
19029
|
-
return this.elementRef.nativeElement['
|
|
19102
|
+
get noBorderRadiusMobile() {
|
|
19103
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
19104
|
+
}
|
|
19105
|
+
set noBorderRadiusTablet(value) {
|
|
19106
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
19107
|
+
}
|
|
19108
|
+
get noBorderRadiusTablet() {
|
|
19109
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
19110
|
+
}
|
|
19111
|
+
set noBorderRadiusLaptop(value) {
|
|
19112
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
19113
|
+
}
|
|
19114
|
+
get noBorderRadiusLaptop() {
|
|
19115
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
19116
|
+
}
|
|
19117
|
+
set width(value) {
|
|
19118
|
+
this.elementRef.nativeElement['width'] = value;
|
|
19119
|
+
}
|
|
19120
|
+
get width() {
|
|
19121
|
+
return this.elementRef.nativeElement['width'];
|
|
19122
|
+
}
|
|
19123
|
+
set widthMobile(value) {
|
|
19124
|
+
this.elementRef.nativeElement['widthMobile'] = value;
|
|
19125
|
+
}
|
|
19126
|
+
get widthMobile() {
|
|
19127
|
+
return this.elementRef.nativeElement['widthMobile'];
|
|
19128
|
+
}
|
|
19129
|
+
set widthTablet(value) {
|
|
19130
|
+
this.elementRef.nativeElement['widthTablet'] = value;
|
|
19131
|
+
}
|
|
19132
|
+
get widthTablet() {
|
|
19133
|
+
return this.elementRef.nativeElement['widthTablet'];
|
|
19134
|
+
}
|
|
19135
|
+
set widthLaptop(value) {
|
|
19136
|
+
this.elementRef.nativeElement['widthLaptop'] = value;
|
|
19137
|
+
}
|
|
19138
|
+
get widthLaptop() {
|
|
19139
|
+
return this.elementRef.nativeElement['widthLaptop'];
|
|
19140
|
+
}
|
|
19141
|
+
set widthDesktop(value) {
|
|
19142
|
+
this.elementRef.nativeElement['widthDesktop'] = value;
|
|
19143
|
+
}
|
|
19144
|
+
get widthDesktop() {
|
|
19145
|
+
return this.elementRef.nativeElement['widthDesktop'];
|
|
19146
|
+
}
|
|
19147
|
+
set cover(value) {
|
|
19148
|
+
this.elementRef.nativeElement['cover'] = value;
|
|
19149
|
+
}
|
|
19150
|
+
get cover() {
|
|
19151
|
+
return this.elementRef.nativeElement['cover'];
|
|
19152
|
+
}
|
|
19153
|
+
set disabled(value) {
|
|
19154
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
19155
|
+
}
|
|
19156
|
+
get disabled() {
|
|
19157
|
+
return this.elementRef.nativeElement['disabled'];
|
|
19030
19158
|
}
|
|
19031
19159
|
set grow(value) {
|
|
19032
19160
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -19340,38 +19468,57 @@ class PxSelect {
|
|
|
19340
19468
|
get wordBreakAllDesktop() {
|
|
19341
19469
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
19342
19470
|
}
|
|
19343
|
-
event = new EventEmitter();
|
|
19344
19471
|
constructor(elementRef) {
|
|
19345
19472
|
this.elementRef = elementRef;
|
|
19346
|
-
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
19347
|
-
this.event.emit(e.detail);
|
|
19348
|
-
});
|
|
19349
19473
|
}
|
|
19350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
19351
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
19474
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPicture, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19475
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPicture, isStandalone: true, selector: "px-picture", inputs: { loading: "loading", alt: "alt", src: "src", borderRadius: ["border-radius", "borderRadius"], noBorderRadius: ["no-border-radius", "noBorderRadius"], noBorderRadiusMobile: ["no-border-radius--mobile", "noBorderRadiusMobile"], noBorderRadiusTablet: ["no-border-radius--tablet", "noBorderRadiusTablet"], noBorderRadiusLaptop: ["no-border-radius--laptop", "noBorderRadiusLaptop"], width: "width", widthMobile: ["width--mobile", "widthMobile"], widthTablet: ["width--tablet", "widthTablet"], widthLaptop: ["width--laptop", "widthLaptop"], widthDesktop: ["width--desktop", "widthDesktop"], cover: "cover", 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 });
|
|
19352
19476
|
}
|
|
19353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
19477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPicture, decorators: [{
|
|
19354
19478
|
type: Directive,
|
|
19355
19479
|
args: [{
|
|
19356
|
-
selector: 'px-
|
|
19480
|
+
selector: 'px-picture',
|
|
19357
19481
|
standalone: true,
|
|
19358
19482
|
}]
|
|
19359
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
19483
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loading: [{
|
|
19360
19484
|
type: Input
|
|
19361
|
-
}],
|
|
19485
|
+
}], alt: [{
|
|
19362
19486
|
type: Input
|
|
19363
|
-
}],
|
|
19487
|
+
}], src: [{
|
|
19488
|
+
type: Input
|
|
19489
|
+
}], borderRadius: [{
|
|
19364
19490
|
type: Input,
|
|
19365
|
-
args: ['
|
|
19366
|
-
}],
|
|
19491
|
+
args: ['border-radius']
|
|
19492
|
+
}], noBorderRadius: [{
|
|
19367
19493
|
type: Input,
|
|
19368
|
-
args: ['
|
|
19369
|
-
}],
|
|
19494
|
+
args: ['no-border-radius']
|
|
19495
|
+
}], noBorderRadiusMobile: [{
|
|
19370
19496
|
type: Input,
|
|
19371
|
-
args: ['
|
|
19372
|
-
}],
|
|
19497
|
+
args: ['no-border-radius--mobile']
|
|
19498
|
+
}], noBorderRadiusTablet: [{
|
|
19373
19499
|
type: Input,
|
|
19374
|
-
args: ['
|
|
19500
|
+
args: ['no-border-radius--tablet']
|
|
19501
|
+
}], noBorderRadiusLaptop: [{
|
|
19502
|
+
type: Input,
|
|
19503
|
+
args: ['no-border-radius--laptop']
|
|
19504
|
+
}], width: [{
|
|
19505
|
+
type: Input
|
|
19506
|
+
}], widthMobile: [{
|
|
19507
|
+
type: Input,
|
|
19508
|
+
args: ['width--mobile']
|
|
19509
|
+
}], widthTablet: [{
|
|
19510
|
+
type: Input,
|
|
19511
|
+
args: ['width--tablet']
|
|
19512
|
+
}], widthLaptop: [{
|
|
19513
|
+
type: Input,
|
|
19514
|
+
args: ['width--laptop']
|
|
19515
|
+
}], widthDesktop: [{
|
|
19516
|
+
type: Input,
|
|
19517
|
+
args: ['width--desktop']
|
|
19518
|
+
}], cover: [{
|
|
19519
|
+
type: Input
|
|
19520
|
+
}], disabled: [{
|
|
19521
|
+
type: Input
|
|
19375
19522
|
}], grow: [{
|
|
19376
19523
|
type: Input
|
|
19377
19524
|
}], growMobile: [{
|
|
@@ -19523,13 +19670,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
19523
19670
|
}], wordBreakAllDesktop: [{
|
|
19524
19671
|
type: Input,
|
|
19525
19672
|
args: ['word-break-all--desktop']
|
|
19526
|
-
}], event: [{
|
|
19527
|
-
type: Output
|
|
19528
19673
|
}] } });
|
|
19529
19674
|
/**
|
|
19530
|
-
* @description Type-only wrapper for <px-
|
|
19675
|
+
* @description Type-only wrapper for <px-input>
|
|
19531
19676
|
*/
|
|
19532
|
-
class
|
|
19677
|
+
class PxInput {
|
|
19533
19678
|
elementRef;
|
|
19534
19679
|
set state(value) {
|
|
19535
19680
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -19886,13 +20031,13 @@ class PxTextarea {
|
|
|
19886
20031
|
this.event.emit(e.detail);
|
|
19887
20032
|
});
|
|
19888
20033
|
}
|
|
19889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
19890
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
20034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20035
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
19891
20036
|
}
|
|
19892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, decorators: [{
|
|
19893
20038
|
type: Directive,
|
|
19894
20039
|
args: [{
|
|
19895
|
-
selector: 'px-
|
|
20040
|
+
selector: 'px-input',
|
|
19896
20041
|
standalone: true,
|
|
19897
20042
|
}]
|
|
19898
20043
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
@@ -20066,9 +20211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20066
20211
|
type: Output
|
|
20067
20212
|
}] } });
|
|
20068
20213
|
/**
|
|
20069
|
-
* @description Type-only wrapper for <px-
|
|
20214
|
+
* @description Type-only wrapper for <px-select>
|
|
20070
20215
|
*/
|
|
20071
|
-
class
|
|
20216
|
+
class PxSelect {
|
|
20072
20217
|
elementRef;
|
|
20073
20218
|
set state(value) {
|
|
20074
20219
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20425,13 +20570,13 @@ class PxFileupload {
|
|
|
20425
20570
|
this.event.emit(e.detail);
|
|
20426
20571
|
});
|
|
20427
20572
|
}
|
|
20428
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20429
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
20573
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20574
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20430
20575
|
}
|
|
20431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, decorators: [{
|
|
20432
20577
|
type: Directive,
|
|
20433
20578
|
args: [{
|
|
20434
|
-
selector: 'px-
|
|
20579
|
+
selector: 'px-select',
|
|
20435
20580
|
standalone: true,
|
|
20436
20581
|
}]
|
|
20437
20582
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
@@ -20601,106 +20746,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20601
20746
|
}], wordBreakAllDesktop: [{
|
|
20602
20747
|
type: Input,
|
|
20603
20748
|
args: ['word-break-all--desktop']
|
|
20604
|
-
}], event: [{
|
|
20605
|
-
type: Output
|
|
20606
|
-
}] } });
|
|
20607
|
-
/**
|
|
20608
|
-
* @description Type-only wrapper for <px-
|
|
20609
|
-
*/
|
|
20610
|
-
class
|
|
20611
|
-
elementRef;
|
|
20612
|
-
|
|
20613
|
-
|
|
20614
|
-
this.elementRef.nativeElement['src'] = value;
|
|
20615
|
-
}
|
|
20616
|
-
get src() {
|
|
20617
|
-
return this.elementRef.nativeElement['src'];
|
|
20618
|
-
}
|
|
20619
|
-
/** The alternative text for the image. */
|
|
20620
|
-
set alt(value) {
|
|
20621
|
-
this.elementRef.nativeElement['alt'] = value;
|
|
20622
|
-
}
|
|
20623
|
-
get alt() {
|
|
20624
|
-
return this.elementRef.nativeElement['alt'];
|
|
20625
|
-
}
|
|
20626
|
-
/** The loading strategy for the image ('lazy' or 'eager'). */
|
|
20627
|
-
set loading(value) {
|
|
20628
|
-
this.elementRef.nativeElement['loading'] = value;
|
|
20629
|
-
}
|
|
20630
|
-
get loading() {
|
|
20631
|
-
return this.elementRef.nativeElement['loading'];
|
|
20632
|
-
}
|
|
20633
|
-
set borderRadius(value) {
|
|
20634
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
20635
|
-
}
|
|
20636
|
-
get borderRadius() {
|
|
20637
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
20638
|
-
}
|
|
20639
|
-
set noBorderRadius(value) {
|
|
20640
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
20641
|
-
}
|
|
20642
|
-
get noBorderRadius() {
|
|
20643
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
20644
|
-
}
|
|
20645
|
-
set noBorderRadiusMobile(value) {
|
|
20646
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
20647
|
-
}
|
|
20648
|
-
get noBorderRadiusMobile() {
|
|
20649
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
20650
|
-
}
|
|
20651
|
-
set noBorderRadiusTablet(value) {
|
|
20652
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
20653
|
-
}
|
|
20654
|
-
get noBorderRadiusTablet() {
|
|
20655
|
-
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
20656
|
-
}
|
|
20657
|
-
set noBorderRadiusLaptop(value) {
|
|
20658
|
-
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
20659
|
-
}
|
|
20660
|
-
get noBorderRadiusLaptop() {
|
|
20661
|
-
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
20662
|
-
}
|
|
20663
|
-
set width(value) {
|
|
20664
|
-
this.elementRef.nativeElement['width'] = value;
|
|
20665
|
-
}
|
|
20666
|
-
get width() {
|
|
20667
|
-
return this.elementRef.nativeElement['width'];
|
|
20668
|
-
}
|
|
20669
|
-
set widthMobile(value) {
|
|
20670
|
-
this.elementRef.nativeElement['widthMobile'] = value;
|
|
20749
|
+
}], event: [{
|
|
20750
|
+
type: Output
|
|
20751
|
+
}] } });
|
|
20752
|
+
/**
|
|
20753
|
+
* @description Type-only wrapper for <px-textarea>
|
|
20754
|
+
*/
|
|
20755
|
+
class PxTextarea {
|
|
20756
|
+
elementRef;
|
|
20757
|
+
set state(value) {
|
|
20758
|
+
this.elementRef.nativeElement['state'] = value;
|
|
20671
20759
|
}
|
|
20672
|
-
get
|
|
20673
|
-
return this.elementRef.nativeElement['
|
|
20760
|
+
get state() {
|
|
20761
|
+
return this.elementRef.nativeElement['state'];
|
|
20674
20762
|
}
|
|
20675
|
-
set
|
|
20676
|
-
this.elementRef.nativeElement['
|
|
20763
|
+
set extended(value) {
|
|
20764
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
20677
20765
|
}
|
|
20678
|
-
get
|
|
20679
|
-
return this.elementRef.nativeElement['
|
|
20766
|
+
get extended() {
|
|
20767
|
+
return this.elementRef.nativeElement['extended'];
|
|
20680
20768
|
}
|
|
20681
|
-
set
|
|
20682
|
-
this.elementRef.nativeElement['
|
|
20769
|
+
set extendedMobile(value) {
|
|
20770
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
20683
20771
|
}
|
|
20684
|
-
get
|
|
20685
|
-
return this.elementRef.nativeElement['
|
|
20772
|
+
get extendedMobile() {
|
|
20773
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
20686
20774
|
}
|
|
20687
|
-
set
|
|
20688
|
-
this.elementRef.nativeElement['
|
|
20775
|
+
set extendedTablet(value) {
|
|
20776
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
20689
20777
|
}
|
|
20690
|
-
get
|
|
20691
|
-
return this.elementRef.nativeElement['
|
|
20778
|
+
get extendedTablet() {
|
|
20779
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
20692
20780
|
}
|
|
20693
|
-
set
|
|
20694
|
-
this.elementRef.nativeElement['
|
|
20781
|
+
set extendedLaptop(value) {
|
|
20782
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
20695
20783
|
}
|
|
20696
|
-
get
|
|
20697
|
-
return this.elementRef.nativeElement['
|
|
20784
|
+
get extendedLaptop() {
|
|
20785
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
20698
20786
|
}
|
|
20699
|
-
set
|
|
20700
|
-
this.elementRef.nativeElement['
|
|
20787
|
+
set extendedDesktop(value) {
|
|
20788
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
20701
20789
|
}
|
|
20702
|
-
get
|
|
20703
|
-
return this.elementRef.nativeElement['
|
|
20790
|
+
get extendedDesktop() {
|
|
20791
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20704
20792
|
}
|
|
20705
20793
|
set grow(value) {
|
|
20706
20794
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21014,57 +21102,38 @@ class PxImg {
|
|
|
21014
21102
|
get wordBreakAllDesktop() {
|
|
21015
21103
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
21016
21104
|
}
|
|
21105
|
+
event = new EventEmitter();
|
|
21017
21106
|
constructor(elementRef) {
|
|
21018
21107
|
this.elementRef = elementRef;
|
|
21108
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
21109
|
+
this.event.emit(e.detail);
|
|
21110
|
+
});
|
|
21019
21111
|
}
|
|
21020
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21021
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
21112
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21113
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21022
21114
|
}
|
|
21023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, decorators: [{
|
|
21024
21116
|
type: Directive,
|
|
21025
21117
|
args: [{
|
|
21026
|
-
selector: 'px-
|
|
21118
|
+
selector: 'px-textarea',
|
|
21027
21119
|
standalone: true,
|
|
21028
21120
|
}]
|
|
21029
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21030
|
-
type: Input
|
|
21031
|
-
}], alt: [{
|
|
21032
|
-
type: Input
|
|
21033
|
-
}], loading: [{
|
|
21121
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
21034
21122
|
type: Input
|
|
21035
|
-
}],
|
|
21036
|
-
type: Input,
|
|
21037
|
-
args: ['border-radius']
|
|
21038
|
-
}], noBorderRadius: [{
|
|
21039
|
-
type: Input,
|
|
21040
|
-
args: ['no-border-radius']
|
|
21041
|
-
}], noBorderRadiusMobile: [{
|
|
21042
|
-
type: Input,
|
|
21043
|
-
args: ['no-border-radius--mobile']
|
|
21044
|
-
}], noBorderRadiusTablet: [{
|
|
21045
|
-
type: Input,
|
|
21046
|
-
args: ['no-border-radius--tablet']
|
|
21047
|
-
}], noBorderRadiusLaptop: [{
|
|
21048
|
-
type: Input,
|
|
21049
|
-
args: ['no-border-radius--laptop']
|
|
21050
|
-
}], width: [{
|
|
21123
|
+
}], extended: [{
|
|
21051
21124
|
type: Input
|
|
21052
|
-
}],
|
|
21125
|
+
}], extendedMobile: [{
|
|
21053
21126
|
type: Input,
|
|
21054
|
-
args: ['
|
|
21055
|
-
}],
|
|
21127
|
+
args: ['extended--mobile']
|
|
21128
|
+
}], extendedTablet: [{
|
|
21056
21129
|
type: Input,
|
|
21057
|
-
args: ['
|
|
21058
|
-
}],
|
|
21130
|
+
args: ['extended--tablet']
|
|
21131
|
+
}], extendedLaptop: [{
|
|
21059
21132
|
type: Input,
|
|
21060
|
-
args: ['
|
|
21061
|
-
}],
|
|
21133
|
+
args: ['extended--laptop']
|
|
21134
|
+
}], extendedDesktop: [{
|
|
21062
21135
|
type: Input,
|
|
21063
|
-
args: ['
|
|
21064
|
-
}], cover: [{
|
|
21065
|
-
type: Input
|
|
21066
|
-
}], disabled: [{
|
|
21067
|
-
type: Input
|
|
21136
|
+
args: ['extended--desktop']
|
|
21068
21137
|
}], grow: [{
|
|
21069
21138
|
type: Input
|
|
21070
21139
|
}], growMobile: [{
|
|
@@ -21216,101 +21285,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21216
21285
|
}], wordBreakAllDesktop: [{
|
|
21217
21286
|
type: Input,
|
|
21218
21287
|
args: ['word-break-all--desktop']
|
|
21288
|
+
}], event: [{
|
|
21289
|
+
type: Output
|
|
21219
21290
|
}] } });
|
|
21220
21291
|
/**
|
|
21221
|
-
* @description Type-only wrapper for <px-
|
|
21292
|
+
* @description Type-only wrapper for <px-fileupload>
|
|
21222
21293
|
*/
|
|
21223
|
-
class
|
|
21294
|
+
class PxFileupload {
|
|
21224
21295
|
elementRef;
|
|
21225
|
-
set
|
|
21226
|
-
this.elementRef.nativeElement['
|
|
21227
|
-
}
|
|
21228
|
-
get loading() {
|
|
21229
|
-
return this.elementRef.nativeElement['loading'];
|
|
21230
|
-
}
|
|
21231
|
-
set alt(value) {
|
|
21232
|
-
this.elementRef.nativeElement['alt'] = value;
|
|
21233
|
-
}
|
|
21234
|
-
get alt() {
|
|
21235
|
-
return this.elementRef.nativeElement['alt'];
|
|
21236
|
-
}
|
|
21237
|
-
set src(value) {
|
|
21238
|
-
this.elementRef.nativeElement['src'] = value;
|
|
21239
|
-
}
|
|
21240
|
-
get src() {
|
|
21241
|
-
return this.elementRef.nativeElement['src'];
|
|
21242
|
-
}
|
|
21243
|
-
set borderRadius(value) {
|
|
21244
|
-
this.elementRef.nativeElement['borderRadius'] = value;
|
|
21245
|
-
}
|
|
21246
|
-
get borderRadius() {
|
|
21247
|
-
return this.elementRef.nativeElement['borderRadius'];
|
|
21248
|
-
}
|
|
21249
|
-
set noBorderRadius(value) {
|
|
21250
|
-
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
21251
|
-
}
|
|
21252
|
-
get noBorderRadius() {
|
|
21253
|
-
return this.elementRef.nativeElement['noBorderRadius'];
|
|
21254
|
-
}
|
|
21255
|
-
set noBorderRadiusMobile(value) {
|
|
21256
|
-
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
21257
|
-
}
|
|
21258
|
-
get noBorderRadiusMobile() {
|
|
21259
|
-
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
21260
|
-
}
|
|
21261
|
-
set noBorderRadiusTablet(value) {
|
|
21262
|
-
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
21263
|
-
}
|
|
21264
|
-
get noBorderRadiusTablet() {
|
|
21265
|
-
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
21266
|
-
}
|
|
21267
|
-
set noBorderRadiusLaptop(value) {
|
|
21268
|
-
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
21269
|
-
}
|
|
21270
|
-
get noBorderRadiusLaptop() {
|
|
21271
|
-
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
21272
|
-
}
|
|
21273
|
-
set width(value) {
|
|
21274
|
-
this.elementRef.nativeElement['width'] = value;
|
|
21275
|
-
}
|
|
21276
|
-
get width() {
|
|
21277
|
-
return this.elementRef.nativeElement['width'];
|
|
21278
|
-
}
|
|
21279
|
-
set widthMobile(value) {
|
|
21280
|
-
this.elementRef.nativeElement['widthMobile'] = value;
|
|
21296
|
+
set state(value) {
|
|
21297
|
+
this.elementRef.nativeElement['state'] = value;
|
|
21281
21298
|
}
|
|
21282
|
-
get
|
|
21283
|
-
return this.elementRef.nativeElement['
|
|
21299
|
+
get state() {
|
|
21300
|
+
return this.elementRef.nativeElement['state'];
|
|
21284
21301
|
}
|
|
21285
|
-
set
|
|
21286
|
-
this.elementRef.nativeElement['
|
|
21302
|
+
set extended(value) {
|
|
21303
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
21287
21304
|
}
|
|
21288
|
-
get
|
|
21289
|
-
return this.elementRef.nativeElement['
|
|
21305
|
+
get extended() {
|
|
21306
|
+
return this.elementRef.nativeElement['extended'];
|
|
21290
21307
|
}
|
|
21291
|
-
set
|
|
21292
|
-
this.elementRef.nativeElement['
|
|
21308
|
+
set extendedMobile(value) {
|
|
21309
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
21293
21310
|
}
|
|
21294
|
-
get
|
|
21295
|
-
return this.elementRef.nativeElement['
|
|
21311
|
+
get extendedMobile() {
|
|
21312
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
21296
21313
|
}
|
|
21297
|
-
set
|
|
21298
|
-
this.elementRef.nativeElement['
|
|
21314
|
+
set extendedTablet(value) {
|
|
21315
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
21299
21316
|
}
|
|
21300
|
-
get
|
|
21301
|
-
return this.elementRef.nativeElement['
|
|
21317
|
+
get extendedTablet() {
|
|
21318
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
21302
21319
|
}
|
|
21303
|
-
set
|
|
21304
|
-
this.elementRef.nativeElement['
|
|
21320
|
+
set extendedLaptop(value) {
|
|
21321
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
21305
21322
|
}
|
|
21306
|
-
get
|
|
21307
|
-
return this.elementRef.nativeElement['
|
|
21323
|
+
get extendedLaptop() {
|
|
21324
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
21308
21325
|
}
|
|
21309
|
-
set
|
|
21310
|
-
this.elementRef.nativeElement['
|
|
21326
|
+
set extendedDesktop(value) {
|
|
21327
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
21311
21328
|
}
|
|
21312
|
-
get
|
|
21313
|
-
return this.elementRef.nativeElement['
|
|
21329
|
+
get extendedDesktop() {
|
|
21330
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
21314
21331
|
}
|
|
21315
21332
|
set grow(value) {
|
|
21316
21333
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -21624,57 +21641,38 @@ class PxPicture {
|
|
|
21624
21641
|
get wordBreakAllDesktop() {
|
|
21625
21642
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
21626
21643
|
}
|
|
21644
|
+
event = new EventEmitter();
|
|
21627
21645
|
constructor(elementRef) {
|
|
21628
21646
|
this.elementRef = elementRef;
|
|
21647
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
21648
|
+
this.event.emit(e.detail);
|
|
21649
|
+
});
|
|
21629
21650
|
}
|
|
21630
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21631
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
21651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21652
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21632
21653
|
}
|
|
21633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21634
21655
|
type: Directive,
|
|
21635
21656
|
args: [{
|
|
21636
|
-
selector: 'px-
|
|
21657
|
+
selector: 'px-fileupload',
|
|
21637
21658
|
standalone: true,
|
|
21638
21659
|
}]
|
|
21639
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
21640
|
-
type: Input
|
|
21641
|
-
}], alt: [{
|
|
21642
|
-
type: Input
|
|
21643
|
-
}], src: [{
|
|
21660
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
21644
21661
|
type: Input
|
|
21645
|
-
}],
|
|
21646
|
-
type: Input,
|
|
21647
|
-
args: ['border-radius']
|
|
21648
|
-
}], noBorderRadius: [{
|
|
21649
|
-
type: Input,
|
|
21650
|
-
args: ['no-border-radius']
|
|
21651
|
-
}], noBorderRadiusMobile: [{
|
|
21652
|
-
type: Input,
|
|
21653
|
-
args: ['no-border-radius--mobile']
|
|
21654
|
-
}], noBorderRadiusTablet: [{
|
|
21655
|
-
type: Input,
|
|
21656
|
-
args: ['no-border-radius--tablet']
|
|
21657
|
-
}], noBorderRadiusLaptop: [{
|
|
21658
|
-
type: Input,
|
|
21659
|
-
args: ['no-border-radius--laptop']
|
|
21660
|
-
}], width: [{
|
|
21662
|
+
}], extended: [{
|
|
21661
21663
|
type: Input
|
|
21662
|
-
}],
|
|
21664
|
+
}], extendedMobile: [{
|
|
21663
21665
|
type: Input,
|
|
21664
|
-
args: ['
|
|
21665
|
-
}],
|
|
21666
|
+
args: ['extended--mobile']
|
|
21667
|
+
}], extendedTablet: [{
|
|
21666
21668
|
type: Input,
|
|
21667
|
-
args: ['
|
|
21668
|
-
}],
|
|
21669
|
+
args: ['extended--tablet']
|
|
21670
|
+
}], extendedLaptop: [{
|
|
21669
21671
|
type: Input,
|
|
21670
|
-
args: ['
|
|
21671
|
-
}],
|
|
21672
|
+
args: ['extended--laptop']
|
|
21673
|
+
}], extendedDesktop: [{
|
|
21672
21674
|
type: Input,
|
|
21673
|
-
args: ['
|
|
21674
|
-
}], cover: [{
|
|
21675
|
-
type: Input
|
|
21676
|
-
}], disabled: [{
|
|
21677
|
-
type: Input
|
|
21675
|
+
args: ['extended--desktop']
|
|
21678
21676
|
}], grow: [{
|
|
21679
21677
|
type: Input
|
|
21680
21678
|
}], growMobile: [{
|
|
@@ -21826,6 +21824,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21826
21824
|
}], wordBreakAllDesktop: [{
|
|
21827
21825
|
type: Input,
|
|
21828
21826
|
args: ['word-break-all--desktop']
|
|
21827
|
+
}], event: [{
|
|
21828
|
+
type: Output
|
|
21829
21829
|
}] } });
|
|
21830
21830
|
/**
|
|
21831
21831
|
* @description Type-only wrapper for <px-page>
|
|
@@ -30404,159 +30404,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
30404
30404
|
args: ['word-break-all--desktop']
|
|
30405
30405
|
}] } });
|
|
30406
30406
|
/**
|
|
30407
|
-
* @description Type-only wrapper for <px-
|
|
30407
|
+
* @description Type-only wrapper for <px-ribbon>
|
|
30408
30408
|
*/
|
|
30409
|
-
class
|
|
30409
|
+
class PxRibbon {
|
|
30410
30410
|
elementRef;
|
|
30411
|
-
set
|
|
30412
|
-
this.elementRef.nativeElement['
|
|
30413
|
-
}
|
|
30414
|
-
get backgroundColor() {
|
|
30415
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
30416
|
-
}
|
|
30417
|
-
set backgroundGradient(value) {
|
|
30418
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
30419
|
-
}
|
|
30420
|
-
get backgroundGradient() {
|
|
30421
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
30422
|
-
}
|
|
30423
|
-
set backgroundImage(value) {
|
|
30424
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
30425
|
-
}
|
|
30426
|
-
get backgroundImage() {
|
|
30427
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
30428
|
-
}
|
|
30429
|
-
set backgroundImageMobile(value) {
|
|
30430
|
-
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
30431
|
-
}
|
|
30432
|
-
get backgroundImageMobile() {
|
|
30433
|
-
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
30434
|
-
}
|
|
30435
|
-
set backgroundImageTablet(value) {
|
|
30436
|
-
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
30437
|
-
}
|
|
30438
|
-
get backgroundImageTablet() {
|
|
30439
|
-
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
30440
|
-
}
|
|
30441
|
-
set backgroundImageLaptop(value) {
|
|
30442
|
-
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
30443
|
-
}
|
|
30444
|
-
get backgroundImageLaptop() {
|
|
30445
|
-
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
30446
|
-
}
|
|
30447
|
-
set backgroundSize(value) {
|
|
30448
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
30449
|
-
}
|
|
30450
|
-
get backgroundSize() {
|
|
30451
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
30452
|
-
}
|
|
30453
|
-
set backgroundPosition(value) {
|
|
30454
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
30455
|
-
}
|
|
30456
|
-
get backgroundPosition() {
|
|
30457
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
30458
|
-
}
|
|
30459
|
-
set paddingBlock(value) {
|
|
30460
|
-
this.elementRef.nativeElement['paddingBlock'] = value;
|
|
30461
|
-
}
|
|
30462
|
-
get paddingBlock() {
|
|
30463
|
-
return this.elementRef.nativeElement['paddingBlock'];
|
|
30464
|
-
}
|
|
30465
|
-
set paddingTop(value) {
|
|
30466
|
-
this.elementRef.nativeElement['paddingTop'] = value;
|
|
30467
|
-
}
|
|
30468
|
-
get paddingTop() {
|
|
30469
|
-
return this.elementRef.nativeElement['paddingTop'];
|
|
30470
|
-
}
|
|
30471
|
-
set paddingBottom(value) {
|
|
30472
|
-
this.elementRef.nativeElement['paddingBottom'] = value;
|
|
30473
|
-
}
|
|
30474
|
-
get paddingBottom() {
|
|
30475
|
-
return this.elementRef.nativeElement['paddingBottom'];
|
|
30476
|
-
}
|
|
30477
|
-
set paddingBlockMobile(value) {
|
|
30478
|
-
this.elementRef.nativeElement['paddingBlockMobile'] = value;
|
|
30479
|
-
}
|
|
30480
|
-
get paddingBlockMobile() {
|
|
30481
|
-
return this.elementRef.nativeElement['paddingBlockMobile'];
|
|
30482
|
-
}
|
|
30483
|
-
set paddingTopMobile(value) {
|
|
30484
|
-
this.elementRef.nativeElement['paddingTopMobile'] = value;
|
|
30485
|
-
}
|
|
30486
|
-
get paddingTopMobile() {
|
|
30487
|
-
return this.elementRef.nativeElement['paddingTopMobile'];
|
|
30488
|
-
}
|
|
30489
|
-
set paddingBottomMobile(value) {
|
|
30490
|
-
this.elementRef.nativeElement['paddingBottomMobile'] = value;
|
|
30491
|
-
}
|
|
30492
|
-
get paddingBottomMobile() {
|
|
30493
|
-
return this.elementRef.nativeElement['paddingBottomMobile'];
|
|
30494
|
-
}
|
|
30495
|
-
set paddingBlockTablet(value) {
|
|
30496
|
-
this.elementRef.nativeElement['paddingBlockTablet'] = value;
|
|
30497
|
-
}
|
|
30498
|
-
get paddingBlockTablet() {
|
|
30499
|
-
return this.elementRef.nativeElement['paddingBlockTablet'];
|
|
30500
|
-
}
|
|
30501
|
-
set paddingTopTablet(value) {
|
|
30502
|
-
this.elementRef.nativeElement['paddingTopTablet'] = value;
|
|
30503
|
-
}
|
|
30504
|
-
get paddingTopTablet() {
|
|
30505
|
-
return this.elementRef.nativeElement['paddingTopTablet'];
|
|
30506
|
-
}
|
|
30507
|
-
set paddingBottomTablet(value) {
|
|
30508
|
-
this.elementRef.nativeElement['paddingBottomTablet'] = value;
|
|
30509
|
-
}
|
|
30510
|
-
get paddingBottomTablet() {
|
|
30511
|
-
return this.elementRef.nativeElement['paddingBottomTablet'];
|
|
30512
|
-
}
|
|
30513
|
-
set paddingBlockLaptop(value) {
|
|
30514
|
-
this.elementRef.nativeElement['paddingBlockLaptop'] = value;
|
|
30515
|
-
}
|
|
30516
|
-
get paddingBlockLaptop() {
|
|
30517
|
-
return this.elementRef.nativeElement['paddingBlockLaptop'];
|
|
30518
|
-
}
|
|
30519
|
-
set paddingTopLaptop(value) {
|
|
30520
|
-
this.elementRef.nativeElement['paddingTopLaptop'] = value;
|
|
30521
|
-
}
|
|
30522
|
-
get paddingTopLaptop() {
|
|
30523
|
-
return this.elementRef.nativeElement['paddingTopLaptop'];
|
|
30524
|
-
}
|
|
30525
|
-
set paddingBottomLaptop(value) {
|
|
30526
|
-
this.elementRef.nativeElement['paddingBottomLaptop'] = value;
|
|
30527
|
-
}
|
|
30528
|
-
get paddingBottomLaptop() {
|
|
30529
|
-
return this.elementRef.nativeElement['paddingBottomLaptop'];
|
|
30530
|
-
}
|
|
30531
|
-
set border(value) {
|
|
30532
|
-
this.elementRef.nativeElement['border'] = value;
|
|
30533
|
-
}
|
|
30534
|
-
get border() {
|
|
30535
|
-
return this.elementRef.nativeElement['border'];
|
|
30536
|
-
}
|
|
30537
|
-
set borderSide(value) {
|
|
30538
|
-
this.elementRef.nativeElement['borderSide'] = value;
|
|
30539
|
-
}
|
|
30540
|
-
get borderSide() {
|
|
30541
|
-
return this.elementRef.nativeElement['borderSide'];
|
|
30542
|
-
}
|
|
30543
|
-
set borderSideMobile(value) {
|
|
30544
|
-
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
30545
|
-
}
|
|
30546
|
-
get borderSideMobile() {
|
|
30547
|
-
return this.elementRef.nativeElement['borderSideMobile'];
|
|
30548
|
-
}
|
|
30549
|
-
set borderSideTablet(value) {
|
|
30550
|
-
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
30551
|
-
}
|
|
30552
|
-
get borderSideTablet() {
|
|
30553
|
-
return this.elementRef.nativeElement['borderSideTablet'];
|
|
30554
|
-
}
|
|
30555
|
-
set borderSideLaptop(value) {
|
|
30556
|
-
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
30411
|
+
set inverted(value) {
|
|
30412
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
30557
30413
|
}
|
|
30558
|
-
get
|
|
30559
|
-
return this.elementRef.nativeElement['
|
|
30414
|
+
get inverted() {
|
|
30415
|
+
return this.elementRef.nativeElement['inverted'];
|
|
30560
30416
|
}
|
|
30561
30417
|
set grow(value) {
|
|
30562
30418
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -30873,89 +30729,17 @@ class PxSection {
|
|
|
30873
30729
|
constructor(elementRef) {
|
|
30874
30730
|
this.elementRef = elementRef;
|
|
30875
30731
|
}
|
|
30876
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30877
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30732
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30733
|
+
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 });
|
|
30878
30734
|
}
|
|
30879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, decorators: [{
|
|
30880
30736
|
type: Directive,
|
|
30881
30737
|
args: [{
|
|
30882
|
-
selector: 'px-
|
|
30738
|
+
selector: 'px-ribbon',
|
|
30883
30739
|
standalone: true,
|
|
30884
30740
|
}]
|
|
30885
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30886
|
-
type: Input
|
|
30887
|
-
args: ['background-color']
|
|
30888
|
-
}], backgroundGradient: [{
|
|
30889
|
-
type: Input,
|
|
30890
|
-
args: ['background-gradient']
|
|
30891
|
-
}], backgroundImage: [{
|
|
30892
|
-
type: Input,
|
|
30893
|
-
args: ['background-image']
|
|
30894
|
-
}], backgroundImageMobile: [{
|
|
30895
|
-
type: Input,
|
|
30896
|
-
args: ['background-image--mobile']
|
|
30897
|
-
}], backgroundImageTablet: [{
|
|
30898
|
-
type: Input,
|
|
30899
|
-
args: ['background-image--tablet']
|
|
30900
|
-
}], backgroundImageLaptop: [{
|
|
30901
|
-
type: Input,
|
|
30902
|
-
args: ['background-image--laptop']
|
|
30903
|
-
}], backgroundSize: [{
|
|
30904
|
-
type: Input,
|
|
30905
|
-
args: ['background-size']
|
|
30906
|
-
}], backgroundPosition: [{
|
|
30907
|
-
type: Input,
|
|
30908
|
-
args: ['background-position']
|
|
30909
|
-
}], paddingBlock: [{
|
|
30910
|
-
type: Input,
|
|
30911
|
-
args: ['padding-block']
|
|
30912
|
-
}], paddingTop: [{
|
|
30913
|
-
type: Input,
|
|
30914
|
-
args: ['padding-top']
|
|
30915
|
-
}], paddingBottom: [{
|
|
30916
|
-
type: Input,
|
|
30917
|
-
args: ['padding-bottom']
|
|
30918
|
-
}], paddingBlockMobile: [{
|
|
30919
|
-
type: Input,
|
|
30920
|
-
args: ['padding-block--mobile']
|
|
30921
|
-
}], paddingTopMobile: [{
|
|
30922
|
-
type: Input,
|
|
30923
|
-
args: ['padding-top--mobile']
|
|
30924
|
-
}], paddingBottomMobile: [{
|
|
30925
|
-
type: Input,
|
|
30926
|
-
args: ['padding-bottom--mobile']
|
|
30927
|
-
}], paddingBlockTablet: [{
|
|
30928
|
-
type: Input,
|
|
30929
|
-
args: ['padding-block--tablet']
|
|
30930
|
-
}], paddingTopTablet: [{
|
|
30931
|
-
type: Input,
|
|
30932
|
-
args: ['padding-top--tablet']
|
|
30933
|
-
}], paddingBottomTablet: [{
|
|
30934
|
-
type: Input,
|
|
30935
|
-
args: ['padding-bottom--tablet']
|
|
30936
|
-
}], paddingBlockLaptop: [{
|
|
30937
|
-
type: Input,
|
|
30938
|
-
args: ['padding-block--laptop']
|
|
30939
|
-
}], paddingTopLaptop: [{
|
|
30940
|
-
type: Input,
|
|
30941
|
-
args: ['padding-top--laptop']
|
|
30942
|
-
}], paddingBottomLaptop: [{
|
|
30943
|
-
type: Input,
|
|
30944
|
-
args: ['padding-bottom--laptop']
|
|
30945
|
-
}], border: [{
|
|
30946
|
-
type: Input
|
|
30947
|
-
}], borderSide: [{
|
|
30948
|
-
type: Input,
|
|
30949
|
-
args: ['border-side']
|
|
30950
|
-
}], borderSideMobile: [{
|
|
30951
|
-
type: Input,
|
|
30952
|
-
args: ['border-side--mobile']
|
|
30953
|
-
}], borderSideTablet: [{
|
|
30954
|
-
type: Input,
|
|
30955
|
-
args: ['border-side--tablet']
|
|
30956
|
-
}], borderSideLaptop: [{
|
|
30957
|
-
type: Input,
|
|
30958
|
-
args: ['border-side--laptop']
|
|
30741
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30742
|
+
type: Input
|
|
30959
30743
|
}], grow: [{
|
|
30960
30744
|
type: Input
|
|
30961
30745
|
}], growMobile: [{
|
|
@@ -31109,15 +30893,159 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
31109
30893
|
args: ['word-break-all--desktop']
|
|
31110
30894
|
}] } });
|
|
31111
30895
|
/**
|
|
31112
|
-
* @description Type-only wrapper for <px-
|
|
30896
|
+
* @description Type-only wrapper for <px-section>
|
|
31113
30897
|
*/
|
|
31114
|
-
class
|
|
30898
|
+
class PxSection {
|
|
31115
30899
|
elementRef;
|
|
31116
|
-
set
|
|
31117
|
-
this.elementRef.nativeElement['
|
|
30900
|
+
set backgroundColor(value) {
|
|
30901
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
31118
30902
|
}
|
|
31119
|
-
get
|
|
31120
|
-
return this.elementRef.nativeElement['
|
|
30903
|
+
get backgroundColor() {
|
|
30904
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
30905
|
+
}
|
|
30906
|
+
set backgroundGradient(value) {
|
|
30907
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
30908
|
+
}
|
|
30909
|
+
get backgroundGradient() {
|
|
30910
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
30911
|
+
}
|
|
30912
|
+
set backgroundImage(value) {
|
|
30913
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
30914
|
+
}
|
|
30915
|
+
get backgroundImage() {
|
|
30916
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
30917
|
+
}
|
|
30918
|
+
set backgroundImageMobile(value) {
|
|
30919
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
30920
|
+
}
|
|
30921
|
+
get backgroundImageMobile() {
|
|
30922
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
30923
|
+
}
|
|
30924
|
+
set backgroundImageTablet(value) {
|
|
30925
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
30926
|
+
}
|
|
30927
|
+
get backgroundImageTablet() {
|
|
30928
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
30929
|
+
}
|
|
30930
|
+
set backgroundImageLaptop(value) {
|
|
30931
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
30932
|
+
}
|
|
30933
|
+
get backgroundImageLaptop() {
|
|
30934
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
30935
|
+
}
|
|
30936
|
+
set backgroundSize(value) {
|
|
30937
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
30938
|
+
}
|
|
30939
|
+
get backgroundSize() {
|
|
30940
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
30941
|
+
}
|
|
30942
|
+
set backgroundPosition(value) {
|
|
30943
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
30944
|
+
}
|
|
30945
|
+
get backgroundPosition() {
|
|
30946
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
30947
|
+
}
|
|
30948
|
+
set paddingBlock(value) {
|
|
30949
|
+
this.elementRef.nativeElement['paddingBlock'] = value;
|
|
30950
|
+
}
|
|
30951
|
+
get paddingBlock() {
|
|
30952
|
+
return this.elementRef.nativeElement['paddingBlock'];
|
|
30953
|
+
}
|
|
30954
|
+
set paddingTop(value) {
|
|
30955
|
+
this.elementRef.nativeElement['paddingTop'] = value;
|
|
30956
|
+
}
|
|
30957
|
+
get paddingTop() {
|
|
30958
|
+
return this.elementRef.nativeElement['paddingTop'];
|
|
30959
|
+
}
|
|
30960
|
+
set paddingBottom(value) {
|
|
30961
|
+
this.elementRef.nativeElement['paddingBottom'] = value;
|
|
30962
|
+
}
|
|
30963
|
+
get paddingBottom() {
|
|
30964
|
+
return this.elementRef.nativeElement['paddingBottom'];
|
|
30965
|
+
}
|
|
30966
|
+
set paddingBlockMobile(value) {
|
|
30967
|
+
this.elementRef.nativeElement['paddingBlockMobile'] = value;
|
|
30968
|
+
}
|
|
30969
|
+
get paddingBlockMobile() {
|
|
30970
|
+
return this.elementRef.nativeElement['paddingBlockMobile'];
|
|
30971
|
+
}
|
|
30972
|
+
set paddingTopMobile(value) {
|
|
30973
|
+
this.elementRef.nativeElement['paddingTopMobile'] = value;
|
|
30974
|
+
}
|
|
30975
|
+
get paddingTopMobile() {
|
|
30976
|
+
return this.elementRef.nativeElement['paddingTopMobile'];
|
|
30977
|
+
}
|
|
30978
|
+
set paddingBottomMobile(value) {
|
|
30979
|
+
this.elementRef.nativeElement['paddingBottomMobile'] = value;
|
|
30980
|
+
}
|
|
30981
|
+
get paddingBottomMobile() {
|
|
30982
|
+
return this.elementRef.nativeElement['paddingBottomMobile'];
|
|
30983
|
+
}
|
|
30984
|
+
set paddingBlockTablet(value) {
|
|
30985
|
+
this.elementRef.nativeElement['paddingBlockTablet'] = value;
|
|
30986
|
+
}
|
|
30987
|
+
get paddingBlockTablet() {
|
|
30988
|
+
return this.elementRef.nativeElement['paddingBlockTablet'];
|
|
30989
|
+
}
|
|
30990
|
+
set paddingTopTablet(value) {
|
|
30991
|
+
this.elementRef.nativeElement['paddingTopTablet'] = value;
|
|
30992
|
+
}
|
|
30993
|
+
get paddingTopTablet() {
|
|
30994
|
+
return this.elementRef.nativeElement['paddingTopTablet'];
|
|
30995
|
+
}
|
|
30996
|
+
set paddingBottomTablet(value) {
|
|
30997
|
+
this.elementRef.nativeElement['paddingBottomTablet'] = value;
|
|
30998
|
+
}
|
|
30999
|
+
get paddingBottomTablet() {
|
|
31000
|
+
return this.elementRef.nativeElement['paddingBottomTablet'];
|
|
31001
|
+
}
|
|
31002
|
+
set paddingBlockLaptop(value) {
|
|
31003
|
+
this.elementRef.nativeElement['paddingBlockLaptop'] = value;
|
|
31004
|
+
}
|
|
31005
|
+
get paddingBlockLaptop() {
|
|
31006
|
+
return this.elementRef.nativeElement['paddingBlockLaptop'];
|
|
31007
|
+
}
|
|
31008
|
+
set paddingTopLaptop(value) {
|
|
31009
|
+
this.elementRef.nativeElement['paddingTopLaptop'] = value;
|
|
31010
|
+
}
|
|
31011
|
+
get paddingTopLaptop() {
|
|
31012
|
+
return this.elementRef.nativeElement['paddingTopLaptop'];
|
|
31013
|
+
}
|
|
31014
|
+
set paddingBottomLaptop(value) {
|
|
31015
|
+
this.elementRef.nativeElement['paddingBottomLaptop'] = value;
|
|
31016
|
+
}
|
|
31017
|
+
get paddingBottomLaptop() {
|
|
31018
|
+
return this.elementRef.nativeElement['paddingBottomLaptop'];
|
|
31019
|
+
}
|
|
31020
|
+
set border(value) {
|
|
31021
|
+
this.elementRef.nativeElement['border'] = value;
|
|
31022
|
+
}
|
|
31023
|
+
get border() {
|
|
31024
|
+
return this.elementRef.nativeElement['border'];
|
|
31025
|
+
}
|
|
31026
|
+
set borderSide(value) {
|
|
31027
|
+
this.elementRef.nativeElement['borderSide'] = value;
|
|
31028
|
+
}
|
|
31029
|
+
get borderSide() {
|
|
31030
|
+
return this.elementRef.nativeElement['borderSide'];
|
|
31031
|
+
}
|
|
31032
|
+
set borderSideMobile(value) {
|
|
31033
|
+
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
31034
|
+
}
|
|
31035
|
+
get borderSideMobile() {
|
|
31036
|
+
return this.elementRef.nativeElement['borderSideMobile'];
|
|
31037
|
+
}
|
|
31038
|
+
set borderSideTablet(value) {
|
|
31039
|
+
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
31040
|
+
}
|
|
31041
|
+
get borderSideTablet() {
|
|
31042
|
+
return this.elementRef.nativeElement['borderSideTablet'];
|
|
31043
|
+
}
|
|
31044
|
+
set borderSideLaptop(value) {
|
|
31045
|
+
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
31046
|
+
}
|
|
31047
|
+
get borderSideLaptop() {
|
|
31048
|
+
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
31121
31049
|
}
|
|
31122
31050
|
set grow(value) {
|
|
31123
31051
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -31434,17 +31362,89 @@ class PxRibbon {
|
|
|
31434
31362
|
constructor(elementRef) {
|
|
31435
31363
|
this.elementRef = elementRef;
|
|
31436
31364
|
}
|
|
31437
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
31438
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
31365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSection, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31366
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSection, isStandalone: true, selector: "px-section", 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"], paddingBlock: ["padding-block", "paddingBlock"], paddingTop: ["padding-top", "paddingTop"], paddingBottom: ["padding-bottom", "paddingBottom"], paddingBlockMobile: ["padding-block--mobile", "paddingBlockMobile"], paddingTopMobile: ["padding-top--mobile", "paddingTopMobile"], paddingBottomMobile: ["padding-bottom--mobile", "paddingBottomMobile"], paddingBlockTablet: ["padding-block--tablet", "paddingBlockTablet"], paddingTopTablet: ["padding-top--tablet", "paddingTopTablet"], paddingBottomTablet: ["padding-bottom--tablet", "paddingBottomTablet"], paddingBlockLaptop: ["padding-block--laptop", "paddingBlockLaptop"], paddingTopLaptop: ["padding-top--laptop", "paddingTopLaptop"], paddingBottomLaptop: ["padding-bottom--laptop", "paddingBottomLaptop"], border: "border", borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"], 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 });
|
|
31439
31367
|
}
|
|
31440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
31368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSection, decorators: [{
|
|
31441
31369
|
type: Directive,
|
|
31442
31370
|
args: [{
|
|
31443
|
-
selector: 'px-
|
|
31371
|
+
selector: 'px-section',
|
|
31444
31372
|
standalone: true,
|
|
31445
31373
|
}]
|
|
31446
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
31374
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
31375
|
+
type: Input,
|
|
31376
|
+
args: ['background-color']
|
|
31377
|
+
}], backgroundGradient: [{
|
|
31378
|
+
type: Input,
|
|
31379
|
+
args: ['background-gradient']
|
|
31380
|
+
}], backgroundImage: [{
|
|
31381
|
+
type: Input,
|
|
31382
|
+
args: ['background-image']
|
|
31383
|
+
}], backgroundImageMobile: [{
|
|
31384
|
+
type: Input,
|
|
31385
|
+
args: ['background-image--mobile']
|
|
31386
|
+
}], backgroundImageTablet: [{
|
|
31387
|
+
type: Input,
|
|
31388
|
+
args: ['background-image--tablet']
|
|
31389
|
+
}], backgroundImageLaptop: [{
|
|
31390
|
+
type: Input,
|
|
31391
|
+
args: ['background-image--laptop']
|
|
31392
|
+
}], backgroundSize: [{
|
|
31393
|
+
type: Input,
|
|
31394
|
+
args: ['background-size']
|
|
31395
|
+
}], backgroundPosition: [{
|
|
31396
|
+
type: Input,
|
|
31397
|
+
args: ['background-position']
|
|
31398
|
+
}], paddingBlock: [{
|
|
31399
|
+
type: Input,
|
|
31400
|
+
args: ['padding-block']
|
|
31401
|
+
}], paddingTop: [{
|
|
31402
|
+
type: Input,
|
|
31403
|
+
args: ['padding-top']
|
|
31404
|
+
}], paddingBottom: [{
|
|
31405
|
+
type: Input,
|
|
31406
|
+
args: ['padding-bottom']
|
|
31407
|
+
}], paddingBlockMobile: [{
|
|
31408
|
+
type: Input,
|
|
31409
|
+
args: ['padding-block--mobile']
|
|
31410
|
+
}], paddingTopMobile: [{
|
|
31411
|
+
type: Input,
|
|
31412
|
+
args: ['padding-top--mobile']
|
|
31413
|
+
}], paddingBottomMobile: [{
|
|
31414
|
+
type: Input,
|
|
31415
|
+
args: ['padding-bottom--mobile']
|
|
31416
|
+
}], paddingBlockTablet: [{
|
|
31417
|
+
type: Input,
|
|
31418
|
+
args: ['padding-block--tablet']
|
|
31419
|
+
}], paddingTopTablet: [{
|
|
31420
|
+
type: Input,
|
|
31421
|
+
args: ['padding-top--tablet']
|
|
31422
|
+
}], paddingBottomTablet: [{
|
|
31423
|
+
type: Input,
|
|
31424
|
+
args: ['padding-bottom--tablet']
|
|
31425
|
+
}], paddingBlockLaptop: [{
|
|
31426
|
+
type: Input,
|
|
31427
|
+
args: ['padding-block--laptop']
|
|
31428
|
+
}], paddingTopLaptop: [{
|
|
31429
|
+
type: Input,
|
|
31430
|
+
args: ['padding-top--laptop']
|
|
31431
|
+
}], paddingBottomLaptop: [{
|
|
31432
|
+
type: Input,
|
|
31433
|
+
args: ['padding-bottom--laptop']
|
|
31434
|
+
}], border: [{
|
|
31447
31435
|
type: Input
|
|
31436
|
+
}], borderSide: [{
|
|
31437
|
+
type: Input,
|
|
31438
|
+
args: ['border-side']
|
|
31439
|
+
}], borderSideMobile: [{
|
|
31440
|
+
type: Input,
|
|
31441
|
+
args: ['border-side--mobile']
|
|
31442
|
+
}], borderSideTablet: [{
|
|
31443
|
+
type: Input,
|
|
31444
|
+
args: ['border-side--tablet']
|
|
31445
|
+
}], borderSideLaptop: [{
|
|
31446
|
+
type: Input,
|
|
31447
|
+
args: ['border-side--laptop']
|
|
31448
31448
|
}], grow: [{
|
|
31449
31449
|
type: Input
|
|
31450
31450
|
}], growMobile: [{
|
|
@@ -41266,7 +41266,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41266
41266
|
}] } });
|
|
41267
41267
|
class Lavender {
|
|
41268
41268
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41269
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink,
|
|
41269
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContentHeader, PxDrawer, PxContainer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContentHeader, PxDrawer, PxContainer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41270
41270
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41271
41271
|
}
|
|
41272
41272
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41296,9 +41296,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41296
41296
|
PxCheckbox,
|
|
41297
41297
|
PxColorOption,
|
|
41298
41298
|
PxColorOptionLink,
|
|
41299
|
-
PxContainer,
|
|
41300
41299
|
PxContentHeader,
|
|
41301
41300
|
PxDrawer,
|
|
41301
|
+
PxContainer,
|
|
41302
41302
|
PxDropdown,
|
|
41303
41303
|
PxFieldset,
|
|
41304
41304
|
PxGrid,
|
|
@@ -41309,12 +41309,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41309
41309
|
PxH5,
|
|
41310
41310
|
PxH6,
|
|
41311
41311
|
PxHeadingGroup,
|
|
41312
|
+
PxImg,
|
|
41313
|
+
PxPicture,
|
|
41312
41314
|
PxInput,
|
|
41313
41315
|
PxSelect,
|
|
41314
41316
|
PxTextarea,
|
|
41315
41317
|
PxFileupload,
|
|
41316
|
-
PxImg,
|
|
41317
|
-
PxPicture,
|
|
41318
41318
|
PxPage,
|
|
41319
41319
|
PxSpacer,
|
|
41320
41320
|
PxStack,
|
|
@@ -41334,8 +41334,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41334
41334
|
PxRadio,
|
|
41335
41335
|
PxRadioBase,
|
|
41336
41336
|
PxRadioGroup,
|
|
41337
|
-
PxSection,
|
|
41338
41337
|
PxRibbon,
|
|
41338
|
+
PxSection,
|
|
41339
41339
|
PxSelectableBox,
|
|
41340
41340
|
PxSelectableBoxCheckbox,
|
|
41341
41341
|
PxSelectableBoxRadio,
|
|
@@ -41398,9 +41398,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41398
41398
|
PxCheckbox,
|
|
41399
41399
|
PxColorOption,
|
|
41400
41400
|
PxColorOptionLink,
|
|
41401
|
-
PxContainer,
|
|
41402
41401
|
PxContentHeader,
|
|
41403
41402
|
PxDrawer,
|
|
41403
|
+
PxContainer,
|
|
41404
41404
|
PxDropdown,
|
|
41405
41405
|
PxFieldset,
|
|
41406
41406
|
PxGrid,
|
|
@@ -41411,12 +41411,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41411
41411
|
PxH5,
|
|
41412
41412
|
PxH6,
|
|
41413
41413
|
PxHeadingGroup,
|
|
41414
|
+
PxImg,
|
|
41415
|
+
PxPicture,
|
|
41414
41416
|
PxInput,
|
|
41415
41417
|
PxSelect,
|
|
41416
41418
|
PxTextarea,
|
|
41417
41419
|
PxFileupload,
|
|
41418
|
-
PxImg,
|
|
41419
|
-
PxPicture,
|
|
41420
41420
|
PxPage,
|
|
41421
41421
|
PxSpacer,
|
|
41422
41422
|
PxStack,
|
|
@@ -41436,8 +41436,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41436
41436
|
PxRadio,
|
|
41437
41437
|
PxRadioBase,
|
|
41438
41438
|
PxRadioGroup,
|
|
41439
|
-
PxSection,
|
|
41440
41439
|
PxRibbon,
|
|
41440
|
+
PxSection,
|
|
41441
41441
|
PxSelectableBox,
|
|
41442
41442
|
PxSelectableBoxCheckbox,
|
|
41443
41443
|
PxSelectableBoxRadio,
|