@proximus/lavender-angular 1.4.15-alpha.10 → 1.4.15-alpha.12
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 +8 -0
- package/fesm2022/proximus-lavender-angular.mjs +416 -416
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +127 -127
- 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,124 @@ 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-container>
|
|
12603
12487
|
*/
|
|
12604
|
-
class
|
|
12488
|
+
class PxContainer {
|
|
12605
12489
|
elementRef;
|
|
12490
|
+
set border(value) {
|
|
12491
|
+
this.elementRef.nativeElement['border'] = value;
|
|
12492
|
+
}
|
|
12493
|
+
get border() {
|
|
12494
|
+
return this.elementRef.nativeElement['border'];
|
|
12495
|
+
}
|
|
12496
|
+
set borderColor(value) {
|
|
12497
|
+
this.elementRef.nativeElement['borderColor'] = value;
|
|
12498
|
+
}
|
|
12499
|
+
get borderColor() {
|
|
12500
|
+
return this.elementRef.nativeElement['borderColor'];
|
|
12501
|
+
}
|
|
12502
|
+
set borderSide(value) {
|
|
12503
|
+
this.elementRef.nativeElement['borderSide'] = value;
|
|
12504
|
+
}
|
|
12505
|
+
get borderSide() {
|
|
12506
|
+
return this.elementRef.nativeElement['borderSide'];
|
|
12507
|
+
}
|
|
12508
|
+
set borderSideMobile(value) {
|
|
12509
|
+
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
12510
|
+
}
|
|
12511
|
+
get borderSideMobile() {
|
|
12512
|
+
return this.elementRef.nativeElement['borderSideMobile'];
|
|
12513
|
+
}
|
|
12514
|
+
set borderSideTablet(value) {
|
|
12515
|
+
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
12516
|
+
}
|
|
12517
|
+
get borderSideTablet() {
|
|
12518
|
+
return this.elementRef.nativeElement['borderSideTablet'];
|
|
12519
|
+
}
|
|
12520
|
+
set borderSideLaptop(value) {
|
|
12521
|
+
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
12522
|
+
}
|
|
12523
|
+
get borderSideLaptop() {
|
|
12524
|
+
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
12525
|
+
}
|
|
12526
|
+
set borderRadius(value) {
|
|
12527
|
+
this.elementRef.nativeElement['borderRadius'] = value;
|
|
12528
|
+
}
|
|
12529
|
+
get borderRadius() {
|
|
12530
|
+
return this.elementRef.nativeElement['borderRadius'];
|
|
12531
|
+
}
|
|
12532
|
+
set noBorderRadius(value) {
|
|
12533
|
+
this.elementRef.nativeElement['noBorderRadius'] = value;
|
|
12534
|
+
}
|
|
12535
|
+
get noBorderRadius() {
|
|
12536
|
+
return this.elementRef.nativeElement['noBorderRadius'];
|
|
12537
|
+
}
|
|
12538
|
+
set noBorderRadiusMobile(value) {
|
|
12539
|
+
this.elementRef.nativeElement['noBorderRadiusMobile'] = value;
|
|
12540
|
+
}
|
|
12541
|
+
get noBorderRadiusMobile() {
|
|
12542
|
+
return this.elementRef.nativeElement['noBorderRadiusMobile'];
|
|
12543
|
+
}
|
|
12544
|
+
set noBorderRadiusTablet(value) {
|
|
12545
|
+
this.elementRef.nativeElement['noBorderRadiusTablet'] = value;
|
|
12546
|
+
}
|
|
12547
|
+
get noBorderRadiusTablet() {
|
|
12548
|
+
return this.elementRef.nativeElement['noBorderRadiusTablet'];
|
|
12549
|
+
}
|
|
12550
|
+
set noBorderRadiusLaptop(value) {
|
|
12551
|
+
this.elementRef.nativeElement['noBorderRadiusLaptop'] = value;
|
|
12552
|
+
}
|
|
12553
|
+
get noBorderRadiusLaptop() {
|
|
12554
|
+
return this.elementRef.nativeElement['noBorderRadiusLaptop'];
|
|
12555
|
+
}
|
|
12606
12556
|
set backgroundColor(value) {
|
|
12607
12557
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
12608
12558
|
}
|
|
12609
12559
|
get backgroundColor() {
|
|
12610
12560
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
12611
12561
|
}
|
|
12562
|
+
set backgroundColorMobile(value) {
|
|
12563
|
+
this.elementRef.nativeElement['backgroundColorMobile'] = value;
|
|
12564
|
+
}
|
|
12565
|
+
get backgroundColorMobile() {
|
|
12566
|
+
return this.elementRef.nativeElement['backgroundColorMobile'];
|
|
12567
|
+
}
|
|
12568
|
+
set backgroundColorTablet(value) {
|
|
12569
|
+
this.elementRef.nativeElement['backgroundColorTablet'] = value;
|
|
12570
|
+
}
|
|
12571
|
+
get backgroundColorTablet() {
|
|
12572
|
+
return this.elementRef.nativeElement['backgroundColorTablet'];
|
|
12573
|
+
}
|
|
12574
|
+
set backgroundColorLaptop(value) {
|
|
12575
|
+
this.elementRef.nativeElement['backgroundColorLaptop'] = value;
|
|
12576
|
+
}
|
|
12577
|
+
get backgroundColorLaptop() {
|
|
12578
|
+
return this.elementRef.nativeElement['backgroundColorLaptop'];
|
|
12579
|
+
}
|
|
12612
12580
|
set backgroundGradient(value) {
|
|
12613
12581
|
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12614
12582
|
}
|
|
12615
12583
|
get backgroundGradient() {
|
|
12616
12584
|
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12617
12585
|
}
|
|
12586
|
+
set backgroundGradientMobile(value) {
|
|
12587
|
+
this.elementRef.nativeElement['backgroundGradientMobile'] = value;
|
|
12588
|
+
}
|
|
12589
|
+
get backgroundGradientMobile() {
|
|
12590
|
+
return this.elementRef.nativeElement['backgroundGradientMobile'];
|
|
12591
|
+
}
|
|
12592
|
+
set backgroundGradientTablet(value) {
|
|
12593
|
+
this.elementRef.nativeElement['backgroundGradientTablet'] = value;
|
|
12594
|
+
}
|
|
12595
|
+
get backgroundGradientTablet() {
|
|
12596
|
+
return this.elementRef.nativeElement['backgroundGradientTablet'];
|
|
12597
|
+
}
|
|
12598
|
+
set backgroundGradientLaptop(value) {
|
|
12599
|
+
this.elementRef.nativeElement['backgroundGradientLaptop'] = value;
|
|
12600
|
+
}
|
|
12601
|
+
get backgroundGradientLaptop() {
|
|
12602
|
+
return this.elementRef.nativeElement['backgroundGradientLaptop'];
|
|
12603
|
+
}
|
|
12618
12604
|
set backgroundImage(value) {
|
|
12619
12605
|
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12620
12606
|
}
|
|
@@ -12651,53 +12637,23 @@ class PxContentHeader {
|
|
|
12651
12637
|
get backgroundPosition() {
|
|
12652
12638
|
return this.elementRef.nativeElement['backgroundPosition'];
|
|
12653
12639
|
}
|
|
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;
|
|
12640
|
+
set boxShadow(value) {
|
|
12641
|
+
this.elementRef.nativeElement['boxShadow'] = value;
|
|
12686
12642
|
}
|
|
12687
|
-
get
|
|
12688
|
-
return this.elementRef.nativeElement['
|
|
12643
|
+
get boxShadow() {
|
|
12644
|
+
return this.elementRef.nativeElement['boxShadow'];
|
|
12689
12645
|
}
|
|
12690
|
-
set
|
|
12691
|
-
this.elementRef.nativeElement['
|
|
12646
|
+
set anchorOffset(value) {
|
|
12647
|
+
this.elementRef.nativeElement['anchorOffset'] = value;
|
|
12692
12648
|
}
|
|
12693
|
-
get
|
|
12694
|
-
return this.elementRef.nativeElement['
|
|
12649
|
+
get anchorOffset() {
|
|
12650
|
+
return this.elementRef.nativeElement['anchorOffset'];
|
|
12695
12651
|
}
|
|
12696
|
-
set
|
|
12697
|
-
this.elementRef.nativeElement['
|
|
12652
|
+
set anchorSpacing(value) {
|
|
12653
|
+
this.elementRef.nativeElement['anchorSpacing'] = value;
|
|
12698
12654
|
}
|
|
12699
|
-
get
|
|
12700
|
-
return this.elementRef.nativeElement['
|
|
12655
|
+
get anchorSpacing() {
|
|
12656
|
+
return this.elementRef.nativeElement['anchorSpacing'];
|
|
12701
12657
|
}
|
|
12702
12658
|
set inverted(value) {
|
|
12703
12659
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -12705,6 +12661,12 @@ class PxContentHeader {
|
|
|
12705
12661
|
get inverted() {
|
|
12706
12662
|
return this.elementRef.nativeElement['inverted'];
|
|
12707
12663
|
}
|
|
12664
|
+
set subgridRows(value) {
|
|
12665
|
+
this.elementRef.nativeElement['subgridRows'] = value;
|
|
12666
|
+
}
|
|
12667
|
+
get subgridRows() {
|
|
12668
|
+
return this.elementRef.nativeElement['subgridRows'];
|
|
12669
|
+
}
|
|
12708
12670
|
set grow(value) {
|
|
12709
12671
|
this.elementRef.nativeElement['grow'] = value;
|
|
12710
12672
|
}
|
|
@@ -13020,21 +12982,71 @@ class PxContentHeader {
|
|
|
13020
12982
|
constructor(elementRef) {
|
|
13021
12983
|
this.elementRef = elementRef;
|
|
13022
12984
|
}
|
|
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:
|
|
12985
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12986
|
+
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
12987
|
}
|
|
13026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, decorators: [{
|
|
13027
12989
|
type: Directive,
|
|
13028
12990
|
args: [{
|
|
13029
|
-
selector: 'px-
|
|
12991
|
+
selector: 'px-container',
|
|
13030
12992
|
standalone: true,
|
|
13031
12993
|
}]
|
|
13032
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
12994
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { border: [{
|
|
12995
|
+
type: Input
|
|
12996
|
+
}], borderColor: [{
|
|
12997
|
+
type: Input,
|
|
12998
|
+
args: ['border-color']
|
|
12999
|
+
}], borderSide: [{
|
|
13000
|
+
type: Input,
|
|
13001
|
+
args: ['border-side']
|
|
13002
|
+
}], borderSideMobile: [{
|
|
13003
|
+
type: Input,
|
|
13004
|
+
args: ['border-side--mobile']
|
|
13005
|
+
}], borderSideTablet: [{
|
|
13006
|
+
type: Input,
|
|
13007
|
+
args: ['border-side--tablet']
|
|
13008
|
+
}], borderSideLaptop: [{
|
|
13009
|
+
type: Input,
|
|
13010
|
+
args: ['border-side--laptop']
|
|
13011
|
+
}], borderRadius: [{
|
|
13012
|
+
type: Input,
|
|
13013
|
+
args: ['border-radius']
|
|
13014
|
+
}], noBorderRadius: [{
|
|
13015
|
+
type: Input,
|
|
13016
|
+
args: ['no-border-radius']
|
|
13017
|
+
}], noBorderRadiusMobile: [{
|
|
13018
|
+
type: Input,
|
|
13019
|
+
args: ['no-border-radius--mobile']
|
|
13020
|
+
}], noBorderRadiusTablet: [{
|
|
13021
|
+
type: Input,
|
|
13022
|
+
args: ['no-border-radius--tablet']
|
|
13023
|
+
}], noBorderRadiusLaptop: [{
|
|
13024
|
+
type: Input,
|
|
13025
|
+
args: ['no-border-radius--laptop']
|
|
13026
|
+
}], backgroundColor: [{
|
|
13033
13027
|
type: Input,
|
|
13034
13028
|
args: ['background-color']
|
|
13029
|
+
}], backgroundColorMobile: [{
|
|
13030
|
+
type: Input,
|
|
13031
|
+
args: ['background-color--mobile']
|
|
13032
|
+
}], backgroundColorTablet: [{
|
|
13033
|
+
type: Input,
|
|
13034
|
+
args: ['background-color--tablet']
|
|
13035
|
+
}], backgroundColorLaptop: [{
|
|
13036
|
+
type: Input,
|
|
13037
|
+
args: ['background-color--laptop']
|
|
13035
13038
|
}], backgroundGradient: [{
|
|
13036
13039
|
type: Input,
|
|
13037
13040
|
args: ['background-gradient']
|
|
13041
|
+
}], backgroundGradientMobile: [{
|
|
13042
|
+
type: Input,
|
|
13043
|
+
args: ['background-gradient--mobile']
|
|
13044
|
+
}], backgroundGradientTablet: [{
|
|
13045
|
+
type: Input,
|
|
13046
|
+
args: ['background-gradient--tablet']
|
|
13047
|
+
}], backgroundGradientLaptop: [{
|
|
13048
|
+
type: Input,
|
|
13049
|
+
args: ['background-gradient--laptop']
|
|
13038
13050
|
}], backgroundImage: [{
|
|
13039
13051
|
type: Input,
|
|
13040
13052
|
args: ['background-image']
|
|
@@ -13053,32 +13065,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13053
13065
|
}], backgroundPosition: [{
|
|
13054
13066
|
type: Input,
|
|
13055
13067
|
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: [{
|
|
13068
|
+
}], boxShadow: [{
|
|
13072
13069
|
type: Input,
|
|
13073
|
-
args: ['
|
|
13074
|
-
}],
|
|
13070
|
+
args: ['box-shadow']
|
|
13071
|
+
}], anchorOffset: [{
|
|
13075
13072
|
type: Input,
|
|
13076
|
-
args: ['
|
|
13077
|
-
}],
|
|
13073
|
+
args: ['anchor-offset']
|
|
13074
|
+
}], anchorSpacing: [{
|
|
13078
13075
|
type: Input,
|
|
13079
|
-
args: ['
|
|
13076
|
+
args: ['anchor-spacing']
|
|
13080
13077
|
}], inverted: [{
|
|
13081
13078
|
type: Input
|
|
13079
|
+
}], subgridRows: [{
|
|
13080
|
+
type: Input,
|
|
13081
|
+
args: ['subgrid-rows']
|
|
13082
13082
|
}], grow: [{
|
|
13083
13083
|
type: Input
|
|
13084
13084
|
}], growMobile: [{
|
|
@@ -28822,72 +28822,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28822
28822
|
args: ['word-break-all--desktop']
|
|
28823
28823
|
}] } });
|
|
28824
28824
|
/**
|
|
28825
|
-
* @description Type-only wrapper for <px-
|
|
28825
|
+
* @description Type-only wrapper for <px-ribbon>
|
|
28826
28826
|
*/
|
|
28827
|
-
class
|
|
28827
|
+
class PxRibbon {
|
|
28828
28828
|
elementRef;
|
|
28829
|
-
/** The validation state of the radio button. */
|
|
28830
|
-
set state(value) {
|
|
28831
|
-
this.elementRef.nativeElement['state'] = value;
|
|
28832
|
-
}
|
|
28833
|
-
get state() {
|
|
28834
|
-
return this.elementRef.nativeElement['state'];
|
|
28835
|
-
}
|
|
28836
|
-
/** The visual variant of the radio button. */
|
|
28837
|
-
set variant(value) {
|
|
28838
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
28839
|
-
}
|
|
28840
|
-
get variant() {
|
|
28841
|
-
return this.elementRef.nativeElement['variant'];
|
|
28842
|
-
}
|
|
28843
|
-
/** Whether to use inverted (dark background) styling. */
|
|
28844
28829
|
set inverted(value) {
|
|
28845
28830
|
this.elementRef.nativeElement['inverted'] = value;
|
|
28846
28831
|
}
|
|
28847
28832
|
get inverted() {
|
|
28848
28833
|
return this.elementRef.nativeElement['inverted'];
|
|
28849
28834
|
}
|
|
28850
|
-
set size(value) {
|
|
28851
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28852
|
-
}
|
|
28853
|
-
get size() {
|
|
28854
|
-
return this.elementRef.nativeElement['size'];
|
|
28855
|
-
}
|
|
28856
|
-
/** Whether the radio button is checked. */
|
|
28857
|
-
set checked(value) {
|
|
28858
|
-
this.elementRef.nativeElement['checked'] = value;
|
|
28859
|
-
}
|
|
28860
|
-
get checked() {
|
|
28861
|
-
return this.elementRef.nativeElement['checked'];
|
|
28862
|
-
}
|
|
28863
|
-
/** Whether the radio button is disabled. */
|
|
28864
|
-
set disabled(value) {
|
|
28865
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
28866
|
-
}
|
|
28867
|
-
get disabled() {
|
|
28868
|
-
return this.elementRef.nativeElement['disabled'];
|
|
28869
|
-
}
|
|
28870
|
-
/** Whether to apply hover styling. */
|
|
28871
|
-
set hover(value) {
|
|
28872
|
-
this.elementRef.nativeElement['hover'] = value;
|
|
28873
|
-
}
|
|
28874
|
-
get hover() {
|
|
28875
|
-
return this.elementRef.nativeElement['hover'];
|
|
28876
|
-
}
|
|
28877
|
-
/** The name of the radio button, used for form submission. */
|
|
28878
|
-
set name(value) {
|
|
28879
|
-
this.elementRef.nativeElement['name'] = value;
|
|
28880
|
-
}
|
|
28881
|
-
get name() {
|
|
28882
|
-
return this.elementRef.nativeElement['name'];
|
|
28883
|
-
}
|
|
28884
|
-
/** The value of the radio button, used for form submission. */
|
|
28885
|
-
set value(value) {
|
|
28886
|
-
this.elementRef.nativeElement['value'] = value;
|
|
28887
|
-
}
|
|
28888
|
-
get value() {
|
|
28889
|
-
return this.elementRef.nativeElement['value'];
|
|
28890
|
-
}
|
|
28891
28835
|
set grow(value) {
|
|
28892
28836
|
this.elementRef.nativeElement['grow'] = value;
|
|
28893
28837
|
}
|
|
@@ -29200,40 +29144,19 @@ class PxRadio {
|
|
|
29200
29144
|
get wordBreakAllDesktop() {
|
|
29201
29145
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29202
29146
|
}
|
|
29203
|
-
/** Fired when the radio button becomes checked. */
|
|
29204
|
-
change = new EventEmitter();
|
|
29205
29147
|
constructor(elementRef) {
|
|
29206
29148
|
this.elementRef = elementRef;
|
|
29207
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29208
|
-
this.change.emit(e.detail);
|
|
29209
|
-
});
|
|
29210
29149
|
}
|
|
29211
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29212
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29151
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRibbon, isStandalone: true, selector: "px-ribbon", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
29213
29152
|
}
|
|
29214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, decorators: [{
|
|
29215
29154
|
type: Directive,
|
|
29216
29155
|
args: [{
|
|
29217
|
-
selector: 'px-
|
|
29156
|
+
selector: 'px-ribbon',
|
|
29218
29157
|
standalone: true,
|
|
29219
29158
|
}]
|
|
29220
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29221
|
-
type: Input
|
|
29222
|
-
}], variant: [{
|
|
29223
|
-
type: Input
|
|
29224
|
-
}], inverted: [{
|
|
29225
|
-
type: Input
|
|
29226
|
-
}], size: [{
|
|
29227
|
-
type: Input
|
|
29228
|
-
}], checked: [{
|
|
29229
|
-
type: Input
|
|
29230
|
-
}], disabled: [{
|
|
29231
|
-
type: Input
|
|
29232
|
-
}], hover: [{
|
|
29233
|
-
type: Input
|
|
29234
|
-
}], name: [{
|
|
29235
|
-
type: Input
|
|
29236
|
-
}], value: [{
|
|
29159
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
29237
29160
|
type: Input
|
|
29238
29161
|
}], grow: [{
|
|
29239
29162
|
type: Input
|
|
@@ -29386,20 +29309,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29386
29309
|
}], wordBreakAllDesktop: [{
|
|
29387
29310
|
type: Input,
|
|
29388
29311
|
args: ['word-break-all--desktop']
|
|
29389
|
-
}], change: [{
|
|
29390
|
-
type: Output
|
|
29391
29312
|
}] } });
|
|
29392
29313
|
/**
|
|
29393
|
-
* @description Type-only wrapper for <px-radio
|
|
29314
|
+
* @description Type-only wrapper for <px-radio>
|
|
29394
29315
|
*/
|
|
29395
|
-
class
|
|
29316
|
+
class PxRadio {
|
|
29396
29317
|
elementRef;
|
|
29397
|
-
|
|
29398
|
-
|
|
29318
|
+
/** The validation state of the radio button. */
|
|
29319
|
+
set state(value) {
|
|
29320
|
+
this.elementRef.nativeElement['state'] = value;
|
|
29399
29321
|
}
|
|
29400
|
-
get
|
|
29401
|
-
return this.elementRef.nativeElement['
|
|
29322
|
+
get state() {
|
|
29323
|
+
return this.elementRef.nativeElement['state'];
|
|
29324
|
+
}
|
|
29325
|
+
/** The visual variant of the radio button. */
|
|
29326
|
+
set variant(value) {
|
|
29327
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
29402
29328
|
}
|
|
29329
|
+
get variant() {
|
|
29330
|
+
return this.elementRef.nativeElement['variant'];
|
|
29331
|
+
}
|
|
29332
|
+
/** Whether to use inverted (dark background) styling. */
|
|
29403
29333
|
set inverted(value) {
|
|
29404
29334
|
this.elementRef.nativeElement['inverted'] = value;
|
|
29405
29335
|
}
|
|
@@ -29412,6 +29342,41 @@ class PxRadioBase {
|
|
|
29412
29342
|
get size() {
|
|
29413
29343
|
return this.elementRef.nativeElement['size'];
|
|
29414
29344
|
}
|
|
29345
|
+
/** Whether the radio button is checked. */
|
|
29346
|
+
set checked(value) {
|
|
29347
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
29348
|
+
}
|
|
29349
|
+
get checked() {
|
|
29350
|
+
return this.elementRef.nativeElement['checked'];
|
|
29351
|
+
}
|
|
29352
|
+
/** Whether the radio button is disabled. */
|
|
29353
|
+
set disabled(value) {
|
|
29354
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
29355
|
+
}
|
|
29356
|
+
get disabled() {
|
|
29357
|
+
return this.elementRef.nativeElement['disabled'];
|
|
29358
|
+
}
|
|
29359
|
+
/** Whether to apply hover styling. */
|
|
29360
|
+
set hover(value) {
|
|
29361
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29362
|
+
}
|
|
29363
|
+
get hover() {
|
|
29364
|
+
return this.elementRef.nativeElement['hover'];
|
|
29365
|
+
}
|
|
29366
|
+
/** The name of the radio button, used for form submission. */
|
|
29367
|
+
set name(value) {
|
|
29368
|
+
this.elementRef.nativeElement['name'] = value;
|
|
29369
|
+
}
|
|
29370
|
+
get name() {
|
|
29371
|
+
return this.elementRef.nativeElement['name'];
|
|
29372
|
+
}
|
|
29373
|
+
/** The value of the radio button, used for form submission. */
|
|
29374
|
+
set value(value) {
|
|
29375
|
+
this.elementRef.nativeElement['value'] = value;
|
|
29376
|
+
}
|
|
29377
|
+
get value() {
|
|
29378
|
+
return this.elementRef.nativeElement['value'];
|
|
29379
|
+
}
|
|
29415
29380
|
set grow(value) {
|
|
29416
29381
|
this.elementRef.nativeElement['grow'] = value;
|
|
29417
29382
|
}
|
|
@@ -29724,24 +29689,41 @@ class PxRadioBase {
|
|
|
29724
29689
|
get wordBreakAllDesktop() {
|
|
29725
29690
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29726
29691
|
}
|
|
29692
|
+
/** Fired when the radio button becomes checked. */
|
|
29693
|
+
change = new EventEmitter();
|
|
29727
29694
|
constructor(elementRef) {
|
|
29728
29695
|
this.elementRef = elementRef;
|
|
29696
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29697
|
+
this.change.emit(e.detail);
|
|
29698
|
+
});
|
|
29729
29699
|
}
|
|
29730
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29731
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29700
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29701
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadio, isStandalone: true, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
29732
29702
|
}
|
|
29733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
|
|
29734
29704
|
type: Directive,
|
|
29735
29705
|
args: [{
|
|
29736
|
-
selector: 'px-radio
|
|
29706
|
+
selector: 'px-radio',
|
|
29737
29707
|
standalone: true,
|
|
29738
29708
|
}]
|
|
29739
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29709
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
29710
|
+
type: Input
|
|
29711
|
+
}], variant: [{
|
|
29740
29712
|
type: Input
|
|
29741
29713
|
}], inverted: [{
|
|
29742
29714
|
type: Input
|
|
29743
29715
|
}], size: [{
|
|
29744
29716
|
type: Input
|
|
29717
|
+
}], checked: [{
|
|
29718
|
+
type: Input
|
|
29719
|
+
}], disabled: [{
|
|
29720
|
+
type: Input
|
|
29721
|
+
}], hover: [{
|
|
29722
|
+
type: Input
|
|
29723
|
+
}], name: [{
|
|
29724
|
+
type: Input
|
|
29725
|
+
}], value: [{
|
|
29726
|
+
type: Input
|
|
29745
29727
|
}], grow: [{
|
|
29746
29728
|
type: Input
|
|
29747
29729
|
}], growMobile: [{
|
|
@@ -29893,47 +29875,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29893
29875
|
}], wordBreakAllDesktop: [{
|
|
29894
29876
|
type: Input,
|
|
29895
29877
|
args: ['word-break-all--desktop']
|
|
29878
|
+
}], change: [{
|
|
29879
|
+
type: Output
|
|
29896
29880
|
}] } });
|
|
29897
29881
|
/**
|
|
29898
|
-
* @description Type-only wrapper for <px-radio-
|
|
29882
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
29899
29883
|
*/
|
|
29900
|
-
class
|
|
29884
|
+
class PxRadioBase {
|
|
29901
29885
|
elementRef;
|
|
29902
|
-
set
|
|
29903
|
-
this.elementRef.nativeElement['
|
|
29904
|
-
}
|
|
29905
|
-
get name() {
|
|
29906
|
-
return this.elementRef.nativeElement['name'];
|
|
29907
|
-
}
|
|
29908
|
-
set gap(value) {
|
|
29909
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
29910
|
-
}
|
|
29911
|
-
get gap() {
|
|
29912
|
-
return this.elementRef.nativeElement['gap'];
|
|
29913
|
-
}
|
|
29914
|
-
set variant(value) {
|
|
29915
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
29916
|
-
}
|
|
29917
|
-
get variant() {
|
|
29918
|
-
return this.elementRef.nativeElement['variant'];
|
|
29919
|
-
}
|
|
29920
|
-
set required(value) {
|
|
29921
|
-
this.elementRef.nativeElement['required'] = value;
|
|
29922
|
-
}
|
|
29923
|
-
get required() {
|
|
29924
|
-
return this.elementRef.nativeElement['required'];
|
|
29925
|
-
}
|
|
29926
|
-
set disabled(value) {
|
|
29927
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
29928
|
-
}
|
|
29929
|
-
get disabled() {
|
|
29930
|
-
return this.elementRef.nativeElement['disabled'];
|
|
29931
|
-
}
|
|
29932
|
-
set state(value) {
|
|
29933
|
-
this.elementRef.nativeElement['state'] = value;
|
|
29886
|
+
set hover(value) {
|
|
29887
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29934
29888
|
}
|
|
29935
|
-
get
|
|
29936
|
-
return this.elementRef.nativeElement['
|
|
29889
|
+
get hover() {
|
|
29890
|
+
return this.elementRef.nativeElement['hover'];
|
|
29937
29891
|
}
|
|
29938
29892
|
set inverted(value) {
|
|
29939
29893
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30262,26 +30216,16 @@ class PxRadioGroup {
|
|
|
30262
30216
|
constructor(elementRef) {
|
|
30263
30217
|
this.elementRef = elementRef;
|
|
30264
30218
|
}
|
|
30265
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30266
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30219
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30220
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioBase, isStandalone: true, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30267
30221
|
}
|
|
30268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
30269
30223
|
type: Directive,
|
|
30270
30224
|
args: [{
|
|
30271
|
-
selector: 'px-radio-
|
|
30225
|
+
selector: 'px-radio-base',
|
|
30272
30226
|
standalone: true,
|
|
30273
30227
|
}]
|
|
30274
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30275
|
-
type: Input
|
|
30276
|
-
}], gap: [{
|
|
30277
|
-
type: Input
|
|
30278
|
-
}], variant: [{
|
|
30279
|
-
type: Input
|
|
30280
|
-
}], required: [{
|
|
30281
|
-
type: Input
|
|
30282
|
-
}], disabled: [{
|
|
30283
|
-
type: Input
|
|
30284
|
-
}], state: [{
|
|
30228
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
30285
30229
|
type: Input
|
|
30286
30230
|
}], inverted: [{
|
|
30287
30231
|
type: Input
|
|
@@ -30440,16 +30384,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
30440
30384
|
args: ['word-break-all--desktop']
|
|
30441
30385
|
}] } });
|
|
30442
30386
|
/**
|
|
30443
|
-
* @description Type-only wrapper for <px-
|
|
30387
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
30444
30388
|
*/
|
|
30445
|
-
class
|
|
30389
|
+
class PxRadioGroup {
|
|
30446
30390
|
elementRef;
|
|
30391
|
+
set name(value) {
|
|
30392
|
+
this.elementRef.nativeElement['name'] = value;
|
|
30393
|
+
}
|
|
30394
|
+
get name() {
|
|
30395
|
+
return this.elementRef.nativeElement['name'];
|
|
30396
|
+
}
|
|
30397
|
+
set gap(value) {
|
|
30398
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
30399
|
+
}
|
|
30400
|
+
get gap() {
|
|
30401
|
+
return this.elementRef.nativeElement['gap'];
|
|
30402
|
+
}
|
|
30403
|
+
set variant(value) {
|
|
30404
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
30405
|
+
}
|
|
30406
|
+
get variant() {
|
|
30407
|
+
return this.elementRef.nativeElement['variant'];
|
|
30408
|
+
}
|
|
30409
|
+
set required(value) {
|
|
30410
|
+
this.elementRef.nativeElement['required'] = value;
|
|
30411
|
+
}
|
|
30412
|
+
get required() {
|
|
30413
|
+
return this.elementRef.nativeElement['required'];
|
|
30414
|
+
}
|
|
30415
|
+
set disabled(value) {
|
|
30416
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
30417
|
+
}
|
|
30418
|
+
get disabled() {
|
|
30419
|
+
return this.elementRef.nativeElement['disabled'];
|
|
30420
|
+
}
|
|
30421
|
+
set state(value) {
|
|
30422
|
+
this.elementRef.nativeElement['state'] = value;
|
|
30423
|
+
}
|
|
30424
|
+
get state() {
|
|
30425
|
+
return this.elementRef.nativeElement['state'];
|
|
30426
|
+
}
|
|
30447
30427
|
set inverted(value) {
|
|
30448
30428
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30449
30429
|
}
|
|
30450
30430
|
get inverted() {
|
|
30451
30431
|
return this.elementRef.nativeElement['inverted'];
|
|
30452
30432
|
}
|
|
30433
|
+
set size(value) {
|
|
30434
|
+
this.elementRef.nativeElement['size'] = value;
|
|
30435
|
+
}
|
|
30436
|
+
get size() {
|
|
30437
|
+
return this.elementRef.nativeElement['size'];
|
|
30438
|
+
}
|
|
30453
30439
|
set grow(value) {
|
|
30454
30440
|
this.elementRef.nativeElement['grow'] = value;
|
|
30455
30441
|
}
|
|
@@ -30765,16 +30751,30 @@ class PxRibbon {
|
|
|
30765
30751
|
constructor(elementRef) {
|
|
30766
30752
|
this.elementRef = elementRef;
|
|
30767
30753
|
}
|
|
30768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30769
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30754
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30755
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioGroup, isStandalone: true, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30770
30756
|
}
|
|
30771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30772
30758
|
type: Directive,
|
|
30773
30759
|
args: [{
|
|
30774
|
-
selector: 'px-
|
|
30760
|
+
selector: 'px-radio-group',
|
|
30775
30761
|
standalone: true,
|
|
30776
30762
|
}]
|
|
30777
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30763
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
30764
|
+
type: Input
|
|
30765
|
+
}], gap: [{
|
|
30766
|
+
type: Input
|
|
30767
|
+
}], variant: [{
|
|
30768
|
+
type: Input
|
|
30769
|
+
}], required: [{
|
|
30770
|
+
type: Input
|
|
30771
|
+
}], disabled: [{
|
|
30772
|
+
type: Input
|
|
30773
|
+
}], state: [{
|
|
30774
|
+
type: Input
|
|
30775
|
+
}], inverted: [{
|
|
30776
|
+
type: Input
|
|
30777
|
+
}], size: [{
|
|
30778
30778
|
type: Input
|
|
30779
30779
|
}], grow: [{
|
|
30780
30780
|
type: Input
|
|
@@ -41302,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41302
41302
|
}] } });
|
|
41303
41303
|
class Lavender {
|
|
41304
41304
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41305
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink,
|
|
41305
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContentHeader, PxContainer, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRibbon, PxRadio, PxRadioBase, PxRadioGroup, 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, PxContainer, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRibbon, PxRadio, PxRadioBase, PxRadioGroup, 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] });
|
|
41306
41306
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41307
41307
|
}
|
|
41308
41308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41332,8 +41332,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41332
41332
|
PxCheckbox,
|
|
41333
41333
|
PxColorOption,
|
|
41334
41334
|
PxColorOptionLink,
|
|
41335
|
-
PxContainer,
|
|
41336
41335
|
PxContentHeader,
|
|
41336
|
+
PxContainer,
|
|
41337
41337
|
PxDrawer,
|
|
41338
41338
|
PxDropdown,
|
|
41339
41339
|
PxFieldset,
|
|
@@ -41367,10 +41367,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41367
41367
|
PxCardContainer,
|
|
41368
41368
|
PxCardHeading,
|
|
41369
41369
|
PxPrice,
|
|
41370
|
+
PxRibbon,
|
|
41370
41371
|
PxRadio,
|
|
41371
41372
|
PxRadioBase,
|
|
41372
41373
|
PxRadioGroup,
|
|
41373
|
-
PxRibbon,
|
|
41374
41374
|
PxSection,
|
|
41375
41375
|
PxSelectableBox,
|
|
41376
41376
|
PxSelectableBoxCheckbox,
|
|
@@ -41434,8 +41434,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41434
41434
|
PxCheckbox,
|
|
41435
41435
|
PxColorOption,
|
|
41436
41436
|
PxColorOptionLink,
|
|
41437
|
-
PxContainer,
|
|
41438
41437
|
PxContentHeader,
|
|
41438
|
+
PxContainer,
|
|
41439
41439
|
PxDrawer,
|
|
41440
41440
|
PxDropdown,
|
|
41441
41441
|
PxFieldset,
|
|
@@ -41469,10 +41469,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41469
41469
|
PxCardContainer,
|
|
41470
41470
|
PxCardHeading,
|
|
41471
41471
|
PxPrice,
|
|
41472
|
+
PxRibbon,
|
|
41472
41473
|
PxRadio,
|
|
41473
41474
|
PxRadioBase,
|
|
41474
41475
|
PxRadioGroup,
|
|
41475
|
-
PxRibbon,
|
|
41476
41476
|
PxSection,
|
|
41477
41477
|
PxSelectableBox,
|
|
41478
41478
|
PxSelectableBoxCheckbox,
|