@proximus/lavender-angular 1.4.15-alpha.12 → 1.4.15-alpha.13
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 +732 -732
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +231 -231
- package/package.json +1 -1
|
@@ -6352,82 +6352,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
6352
6352
|
type: Input,
|
|
6353
6353
|
args: ['word-break-all--desktop']
|
|
6354
6354
|
}] } });
|
|
6355
|
-
/**
|
|
6356
|
-
* @description Type-only wrapper for <px-appleseed>
|
|
6357
|
-
*/
|
|
6358
|
-
class PxAppleseed {
|
|
6359
|
-
elementRef;
|
|
6360
|
-
set amount(value) {
|
|
6361
|
-
this.elementRef.nativeElement['amount'] = value;
|
|
6362
|
-
}
|
|
6363
|
-
get amount() {
|
|
6364
|
-
return this.elementRef.nativeElement['amount'];
|
|
6365
|
-
}
|
|
6366
|
-
set active(value) {
|
|
6367
|
-
this.elementRef.nativeElement['active'] = value;
|
|
6368
|
-
}
|
|
6369
|
-
get active() {
|
|
6370
|
-
return this.elementRef.nativeElement['active'];
|
|
6371
|
-
}
|
|
6372
|
-
constructor(elementRef) {
|
|
6373
|
-
this.elementRef = elementRef;
|
|
6374
|
-
}
|
|
6375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6376
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
6377
|
-
}
|
|
6378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
6379
|
-
type: Directive,
|
|
6380
|
-
args: [{
|
|
6381
|
-
selector: 'px-appleseed',
|
|
6382
|
-
standalone: true,
|
|
6383
|
-
}]
|
|
6384
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
6385
|
-
type: Input
|
|
6386
|
-
}], active: [{
|
|
6387
|
-
type: Input
|
|
6388
|
-
}] } });
|
|
6389
|
-
/**
|
|
6390
|
-
* @description Type-only wrapper for <px-carousel>
|
|
6391
|
-
*/
|
|
6392
|
-
class PxCarousel {
|
|
6393
|
-
elementRef;
|
|
6394
|
-
constructor(elementRef) {
|
|
6395
|
-
this.elementRef = elementRef;
|
|
6396
|
-
}
|
|
6397
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6398
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
|
|
6399
|
-
}
|
|
6400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
|
|
6401
|
-
type: Directive,
|
|
6402
|
-
args: [{
|
|
6403
|
-
selector: 'px-carousel',
|
|
6404
|
-
standalone: true,
|
|
6405
|
-
}]
|
|
6406
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
6407
|
-
/**
|
|
6408
|
-
* @description Type-only wrapper for <px-carousel-item>
|
|
6409
|
-
*/
|
|
6410
|
-
class PxCarouselItem {
|
|
6411
|
-
elementRef;
|
|
6412
|
-
CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
6413
|
-
constructor(elementRef) {
|
|
6414
|
-
this.elementRef = elementRef;
|
|
6415
|
-
this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
|
|
6416
|
-
this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
6417
|
-
});
|
|
6418
|
-
}
|
|
6419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6420
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
6421
|
-
}
|
|
6422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
6423
|
-
type: Directive,
|
|
6424
|
-
args: [{
|
|
6425
|
-
selector: 'px-carousel-item',
|
|
6426
|
-
standalone: true,
|
|
6427
|
-
}]
|
|
6428
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
|
|
6429
|
-
type: Output
|
|
6430
|
-
}] } });
|
|
6431
6355
|
/**
|
|
6432
6356
|
* @description Type-only wrapper for <px-cell>
|
|
6433
6357
|
*/
|
|
@@ -10257,6 +10181,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
10257
10181
|
}], change: [{
|
|
10258
10182
|
type: Output
|
|
10259
10183
|
}] } });
|
|
10184
|
+
/**
|
|
10185
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
10186
|
+
*/
|
|
10187
|
+
class PxAppleseed {
|
|
10188
|
+
elementRef;
|
|
10189
|
+
set amount(value) {
|
|
10190
|
+
this.elementRef.nativeElement['amount'] = value;
|
|
10191
|
+
}
|
|
10192
|
+
get amount() {
|
|
10193
|
+
return this.elementRef.nativeElement['amount'];
|
|
10194
|
+
}
|
|
10195
|
+
set active(value) {
|
|
10196
|
+
this.elementRef.nativeElement['active'] = value;
|
|
10197
|
+
}
|
|
10198
|
+
get active() {
|
|
10199
|
+
return this.elementRef.nativeElement['active'];
|
|
10200
|
+
}
|
|
10201
|
+
constructor(elementRef) {
|
|
10202
|
+
this.elementRef = elementRef;
|
|
10203
|
+
}
|
|
10204
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10205
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxAppleseed, isStandalone: true, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
10206
|
+
}
|
|
10207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
10208
|
+
type: Directive,
|
|
10209
|
+
args: [{
|
|
10210
|
+
selector: 'px-appleseed',
|
|
10211
|
+
standalone: true,
|
|
10212
|
+
}]
|
|
10213
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
10214
|
+
type: Input
|
|
10215
|
+
}], active: [{
|
|
10216
|
+
type: Input
|
|
10217
|
+
}] } });
|
|
10218
|
+
/**
|
|
10219
|
+
* @description Type-only wrapper for <px-carousel>
|
|
10220
|
+
*/
|
|
10221
|
+
class PxCarousel {
|
|
10222
|
+
elementRef;
|
|
10223
|
+
constructor(elementRef) {
|
|
10224
|
+
this.elementRef = elementRef;
|
|
10225
|
+
}
|
|
10226
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10227
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarousel, isStandalone: true, selector: "px-carousel", ngImport: i0 });
|
|
10228
|
+
}
|
|
10229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarousel, decorators: [{
|
|
10230
|
+
type: Directive,
|
|
10231
|
+
args: [{
|
|
10232
|
+
selector: 'px-carousel',
|
|
10233
|
+
standalone: true,
|
|
10234
|
+
}]
|
|
10235
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
10236
|
+
/**
|
|
10237
|
+
* @description Type-only wrapper for <px-carousel-item>
|
|
10238
|
+
*/
|
|
10239
|
+
class PxCarouselItem {
|
|
10240
|
+
elementRef;
|
|
10241
|
+
CAROUSEL_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
10242
|
+
constructor(elementRef) {
|
|
10243
|
+
this.elementRef = elementRef;
|
|
10244
|
+
this.elementRef.nativeElement.addEventListener('CAROUSEL_ITEM_CONNECTED_EVENT', (e) => {
|
|
10245
|
+
this.CAROUSEL_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
10246
|
+
});
|
|
10247
|
+
}
|
|
10248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10249
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCarouselItem, isStandalone: true, selector: "px-carousel-item", outputs: { CAROUSEL_ITEM_CONNECTED_EVENT: "CAROUSEL_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
10250
|
+
}
|
|
10251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
10252
|
+
type: Directive,
|
|
10253
|
+
args: [{
|
|
10254
|
+
selector: 'px-carousel-item',
|
|
10255
|
+
standalone: true,
|
|
10256
|
+
}]
|
|
10257
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { CAROUSEL_ITEM_CONNECTED_EVENT: [{
|
|
10258
|
+
type: Output
|
|
10259
|
+
}] } });
|
|
10260
10260
|
/**
|
|
10261
10261
|
* @description Type-only wrapper for <px-checkbox>
|
|
10262
10262
|
*/
|
|
@@ -11850,22 +11850,124 @@ 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-container>
|
|
11854
11854
|
*/
|
|
11855
|
-
class
|
|
11855
|
+
class PxContainer {
|
|
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
|
+
}
|
|
11857
11923
|
set backgroundColor(value) {
|
|
11858
11924
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
11859
11925
|
}
|
|
11860
11926
|
get backgroundColor() {
|
|
11861
11927
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
11862
11928
|
}
|
|
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
|
+
}
|
|
11863
11947
|
set backgroundGradient(value) {
|
|
11864
11948
|
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
11865
11949
|
}
|
|
11866
11950
|
get backgroundGradient() {
|
|
11867
11951
|
return this.elementRef.nativeElement['backgroundGradient'];
|
|
11868
11952
|
}
|
|
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
|
+
}
|
|
11869
11971
|
set backgroundImage(value) {
|
|
11870
11972
|
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
11871
11973
|
}
|
|
@@ -11902,53 +12004,23 @@ class PxContentHeader {
|
|
|
11902
12004
|
get backgroundPosition() {
|
|
11903
12005
|
return this.elementRef.nativeElement['backgroundPosition'];
|
|
11904
12006
|
}
|
|
11905
|
-
set
|
|
11906
|
-
this.elementRef.nativeElement['
|
|
11907
|
-
}
|
|
11908
|
-
get contrastHelperGradient() {
|
|
11909
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
11910
|
-
}
|
|
11911
|
-
set contrastHelperOverlay(value) {
|
|
11912
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
11913
|
-
}
|
|
11914
|
-
get contrastHelperOverlay() {
|
|
11915
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
11916
|
-
}
|
|
11917
|
-
set minHeight(value) {
|
|
11918
|
-
this.elementRef.nativeElement['minHeight'] = value;
|
|
11919
|
-
}
|
|
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;
|
|
12007
|
+
set boxShadow(value) {
|
|
12008
|
+
this.elementRef.nativeElement['boxShadow'] = value;
|
|
11937
12009
|
}
|
|
11938
|
-
get
|
|
11939
|
-
return this.elementRef.nativeElement['
|
|
12010
|
+
get boxShadow() {
|
|
12011
|
+
return this.elementRef.nativeElement['boxShadow'];
|
|
11940
12012
|
}
|
|
11941
|
-
set
|
|
11942
|
-
this.elementRef.nativeElement['
|
|
12013
|
+
set anchorOffset(value) {
|
|
12014
|
+
this.elementRef.nativeElement['anchorOffset'] = value;
|
|
11943
12015
|
}
|
|
11944
|
-
get
|
|
11945
|
-
return this.elementRef.nativeElement['
|
|
12016
|
+
get anchorOffset() {
|
|
12017
|
+
return this.elementRef.nativeElement['anchorOffset'];
|
|
11946
12018
|
}
|
|
11947
|
-
set
|
|
11948
|
-
this.elementRef.nativeElement['
|
|
12019
|
+
set anchorSpacing(value) {
|
|
12020
|
+
this.elementRef.nativeElement['anchorSpacing'] = value;
|
|
11949
12021
|
}
|
|
11950
|
-
get
|
|
11951
|
-
return this.elementRef.nativeElement['
|
|
12022
|
+
get anchorSpacing() {
|
|
12023
|
+
return this.elementRef.nativeElement['anchorSpacing'];
|
|
11952
12024
|
}
|
|
11953
12025
|
set inverted(value) {
|
|
11954
12026
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -11956,6 +12028,12 @@ class PxContentHeader {
|
|
|
11956
12028
|
get inverted() {
|
|
11957
12029
|
return this.elementRef.nativeElement['inverted'];
|
|
11958
12030
|
}
|
|
12031
|
+
set subgridRows(value) {
|
|
12032
|
+
this.elementRef.nativeElement['subgridRows'] = value;
|
|
12033
|
+
}
|
|
12034
|
+
get subgridRows() {
|
|
12035
|
+
return this.elementRef.nativeElement['subgridRows'];
|
|
12036
|
+
}
|
|
11959
12037
|
set grow(value) {
|
|
11960
12038
|
this.elementRef.nativeElement['grow'] = value;
|
|
11961
12039
|
}
|
|
@@ -12271,21 +12349,71 @@ class PxContentHeader {
|
|
|
12271
12349
|
constructor(elementRef) {
|
|
12272
12350
|
this.elementRef = elementRef;
|
|
12273
12351
|
}
|
|
12274
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12275
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
12352
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12353
|
+
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 });
|
|
12276
12354
|
}
|
|
12277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContainer, decorators: [{
|
|
12278
12356
|
type: Directive,
|
|
12279
12357
|
args: [{
|
|
12280
|
-
selector: 'px-
|
|
12358
|
+
selector: 'px-container',
|
|
12281
12359
|
standalone: true,
|
|
12282
12360
|
}]
|
|
12283
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
12361
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { border: [{
|
|
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: [{
|
|
12284
12394
|
type: Input,
|
|
12285
12395
|
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']
|
|
12286
12405
|
}], backgroundGradient: [{
|
|
12287
12406
|
type: Input,
|
|
12288
12407
|
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']
|
|
12289
12417
|
}], backgroundImage: [{
|
|
12290
12418
|
type: Input,
|
|
12291
12419
|
args: ['background-image']
|
|
@@ -12304,32 +12432,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
12304
12432
|
}], backgroundPosition: [{
|
|
12305
12433
|
type: Input,
|
|
12306
12434
|
args: ['background-position']
|
|
12307
|
-
}],
|
|
12308
|
-
type: Input,
|
|
12309
|
-
args: ['contrast-helper-gradient']
|
|
12310
|
-
}], contrastHelperOverlay: [{
|
|
12311
|
-
type: Input,
|
|
12312
|
-
args: ['contrast-helper-overlay']
|
|
12313
|
-
}], minHeight: [{
|
|
12314
|
-
type: Input,
|
|
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: [{
|
|
12435
|
+
}], boxShadow: [{
|
|
12323
12436
|
type: Input,
|
|
12324
|
-
args: ['
|
|
12325
|
-
}],
|
|
12437
|
+
args: ['box-shadow']
|
|
12438
|
+
}], anchorOffset: [{
|
|
12326
12439
|
type: Input,
|
|
12327
|
-
args: ['
|
|
12328
|
-
}],
|
|
12440
|
+
args: ['anchor-offset']
|
|
12441
|
+
}], anchorSpacing: [{
|
|
12329
12442
|
type: Input,
|
|
12330
|
-
args: ['
|
|
12443
|
+
args: ['anchor-spacing']
|
|
12331
12444
|
}], inverted: [{
|
|
12332
12445
|
type: Input
|
|
12446
|
+
}], subgridRows: [{
|
|
12447
|
+
type: Input,
|
|
12448
|
+
args: ['subgrid-rows']
|
|
12333
12449
|
}], grow: [{
|
|
12334
12450
|
type: Input
|
|
12335
12451
|
}], growMobile: [{
|
|
@@ -12483,124 +12599,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
12483
12599
|
args: ['word-break-all--desktop']
|
|
12484
12600
|
}] } });
|
|
12485
12601
|
/**
|
|
12486
|
-
* @description Type-only wrapper for <px-
|
|
12602
|
+
* @description Type-only wrapper for <px-content-header>
|
|
12487
12603
|
*/
|
|
12488
|
-
class
|
|
12604
|
+
class PxContentHeader {
|
|
12489
12605
|
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
|
-
}
|
|
12556
12606
|
set backgroundColor(value) {
|
|
12557
12607
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
12558
12608
|
}
|
|
12559
12609
|
get backgroundColor() {
|
|
12560
12610
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
12561
12611
|
}
|
|
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
|
-
}
|
|
12580
12612
|
set backgroundGradient(value) {
|
|
12581
12613
|
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
12582
12614
|
}
|
|
12583
12615
|
get backgroundGradient() {
|
|
12584
12616
|
return this.elementRef.nativeElement['backgroundGradient'];
|
|
12585
12617
|
}
|
|
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
|
-
}
|
|
12604
12618
|
set backgroundImage(value) {
|
|
12605
12619
|
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
12606
12620
|
}
|
|
@@ -12637,23 +12651,53 @@ class PxContainer {
|
|
|
12637
12651
|
get backgroundPosition() {
|
|
12638
12652
|
return this.elementRef.nativeElement['backgroundPosition'];
|
|
12639
12653
|
}
|
|
12640
|
-
set
|
|
12641
|
-
this.elementRef.nativeElement['
|
|
12654
|
+
set contrastHelperGradient(value) {
|
|
12655
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
12642
12656
|
}
|
|
12643
|
-
get
|
|
12644
|
-
return this.elementRef.nativeElement['
|
|
12657
|
+
get contrastHelperGradient() {
|
|
12658
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
12645
12659
|
}
|
|
12646
|
-
set
|
|
12647
|
-
this.elementRef.nativeElement['
|
|
12660
|
+
set contrastHelperOverlay(value) {
|
|
12661
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
12648
12662
|
}
|
|
12649
|
-
get
|
|
12650
|
-
return this.elementRef.nativeElement['
|
|
12663
|
+
get contrastHelperOverlay() {
|
|
12664
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
12651
12665
|
}
|
|
12652
|
-
set
|
|
12653
|
-
this.elementRef.nativeElement['
|
|
12666
|
+
set minHeight(value) {
|
|
12667
|
+
this.elementRef.nativeElement['minHeight'] = value;
|
|
12654
12668
|
}
|
|
12655
|
-
get
|
|
12656
|
-
return this.elementRef.nativeElement['
|
|
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;
|
|
12686
|
+
}
|
|
12687
|
+
get hasGriddingTablet() {
|
|
12688
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
12689
|
+
}
|
|
12690
|
+
set hasGriddingLaptop(value) {
|
|
12691
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
12692
|
+
}
|
|
12693
|
+
get hasGriddingLaptop() {
|
|
12694
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
12695
|
+
}
|
|
12696
|
+
set hasGriddingDesktop(value) {
|
|
12697
|
+
this.elementRef.nativeElement['hasGriddingDesktop'] = value;
|
|
12698
|
+
}
|
|
12699
|
+
get hasGriddingDesktop() {
|
|
12700
|
+
return this.elementRef.nativeElement['hasGriddingDesktop'];
|
|
12657
12701
|
}
|
|
12658
12702
|
set inverted(value) {
|
|
12659
12703
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -12661,12 +12705,6 @@ class PxContainer {
|
|
|
12661
12705
|
get inverted() {
|
|
12662
12706
|
return this.elementRef.nativeElement['inverted'];
|
|
12663
12707
|
}
|
|
12664
|
-
set subgridRows(value) {
|
|
12665
|
-
this.elementRef.nativeElement['subgridRows'] = value;
|
|
12666
|
-
}
|
|
12667
|
-
get subgridRows() {
|
|
12668
|
-
return this.elementRef.nativeElement['subgridRows'];
|
|
12669
|
-
}
|
|
12670
12708
|
set grow(value) {
|
|
12671
12709
|
this.elementRef.nativeElement['grow'] = value;
|
|
12672
12710
|
}
|
|
@@ -12982,71 +13020,21 @@ class PxContainer {
|
|
|
12982
13020
|
constructor(elementRef) {
|
|
12983
13021
|
this.elementRef = elementRef;
|
|
12984
13022
|
}
|
|
12985
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
12986
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
13023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContentHeader, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13024
|
+
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 });
|
|
12987
13025
|
}
|
|
12988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
13026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxContentHeader, decorators: [{
|
|
12989
13027
|
type: Directive,
|
|
12990
13028
|
args: [{
|
|
12991
|
-
selector: 'px-
|
|
13029
|
+
selector: 'px-content-header',
|
|
12992
13030
|
standalone: true,
|
|
12993
13031
|
}]
|
|
12994
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
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: [{
|
|
13032
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
13027
13033
|
type: Input,
|
|
13028
13034
|
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']
|
|
13038
13035
|
}], backgroundGradient: [{
|
|
13039
13036
|
type: Input,
|
|
13040
13037
|
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']
|
|
13050
13038
|
}], backgroundImage: [{
|
|
13051
13039
|
type: Input,
|
|
13052
13040
|
args: ['background-image']
|
|
@@ -13065,20 +13053,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13065
13053
|
}], backgroundPosition: [{
|
|
13066
13054
|
type: Input,
|
|
13067
13055
|
args: ['background-position']
|
|
13068
|
-
}],
|
|
13056
|
+
}], contrastHelperGradient: [{
|
|
13069
13057
|
type: Input,
|
|
13070
|
-
args: ['
|
|
13071
|
-
}],
|
|
13058
|
+
args: ['contrast-helper-gradient']
|
|
13059
|
+
}], contrastHelperOverlay: [{
|
|
13072
13060
|
type: Input,
|
|
13073
|
-
args: ['
|
|
13074
|
-
}],
|
|
13061
|
+
args: ['contrast-helper-overlay']
|
|
13062
|
+
}], minHeight: [{
|
|
13075
13063
|
type: Input,
|
|
13076
|
-
args: ['
|
|
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: [{
|
|
13072
|
+
type: Input,
|
|
13073
|
+
args: ['has-gridding--tablet']
|
|
13074
|
+
}], hasGriddingLaptop: [{
|
|
13075
|
+
type: Input,
|
|
13076
|
+
args: ['has-gridding--laptop']
|
|
13077
|
+
}], hasGriddingDesktop: [{
|
|
13078
|
+
type: Input,
|
|
13079
|
+
args: ['has-gridding--desktop']
|
|
13077
13080
|
}], inverted: [{
|
|
13078
13081
|
type: Input
|
|
13079
|
-
}], subgridRows: [{
|
|
13080
|
-
type: Input,
|
|
13081
|
-
args: ['subgrid-rows']
|
|
13082
13082
|
}], grow: [{
|
|
13083
13083
|
type: Input
|
|
13084
13084
|
}], growMobile: [{
|
|
@@ -13231,107 +13231,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13231
13231
|
type: Input,
|
|
13232
13232
|
args: ['word-break-all--desktop']
|
|
13233
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: [{
|
|
13317
|
-
type: Input
|
|
13318
|
-
}], fullscreen: [{
|
|
13319
|
-
type: Input
|
|
13320
|
-
}], fullscreenMobile: [{
|
|
13321
|
-
type: Input,
|
|
13322
|
-
args: ['fullscreen--mobile']
|
|
13323
|
-
}], fullscreenTablet: [{
|
|
13324
|
-
type: Input,
|
|
13325
|
-
args: ['fullscreen--tablet']
|
|
13326
|
-
}], fullscreenLaptop: [{
|
|
13327
|
-
type: Input,
|
|
13328
|
-
args: ['fullscreen--laptop']
|
|
13329
|
-
}], fullscreenDesktop: [{
|
|
13330
|
-
type: Input,
|
|
13331
|
-
args: ['fullscreen--desktop']
|
|
13332
|
-
}], HIDE_EVENT: [{
|
|
13333
|
-
type: Output
|
|
13334
|
-
}] } });
|
|
13335
13234
|
/**
|
|
13336
13235
|
* @description Type-only wrapper for <px-dropdown>
|
|
13337
13236
|
*/
|
|
@@ -13856,6 +13755,107 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13856
13755
|
type: Input,
|
|
13857
13756
|
args: ['word-break-all--desktop']
|
|
13858
13757
|
}] } });
|
|
13758
|
+
/**
|
|
13759
|
+
* @description Type-only wrapper for <px-drawer>
|
|
13760
|
+
*/
|
|
13761
|
+
class PxDrawer {
|
|
13762
|
+
elementRef;
|
|
13763
|
+
set open(value) {
|
|
13764
|
+
this.elementRef.nativeElement['open'] = value;
|
|
13765
|
+
}
|
|
13766
|
+
get open() {
|
|
13767
|
+
return this.elementRef.nativeElement['open'];
|
|
13768
|
+
}
|
|
13769
|
+
set ariaLabelCloseButton(value) {
|
|
13770
|
+
this.elementRef.nativeElement['ariaLabelCloseButton'] = value;
|
|
13771
|
+
}
|
|
13772
|
+
get ariaLabelCloseButton() {
|
|
13773
|
+
return this.elementRef.nativeElement['ariaLabelCloseButton'];
|
|
13774
|
+
}
|
|
13775
|
+
set openedby(value) {
|
|
13776
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
13777
|
+
}
|
|
13778
|
+
get openedby() {
|
|
13779
|
+
return this.elementRef.nativeElement['openedby'];
|
|
13780
|
+
}
|
|
13781
|
+
set closedby(value) {
|
|
13782
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
13783
|
+
}
|
|
13784
|
+
get closedby() {
|
|
13785
|
+
return this.elementRef.nativeElement['closedby'];
|
|
13786
|
+
}
|
|
13787
|
+
set fullscreen(value) {
|
|
13788
|
+
this.elementRef.nativeElement['fullscreen'] = value;
|
|
13789
|
+
}
|
|
13790
|
+
get fullscreen() {
|
|
13791
|
+
return this.elementRef.nativeElement['fullscreen'];
|
|
13792
|
+
}
|
|
13793
|
+
set fullscreenMobile(value) {
|
|
13794
|
+
this.elementRef.nativeElement['fullscreenMobile'] = value;
|
|
13795
|
+
}
|
|
13796
|
+
get fullscreenMobile() {
|
|
13797
|
+
return this.elementRef.nativeElement['fullscreenMobile'];
|
|
13798
|
+
}
|
|
13799
|
+
set fullscreenTablet(value) {
|
|
13800
|
+
this.elementRef.nativeElement['fullscreenTablet'] = value;
|
|
13801
|
+
}
|
|
13802
|
+
get fullscreenTablet() {
|
|
13803
|
+
return this.elementRef.nativeElement['fullscreenTablet'];
|
|
13804
|
+
}
|
|
13805
|
+
set fullscreenLaptop(value) {
|
|
13806
|
+
this.elementRef.nativeElement['fullscreenLaptop'] = value;
|
|
13807
|
+
}
|
|
13808
|
+
get fullscreenLaptop() {
|
|
13809
|
+
return this.elementRef.nativeElement['fullscreenLaptop'];
|
|
13810
|
+
}
|
|
13811
|
+
set fullscreenDesktop(value) {
|
|
13812
|
+
this.elementRef.nativeElement['fullscreenDesktop'] = value;
|
|
13813
|
+
}
|
|
13814
|
+
get fullscreenDesktop() {
|
|
13815
|
+
return this.elementRef.nativeElement['fullscreenDesktop'];
|
|
13816
|
+
}
|
|
13817
|
+
HIDE_EVENT = new EventEmitter();
|
|
13818
|
+
constructor(elementRef) {
|
|
13819
|
+
this.elementRef = elementRef;
|
|
13820
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
13821
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
13822
|
+
});
|
|
13823
|
+
}
|
|
13824
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13825
|
+
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 });
|
|
13826
|
+
}
|
|
13827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxDrawer, decorators: [{
|
|
13828
|
+
type: Directive,
|
|
13829
|
+
args: [{
|
|
13830
|
+
selector: 'px-drawer',
|
|
13831
|
+
standalone: true,
|
|
13832
|
+
}]
|
|
13833
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
13834
|
+
type: Input
|
|
13835
|
+
}], ariaLabelCloseButton: [{
|
|
13836
|
+
type: Input,
|
|
13837
|
+
args: ['aria-label-close-button']
|
|
13838
|
+
}], openedby: [{
|
|
13839
|
+
type: Input
|
|
13840
|
+
}], closedby: [{
|
|
13841
|
+
type: Input
|
|
13842
|
+
}], fullscreen: [{
|
|
13843
|
+
type: Input
|
|
13844
|
+
}], fullscreenMobile: [{
|
|
13845
|
+
type: Input,
|
|
13846
|
+
args: ['fullscreen--mobile']
|
|
13847
|
+
}], fullscreenTablet: [{
|
|
13848
|
+
type: Input,
|
|
13849
|
+
args: ['fullscreen--tablet']
|
|
13850
|
+
}], fullscreenLaptop: [{
|
|
13851
|
+
type: Input,
|
|
13852
|
+
args: ['fullscreen--laptop']
|
|
13853
|
+
}], fullscreenDesktop: [{
|
|
13854
|
+
type: Input,
|
|
13855
|
+
args: ['fullscreen--desktop']
|
|
13856
|
+
}], HIDE_EVENT: [{
|
|
13857
|
+
type: Output
|
|
13858
|
+
}] } });
|
|
13859
13859
|
/**
|
|
13860
13860
|
* @description Type-only wrapper for <px-fieldset>
|
|
13861
13861
|
*/
|
|
@@ -28822,16 +28822,72 @@ 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-radio>
|
|
28826
28826
|
*/
|
|
28827
|
-
class
|
|
28827
|
+
class PxRadio {
|
|
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. */
|
|
28829
28844
|
set inverted(value) {
|
|
28830
28845
|
this.elementRef.nativeElement['inverted'] = value;
|
|
28831
28846
|
}
|
|
28832
28847
|
get inverted() {
|
|
28833
28848
|
return this.elementRef.nativeElement['inverted'];
|
|
28834
28849
|
}
|
|
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
|
+
}
|
|
28835
28891
|
set grow(value) {
|
|
28836
28892
|
this.elementRef.nativeElement['grow'] = value;
|
|
28837
28893
|
}
|
|
@@ -29144,19 +29200,40 @@ class PxRibbon {
|
|
|
29144
29200
|
get wordBreakAllDesktop() {
|
|
29145
29201
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29146
29202
|
}
|
|
29203
|
+
/** Fired when the radio button becomes checked. */
|
|
29204
|
+
change = new EventEmitter();
|
|
29147
29205
|
constructor(elementRef) {
|
|
29148
29206
|
this.elementRef = elementRef;
|
|
29207
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29208
|
+
this.change.emit(e.detail);
|
|
29209
|
+
});
|
|
29149
29210
|
}
|
|
29150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29151
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29211
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29212
|
+
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 });
|
|
29152
29213
|
}
|
|
29153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
|
|
29154
29215
|
type: Directive,
|
|
29155
29216
|
args: [{
|
|
29156
|
-
selector: 'px-
|
|
29217
|
+
selector: 'px-radio',
|
|
29157
29218
|
standalone: true,
|
|
29158
29219
|
}]
|
|
29159
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29220
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
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: [{
|
|
29160
29237
|
type: Input
|
|
29161
29238
|
}], grow: [{
|
|
29162
29239
|
type: Input
|
|
@@ -29309,27 +29386,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29309
29386
|
}], wordBreakAllDesktop: [{
|
|
29310
29387
|
type: Input,
|
|
29311
29388
|
args: ['word-break-all--desktop']
|
|
29389
|
+
}], change: [{
|
|
29390
|
+
type: Output
|
|
29312
29391
|
}] } });
|
|
29313
29392
|
/**
|
|
29314
|
-
* @description Type-only wrapper for <px-radio>
|
|
29393
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
29315
29394
|
*/
|
|
29316
|
-
class
|
|
29395
|
+
class PxRadioBase {
|
|
29317
29396
|
elementRef;
|
|
29318
|
-
|
|
29319
|
-
|
|
29320
|
-
this.elementRef.nativeElement['state'] = value;
|
|
29321
|
-
}
|
|
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;
|
|
29397
|
+
set hover(value) {
|
|
29398
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29328
29399
|
}
|
|
29329
|
-
get
|
|
29330
|
-
return this.elementRef.nativeElement['
|
|
29400
|
+
get hover() {
|
|
29401
|
+
return this.elementRef.nativeElement['hover'];
|
|
29331
29402
|
}
|
|
29332
|
-
/** Whether to use inverted (dark background) styling. */
|
|
29333
29403
|
set inverted(value) {
|
|
29334
29404
|
this.elementRef.nativeElement['inverted'] = value;
|
|
29335
29405
|
}
|
|
@@ -29342,41 +29412,6 @@ class PxRadio {
|
|
|
29342
29412
|
get size() {
|
|
29343
29413
|
return this.elementRef.nativeElement['size'];
|
|
29344
29414
|
}
|
|
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
|
-
}
|
|
29380
29415
|
set grow(value) {
|
|
29381
29416
|
this.elementRef.nativeElement['grow'] = value;
|
|
29382
29417
|
}
|
|
@@ -29689,41 +29724,24 @@ class PxRadio {
|
|
|
29689
29724
|
get wordBreakAllDesktop() {
|
|
29690
29725
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29691
29726
|
}
|
|
29692
|
-
/** Fired when the radio button becomes checked. */
|
|
29693
|
-
change = new EventEmitter();
|
|
29694
29727
|
constructor(elementRef) {
|
|
29695
29728
|
this.elementRef = elementRef;
|
|
29696
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29697
|
-
this.change.emit(e.detail);
|
|
29698
|
-
});
|
|
29699
29729
|
}
|
|
29700
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29701
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29730
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29731
|
+
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 });
|
|
29702
29732
|
}
|
|
29703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
29704
29734
|
type: Directive,
|
|
29705
29735
|
args: [{
|
|
29706
|
-
selector: 'px-radio',
|
|
29736
|
+
selector: 'px-radio-base',
|
|
29707
29737
|
standalone: true,
|
|
29708
29738
|
}]
|
|
29709
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29710
|
-
type: Input
|
|
29711
|
-
}], variant: [{
|
|
29739
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
29712
29740
|
type: Input
|
|
29713
29741
|
}], inverted: [{
|
|
29714
29742
|
type: Input
|
|
29715
29743
|
}], size: [{
|
|
29716
29744
|
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
|
|
29727
29745
|
}], grow: [{
|
|
29728
29746
|
type: Input
|
|
29729
29747
|
}], growMobile: [{
|
|
@@ -29875,19 +29893,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29875
29893
|
}], wordBreakAllDesktop: [{
|
|
29876
29894
|
type: Input,
|
|
29877
29895
|
args: ['word-break-all--desktop']
|
|
29878
|
-
}], change: [{
|
|
29879
|
-
type: Output
|
|
29880
29896
|
}] } });
|
|
29881
29897
|
/**
|
|
29882
|
-
* @description Type-only wrapper for <px-radio-
|
|
29898
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
29883
29899
|
*/
|
|
29884
|
-
class
|
|
29900
|
+
class PxRadioGroup {
|
|
29885
29901
|
elementRef;
|
|
29886
|
-
set
|
|
29887
|
-
this.elementRef.nativeElement['
|
|
29902
|
+
set name(value) {
|
|
29903
|
+
this.elementRef.nativeElement['name'] = value;
|
|
29888
29904
|
}
|
|
29889
|
-
get
|
|
29890
|
-
return this.elementRef.nativeElement['
|
|
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;
|
|
29934
|
+
}
|
|
29935
|
+
get state() {
|
|
29936
|
+
return this.elementRef.nativeElement['state'];
|
|
29891
29937
|
}
|
|
29892
29938
|
set inverted(value) {
|
|
29893
29939
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30216,16 +30262,26 @@ class PxRadioBase {
|
|
|
30216
30262
|
constructor(elementRef) {
|
|
30217
30263
|
this.elementRef = elementRef;
|
|
30218
30264
|
}
|
|
30219
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30220
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30265
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30266
|
+
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 });
|
|
30221
30267
|
}
|
|
30222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30223
30269
|
type: Directive,
|
|
30224
30270
|
args: [{
|
|
30225
|
-
selector: 'px-radio-
|
|
30271
|
+
selector: 'px-radio-group',
|
|
30226
30272
|
standalone: true,
|
|
30227
30273
|
}]
|
|
30228
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30274
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
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: [{
|
|
30229
30285
|
type: Input
|
|
30230
30286
|
}], inverted: [{
|
|
30231
30287
|
type: Input
|
|
@@ -30384,58 +30440,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
30384
30440
|
args: ['word-break-all--desktop']
|
|
30385
30441
|
}] } });
|
|
30386
30442
|
/**
|
|
30387
|
-
* @description Type-only wrapper for <px-
|
|
30443
|
+
* @description Type-only wrapper for <px-ribbon>
|
|
30388
30444
|
*/
|
|
30389
|
-
class
|
|
30445
|
+
class PxRibbon {
|
|
30390
30446
|
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
|
-
}
|
|
30427
30447
|
set inverted(value) {
|
|
30428
30448
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30429
30449
|
}
|
|
30430
30450
|
get inverted() {
|
|
30431
30451
|
return this.elementRef.nativeElement['inverted'];
|
|
30432
30452
|
}
|
|
30433
|
-
set size(value) {
|
|
30434
|
-
this.elementRef.nativeElement['size'] = value;
|
|
30435
|
-
}
|
|
30436
|
-
get size() {
|
|
30437
|
-
return this.elementRef.nativeElement['size'];
|
|
30438
|
-
}
|
|
30439
30453
|
set grow(value) {
|
|
30440
30454
|
this.elementRef.nativeElement['grow'] = value;
|
|
30441
30455
|
}
|
|
@@ -30751,30 +30765,16 @@ class PxRadioGroup {
|
|
|
30751
30765
|
constructor(elementRef) {
|
|
30752
30766
|
this.elementRef = elementRef;
|
|
30753
30767
|
}
|
|
30754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30755
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30769
|
+
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 });
|
|
30756
30770
|
}
|
|
30757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRibbon, decorators: [{
|
|
30758
30772
|
type: Directive,
|
|
30759
30773
|
args: [{
|
|
30760
|
-
selector: 'px-
|
|
30774
|
+
selector: 'px-ribbon',
|
|
30761
30775
|
standalone: true,
|
|
30762
30776
|
}]
|
|
30763
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
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: [{
|
|
30777
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30778
30778
|
type: Input
|
|
30779
30779
|
}], grow: [{
|
|
30780
30780
|
type: Input
|
|
@@ -34243,6 +34243,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
34243
34243
|
type: Input,
|
|
34244
34244
|
args: ['word-break-all--desktop']
|
|
34245
34245
|
}] } });
|
|
34246
|
+
/**
|
|
34247
|
+
* @description Type-only wrapper for <px-spinner>
|
|
34248
|
+
*/
|
|
34249
|
+
class PxSpinner {
|
|
34250
|
+
elementRef;
|
|
34251
|
+
set size(value) {
|
|
34252
|
+
this.elementRef.nativeElement['size'] = value;
|
|
34253
|
+
}
|
|
34254
|
+
get size() {
|
|
34255
|
+
return this.elementRef.nativeElement['size'];
|
|
34256
|
+
}
|
|
34257
|
+
set inverted(value) {
|
|
34258
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
34259
|
+
}
|
|
34260
|
+
get inverted() {
|
|
34261
|
+
return this.elementRef.nativeElement['inverted'];
|
|
34262
|
+
}
|
|
34263
|
+
set timeout(value) {
|
|
34264
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
34265
|
+
}
|
|
34266
|
+
get timeout() {
|
|
34267
|
+
return this.elementRef.nativeElement['timeout'];
|
|
34268
|
+
}
|
|
34269
|
+
set ariaLabel(value) {
|
|
34270
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
34271
|
+
}
|
|
34272
|
+
get ariaLabel() {
|
|
34273
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
34274
|
+
}
|
|
34275
|
+
constructor(elementRef) {
|
|
34276
|
+
this.elementRef = elementRef;
|
|
34277
|
+
}
|
|
34278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34279
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpinner, isStandalone: true, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
34280
|
+
}
|
|
34281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpinner, decorators: [{
|
|
34282
|
+
type: Directive,
|
|
34283
|
+
args: [{
|
|
34284
|
+
selector: 'px-spinner',
|
|
34285
|
+
standalone: true,
|
|
34286
|
+
}]
|
|
34287
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
34288
|
+
type: Input
|
|
34289
|
+
}], inverted: [{
|
|
34290
|
+
type: Input
|
|
34291
|
+
}], timeout: [{
|
|
34292
|
+
type: Input
|
|
34293
|
+
}], ariaLabel: [{
|
|
34294
|
+
type: Input,
|
|
34295
|
+
args: ['aria-label']
|
|
34296
|
+
}] } });
|
|
34246
34297
|
/**
|
|
34247
34298
|
* @description Type-only wrapper for <px-span>
|
|
34248
34299
|
*/
|
|
@@ -34783,57 +34834,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
34783
34834
|
type: Input,
|
|
34784
34835
|
args: ['word-break-all--desktop']
|
|
34785
34836
|
}] } });
|
|
34786
|
-
/**
|
|
34787
|
-
* @description Type-only wrapper for <px-spinner>
|
|
34788
|
-
*/
|
|
34789
|
-
class PxSpinner {
|
|
34790
|
-
elementRef;
|
|
34791
|
-
set size(value) {
|
|
34792
|
-
this.elementRef.nativeElement['size'] = value;
|
|
34793
|
-
}
|
|
34794
|
-
get size() {
|
|
34795
|
-
return this.elementRef.nativeElement['size'];
|
|
34796
|
-
}
|
|
34797
|
-
set inverted(value) {
|
|
34798
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
34799
|
-
}
|
|
34800
|
-
get inverted() {
|
|
34801
|
-
return this.elementRef.nativeElement['inverted'];
|
|
34802
|
-
}
|
|
34803
|
-
set timeout(value) {
|
|
34804
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
34805
|
-
}
|
|
34806
|
-
get timeout() {
|
|
34807
|
-
return this.elementRef.nativeElement['timeout'];
|
|
34808
|
-
}
|
|
34809
|
-
set ariaLabel(value) {
|
|
34810
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
34811
|
-
}
|
|
34812
|
-
get ariaLabel() {
|
|
34813
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
34814
|
-
}
|
|
34815
|
-
constructor(elementRef) {
|
|
34816
|
-
this.elementRef = elementRef;
|
|
34817
|
-
}
|
|
34818
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34819
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSpinner, isStandalone: true, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
34820
|
-
}
|
|
34821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSpinner, decorators: [{
|
|
34822
|
-
type: Directive,
|
|
34823
|
-
args: [{
|
|
34824
|
-
selector: 'px-spinner',
|
|
34825
|
-
standalone: true,
|
|
34826
|
-
}]
|
|
34827
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
34828
|
-
type: Input
|
|
34829
|
-
}], inverted: [{
|
|
34830
|
-
type: Input
|
|
34831
|
-
}], timeout: [{
|
|
34832
|
-
type: Input
|
|
34833
|
-
}], ariaLabel: [{
|
|
34834
|
-
type: Input,
|
|
34835
|
-
args: ['aria-label']
|
|
34836
|
-
}] } });
|
|
34837
34837
|
/**
|
|
34838
34838
|
* @description Type-only wrapper for <px-status>
|
|
34839
34839
|
*/
|
|
@@ -37258,6 +37258,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
37258
37258
|
type: Input,
|
|
37259
37259
|
args: ['word-break-all--desktop']
|
|
37260
37260
|
}] } });
|
|
37261
|
+
/**
|
|
37262
|
+
* @description Type-only wrapper for <px-timeline>
|
|
37263
|
+
*/
|
|
37264
|
+
class PxTimeline {
|
|
37265
|
+
elementRef;
|
|
37266
|
+
set inverted(value) {
|
|
37267
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
37268
|
+
}
|
|
37269
|
+
get inverted() {
|
|
37270
|
+
return this.elementRef.nativeElement['inverted'];
|
|
37271
|
+
}
|
|
37272
|
+
constructor(elementRef) {
|
|
37273
|
+
this.elementRef = elementRef;
|
|
37274
|
+
}
|
|
37275
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37276
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
37277
|
+
}
|
|
37278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
|
|
37279
|
+
type: Directive,
|
|
37280
|
+
args: [{
|
|
37281
|
+
selector: 'px-timeline',
|
|
37282
|
+
standalone: true,
|
|
37283
|
+
}]
|
|
37284
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
37285
|
+
type: Input
|
|
37286
|
+
}] } });
|
|
37287
|
+
/**
|
|
37288
|
+
* @description Type-only wrapper for <px-timeline-item>
|
|
37289
|
+
*/
|
|
37290
|
+
class PxTimelineItem {
|
|
37291
|
+
elementRef;
|
|
37292
|
+
set inverted(value) {
|
|
37293
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
37294
|
+
}
|
|
37295
|
+
get inverted() {
|
|
37296
|
+
return this.elementRef.nativeElement['inverted'];
|
|
37297
|
+
}
|
|
37298
|
+
set lastchild(value) {
|
|
37299
|
+
this.elementRef.nativeElement['lastchild'] = value;
|
|
37300
|
+
}
|
|
37301
|
+
get lastchild() {
|
|
37302
|
+
return this.elementRef.nativeElement['lastchild'];
|
|
37303
|
+
}
|
|
37304
|
+
set item(value) {
|
|
37305
|
+
this.elementRef.nativeElement['item'] = value;
|
|
37306
|
+
}
|
|
37307
|
+
get item() {
|
|
37308
|
+
return this.elementRef.nativeElement['item'];
|
|
37309
|
+
}
|
|
37310
|
+
TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
37311
|
+
constructor(elementRef) {
|
|
37312
|
+
this.elementRef = elementRef;
|
|
37313
|
+
this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
|
|
37314
|
+
this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
37315
|
+
});
|
|
37316
|
+
}
|
|
37317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37318
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
37319
|
+
}
|
|
37320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
|
|
37321
|
+
type: Directive,
|
|
37322
|
+
args: [{
|
|
37323
|
+
selector: 'px-timeline-item',
|
|
37324
|
+
standalone: true,
|
|
37325
|
+
}]
|
|
37326
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
37327
|
+
type: Input
|
|
37328
|
+
}], lastchild: [{
|
|
37329
|
+
type: Input
|
|
37330
|
+
}], item: [{
|
|
37331
|
+
type: Input
|
|
37332
|
+
}], TIMELINE_ITEM_CONNECTED_EVENT: [{
|
|
37333
|
+
type: Output
|
|
37334
|
+
}] } });
|
|
37261
37335
|
/**
|
|
37262
37336
|
* @description Type-only wrapper for <px-tile>
|
|
37263
37337
|
*/
|
|
@@ -40481,80 +40555,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
40481
40555
|
}], change: [{
|
|
40482
40556
|
type: Output
|
|
40483
40557
|
}] } });
|
|
40484
|
-
/**
|
|
40485
|
-
* @description Type-only wrapper for <px-timeline>
|
|
40486
|
-
*/
|
|
40487
|
-
class PxTimeline {
|
|
40488
|
-
elementRef;
|
|
40489
|
-
set inverted(value) {
|
|
40490
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
40491
|
-
}
|
|
40492
|
-
get inverted() {
|
|
40493
|
-
return this.elementRef.nativeElement['inverted'];
|
|
40494
|
-
}
|
|
40495
|
-
constructor(elementRef) {
|
|
40496
|
-
this.elementRef = elementRef;
|
|
40497
|
-
}
|
|
40498
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
40499
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimeline, isStandalone: true, selector: "px-timeline", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
40500
|
-
}
|
|
40501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimeline, decorators: [{
|
|
40502
|
-
type: Directive,
|
|
40503
|
-
args: [{
|
|
40504
|
-
selector: 'px-timeline',
|
|
40505
|
-
standalone: true,
|
|
40506
|
-
}]
|
|
40507
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
40508
|
-
type: Input
|
|
40509
|
-
}] } });
|
|
40510
|
-
/**
|
|
40511
|
-
* @description Type-only wrapper for <px-timeline-item>
|
|
40512
|
-
*/
|
|
40513
|
-
class PxTimelineItem {
|
|
40514
|
-
elementRef;
|
|
40515
|
-
set inverted(value) {
|
|
40516
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
40517
|
-
}
|
|
40518
|
-
get inverted() {
|
|
40519
|
-
return this.elementRef.nativeElement['inverted'];
|
|
40520
|
-
}
|
|
40521
|
-
set lastchild(value) {
|
|
40522
|
-
this.elementRef.nativeElement['lastchild'] = value;
|
|
40523
|
-
}
|
|
40524
|
-
get lastchild() {
|
|
40525
|
-
return this.elementRef.nativeElement['lastchild'];
|
|
40526
|
-
}
|
|
40527
|
-
set item(value) {
|
|
40528
|
-
this.elementRef.nativeElement['item'] = value;
|
|
40529
|
-
}
|
|
40530
|
-
get item() {
|
|
40531
|
-
return this.elementRef.nativeElement['item'];
|
|
40532
|
-
}
|
|
40533
|
-
TIMELINE_ITEM_CONNECTED_EVENT = new EventEmitter();
|
|
40534
|
-
constructor(elementRef) {
|
|
40535
|
-
this.elementRef = elementRef;
|
|
40536
|
-
this.elementRef.nativeElement.addEventListener('TIMELINE_ITEM_CONNECTED_EVENT', (e) => {
|
|
40537
|
-
this.TIMELINE_ITEM_CONNECTED_EVENT.emit(e.detail);
|
|
40538
|
-
});
|
|
40539
|
-
}
|
|
40540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
40541
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTimelineItem, isStandalone: true, selector: "px-timeline-item", inputs: { inverted: "inverted", lastchild: "lastchild", item: "item" }, outputs: { TIMELINE_ITEM_CONNECTED_EVENT: "TIMELINE_ITEM_CONNECTED_EVENT" }, ngImport: i0 });
|
|
40542
|
-
}
|
|
40543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTimelineItem, decorators: [{
|
|
40544
|
-
type: Directive,
|
|
40545
|
-
args: [{
|
|
40546
|
-
selector: 'px-timeline-item',
|
|
40547
|
-
standalone: true,
|
|
40548
|
-
}]
|
|
40549
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
40550
|
-
type: Input
|
|
40551
|
-
}], lastchild: [{
|
|
40552
|
-
type: Input
|
|
40553
|
-
}], item: [{
|
|
40554
|
-
type: Input
|
|
40555
|
-
}], TIMELINE_ITEM_CONNECTED_EVENT: [{
|
|
40556
|
-
type: Output
|
|
40557
|
-
}] } });
|
|
40558
40558
|
/**
|
|
40559
40559
|
* @description Type-only wrapper for <px-typography>
|
|
40560
40560
|
*/
|
|
@@ -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,
|
|
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, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDropdown, PxDrawer, 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, PxSpinner, PxSpan, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTimeline, PxTimelineItem, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxAppleseed, PxCarousel, PxCarouselItem, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDropdown, PxDrawer, 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, PxSpinner, PxSpan, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTimeline, PxTimelineItem, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, 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: [{
|
|
@@ -41320,22 +41320,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41320
41320
|
PxButtonWrapper,
|
|
41321
41321
|
PxButtonIcon,
|
|
41322
41322
|
PxCard,
|
|
41323
|
-
PxAppleseed,
|
|
41324
|
-
PxCarousel,
|
|
41325
|
-
PxCarouselItem,
|
|
41326
41323
|
PxCell,
|
|
41327
41324
|
PxCellButton,
|
|
41328
41325
|
PxCellCheckbox,
|
|
41329
41326
|
PxCellLink,
|
|
41330
41327
|
PxCellRadio,
|
|
41331
41328
|
PxCellSwitch,
|
|
41329
|
+
PxAppleseed,
|
|
41330
|
+
PxCarousel,
|
|
41331
|
+
PxCarouselItem,
|
|
41332
41332
|
PxCheckbox,
|
|
41333
41333
|
PxColorOption,
|
|
41334
41334
|
PxColorOptionLink,
|
|
41335
|
-
PxContentHeader,
|
|
41336
41335
|
PxContainer,
|
|
41337
|
-
|
|
41336
|
+
PxContentHeader,
|
|
41338
41337
|
PxDropdown,
|
|
41338
|
+
PxDrawer,
|
|
41339
41339
|
PxFieldset,
|
|
41340
41340
|
PxGrid,
|
|
41341
41341
|
PxH1,
|
|
@@ -41367,18 +41367,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41367
41367
|
PxCardContainer,
|
|
41368
41368
|
PxCardHeading,
|
|
41369
41369
|
PxPrice,
|
|
41370
|
-
PxRibbon,
|
|
41371
41370
|
PxRadio,
|
|
41372
41371
|
PxRadioBase,
|
|
41373
41372
|
PxRadioGroup,
|
|
41373
|
+
PxRibbon,
|
|
41374
41374
|
PxSection,
|
|
41375
41375
|
PxSelectableBox,
|
|
41376
41376
|
PxSelectableBoxCheckbox,
|
|
41377
41377
|
PxSelectableBoxRadio,
|
|
41378
41378
|
PxSeparator,
|
|
41379
41379
|
PxSkeleton,
|
|
41380
|
-
PxSpan,
|
|
41381
41380
|
PxSpinner,
|
|
41381
|
+
PxSpan,
|
|
41382
41382
|
PxStatus,
|
|
41383
41383
|
PxStatusCard,
|
|
41384
41384
|
PxStickyContainer,
|
|
@@ -41394,14 +41394,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41394
41394
|
PxTab,
|
|
41395
41395
|
PxTabPanel,
|
|
41396
41396
|
PxTag,
|
|
41397
|
+
PxTimeline,
|
|
41398
|
+
PxTimelineItem,
|
|
41397
41399
|
PxTile,
|
|
41398
41400
|
PxTileButton,
|
|
41399
41401
|
PxTileCheckbox,
|
|
41400
41402
|
PxTileLink,
|
|
41401
41403
|
PxTileRadio,
|
|
41402
41404
|
PxTileSwitch,
|
|
41403
|
-
PxTimeline,
|
|
41404
|
-
PxTimelineItem,
|
|
41405
41405
|
PxTypography,
|
|
41406
41406
|
PxPatch,
|
|
41407
41407
|
PxIcon,
|
|
@@ -41422,22 +41422,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41422
41422
|
PxButtonWrapper,
|
|
41423
41423
|
PxButtonIcon,
|
|
41424
41424
|
PxCard,
|
|
41425
|
-
PxAppleseed,
|
|
41426
|
-
PxCarousel,
|
|
41427
|
-
PxCarouselItem,
|
|
41428
41425
|
PxCell,
|
|
41429
41426
|
PxCellButton,
|
|
41430
41427
|
PxCellCheckbox,
|
|
41431
41428
|
PxCellLink,
|
|
41432
41429
|
PxCellRadio,
|
|
41433
41430
|
PxCellSwitch,
|
|
41431
|
+
PxAppleseed,
|
|
41432
|
+
PxCarousel,
|
|
41433
|
+
PxCarouselItem,
|
|
41434
41434
|
PxCheckbox,
|
|
41435
41435
|
PxColorOption,
|
|
41436
41436
|
PxColorOptionLink,
|
|
41437
|
-
PxContentHeader,
|
|
41438
41437
|
PxContainer,
|
|
41439
|
-
|
|
41438
|
+
PxContentHeader,
|
|
41440
41439
|
PxDropdown,
|
|
41440
|
+
PxDrawer,
|
|
41441
41441
|
PxFieldset,
|
|
41442
41442
|
PxGrid,
|
|
41443
41443
|
PxH1,
|
|
@@ -41469,18 +41469,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41469
41469
|
PxCardContainer,
|
|
41470
41470
|
PxCardHeading,
|
|
41471
41471
|
PxPrice,
|
|
41472
|
-
PxRibbon,
|
|
41473
41472
|
PxRadio,
|
|
41474
41473
|
PxRadioBase,
|
|
41475
41474
|
PxRadioGroup,
|
|
41475
|
+
PxRibbon,
|
|
41476
41476
|
PxSection,
|
|
41477
41477
|
PxSelectableBox,
|
|
41478
41478
|
PxSelectableBoxCheckbox,
|
|
41479
41479
|
PxSelectableBoxRadio,
|
|
41480
41480
|
PxSeparator,
|
|
41481
41481
|
PxSkeleton,
|
|
41482
|
-
PxSpan,
|
|
41483
41482
|
PxSpinner,
|
|
41483
|
+
PxSpan,
|
|
41484
41484
|
PxStatus,
|
|
41485
41485
|
PxStatusCard,
|
|
41486
41486
|
PxStickyContainer,
|
|
@@ -41496,14 +41496,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41496
41496
|
PxTab,
|
|
41497
41497
|
PxTabPanel,
|
|
41498
41498
|
PxTag,
|
|
41499
|
+
PxTimeline,
|
|
41500
|
+
PxTimelineItem,
|
|
41499
41501
|
PxTile,
|
|
41500
41502
|
PxTileButton,
|
|
41501
41503
|
PxTileCheckbox,
|
|
41502
41504
|
PxTileLink,
|
|
41503
41505
|
PxTileRadio,
|
|
41504
41506
|
PxTileSwitch,
|
|
41505
|
-
PxTimeline,
|
|
41506
|
-
PxTimelineItem,
|
|
41507
41507
|
PxTypography,
|
|
41508
41508
|
PxPatch,
|
|
41509
41509
|
PxIcon,
|