@proximus/lavender-angular 1.0.0-alpha.5 → 1.0.0-alpha.6
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/esm2022/lavender.directive.mjs +1082 -1041
- package/fesm2022/proximus-lavender-angular.mjs +1082 -1041
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +384 -367
- package/package.json +1 -1
|
@@ -260,106 +260,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
260
260
|
}] });
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
|
-
* @description Type-only wrapper for <px-
|
|
263
|
+
* @description Type-only wrapper for <px-accordion>
|
|
264
264
|
*/
|
|
265
|
-
class
|
|
265
|
+
class PxAccordion {
|
|
266
266
|
elementRef;
|
|
267
|
+
set variant(value) {
|
|
268
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
269
|
+
}
|
|
270
|
+
get variant() {
|
|
271
|
+
return this.elementRef.nativeElement['variant'];
|
|
272
|
+
}
|
|
267
273
|
set backgroundColor(value) {
|
|
268
274
|
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
269
275
|
}
|
|
270
276
|
get backgroundColor() {
|
|
271
277
|
return this.elementRef.nativeElement['backgroundColor'];
|
|
272
278
|
}
|
|
273
|
-
set backgroundGradient(value) {
|
|
274
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
275
|
-
}
|
|
276
|
-
get backgroundGradient() {
|
|
277
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
278
|
-
}
|
|
279
|
-
set backgroundImage(value) {
|
|
280
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
281
|
-
}
|
|
282
|
-
get backgroundImage() {
|
|
283
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
284
|
-
}
|
|
285
|
-
set backgroundImageMobile(value) {
|
|
286
|
-
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
287
|
-
}
|
|
288
|
-
get backgroundImageMobile() {
|
|
289
|
-
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
290
|
-
}
|
|
291
|
-
set backgroundImageTablet(value) {
|
|
292
|
-
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
293
|
-
}
|
|
294
|
-
get backgroundImageTablet() {
|
|
295
|
-
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
296
|
-
}
|
|
297
|
-
set backgroundImageLaptop(value) {
|
|
298
|
-
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
299
|
-
}
|
|
300
|
-
get backgroundImageLaptop() {
|
|
301
|
-
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
302
|
-
}
|
|
303
|
-
set backgroundSize(value) {
|
|
304
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
305
|
-
}
|
|
306
|
-
get backgroundSize() {
|
|
307
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
308
|
-
}
|
|
309
|
-
set backgroundPosition(value) {
|
|
310
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
311
|
-
}
|
|
312
|
-
get backgroundPosition() {
|
|
313
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
314
|
-
}
|
|
315
|
-
set contrastHelperGradient(value) {
|
|
316
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
317
|
-
}
|
|
318
|
-
get contrastHelperGradient() {
|
|
319
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
320
|
-
}
|
|
321
|
-
set contrastHelperOverlay(value) {
|
|
322
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
323
|
-
}
|
|
324
|
-
get contrastHelperOverlay() {
|
|
325
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
326
|
-
}
|
|
327
|
-
set hasGridding(value) {
|
|
328
|
-
this.elementRef.nativeElement['hasGridding'] = value;
|
|
329
|
-
}
|
|
330
|
-
get hasGridding() {
|
|
331
|
-
return this.elementRef.nativeElement['hasGridding'];
|
|
332
|
-
}
|
|
333
|
-
set hasGriddingMobile(value) {
|
|
334
|
-
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
335
|
-
}
|
|
336
|
-
get hasGriddingMobile() {
|
|
337
|
-
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
338
|
-
}
|
|
339
|
-
set hasGriddingTablet(value) {
|
|
340
|
-
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
341
|
-
}
|
|
342
|
-
get hasGriddingTablet() {
|
|
343
|
-
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
344
|
-
}
|
|
345
|
-
set hasGriddingLaptop(value) {
|
|
346
|
-
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
347
|
-
}
|
|
348
|
-
get hasGriddingLaptop() {
|
|
349
|
-
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
350
|
-
}
|
|
351
|
-
set reduced(value) {
|
|
352
|
-
this.elementRef.nativeElement['reduced'] = value;
|
|
353
|
-
}
|
|
354
|
-
get reduced() {
|
|
355
|
-
return this.elementRef.nativeElement['reduced'];
|
|
356
|
-
}
|
|
357
279
|
set inverted(value) {
|
|
358
280
|
this.elementRef.nativeElement['inverted'] = value;
|
|
359
281
|
}
|
|
360
282
|
get inverted() {
|
|
361
283
|
return this.elementRef.nativeElement['inverted'];
|
|
362
284
|
}
|
|
285
|
+
set noContentPadding(value) {
|
|
286
|
+
this.elementRef.nativeElement['noContentPadding'] = value;
|
|
287
|
+
}
|
|
288
|
+
get noContentPadding() {
|
|
289
|
+
return this.elementRef.nativeElement['noContentPadding'];
|
|
290
|
+
}
|
|
363
291
|
set grow(value) {
|
|
364
292
|
this.elementRef.nativeElement['grow'] = value;
|
|
365
293
|
}
|
|
@@ -633,60 +561,24 @@ class PxBanner {
|
|
|
633
561
|
constructor(elementRef) {
|
|
634
562
|
this.elementRef = elementRef;
|
|
635
563
|
}
|
|
636
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
637
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAccordion, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
565
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAccordion, selector: "px-accordion", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], inverted: "inverted", noContentPadding: ["no-content-padding", "noContentPadding"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
638
566
|
}
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAccordion, decorators: [{
|
|
640
568
|
type: Directive,
|
|
641
569
|
args: [{
|
|
642
|
-
selector: 'px-
|
|
570
|
+
selector: 'px-accordion',
|
|
643
571
|
}]
|
|
644
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
572
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
573
|
+
type: Input
|
|
574
|
+
}], backgroundColor: [{
|
|
645
575
|
type: Input,
|
|
646
576
|
args: ['background-color']
|
|
647
|
-
}], backgroundGradient: [{
|
|
648
|
-
type: Input,
|
|
649
|
-
args: ['background-gradient']
|
|
650
|
-
}], backgroundImage: [{
|
|
651
|
-
type: Input,
|
|
652
|
-
args: ['background-image']
|
|
653
|
-
}], backgroundImageMobile: [{
|
|
654
|
-
type: Input,
|
|
655
|
-
args: ['background-image--mobile']
|
|
656
|
-
}], backgroundImageTablet: [{
|
|
657
|
-
type: Input,
|
|
658
|
-
args: ['background-image--tablet']
|
|
659
|
-
}], backgroundImageLaptop: [{
|
|
660
|
-
type: Input,
|
|
661
|
-
args: ['background-image--laptop']
|
|
662
|
-
}], backgroundSize: [{
|
|
663
|
-
type: Input,
|
|
664
|
-
args: ['background-size']
|
|
665
|
-
}], backgroundPosition: [{
|
|
666
|
-
type: Input,
|
|
667
|
-
args: ['background-position']
|
|
668
|
-
}], contrastHelperGradient: [{
|
|
669
|
-
type: Input,
|
|
670
|
-
args: ['contrast-helper-gradient']
|
|
671
|
-
}], contrastHelperOverlay: [{
|
|
672
|
-
type: Input,
|
|
673
|
-
args: ['contrast-helper-overlay']
|
|
674
|
-
}], hasGridding: [{
|
|
675
|
-
type: Input,
|
|
676
|
-
args: ['has-gridding']
|
|
677
|
-
}], hasGriddingMobile: [{
|
|
678
|
-
type: Input,
|
|
679
|
-
args: ['has-gridding--mobile']
|
|
680
|
-
}], hasGriddingTablet: [{
|
|
681
|
-
type: Input,
|
|
682
|
-
args: ['has-gridding--tablet']
|
|
683
|
-
}], hasGriddingLaptop: [{
|
|
684
|
-
type: Input,
|
|
685
|
-
args: ['has-gridding--laptop']
|
|
686
|
-
}], reduced: [{
|
|
687
|
-
type: Input
|
|
688
577
|
}], inverted: [{
|
|
689
578
|
type: Input
|
|
579
|
+
}], noContentPadding: [{
|
|
580
|
+
type: Input,
|
|
581
|
+
args: ['no-content-padding']
|
|
690
582
|
}], grow: [{
|
|
691
583
|
type: Input
|
|
692
584
|
}], growMobile: [{
|
|
@@ -819,34 +711,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
819
711
|
args: ['order--desktop']
|
|
820
712
|
}] } });
|
|
821
713
|
/**
|
|
822
|
-
* @description Type-only wrapper for <px-
|
|
714
|
+
* @description Type-only wrapper for <px-ag-grid-table>
|
|
823
715
|
*/
|
|
824
|
-
class
|
|
716
|
+
class PxAgGridTable {
|
|
825
717
|
elementRef;
|
|
826
|
-
set variant(value) {
|
|
827
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
828
|
-
}
|
|
829
|
-
get variant() {
|
|
830
|
-
return this.elementRef.nativeElement['variant'];
|
|
831
|
-
}
|
|
832
|
-
set backgroundColor(value) {
|
|
833
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
834
|
-
}
|
|
835
|
-
get backgroundColor() {
|
|
836
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
837
|
-
}
|
|
838
718
|
set inverted(value) {
|
|
839
719
|
this.elementRef.nativeElement['inverted'] = value;
|
|
840
720
|
}
|
|
841
721
|
get inverted() {
|
|
842
722
|
return this.elementRef.nativeElement['inverted'];
|
|
843
723
|
}
|
|
844
|
-
set noContentPadding(value) {
|
|
845
|
-
this.elementRef.nativeElement['noContentPadding'] = value;
|
|
846
|
-
}
|
|
847
|
-
get noContentPadding() {
|
|
848
|
-
return this.elementRef.nativeElement['noContentPadding'];
|
|
849
|
-
}
|
|
850
724
|
set grow(value) {
|
|
851
725
|
this.elementRef.nativeElement['grow'] = value;
|
|
852
726
|
}
|
|
@@ -1120,24 +994,16 @@ class PxAccordion {
|
|
|
1120
994
|
constructor(elementRef) {
|
|
1121
995
|
this.elementRef = elementRef;
|
|
1122
996
|
}
|
|
1123
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1124
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
997
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
998
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAgGridTable, selector: "px-ag-grid-table", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
1125
999
|
}
|
|
1126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTable, decorators: [{
|
|
1127
1001
|
type: Directive,
|
|
1128
1002
|
args: [{
|
|
1129
|
-
selector: 'px-
|
|
1003
|
+
selector: 'px-ag-grid-table',
|
|
1130
1004
|
}]
|
|
1131
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
1132
|
-
type: Input
|
|
1133
|
-
}], backgroundColor: [{
|
|
1134
|
-
type: Input,
|
|
1135
|
-
args: ['background-color']
|
|
1136
|
-
}], inverted: [{
|
|
1005
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
1137
1006
|
type: Input
|
|
1138
|
-
}], noContentPadding: [{
|
|
1139
|
-
type: Input,
|
|
1140
|
-
args: ['no-content-padding']
|
|
1141
1007
|
}], grow: [{
|
|
1142
1008
|
type: Input
|
|
1143
1009
|
}], growMobile: [{
|
|
@@ -1270,16 +1136,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1270
1136
|
args: ['order--desktop']
|
|
1271
1137
|
}] } });
|
|
1272
1138
|
/**
|
|
1273
|
-
* @description Type-only wrapper for <px-ag-grid-table>
|
|
1139
|
+
* @description Type-only wrapper for <px-ag-grid-table-th-button>
|
|
1274
1140
|
*/
|
|
1275
|
-
class
|
|
1141
|
+
class PxAgGridTableThButton {
|
|
1276
1142
|
elementRef;
|
|
1143
|
+
set sorting(value) {
|
|
1144
|
+
this.elementRef.nativeElement['sorting'] = value;
|
|
1145
|
+
}
|
|
1146
|
+
get sorting() {
|
|
1147
|
+
return this.elementRef.nativeElement['sorting'];
|
|
1148
|
+
}
|
|
1277
1149
|
set inverted(value) {
|
|
1278
1150
|
this.elementRef.nativeElement['inverted'] = value;
|
|
1279
1151
|
}
|
|
1280
1152
|
get inverted() {
|
|
1281
1153
|
return this.elementRef.nativeElement['inverted'];
|
|
1282
1154
|
}
|
|
1155
|
+
set columnHeaderAriaLabel(value) {
|
|
1156
|
+
this.elementRef.nativeElement['columnHeaderAriaLabel'] = value;
|
|
1157
|
+
}
|
|
1158
|
+
get columnHeaderAriaLabel() {
|
|
1159
|
+
return this.elementRef.nativeElement['columnHeaderAriaLabel'];
|
|
1160
|
+
}
|
|
1283
1161
|
set grow(value) {
|
|
1284
1162
|
this.elementRef.nativeElement['grow'] = value;
|
|
1285
1163
|
}
|
|
@@ -1550,19 +1428,28 @@ class PxAgGridTable {
|
|
|
1550
1428
|
get orderDesktop() {
|
|
1551
1429
|
return this.elementRef.nativeElement['orderDesktop'];
|
|
1552
1430
|
}
|
|
1431
|
+
CLICK_EVENT = new EventEmitter();
|
|
1553
1432
|
constructor(elementRef) {
|
|
1554
1433
|
this.elementRef = elementRef;
|
|
1434
|
+
this.elementRef.nativeElement.addEventListener('CLICK_EVENT', (e) => {
|
|
1435
|
+
this.CLICK_EVENT.emit(e.detail);
|
|
1436
|
+
});
|
|
1555
1437
|
}
|
|
1556
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1557
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
1438
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTableThButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1439
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAgGridTableThButton, selector: "px-ag-grid-table-th-button", inputs: { sorting: "sorting", inverted: "inverted", columnHeaderAriaLabel: ["column-header-aria-label", "columnHeaderAriaLabel"], 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"] }, outputs: { CLICK_EVENT: "CLICK_EVENT" }, ngImport: i0 });
|
|
1558
1440
|
}
|
|
1559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTableThButton, decorators: [{
|
|
1560
1442
|
type: Directive,
|
|
1561
1443
|
args: [{
|
|
1562
|
-
selector: 'px-ag-grid-table',
|
|
1444
|
+
selector: 'px-ag-grid-table-th-button',
|
|
1563
1445
|
}]
|
|
1564
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
1446
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { sorting: [{
|
|
1565
1447
|
type: Input
|
|
1448
|
+
}], inverted: [{
|
|
1449
|
+
type: Input
|
|
1450
|
+
}], columnHeaderAriaLabel: [{
|
|
1451
|
+
type: Input,
|
|
1452
|
+
args: ['column-header-aria-label']
|
|
1566
1453
|
}], grow: [{
|
|
1567
1454
|
type: Input
|
|
1568
1455
|
}], growMobile: [{
|
|
@@ -1693,30 +1580,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1693
1580
|
}], orderDesktop: [{
|
|
1694
1581
|
type: Input,
|
|
1695
1582
|
args: ['order--desktop']
|
|
1583
|
+
}], CLICK_EVENT: [{
|
|
1584
|
+
type: Output
|
|
1696
1585
|
}] } });
|
|
1697
1586
|
/**
|
|
1698
|
-
* @description Type-only wrapper for <px-ag-grid-table-th-
|
|
1587
|
+
* @description Type-only wrapper for <px-ag-grid-table-th-content>
|
|
1699
1588
|
*/
|
|
1700
|
-
class
|
|
1589
|
+
class PxAgGridTableThContent {
|
|
1701
1590
|
elementRef;
|
|
1702
|
-
set sorting(value) {
|
|
1703
|
-
this.elementRef.nativeElement['sorting'] = value;
|
|
1704
|
-
}
|
|
1705
|
-
get sorting() {
|
|
1706
|
-
return this.elementRef.nativeElement['sorting'];
|
|
1707
|
-
}
|
|
1708
1591
|
set inverted(value) {
|
|
1709
1592
|
this.elementRef.nativeElement['inverted'] = value;
|
|
1710
1593
|
}
|
|
1711
1594
|
get inverted() {
|
|
1712
1595
|
return this.elementRef.nativeElement['inverted'];
|
|
1713
1596
|
}
|
|
1714
|
-
set columnHeaderAriaLabel(value) {
|
|
1715
|
-
this.elementRef.nativeElement['columnHeaderAriaLabel'] = value;
|
|
1716
|
-
}
|
|
1717
|
-
get columnHeaderAriaLabel() {
|
|
1718
|
-
return this.elementRef.nativeElement['columnHeaderAriaLabel'];
|
|
1719
|
-
}
|
|
1720
1597
|
set grow(value) {
|
|
1721
1598
|
this.elementRef.nativeElement['grow'] = value;
|
|
1722
1599
|
}
|
|
@@ -1987,28 +1864,19 @@ class PxAgGridTableThButton {
|
|
|
1987
1864
|
get orderDesktop() {
|
|
1988
1865
|
return this.elementRef.nativeElement['orderDesktop'];
|
|
1989
1866
|
}
|
|
1990
|
-
CLICK_EVENT = new EventEmitter();
|
|
1991
1867
|
constructor(elementRef) {
|
|
1992
1868
|
this.elementRef = elementRef;
|
|
1993
|
-
this.elementRef.nativeElement.addEventListener('CLICK_EVENT', (e) => {
|
|
1994
|
-
this.CLICK_EVENT.emit(e.detail);
|
|
1995
|
-
});
|
|
1996
1869
|
}
|
|
1997
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1998
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
1870
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTableThContent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1871
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAgGridTableThContent, selector: "px-ag-grid-table-th-content", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
1999
1872
|
}
|
|
2000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
1873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAgGridTableThContent, decorators: [{
|
|
2001
1874
|
type: Directive,
|
|
2002
1875
|
args: [{
|
|
2003
|
-
selector: 'px-ag-grid-table-th-
|
|
1876
|
+
selector: 'px-ag-grid-table-th-content',
|
|
2004
1877
|
}]
|
|
2005
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
2006
|
-
type: Input
|
|
2007
|
-
}], inverted: [{
|
|
1878
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
2008
1879
|
type: Input
|
|
2009
|
-
}], columnHeaderAriaLabel: [{
|
|
2010
|
-
type: Input,
|
|
2011
|
-
args: ['column-header-aria-label']
|
|
2012
1880
|
}], grow: [{
|
|
2013
1881
|
type: Input
|
|
2014
1882
|
}], growMobile: [{
|
|
@@ -2139,14 +2007,102 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2139
2007
|
}], orderDesktop: [{
|
|
2140
2008
|
type: Input,
|
|
2141
2009
|
args: ['order--desktop']
|
|
2142
|
-
}], CLICK_EVENT: [{
|
|
2143
|
-
type: Output
|
|
2144
2010
|
}] } });
|
|
2145
2011
|
/**
|
|
2146
|
-
* @description Type-only wrapper for <px-
|
|
2012
|
+
* @description Type-only wrapper for <px-banner>
|
|
2147
2013
|
*/
|
|
2148
|
-
class
|
|
2014
|
+
class PxBanner {
|
|
2149
2015
|
elementRef;
|
|
2016
|
+
set backgroundColor(value) {
|
|
2017
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
2018
|
+
}
|
|
2019
|
+
get backgroundColor() {
|
|
2020
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
2021
|
+
}
|
|
2022
|
+
set backgroundGradient(value) {
|
|
2023
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
2024
|
+
}
|
|
2025
|
+
get backgroundGradient() {
|
|
2026
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
2027
|
+
}
|
|
2028
|
+
set backgroundImage(value) {
|
|
2029
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
2030
|
+
}
|
|
2031
|
+
get backgroundImage() {
|
|
2032
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
2033
|
+
}
|
|
2034
|
+
set backgroundImageMobile(value) {
|
|
2035
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
2036
|
+
}
|
|
2037
|
+
get backgroundImageMobile() {
|
|
2038
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
2039
|
+
}
|
|
2040
|
+
set backgroundImageTablet(value) {
|
|
2041
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
2042
|
+
}
|
|
2043
|
+
get backgroundImageTablet() {
|
|
2044
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
2045
|
+
}
|
|
2046
|
+
set backgroundImageLaptop(value) {
|
|
2047
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
2048
|
+
}
|
|
2049
|
+
get backgroundImageLaptop() {
|
|
2050
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
2051
|
+
}
|
|
2052
|
+
set backgroundSize(value) {
|
|
2053
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
2054
|
+
}
|
|
2055
|
+
get backgroundSize() {
|
|
2056
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
2057
|
+
}
|
|
2058
|
+
set backgroundPosition(value) {
|
|
2059
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
2060
|
+
}
|
|
2061
|
+
get backgroundPosition() {
|
|
2062
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
2063
|
+
}
|
|
2064
|
+
set contrastHelperGradient(value) {
|
|
2065
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
2066
|
+
}
|
|
2067
|
+
get contrastHelperGradient() {
|
|
2068
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
2069
|
+
}
|
|
2070
|
+
set contrastHelperOverlay(value) {
|
|
2071
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
2072
|
+
}
|
|
2073
|
+
get contrastHelperOverlay() {
|
|
2074
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
2075
|
+
}
|
|
2076
|
+
set hasGridding(value) {
|
|
2077
|
+
this.elementRef.nativeElement['hasGridding'] = value;
|
|
2078
|
+
}
|
|
2079
|
+
get hasGridding() {
|
|
2080
|
+
return this.elementRef.nativeElement['hasGridding'];
|
|
2081
|
+
}
|
|
2082
|
+
set hasGriddingMobile(value) {
|
|
2083
|
+
this.elementRef.nativeElement['hasGriddingMobile'] = value;
|
|
2084
|
+
}
|
|
2085
|
+
get hasGriddingMobile() {
|
|
2086
|
+
return this.elementRef.nativeElement['hasGriddingMobile'];
|
|
2087
|
+
}
|
|
2088
|
+
set hasGriddingTablet(value) {
|
|
2089
|
+
this.elementRef.nativeElement['hasGriddingTablet'] = value;
|
|
2090
|
+
}
|
|
2091
|
+
get hasGriddingTablet() {
|
|
2092
|
+
return this.elementRef.nativeElement['hasGriddingTablet'];
|
|
2093
|
+
}
|
|
2094
|
+
set hasGriddingLaptop(value) {
|
|
2095
|
+
this.elementRef.nativeElement['hasGriddingLaptop'] = value;
|
|
2096
|
+
}
|
|
2097
|
+
get hasGriddingLaptop() {
|
|
2098
|
+
return this.elementRef.nativeElement['hasGriddingLaptop'];
|
|
2099
|
+
}
|
|
2100
|
+
set reduced(value) {
|
|
2101
|
+
this.elementRef.nativeElement['reduced'] = value;
|
|
2102
|
+
}
|
|
2103
|
+
get reduced() {
|
|
2104
|
+
return this.elementRef.nativeElement['reduced'];
|
|
2105
|
+
}
|
|
2150
2106
|
set inverted(value) {
|
|
2151
2107
|
this.elementRef.nativeElement['inverted'] = value;
|
|
2152
2108
|
}
|
|
@@ -2426,15 +2382,59 @@ class PxAgGridTableThContent {
|
|
|
2426
2382
|
constructor(elementRef) {
|
|
2427
2383
|
this.elementRef = elementRef;
|
|
2428
2384
|
}
|
|
2429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2430
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
2385
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBanner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2386
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBanner, selector: "px-banner", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], hasGridding: ["has-gridding", "hasGridding"], hasGriddingMobile: ["has-gridding--mobile", "hasGriddingMobile"], hasGriddingTablet: ["has-gridding--tablet", "hasGriddingTablet"], hasGriddingLaptop: ["has-gridding--laptop", "hasGriddingLaptop"], reduced: "reduced", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
2431
2387
|
}
|
|
2432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBanner, decorators: [{
|
|
2433
2389
|
type: Directive,
|
|
2434
2390
|
args: [{
|
|
2435
|
-
selector: 'px-
|
|
2391
|
+
selector: 'px-banner',
|
|
2436
2392
|
}]
|
|
2437
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
2393
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
2394
|
+
type: Input,
|
|
2395
|
+
args: ['background-color']
|
|
2396
|
+
}], backgroundGradient: [{
|
|
2397
|
+
type: Input,
|
|
2398
|
+
args: ['background-gradient']
|
|
2399
|
+
}], backgroundImage: [{
|
|
2400
|
+
type: Input,
|
|
2401
|
+
args: ['background-image']
|
|
2402
|
+
}], backgroundImageMobile: [{
|
|
2403
|
+
type: Input,
|
|
2404
|
+
args: ['background-image--mobile']
|
|
2405
|
+
}], backgroundImageTablet: [{
|
|
2406
|
+
type: Input,
|
|
2407
|
+
args: ['background-image--tablet']
|
|
2408
|
+
}], backgroundImageLaptop: [{
|
|
2409
|
+
type: Input,
|
|
2410
|
+
args: ['background-image--laptop']
|
|
2411
|
+
}], backgroundSize: [{
|
|
2412
|
+
type: Input,
|
|
2413
|
+
args: ['background-size']
|
|
2414
|
+
}], backgroundPosition: [{
|
|
2415
|
+
type: Input,
|
|
2416
|
+
args: ['background-position']
|
|
2417
|
+
}], contrastHelperGradient: [{
|
|
2418
|
+
type: Input,
|
|
2419
|
+
args: ['contrast-helper-gradient']
|
|
2420
|
+
}], contrastHelperOverlay: [{
|
|
2421
|
+
type: Input,
|
|
2422
|
+
args: ['contrast-helper-overlay']
|
|
2423
|
+
}], hasGridding: [{
|
|
2424
|
+
type: Input,
|
|
2425
|
+
args: ['has-gridding']
|
|
2426
|
+
}], hasGriddingMobile: [{
|
|
2427
|
+
type: Input,
|
|
2428
|
+
args: ['has-gridding--mobile']
|
|
2429
|
+
}], hasGriddingTablet: [{
|
|
2430
|
+
type: Input,
|
|
2431
|
+
args: ['has-gridding--tablet']
|
|
2432
|
+
}], hasGriddingLaptop: [{
|
|
2433
|
+
type: Input,
|
|
2434
|
+
args: ['has-gridding--laptop']
|
|
2435
|
+
}], reduced: [{
|
|
2436
|
+
type: Input
|
|
2437
|
+
}], inverted: [{
|
|
2438
2438
|
type: Input
|
|
2439
2439
|
}], grow: [{
|
|
2440
2440
|
type: Input
|
|
@@ -2568,16 +2568,100 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2568
2568
|
args: ['order--desktop']
|
|
2569
2569
|
}] } });
|
|
2570
2570
|
/**
|
|
2571
|
-
* @description Type-only wrapper for <px-
|
|
2571
|
+
* @description Type-only wrapper for <px-button>
|
|
2572
2572
|
*/
|
|
2573
|
-
class
|
|
2573
|
+
class PxButton {
|
|
2574
2574
|
elementRef;
|
|
2575
|
+
set variant(value) {
|
|
2576
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
2577
|
+
}
|
|
2578
|
+
get variant() {
|
|
2579
|
+
return this.elementRef.nativeElement['variant'];
|
|
2580
|
+
}
|
|
2581
|
+
set state(value) {
|
|
2582
|
+
this.elementRef.nativeElement['state'] = value;
|
|
2583
|
+
}
|
|
2584
|
+
get state() {
|
|
2585
|
+
return this.elementRef.nativeElement['state'];
|
|
2586
|
+
}
|
|
2587
|
+
set loading(value) {
|
|
2588
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
2589
|
+
}
|
|
2590
|
+
get loading() {
|
|
2591
|
+
return this.elementRef.nativeElement['loading'];
|
|
2592
|
+
}
|
|
2593
|
+
set shape(value) {
|
|
2594
|
+
this.elementRef.nativeElement['shape'] = value;
|
|
2595
|
+
}
|
|
2596
|
+
get shape() {
|
|
2597
|
+
return this.elementRef.nativeElement['shape'];
|
|
2598
|
+
}
|
|
2599
|
+
set shapeMobile(value) {
|
|
2600
|
+
this.elementRef.nativeElement['shapeMobile'] = value;
|
|
2601
|
+
}
|
|
2602
|
+
get shapeMobile() {
|
|
2603
|
+
return this.elementRef.nativeElement['shapeMobile'];
|
|
2604
|
+
}
|
|
2605
|
+
set shapeTablet(value) {
|
|
2606
|
+
this.elementRef.nativeElement['shapeTablet'] = value;
|
|
2607
|
+
}
|
|
2608
|
+
get shapeTablet() {
|
|
2609
|
+
return this.elementRef.nativeElement['shapeTablet'];
|
|
2610
|
+
}
|
|
2611
|
+
set shapeLaptop(value) {
|
|
2612
|
+
this.elementRef.nativeElement['shapeLaptop'] = value;
|
|
2613
|
+
}
|
|
2614
|
+
get shapeLaptop() {
|
|
2615
|
+
return this.elementRef.nativeElement['shapeLaptop'];
|
|
2616
|
+
}
|
|
2617
|
+
set shapeDesktop(value) {
|
|
2618
|
+
this.elementRef.nativeElement['shapeDesktop'] = value;
|
|
2619
|
+
}
|
|
2620
|
+
get shapeDesktop() {
|
|
2621
|
+
return this.elementRef.nativeElement['shapeDesktop'];
|
|
2622
|
+
}
|
|
2575
2623
|
set inverted(value) {
|
|
2576
2624
|
this.elementRef.nativeElement['inverted'] = value;
|
|
2577
2625
|
}
|
|
2578
2626
|
get inverted() {
|
|
2579
2627
|
return this.elementRef.nativeElement['inverted'];
|
|
2580
2628
|
}
|
|
2629
|
+
set ariaExpanded(value) {
|
|
2630
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
2631
|
+
}
|
|
2632
|
+
get ariaExpanded() {
|
|
2633
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
2634
|
+
}
|
|
2635
|
+
set extended(value) {
|
|
2636
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
2637
|
+
}
|
|
2638
|
+
get extended() {
|
|
2639
|
+
return this.elementRef.nativeElement['extended'];
|
|
2640
|
+
}
|
|
2641
|
+
set extendedMobile(value) {
|
|
2642
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
2643
|
+
}
|
|
2644
|
+
get extendedMobile() {
|
|
2645
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
2646
|
+
}
|
|
2647
|
+
set extendedTablet(value) {
|
|
2648
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
2649
|
+
}
|
|
2650
|
+
get extendedTablet() {
|
|
2651
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
2652
|
+
}
|
|
2653
|
+
set extendedLaptop(value) {
|
|
2654
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
2655
|
+
}
|
|
2656
|
+
get extendedLaptop() {
|
|
2657
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
2658
|
+
}
|
|
2659
|
+
set extendedDesktop(value) {
|
|
2660
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
2661
|
+
}
|
|
2662
|
+
get extendedDesktop() {
|
|
2663
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
2664
|
+
}
|
|
2581
2665
|
set grow(value) {
|
|
2582
2666
|
this.elementRef.nativeElement['grow'] = value;
|
|
2583
2667
|
}
|
|
@@ -2851,16 +2935,53 @@ class PxBreadcrumbItem {
|
|
|
2851
2935
|
constructor(elementRef) {
|
|
2852
2936
|
this.elementRef = elementRef;
|
|
2853
2937
|
}
|
|
2854
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2855
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
2938
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2939
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButton, selector: "px-button", inputs: { variant: "variant", state: "state", loading: "loading", shape: "shape", shapeMobile: ["shape--mobile", "shapeMobile"], shapeTablet: ["shape--tablet", "shapeTablet"], shapeLaptop: ["shape--laptop", "shapeLaptop"], shapeDesktop: ["shape--desktop", "shapeDesktop"], inverted: "inverted", ariaExpanded: ["aria-expanded", "ariaExpanded"], extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
2856
2940
|
}
|
|
2857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
2941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButton, decorators: [{
|
|
2858
2942
|
type: Directive,
|
|
2859
2943
|
args: [{
|
|
2860
|
-
selector: 'px-
|
|
2944
|
+
selector: 'px-button',
|
|
2861
2945
|
}]
|
|
2862
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
2946
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
2947
|
+
type: Input
|
|
2948
|
+
}], state: [{
|
|
2863
2949
|
type: Input
|
|
2950
|
+
}], loading: [{
|
|
2951
|
+
type: Input
|
|
2952
|
+
}], shape: [{
|
|
2953
|
+
type: Input
|
|
2954
|
+
}], shapeMobile: [{
|
|
2955
|
+
type: Input,
|
|
2956
|
+
args: ['shape--mobile']
|
|
2957
|
+
}], shapeTablet: [{
|
|
2958
|
+
type: Input,
|
|
2959
|
+
args: ['shape--tablet']
|
|
2960
|
+
}], shapeLaptop: [{
|
|
2961
|
+
type: Input,
|
|
2962
|
+
args: ['shape--laptop']
|
|
2963
|
+
}], shapeDesktop: [{
|
|
2964
|
+
type: Input,
|
|
2965
|
+
args: ['shape--desktop']
|
|
2966
|
+
}], inverted: [{
|
|
2967
|
+
type: Input
|
|
2968
|
+
}], ariaExpanded: [{
|
|
2969
|
+
type: Input,
|
|
2970
|
+
args: ['aria-expanded']
|
|
2971
|
+
}], extended: [{
|
|
2972
|
+
type: Input
|
|
2973
|
+
}], extendedMobile: [{
|
|
2974
|
+
type: Input,
|
|
2975
|
+
args: ['extended--mobile']
|
|
2976
|
+
}], extendedTablet: [{
|
|
2977
|
+
type: Input,
|
|
2978
|
+
args: ['extended--tablet']
|
|
2979
|
+
}], extendedLaptop: [{
|
|
2980
|
+
type: Input,
|
|
2981
|
+
args: ['extended--laptop']
|
|
2982
|
+
}], extendedDesktop: [{
|
|
2983
|
+
type: Input,
|
|
2984
|
+
args: ['extended--desktop']
|
|
2864
2985
|
}], grow: [{
|
|
2865
2986
|
type: Input
|
|
2866
2987
|
}], growMobile: [{
|
|
@@ -2993,9 +3114,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2993
3114
|
args: ['order--desktop']
|
|
2994
3115
|
}] } });
|
|
2995
3116
|
/**
|
|
2996
|
-
* @description Type-only wrapper for <px-breadcrumb>
|
|
3117
|
+
* @description Type-only wrapper for <px-breadcrumb-item>
|
|
2997
3118
|
*/
|
|
2998
|
-
class
|
|
3119
|
+
class PxBreadcrumbItem {
|
|
2999
3120
|
elementRef;
|
|
3000
3121
|
set inverted(value) {
|
|
3001
3122
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -3003,12 +3124,6 @@ class PxBreadcrumb {
|
|
|
3003
3124
|
get inverted() {
|
|
3004
3125
|
return this.elementRef.nativeElement['inverted'];
|
|
3005
3126
|
}
|
|
3006
|
-
set ariaLabel(value) {
|
|
3007
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
3008
|
-
}
|
|
3009
|
-
get ariaLabel() {
|
|
3010
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
3011
|
-
}
|
|
3012
3127
|
set grow(value) {
|
|
3013
3128
|
this.elementRef.nativeElement['grow'] = value;
|
|
3014
3129
|
}
|
|
@@ -3282,19 +3397,16 @@ class PxBreadcrumb {
|
|
|
3282
3397
|
constructor(elementRef) {
|
|
3283
3398
|
this.elementRef = elementRef;
|
|
3284
3399
|
}
|
|
3285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3286
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
3400
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumbItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3401
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBreadcrumbItem, selector: "px-breadcrumb-item", inputs: { inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
3287
3402
|
}
|
|
3288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumbItem, decorators: [{
|
|
3289
3404
|
type: Directive,
|
|
3290
3405
|
args: [{
|
|
3291
|
-
selector: 'px-breadcrumb',
|
|
3406
|
+
selector: 'px-breadcrumb-item',
|
|
3292
3407
|
}]
|
|
3293
3408
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
3294
3409
|
type: Input
|
|
3295
|
-
}], ariaLabel: [{
|
|
3296
|
-
type: Input,
|
|
3297
|
-
args: ['aria-label']
|
|
3298
3410
|
}], grow: [{
|
|
3299
3411
|
type: Input
|
|
3300
3412
|
}], growMobile: [{
|
|
@@ -3427,9 +3539,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
3427
3539
|
args: ['order--desktop']
|
|
3428
3540
|
}] } });
|
|
3429
3541
|
/**
|
|
3430
|
-
* @description Type-only wrapper for <px-
|
|
3542
|
+
* @description Type-only wrapper for <px-breadcrumb>
|
|
3431
3543
|
*/
|
|
3432
|
-
class
|
|
3544
|
+
class PxBreadcrumb {
|
|
3433
3545
|
elementRef;
|
|
3434
3546
|
set inverted(value) {
|
|
3435
3547
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -3437,29 +3549,11 @@ class PxButtonIcon {
|
|
|
3437
3549
|
get inverted() {
|
|
3438
3550
|
return this.elementRef.nativeElement['inverted'];
|
|
3439
3551
|
}
|
|
3440
|
-
set
|
|
3441
|
-
this.elementRef.nativeElement['
|
|
3442
|
-
}
|
|
3443
|
-
get loading() {
|
|
3444
|
-
return this.elementRef.nativeElement['loading'];
|
|
3445
|
-
}
|
|
3446
|
-
set size(value) {
|
|
3447
|
-
this.elementRef.nativeElement['size'] = value;
|
|
3448
|
-
}
|
|
3449
|
-
get size() {
|
|
3450
|
-
return this.elementRef.nativeElement['size'];
|
|
3451
|
-
}
|
|
3452
|
-
set variant(value) {
|
|
3453
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
3454
|
-
}
|
|
3455
|
-
get variant() {
|
|
3456
|
-
return this.elementRef.nativeElement['variant'];
|
|
3457
|
-
}
|
|
3458
|
-
set ariaExpanded(value) {
|
|
3459
|
-
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
3552
|
+
set ariaLabel(value) {
|
|
3553
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
3460
3554
|
}
|
|
3461
|
-
get
|
|
3462
|
-
return this.elementRef.nativeElement['
|
|
3555
|
+
get ariaLabel() {
|
|
3556
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
3463
3557
|
}
|
|
3464
3558
|
set grow(value) {
|
|
3465
3559
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -3734,25 +3828,19 @@ class PxButtonIcon {
|
|
|
3734
3828
|
constructor(elementRef) {
|
|
3735
3829
|
this.elementRef = elementRef;
|
|
3736
3830
|
}
|
|
3737
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3738
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
3831
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumb, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3832
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxBreadcrumb, selector: "px-breadcrumb", inputs: { inverted: "inverted", ariaLabel: ["aria-label", "ariaLabel"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
3739
3833
|
}
|
|
3740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
3834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxBreadcrumb, decorators: [{
|
|
3741
3835
|
type: Directive,
|
|
3742
3836
|
args: [{
|
|
3743
|
-
selector: 'px-
|
|
3837
|
+
selector: 'px-breadcrumb',
|
|
3744
3838
|
}]
|
|
3745
3839
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
3746
3840
|
type: Input
|
|
3747
|
-
}],
|
|
3748
|
-
type: Input
|
|
3749
|
-
}], size: [{
|
|
3750
|
-
type: Input
|
|
3751
|
-
}], variant: [{
|
|
3752
|
-
type: Input
|
|
3753
|
-
}], ariaExpanded: [{
|
|
3841
|
+
}], ariaLabel: [{
|
|
3754
3842
|
type: Input,
|
|
3755
|
-
args: ['aria-
|
|
3843
|
+
args: ['aria-label']
|
|
3756
3844
|
}], grow: [{
|
|
3757
3845
|
type: Input
|
|
3758
3846
|
}], growMobile: [{
|
|
@@ -3885,99 +3973,169 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
3885
3973
|
args: ['order--desktop']
|
|
3886
3974
|
}] } });
|
|
3887
3975
|
/**
|
|
3888
|
-
* @description Type-only wrapper for <px-
|
|
3976
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
3889
3977
|
*/
|
|
3890
|
-
class
|
|
3978
|
+
class PxAppleseed {
|
|
3891
3979
|
elementRef;
|
|
3892
|
-
set
|
|
3893
|
-
this.elementRef.nativeElement['
|
|
3980
|
+
set amount(value) {
|
|
3981
|
+
this.elementRef.nativeElement['amount'] = value;
|
|
3894
3982
|
}
|
|
3895
|
-
get
|
|
3896
|
-
return this.elementRef.nativeElement['
|
|
3983
|
+
get amount() {
|
|
3984
|
+
return this.elementRef.nativeElement['amount'];
|
|
3897
3985
|
}
|
|
3898
|
-
set
|
|
3899
|
-
this.elementRef.nativeElement['
|
|
3986
|
+
set active(value) {
|
|
3987
|
+
this.elementRef.nativeElement['active'] = value;
|
|
3900
3988
|
}
|
|
3901
|
-
get
|
|
3902
|
-
return this.elementRef.nativeElement['
|
|
3989
|
+
get active() {
|
|
3990
|
+
return this.elementRef.nativeElement['active'];
|
|
3903
3991
|
}
|
|
3904
|
-
|
|
3905
|
-
this.elementRef
|
|
3992
|
+
constructor(elementRef) {
|
|
3993
|
+
this.elementRef = elementRef;
|
|
3906
3994
|
}
|
|
3907
|
-
|
|
3908
|
-
|
|
3995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3996
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
3997
|
+
}
|
|
3998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
3999
|
+
type: Directive,
|
|
4000
|
+
args: [{
|
|
4001
|
+
selector: 'px-appleseed',
|
|
4002
|
+
}]
|
|
4003
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
4004
|
+
type: Input
|
|
4005
|
+
}], active: [{
|
|
4006
|
+
type: Input
|
|
4007
|
+
}] } });
|
|
4008
|
+
/**
|
|
4009
|
+
* @description Type-only wrapper for <px-carousel>
|
|
4010
|
+
*/
|
|
4011
|
+
class PxCarousel {
|
|
4012
|
+
elementRef;
|
|
4013
|
+
set visibleItems(value) {
|
|
4014
|
+
this.elementRef.nativeElement['visibleItems'] = value;
|
|
3909
4015
|
}
|
|
3910
|
-
|
|
3911
|
-
this.elementRef.nativeElement['
|
|
4016
|
+
get visibleItems() {
|
|
4017
|
+
return this.elementRef.nativeElement['visibleItems'];
|
|
3912
4018
|
}
|
|
3913
|
-
|
|
3914
|
-
|
|
4019
|
+
constructor(elementRef) {
|
|
4020
|
+
this.elementRef = elementRef;
|
|
3915
4021
|
}
|
|
3916
|
-
|
|
3917
|
-
|
|
4022
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4023
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", inputs: { visibleItems: ["visible-items", "visibleItems"] }, ngImport: i0 });
|
|
4024
|
+
}
|
|
4025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
|
|
4026
|
+
type: Directive,
|
|
4027
|
+
args: [{
|
|
4028
|
+
selector: 'px-carousel',
|
|
4029
|
+
}]
|
|
4030
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { visibleItems: [{
|
|
4031
|
+
type: Input,
|
|
4032
|
+
args: ['visible-items']
|
|
4033
|
+
}] } });
|
|
4034
|
+
/**
|
|
4035
|
+
* @description Type-only wrapper for <px-carousel-item>
|
|
4036
|
+
*/
|
|
4037
|
+
class PxCarouselItem {
|
|
4038
|
+
elementRef;
|
|
4039
|
+
constructor(elementRef) {
|
|
4040
|
+
this.elementRef = elementRef;
|
|
3918
4041
|
}
|
|
3919
|
-
|
|
3920
|
-
|
|
4042
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4043
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", ngImport: i0 });
|
|
4044
|
+
}
|
|
4045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
4046
|
+
type: Directive,
|
|
4047
|
+
args: [{
|
|
4048
|
+
selector: 'px-carousel-item',
|
|
4049
|
+
}]
|
|
4050
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
4051
|
+
/**
|
|
4052
|
+
* @description Type-only wrapper for <px-card>
|
|
4053
|
+
*/
|
|
4054
|
+
class PxCard {
|
|
4055
|
+
elementRef;
|
|
4056
|
+
set inverted(value) {
|
|
4057
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
3921
4058
|
}
|
|
3922
|
-
|
|
3923
|
-
this.elementRef.nativeElement['
|
|
4059
|
+
get inverted() {
|
|
4060
|
+
return this.elementRef.nativeElement['inverted'];
|
|
3924
4061
|
}
|
|
3925
|
-
|
|
3926
|
-
|
|
4062
|
+
set backgroundColor(value) {
|
|
4063
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
3927
4064
|
}
|
|
3928
|
-
|
|
3929
|
-
this.elementRef.nativeElement['
|
|
4065
|
+
get backgroundColor() {
|
|
4066
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
3930
4067
|
}
|
|
3931
|
-
|
|
3932
|
-
|
|
4068
|
+
set backgroundSize(value) {
|
|
4069
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
3933
4070
|
}
|
|
3934
|
-
|
|
3935
|
-
this.elementRef.nativeElement['
|
|
4071
|
+
get backgroundSize() {
|
|
4072
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
3936
4073
|
}
|
|
3937
|
-
|
|
3938
|
-
|
|
4074
|
+
set backgroundPosition(value) {
|
|
4075
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
3939
4076
|
}
|
|
3940
|
-
|
|
3941
|
-
this.elementRef.nativeElement['
|
|
4077
|
+
get backgroundPosition() {
|
|
4078
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
3942
4079
|
}
|
|
3943
|
-
|
|
3944
|
-
|
|
4080
|
+
set contrastHelperGradient(value) {
|
|
4081
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
3945
4082
|
}
|
|
3946
|
-
|
|
3947
|
-
this.elementRef.nativeElement['
|
|
4083
|
+
get contrastHelperGradient() {
|
|
4084
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
3948
4085
|
}
|
|
3949
|
-
|
|
3950
|
-
|
|
4086
|
+
set contrastHelperOverlay(value) {
|
|
4087
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
3951
4088
|
}
|
|
3952
|
-
|
|
3953
|
-
this.elementRef.nativeElement['
|
|
4089
|
+
get contrastHelperOverlay() {
|
|
4090
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
3954
4091
|
}
|
|
3955
|
-
|
|
3956
|
-
|
|
4092
|
+
set mediaPosition(value) {
|
|
4093
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
3957
4094
|
}
|
|
3958
|
-
|
|
3959
|
-
this.elementRef.nativeElement['
|
|
4095
|
+
get mediaPosition() {
|
|
4096
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
3960
4097
|
}
|
|
3961
|
-
|
|
3962
|
-
|
|
4098
|
+
set mediaPositionMobile(value) {
|
|
4099
|
+
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
3963
4100
|
}
|
|
3964
|
-
|
|
3965
|
-
this.elementRef.nativeElement['
|
|
4101
|
+
get mediaPositionMobile() {
|
|
4102
|
+
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
3966
4103
|
}
|
|
3967
|
-
|
|
3968
|
-
|
|
4104
|
+
set mediaPositionTablet(value) {
|
|
4105
|
+
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
3969
4106
|
}
|
|
3970
|
-
|
|
3971
|
-
this.elementRef.nativeElement['
|
|
4107
|
+
get mediaPositionTablet() {
|
|
4108
|
+
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
3972
4109
|
}
|
|
3973
|
-
|
|
3974
|
-
|
|
4110
|
+
set mediaPositionLaptop(value) {
|
|
4111
|
+
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
3975
4112
|
}
|
|
3976
|
-
|
|
3977
|
-
this.elementRef.nativeElement['
|
|
4113
|
+
get mediaPositionLaptop() {
|
|
4114
|
+
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
3978
4115
|
}
|
|
3979
|
-
|
|
3980
|
-
|
|
4116
|
+
set mediaSrc(value) {
|
|
4117
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
4118
|
+
}
|
|
4119
|
+
get mediaSrc() {
|
|
4120
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
4121
|
+
}
|
|
4122
|
+
set mediaSrcMobile(value) {
|
|
4123
|
+
this.elementRef.nativeElement['mediaSrcMobile'] = value;
|
|
4124
|
+
}
|
|
4125
|
+
get mediaSrcMobile() {
|
|
4126
|
+
return this.elementRef.nativeElement['mediaSrcMobile'];
|
|
4127
|
+
}
|
|
4128
|
+
set mediaSrcTablet(value) {
|
|
4129
|
+
this.elementRef.nativeElement['mediaSrcTablet'] = value;
|
|
4130
|
+
}
|
|
4131
|
+
get mediaSrcTablet() {
|
|
4132
|
+
return this.elementRef.nativeElement['mediaSrcTablet'];
|
|
4133
|
+
}
|
|
4134
|
+
set mediaSrcLaptop(value) {
|
|
4135
|
+
this.elementRef.nativeElement['mediaSrcLaptop'] = value;
|
|
4136
|
+
}
|
|
4137
|
+
get mediaSrcLaptop() {
|
|
4138
|
+
return this.elementRef.nativeElement['mediaSrcLaptop'];
|
|
3981
4139
|
}
|
|
3982
4140
|
set grow(value) {
|
|
3983
4141
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -4252,53 +4410,55 @@ class PxButton {
|
|
|
4252
4410
|
constructor(elementRef) {
|
|
4253
4411
|
this.elementRef = elementRef;
|
|
4254
4412
|
}
|
|
4255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4256
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
4413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4414
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCard, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
4257
4415
|
}
|
|
4258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
|
|
4259
4417
|
type: Directive,
|
|
4260
4418
|
args: [{
|
|
4261
|
-
selector: 'px-
|
|
4419
|
+
selector: 'px-card',
|
|
4262
4420
|
}]
|
|
4263
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
4264
|
-
type: Input
|
|
4265
|
-
}], state: [{
|
|
4266
|
-
type: Input
|
|
4267
|
-
}], loading: [{
|
|
4268
|
-
type: Input
|
|
4269
|
-
}], shape: [{
|
|
4421
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
4270
4422
|
type: Input
|
|
4271
|
-
}],
|
|
4423
|
+
}], backgroundColor: [{
|
|
4272
4424
|
type: Input,
|
|
4273
|
-
args: ['
|
|
4274
|
-
}],
|
|
4425
|
+
args: ['background-color']
|
|
4426
|
+
}], backgroundSize: [{
|
|
4275
4427
|
type: Input,
|
|
4276
|
-
args: ['
|
|
4277
|
-
}],
|
|
4428
|
+
args: ['background-size']
|
|
4429
|
+
}], backgroundPosition: [{
|
|
4278
4430
|
type: Input,
|
|
4279
|
-
args: ['
|
|
4280
|
-
}],
|
|
4431
|
+
args: ['background-position']
|
|
4432
|
+
}], contrastHelperGradient: [{
|
|
4281
4433
|
type: Input,
|
|
4282
|
-
args: ['
|
|
4283
|
-
}],
|
|
4284
|
-
type: Input
|
|
4285
|
-
}], ariaExpanded: [{
|
|
4434
|
+
args: ['contrast-helper-gradient']
|
|
4435
|
+
}], contrastHelperOverlay: [{
|
|
4286
4436
|
type: Input,
|
|
4287
|
-
args: ['
|
|
4288
|
-
}],
|
|
4289
|
-
type: Input
|
|
4290
|
-
}], extendedMobile: [{
|
|
4437
|
+
args: ['contrast-helper-overlay']
|
|
4438
|
+
}], mediaPosition: [{
|
|
4291
4439
|
type: Input,
|
|
4292
|
-
args: ['
|
|
4293
|
-
}],
|
|
4440
|
+
args: ['media-position']
|
|
4441
|
+
}], mediaPositionMobile: [{
|
|
4294
4442
|
type: Input,
|
|
4295
|
-
args: ['
|
|
4296
|
-
}],
|
|
4443
|
+
args: ['media-position--mobile']
|
|
4444
|
+
}], mediaPositionTablet: [{
|
|
4297
4445
|
type: Input,
|
|
4298
|
-
args: ['
|
|
4299
|
-
}],
|
|
4446
|
+
args: ['media-position--tablet']
|
|
4447
|
+
}], mediaPositionLaptop: [{
|
|
4300
4448
|
type: Input,
|
|
4301
|
-
args: ['
|
|
4449
|
+
args: ['media-position--laptop']
|
|
4450
|
+
}], mediaSrc: [{
|
|
4451
|
+
type: Input,
|
|
4452
|
+
args: ['media-src']
|
|
4453
|
+
}], mediaSrcMobile: [{
|
|
4454
|
+
type: Input,
|
|
4455
|
+
args: ['media-src--mobile']
|
|
4456
|
+
}], mediaSrcTablet: [{
|
|
4457
|
+
type: Input,
|
|
4458
|
+
args: ['media-src--tablet']
|
|
4459
|
+
}], mediaSrcLaptop: [{
|
|
4460
|
+
type: Input,
|
|
4461
|
+
args: ['media-src--laptop']
|
|
4302
4462
|
}], grow: [{
|
|
4303
4463
|
type: Input
|
|
4304
4464
|
}], growMobile: [{
|
|
@@ -4431,9 +4591,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4431
4591
|
args: ['order--desktop']
|
|
4432
4592
|
}] } });
|
|
4433
4593
|
/**
|
|
4434
|
-
* @description Type-only wrapper for <px-
|
|
4594
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
4435
4595
|
*/
|
|
4436
|
-
class
|
|
4596
|
+
class PxButtonIcon {
|
|
4437
4597
|
elementRef;
|
|
4438
4598
|
set inverted(value) {
|
|
4439
4599
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -4441,83 +4601,29 @@ class PxCard {
|
|
|
4441
4601
|
get inverted() {
|
|
4442
4602
|
return this.elementRef.nativeElement['inverted'];
|
|
4443
4603
|
}
|
|
4444
|
-
set
|
|
4445
|
-
this.elementRef.nativeElement['
|
|
4446
|
-
}
|
|
4447
|
-
get backgroundColor() {
|
|
4448
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
4449
|
-
}
|
|
4450
|
-
set backgroundSize(value) {
|
|
4451
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
4452
|
-
}
|
|
4453
|
-
get backgroundSize() {
|
|
4454
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
4455
|
-
}
|
|
4456
|
-
set backgroundPosition(value) {
|
|
4457
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
4458
|
-
}
|
|
4459
|
-
get backgroundPosition() {
|
|
4460
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
4461
|
-
}
|
|
4462
|
-
set contrastHelperGradient(value) {
|
|
4463
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
4464
|
-
}
|
|
4465
|
-
get contrastHelperGradient() {
|
|
4466
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
4467
|
-
}
|
|
4468
|
-
set contrastHelperOverlay(value) {
|
|
4469
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
4470
|
-
}
|
|
4471
|
-
get contrastHelperOverlay() {
|
|
4472
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
4473
|
-
}
|
|
4474
|
-
set mediaPosition(value) {
|
|
4475
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
4476
|
-
}
|
|
4477
|
-
get mediaPosition() {
|
|
4478
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
4479
|
-
}
|
|
4480
|
-
set mediaPositionMobile(value) {
|
|
4481
|
-
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
4482
|
-
}
|
|
4483
|
-
get mediaPositionMobile() {
|
|
4484
|
-
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
4485
|
-
}
|
|
4486
|
-
set mediaPositionTablet(value) {
|
|
4487
|
-
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
4488
|
-
}
|
|
4489
|
-
get mediaPositionTablet() {
|
|
4490
|
-
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
4491
|
-
}
|
|
4492
|
-
set mediaPositionLaptop(value) {
|
|
4493
|
-
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
4494
|
-
}
|
|
4495
|
-
get mediaPositionLaptop() {
|
|
4496
|
-
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
4497
|
-
}
|
|
4498
|
-
set mediaSrc(value) {
|
|
4499
|
-
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
4604
|
+
set loading(value) {
|
|
4605
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
4500
4606
|
}
|
|
4501
|
-
get
|
|
4502
|
-
return this.elementRef.nativeElement['
|
|
4607
|
+
get loading() {
|
|
4608
|
+
return this.elementRef.nativeElement['loading'];
|
|
4503
4609
|
}
|
|
4504
|
-
set
|
|
4505
|
-
this.elementRef.nativeElement['
|
|
4610
|
+
set size(value) {
|
|
4611
|
+
this.elementRef.nativeElement['size'] = value;
|
|
4506
4612
|
}
|
|
4507
|
-
get
|
|
4508
|
-
return this.elementRef.nativeElement['
|
|
4613
|
+
get size() {
|
|
4614
|
+
return this.elementRef.nativeElement['size'];
|
|
4509
4615
|
}
|
|
4510
|
-
set
|
|
4511
|
-
this.elementRef.nativeElement['
|
|
4616
|
+
set variant(value) {
|
|
4617
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
4512
4618
|
}
|
|
4513
|
-
get
|
|
4514
|
-
return this.elementRef.nativeElement['
|
|
4619
|
+
get variant() {
|
|
4620
|
+
return this.elementRef.nativeElement['variant'];
|
|
4515
4621
|
}
|
|
4516
|
-
set
|
|
4517
|
-
this.elementRef.nativeElement['
|
|
4622
|
+
set ariaExpanded(value) {
|
|
4623
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
4518
4624
|
}
|
|
4519
|
-
get
|
|
4520
|
-
return this.elementRef.nativeElement['
|
|
4625
|
+
get ariaExpanded() {
|
|
4626
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
4521
4627
|
}
|
|
4522
4628
|
set grow(value) {
|
|
4523
4629
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -4792,55 +4898,25 @@ class PxCard {
|
|
|
4792
4898
|
constructor(elementRef) {
|
|
4793
4899
|
this.elementRef = elementRef;
|
|
4794
4900
|
}
|
|
4795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4796
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
4901
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4902
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonIcon, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
4797
4903
|
}
|
|
4798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
4904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
4799
4905
|
type: Directive,
|
|
4800
4906
|
args: [{
|
|
4801
|
-
selector: 'px-
|
|
4907
|
+
selector: 'px-button-icon',
|
|
4802
4908
|
}]
|
|
4803
4909
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
4804
4910
|
type: Input
|
|
4805
|
-
}],
|
|
4806
|
-
type: Input
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
}],
|
|
4812
|
-
type: Input,
|
|
4813
|
-
args: ['background-position']
|
|
4814
|
-
}], contrastHelperGradient: [{
|
|
4815
|
-
type: Input,
|
|
4816
|
-
args: ['contrast-helper-gradient']
|
|
4817
|
-
}], contrastHelperOverlay: [{
|
|
4818
|
-
type: Input,
|
|
4819
|
-
args: ['contrast-helper-overlay']
|
|
4820
|
-
}], mediaPosition: [{
|
|
4821
|
-
type: Input,
|
|
4822
|
-
args: ['media-position']
|
|
4823
|
-
}], mediaPositionMobile: [{
|
|
4824
|
-
type: Input,
|
|
4825
|
-
args: ['media-position--mobile']
|
|
4826
|
-
}], mediaPositionTablet: [{
|
|
4827
|
-
type: Input,
|
|
4828
|
-
args: ['media-position--tablet']
|
|
4829
|
-
}], mediaPositionLaptop: [{
|
|
4830
|
-
type: Input,
|
|
4831
|
-
args: ['media-position--laptop']
|
|
4832
|
-
}], mediaSrc: [{
|
|
4833
|
-
type: Input,
|
|
4834
|
-
args: ['media-src']
|
|
4835
|
-
}], mediaSrcMobile: [{
|
|
4836
|
-
type: Input,
|
|
4837
|
-
args: ['media-src--mobile']
|
|
4838
|
-
}], mediaSrcTablet: [{
|
|
4839
|
-
type: Input,
|
|
4840
|
-
args: ['media-src--tablet']
|
|
4841
|
-
}], mediaSrcLaptop: [{
|
|
4911
|
+
}], loading: [{
|
|
4912
|
+
type: Input
|
|
4913
|
+
}], size: [{
|
|
4914
|
+
type: Input
|
|
4915
|
+
}], variant: [{
|
|
4916
|
+
type: Input
|
|
4917
|
+
}], ariaExpanded: [{
|
|
4842
4918
|
type: Input,
|
|
4843
|
-
args: ['
|
|
4919
|
+
args: ['aria-expanded']
|
|
4844
4920
|
}], grow: [{
|
|
4845
4921
|
type: Input
|
|
4846
4922
|
}], growMobile: [{
|
|
@@ -4972,82 +5048,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4972
5048
|
type: Input,
|
|
4973
5049
|
args: ['order--desktop']
|
|
4974
5050
|
}] } });
|
|
4975
|
-
/**
|
|
4976
|
-
* @description Type-only wrapper for <px-appleseed>
|
|
4977
|
-
*/
|
|
4978
|
-
class PxAppleseed {
|
|
4979
|
-
elementRef;
|
|
4980
|
-
set amount(value) {
|
|
4981
|
-
this.elementRef.nativeElement['amount'] = value;
|
|
4982
|
-
}
|
|
4983
|
-
get amount() {
|
|
4984
|
-
return this.elementRef.nativeElement['amount'];
|
|
4985
|
-
}
|
|
4986
|
-
set active(value) {
|
|
4987
|
-
this.elementRef.nativeElement['active'] = value;
|
|
4988
|
-
}
|
|
4989
|
-
get active() {
|
|
4990
|
-
return this.elementRef.nativeElement['active'];
|
|
4991
|
-
}
|
|
4992
|
-
constructor(elementRef) {
|
|
4993
|
-
this.elementRef = elementRef;
|
|
4994
|
-
}
|
|
4995
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4996
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxAppleseed, selector: "px-appleseed", inputs: { amount: "amount", active: "active" }, ngImport: i0 });
|
|
4997
|
-
}
|
|
4998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxAppleseed, decorators: [{
|
|
4999
|
-
type: Directive,
|
|
5000
|
-
args: [{
|
|
5001
|
-
selector: 'px-appleseed',
|
|
5002
|
-
}]
|
|
5003
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { amount: [{
|
|
5004
|
-
type: Input
|
|
5005
|
-
}], active: [{
|
|
5006
|
-
type: Input
|
|
5007
|
-
}] } });
|
|
5008
|
-
/**
|
|
5009
|
-
* @description Type-only wrapper for <px-carousel>
|
|
5010
|
-
*/
|
|
5011
|
-
class PxCarousel {
|
|
5012
|
-
elementRef;
|
|
5013
|
-
set visibleItems(value) {
|
|
5014
|
-
this.elementRef.nativeElement['visibleItems'] = value;
|
|
5015
|
-
}
|
|
5016
|
-
get visibleItems() {
|
|
5017
|
-
return this.elementRef.nativeElement['visibleItems'];
|
|
5018
|
-
}
|
|
5019
|
-
constructor(elementRef) {
|
|
5020
|
-
this.elementRef = elementRef;
|
|
5021
|
-
}
|
|
5022
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5023
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", inputs: { visibleItems: ["visible-items", "visibleItems"] }, ngImport: i0 });
|
|
5024
|
-
}
|
|
5025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
|
|
5026
|
-
type: Directive,
|
|
5027
|
-
args: [{
|
|
5028
|
-
selector: 'px-carousel',
|
|
5029
|
-
}]
|
|
5030
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { visibleItems: [{
|
|
5031
|
-
type: Input,
|
|
5032
|
-
args: ['visible-items']
|
|
5033
|
-
}] } });
|
|
5034
|
-
/**
|
|
5035
|
-
* @description Type-only wrapper for <px-carousel-item>
|
|
5036
|
-
*/
|
|
5037
|
-
class PxCarouselItem {
|
|
5038
|
-
elementRef;
|
|
5039
|
-
constructor(elementRef) {
|
|
5040
|
-
this.elementRef = elementRef;
|
|
5041
|
-
}
|
|
5042
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5043
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarouselItem, selector: "px-carousel-item", ngImport: i0 });
|
|
5044
|
-
}
|
|
5045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarouselItem, decorators: [{
|
|
5046
|
-
type: Directive,
|
|
5047
|
-
args: [{
|
|
5048
|
-
selector: 'px-carousel-item',
|
|
5049
|
-
}]
|
|
5050
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
5051
5051
|
/**
|
|
5052
5052
|
* @description Type-only wrapper for <px-cell>
|
|
5053
5053
|
*/
|
|
@@ -23016,9 +23016,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23016
23016
|
args: ['order--desktop']
|
|
23017
23017
|
}] } });
|
|
23018
23018
|
/**
|
|
23019
|
-
* @description Type-only wrapper for <px-
|
|
23019
|
+
* @description Type-only wrapper for <px-pillar>
|
|
23020
23020
|
*/
|
|
23021
|
-
class
|
|
23021
|
+
class PxPillar {
|
|
23022
23022
|
elementRef;
|
|
23023
23023
|
set variant(value) {
|
|
23024
23024
|
this.elementRef.nativeElement['variant'] = value;
|
|
@@ -23026,11 +23026,23 @@ class PxPrice {
|
|
|
23026
23026
|
get variant() {
|
|
23027
23027
|
return this.elementRef.nativeElement['variant'];
|
|
23028
23028
|
}
|
|
23029
|
-
set
|
|
23030
|
-
this.elementRef.nativeElement['
|
|
23029
|
+
set backgroundColor(value) {
|
|
23030
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
23031
23031
|
}
|
|
23032
|
-
get
|
|
23033
|
-
return this.elementRef.nativeElement['
|
|
23032
|
+
get backgroundColor() {
|
|
23033
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
23034
|
+
}
|
|
23035
|
+
set backgroundGradient(value) {
|
|
23036
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
23037
|
+
}
|
|
23038
|
+
get backgroundGradient() {
|
|
23039
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
23040
|
+
}
|
|
23041
|
+
set alignment(value) {
|
|
23042
|
+
this.elementRef.nativeElement['alignment'] = value;
|
|
23043
|
+
}
|
|
23044
|
+
get alignment() {
|
|
23045
|
+
return this.elementRef.nativeElement['alignment'];
|
|
23034
23046
|
}
|
|
23035
23047
|
set inverted(value) {
|
|
23036
23048
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -23311,17 +23323,23 @@ class PxPrice {
|
|
|
23311
23323
|
constructor(elementRef) {
|
|
23312
23324
|
this.elementRef = elementRef;
|
|
23313
23325
|
}
|
|
23314
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23315
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23327
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPillar, selector: "px-pillar", inputs: { variant: "variant", backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], alignment: "alignment", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
23316
23328
|
}
|
|
23317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPillar, decorators: [{
|
|
23318
23330
|
type: Directive,
|
|
23319
23331
|
args: [{
|
|
23320
|
-
selector: 'px-
|
|
23332
|
+
selector: 'px-pillar',
|
|
23321
23333
|
}]
|
|
23322
23334
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23323
23335
|
type: Input
|
|
23324
|
-
}],
|
|
23336
|
+
}], backgroundColor: [{
|
|
23337
|
+
type: Input,
|
|
23338
|
+
args: ['background-color']
|
|
23339
|
+
}], backgroundGradient: [{
|
|
23340
|
+
type: Input,
|
|
23341
|
+
args: ['background-gradient']
|
|
23342
|
+
}], alignment: [{
|
|
23325
23343
|
type: Input
|
|
23326
23344
|
}], inverted: [{
|
|
23327
23345
|
type: Input
|
|
@@ -23457,34 +23475,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23457
23475
|
args: ['order--desktop']
|
|
23458
23476
|
}] } });
|
|
23459
23477
|
/**
|
|
23460
|
-
* @description Type-only wrapper for <px-
|
|
23478
|
+
* @description Type-only wrapper for <px-price>
|
|
23461
23479
|
*/
|
|
23462
|
-
class
|
|
23480
|
+
class PxPrice {
|
|
23463
23481
|
elementRef;
|
|
23464
|
-
set state(value) {
|
|
23465
|
-
this.elementRef.nativeElement['state'] = value;
|
|
23466
|
-
}
|
|
23467
|
-
get state() {
|
|
23468
|
-
return this.elementRef.nativeElement['state'];
|
|
23469
|
-
}
|
|
23470
23482
|
set variant(value) {
|
|
23471
23483
|
this.elementRef.nativeElement['variant'] = value;
|
|
23472
23484
|
}
|
|
23473
23485
|
get variant() {
|
|
23474
23486
|
return this.elementRef.nativeElement['variant'];
|
|
23475
23487
|
}
|
|
23488
|
+
set size(value) {
|
|
23489
|
+
this.elementRef.nativeElement['size'] = value;
|
|
23490
|
+
}
|
|
23491
|
+
get size() {
|
|
23492
|
+
return this.elementRef.nativeElement['size'];
|
|
23493
|
+
}
|
|
23476
23494
|
set inverted(value) {
|
|
23477
23495
|
this.elementRef.nativeElement['inverted'] = value;
|
|
23478
23496
|
}
|
|
23479
23497
|
get inverted() {
|
|
23480
23498
|
return this.elementRef.nativeElement['inverted'];
|
|
23481
23499
|
}
|
|
23482
|
-
set hover(value) {
|
|
23483
|
-
this.elementRef.nativeElement['hover'] = value;
|
|
23484
|
-
}
|
|
23485
|
-
get hover() {
|
|
23486
|
-
return this.elementRef.nativeElement['hover'];
|
|
23487
|
-
}
|
|
23488
23500
|
set grow(value) {
|
|
23489
23501
|
this.elementRef.nativeElement['grow'] = value;
|
|
23490
23502
|
}
|
|
@@ -23755,29 +23767,23 @@ class PxRadio {
|
|
|
23755
23767
|
get orderDesktop() {
|
|
23756
23768
|
return this.elementRef.nativeElement['orderDesktop'];
|
|
23757
23769
|
}
|
|
23758
|
-
change = new EventEmitter();
|
|
23759
23770
|
constructor(elementRef) {
|
|
23760
23771
|
this.elementRef = elementRef;
|
|
23761
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
23762
|
-
this.change.emit(e.detail);
|
|
23763
|
-
});
|
|
23764
23772
|
}
|
|
23765
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23766
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
23773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPrice, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23774
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxPrice, selector: "px-price", inputs: { variant: "variant", size: "size", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
23767
23775
|
}
|
|
23768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
23776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxPrice, decorators: [{
|
|
23769
23777
|
type: Directive,
|
|
23770
23778
|
args: [{
|
|
23771
|
-
selector: 'px-
|
|
23779
|
+
selector: 'px-price',
|
|
23772
23780
|
}]
|
|
23773
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
23781
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
23774
23782
|
type: Input
|
|
23775
|
-
}],
|
|
23783
|
+
}], size: [{
|
|
23776
23784
|
type: Input
|
|
23777
23785
|
}], inverted: [{
|
|
23778
23786
|
type: Input
|
|
23779
|
-
}], hover: [{
|
|
23780
|
-
type: Input
|
|
23781
23787
|
}], grow: [{
|
|
23782
23788
|
type: Input
|
|
23783
23789
|
}], growMobile: [{
|
|
@@ -23908,26 +23914,68 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
23908
23914
|
}], orderDesktop: [{
|
|
23909
23915
|
type: Input,
|
|
23910
23916
|
args: ['order--desktop']
|
|
23911
|
-
}], change: [{
|
|
23912
|
-
type: Output
|
|
23913
23917
|
}] } });
|
|
23914
23918
|
/**
|
|
23915
|
-
* @description Type-only wrapper for <px-radio
|
|
23919
|
+
* @description Type-only wrapper for <px-radio>
|
|
23916
23920
|
*/
|
|
23917
|
-
class
|
|
23921
|
+
class PxRadio {
|
|
23918
23922
|
elementRef;
|
|
23919
|
-
|
|
23920
|
-
|
|
23923
|
+
/** The validation state of the radio button. */
|
|
23924
|
+
set state(value) {
|
|
23925
|
+
this.elementRef.nativeElement['state'] = value;
|
|
23921
23926
|
}
|
|
23922
|
-
get
|
|
23923
|
-
return this.elementRef.nativeElement['
|
|
23927
|
+
get state() {
|
|
23928
|
+
return this.elementRef.nativeElement['state'];
|
|
23929
|
+
}
|
|
23930
|
+
/** The visual variant of the radio button. */
|
|
23931
|
+
set variant(value) {
|
|
23932
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
23933
|
+
}
|
|
23934
|
+
get variant() {
|
|
23935
|
+
return this.elementRef.nativeElement['variant'];
|
|
23924
23936
|
}
|
|
23937
|
+
/** Whether to use inverted (dark background) styling. */
|
|
23925
23938
|
set inverted(value) {
|
|
23926
23939
|
this.elementRef.nativeElement['inverted'] = value;
|
|
23927
23940
|
}
|
|
23928
23941
|
get inverted() {
|
|
23929
23942
|
return this.elementRef.nativeElement['inverted'];
|
|
23930
23943
|
}
|
|
23944
|
+
/** Whether the radio button is checked. */
|
|
23945
|
+
set checked(value) {
|
|
23946
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
23947
|
+
}
|
|
23948
|
+
get checked() {
|
|
23949
|
+
return this.elementRef.nativeElement['checked'];
|
|
23950
|
+
}
|
|
23951
|
+
/** Whether the radio button is disabled. */
|
|
23952
|
+
set disabled(value) {
|
|
23953
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
23954
|
+
}
|
|
23955
|
+
get disabled() {
|
|
23956
|
+
return this.elementRef.nativeElement['disabled'];
|
|
23957
|
+
}
|
|
23958
|
+
/** Whether to apply hover styling. */
|
|
23959
|
+
set hover(value) {
|
|
23960
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
23961
|
+
}
|
|
23962
|
+
get hover() {
|
|
23963
|
+
return this.elementRef.nativeElement['hover'];
|
|
23964
|
+
}
|
|
23965
|
+
/** The name of the radio button, used for form submission. */
|
|
23966
|
+
set name(value) {
|
|
23967
|
+
this.elementRef.nativeElement['name'] = value;
|
|
23968
|
+
}
|
|
23969
|
+
get name() {
|
|
23970
|
+
return this.elementRef.nativeElement['name'];
|
|
23971
|
+
}
|
|
23972
|
+
/** The value of the radio button, used for form submission. */
|
|
23973
|
+
set value(value) {
|
|
23974
|
+
this.elementRef.nativeElement['value'] = value;
|
|
23975
|
+
}
|
|
23976
|
+
get value() {
|
|
23977
|
+
return this.elementRef.nativeElement['value'];
|
|
23978
|
+
}
|
|
23931
23979
|
set grow(value) {
|
|
23932
23980
|
this.elementRef.nativeElement['grow'] = value;
|
|
23933
23981
|
}
|
|
@@ -24198,21 +24246,38 @@ class PxRadioBase {
|
|
|
24198
24246
|
get orderDesktop() {
|
|
24199
24247
|
return this.elementRef.nativeElement['orderDesktop'];
|
|
24200
24248
|
}
|
|
24249
|
+
/** Fired when the radio button becomes checked. */
|
|
24250
|
+
change = new EventEmitter();
|
|
24201
24251
|
constructor(elementRef) {
|
|
24202
24252
|
this.elementRef = elementRef;
|
|
24253
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
24254
|
+
this.change.emit(e.detail);
|
|
24255
|
+
});
|
|
24203
24256
|
}
|
|
24204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24205
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
24257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24258
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadio, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", 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"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
24206
24259
|
}
|
|
24207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadio, decorators: [{
|
|
24208
24261
|
type: Directive,
|
|
24209
24262
|
args: [{
|
|
24210
|
-
selector: 'px-radio
|
|
24263
|
+
selector: 'px-radio',
|
|
24211
24264
|
}]
|
|
24212
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
24265
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
24266
|
+
type: Input
|
|
24267
|
+
}], variant: [{
|
|
24213
24268
|
type: Input
|
|
24214
24269
|
}], inverted: [{
|
|
24215
24270
|
type: Input
|
|
24271
|
+
}], checked: [{
|
|
24272
|
+
type: Input
|
|
24273
|
+
}], disabled: [{
|
|
24274
|
+
type: Input
|
|
24275
|
+
}], hover: [{
|
|
24276
|
+
type: Input
|
|
24277
|
+
}], name: [{
|
|
24278
|
+
type: Input
|
|
24279
|
+
}], value: [{
|
|
24280
|
+
type: Input
|
|
24216
24281
|
}], grow: [{
|
|
24217
24282
|
type: Input
|
|
24218
24283
|
}], growMobile: [{
|
|
@@ -24343,47 +24408,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
24343
24408
|
}], orderDesktop: [{
|
|
24344
24409
|
type: Input,
|
|
24345
24410
|
args: ['order--desktop']
|
|
24411
|
+
}], change: [{
|
|
24412
|
+
type: Output
|
|
24346
24413
|
}] } });
|
|
24347
24414
|
/**
|
|
24348
|
-
* @description Type-only wrapper for <px-radio-
|
|
24415
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
24349
24416
|
*/
|
|
24350
|
-
class
|
|
24417
|
+
class PxRadioBase {
|
|
24351
24418
|
elementRef;
|
|
24352
|
-
set
|
|
24353
|
-
this.elementRef.nativeElement['
|
|
24354
|
-
}
|
|
24355
|
-
get name() {
|
|
24356
|
-
return this.elementRef.nativeElement['name'];
|
|
24357
|
-
}
|
|
24358
|
-
set gap(value) {
|
|
24359
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
24360
|
-
}
|
|
24361
|
-
get gap() {
|
|
24362
|
-
return this.elementRef.nativeElement['gap'];
|
|
24363
|
-
}
|
|
24364
|
-
set variant(value) {
|
|
24365
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
24366
|
-
}
|
|
24367
|
-
get variant() {
|
|
24368
|
-
return this.elementRef.nativeElement['variant'];
|
|
24369
|
-
}
|
|
24370
|
-
set required(value) {
|
|
24371
|
-
this.elementRef.nativeElement['required'] = value;
|
|
24372
|
-
}
|
|
24373
|
-
get required() {
|
|
24374
|
-
return this.elementRef.nativeElement['required'];
|
|
24375
|
-
}
|
|
24376
|
-
set disabled(value) {
|
|
24377
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
24378
|
-
}
|
|
24379
|
-
get disabled() {
|
|
24380
|
-
return this.elementRef.nativeElement['disabled'];
|
|
24381
|
-
}
|
|
24382
|
-
set state(value) {
|
|
24383
|
-
this.elementRef.nativeElement['state'] = value;
|
|
24419
|
+
set hover(value) {
|
|
24420
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
24384
24421
|
}
|
|
24385
|
-
get
|
|
24386
|
-
return this.elementRef.nativeElement['
|
|
24422
|
+
get hover() {
|
|
24423
|
+
return this.elementRef.nativeElement['hover'];
|
|
24387
24424
|
}
|
|
24388
24425
|
set inverted(value) {
|
|
24389
24426
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -24664,25 +24701,15 @@ class PxRadioGroup {
|
|
|
24664
24701
|
constructor(elementRef) {
|
|
24665
24702
|
this.elementRef = elementRef;
|
|
24666
24703
|
}
|
|
24667
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24668
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
24704
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24705
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioBase, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
24669
24706
|
}
|
|
24670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
24707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
24671
24708
|
type: Directive,
|
|
24672
24709
|
args: [{
|
|
24673
|
-
selector: 'px-radio-
|
|
24710
|
+
selector: 'px-radio-base',
|
|
24674
24711
|
}]
|
|
24675
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
24676
|
-
type: Input
|
|
24677
|
-
}], gap: [{
|
|
24678
|
-
type: Input
|
|
24679
|
-
}], variant: [{
|
|
24680
|
-
type: Input
|
|
24681
|
-
}], required: [{
|
|
24682
|
-
type: Input
|
|
24683
|
-
}], disabled: [{
|
|
24684
|
-
type: Input
|
|
24685
|
-
}], state: [{
|
|
24712
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
24686
24713
|
type: Input
|
|
24687
24714
|
}], inverted: [{
|
|
24688
24715
|
type: Input
|
|
@@ -24818,10 +24845,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
24818
24845
|
args: ['order--desktop']
|
|
24819
24846
|
}] } });
|
|
24820
24847
|
/**
|
|
24821
|
-
* @description Type-only wrapper for <px-
|
|
24848
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
24822
24849
|
*/
|
|
24823
|
-
class
|
|
24850
|
+
class PxRadioGroup {
|
|
24824
24851
|
elementRef;
|
|
24852
|
+
set name(value) {
|
|
24853
|
+
this.elementRef.nativeElement['name'] = value;
|
|
24854
|
+
}
|
|
24855
|
+
get name() {
|
|
24856
|
+
return this.elementRef.nativeElement['name'];
|
|
24857
|
+
}
|
|
24858
|
+
set gap(value) {
|
|
24859
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
24860
|
+
}
|
|
24861
|
+
get gap() {
|
|
24862
|
+
return this.elementRef.nativeElement['gap'];
|
|
24863
|
+
}
|
|
24864
|
+
set variant(value) {
|
|
24865
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
24866
|
+
}
|
|
24867
|
+
get variant() {
|
|
24868
|
+
return this.elementRef.nativeElement['variant'];
|
|
24869
|
+
}
|
|
24870
|
+
set required(value) {
|
|
24871
|
+
this.elementRef.nativeElement['required'] = value;
|
|
24872
|
+
}
|
|
24873
|
+
get required() {
|
|
24874
|
+
return this.elementRef.nativeElement['required'];
|
|
24875
|
+
}
|
|
24876
|
+
set disabled(value) {
|
|
24877
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
24878
|
+
}
|
|
24879
|
+
get disabled() {
|
|
24880
|
+
return this.elementRef.nativeElement['disabled'];
|
|
24881
|
+
}
|
|
24882
|
+
set state(value) {
|
|
24883
|
+
this.elementRef.nativeElement['state'] = value;
|
|
24884
|
+
}
|
|
24885
|
+
get state() {
|
|
24886
|
+
return this.elementRef.nativeElement['state'];
|
|
24887
|
+
}
|
|
24825
24888
|
set inverted(value) {
|
|
24826
24889
|
this.elementRef.nativeElement['inverted'] = value;
|
|
24827
24890
|
}
|
|
@@ -25101,15 +25164,27 @@ class PxRibbon {
|
|
|
25101
25164
|
constructor(elementRef) {
|
|
25102
25165
|
this.elementRef = elementRef;
|
|
25103
25166
|
}
|
|
25104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25105
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
25167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25168
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRadioGroup, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
25106
25169
|
}
|
|
25107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
25108
25171
|
type: Directive,
|
|
25109
25172
|
args: [{
|
|
25110
|
-
selector: 'px-
|
|
25173
|
+
selector: 'px-radio-group',
|
|
25111
25174
|
}]
|
|
25112
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
25175
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
25176
|
+
type: Input
|
|
25177
|
+
}], gap: [{
|
|
25178
|
+
type: Input
|
|
25179
|
+
}], variant: [{
|
|
25180
|
+
type: Input
|
|
25181
|
+
}], required: [{
|
|
25182
|
+
type: Input
|
|
25183
|
+
}], disabled: [{
|
|
25184
|
+
type: Input
|
|
25185
|
+
}], state: [{
|
|
25186
|
+
type: Input
|
|
25187
|
+
}], inverted: [{
|
|
25113
25188
|
type: Input
|
|
25114
25189
|
}], grow: [{
|
|
25115
25190
|
type: Input
|
|
@@ -25243,275 +25318,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
25243
25318
|
args: ['order--desktop']
|
|
25244
25319
|
}] } });
|
|
25245
25320
|
/**
|
|
25246
|
-
* @description Type-only wrapper for <px-
|
|
25247
|
-
*/
|
|
25248
|
-
class PxSection {
|
|
25249
|
-
elementRef;
|
|
25250
|
-
set backgroundColor(value) {
|
|
25251
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
25252
|
-
}
|
|
25253
|
-
get backgroundColor() {
|
|
25254
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
25255
|
-
}
|
|
25256
|
-
set backgroundGradient(value) {
|
|
25257
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
25258
|
-
}
|
|
25259
|
-
get backgroundGradient() {
|
|
25260
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
25261
|
-
}
|
|
25262
|
-
set backgroundImage(value) {
|
|
25263
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
25264
|
-
}
|
|
25265
|
-
get backgroundImage() {
|
|
25266
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
25267
|
-
}
|
|
25268
|
-
set backgroundImageMobile(value) {
|
|
25269
|
-
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
25270
|
-
}
|
|
25271
|
-
get backgroundImageMobile() {
|
|
25272
|
-
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
25273
|
-
}
|
|
25274
|
-
set backgroundImageTablet(value) {
|
|
25275
|
-
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
25276
|
-
}
|
|
25277
|
-
get backgroundImageTablet() {
|
|
25278
|
-
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
25279
|
-
}
|
|
25280
|
-
set backgroundImageLaptop(value) {
|
|
25281
|
-
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
25282
|
-
}
|
|
25283
|
-
get backgroundImageLaptop() {
|
|
25284
|
-
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
25285
|
-
}
|
|
25286
|
-
set backgroundSize(value) {
|
|
25287
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
25288
|
-
}
|
|
25289
|
-
get backgroundSize() {
|
|
25290
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
25291
|
-
}
|
|
25292
|
-
set backgroundPosition(value) {
|
|
25293
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
25294
|
-
}
|
|
25295
|
-
get backgroundPosition() {
|
|
25296
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
25297
|
-
}
|
|
25298
|
-
set paddingBlock(value) {
|
|
25299
|
-
this.elementRef.nativeElement['paddingBlock'] = value;
|
|
25300
|
-
}
|
|
25301
|
-
get paddingBlock() {
|
|
25302
|
-
return this.elementRef.nativeElement['paddingBlock'];
|
|
25303
|
-
}
|
|
25304
|
-
set paddingTop(value) {
|
|
25305
|
-
this.elementRef.nativeElement['paddingTop'] = value;
|
|
25306
|
-
}
|
|
25307
|
-
get paddingTop() {
|
|
25308
|
-
return this.elementRef.nativeElement['paddingTop'];
|
|
25309
|
-
}
|
|
25310
|
-
set paddingBottom(value) {
|
|
25311
|
-
this.elementRef.nativeElement['paddingBottom'] = value;
|
|
25312
|
-
}
|
|
25313
|
-
get paddingBottom() {
|
|
25314
|
-
return this.elementRef.nativeElement['paddingBottom'];
|
|
25315
|
-
}
|
|
25316
|
-
set paddingBlockMobile(value) {
|
|
25317
|
-
this.elementRef.nativeElement['paddingBlockMobile'] = value;
|
|
25318
|
-
}
|
|
25319
|
-
get paddingBlockMobile() {
|
|
25320
|
-
return this.elementRef.nativeElement['paddingBlockMobile'];
|
|
25321
|
-
}
|
|
25322
|
-
set paddingTopMobile(value) {
|
|
25323
|
-
this.elementRef.nativeElement['paddingTopMobile'] = value;
|
|
25324
|
-
}
|
|
25325
|
-
get paddingTopMobile() {
|
|
25326
|
-
return this.elementRef.nativeElement['paddingTopMobile'];
|
|
25327
|
-
}
|
|
25328
|
-
set paddingBottomMobile(value) {
|
|
25329
|
-
this.elementRef.nativeElement['paddingBottomMobile'] = value;
|
|
25330
|
-
}
|
|
25331
|
-
get paddingBottomMobile() {
|
|
25332
|
-
return this.elementRef.nativeElement['paddingBottomMobile'];
|
|
25333
|
-
}
|
|
25334
|
-
set paddingBlockTablet(value) {
|
|
25335
|
-
this.elementRef.nativeElement['paddingBlockTablet'] = value;
|
|
25336
|
-
}
|
|
25337
|
-
get paddingBlockTablet() {
|
|
25338
|
-
return this.elementRef.nativeElement['paddingBlockTablet'];
|
|
25339
|
-
}
|
|
25340
|
-
set paddingTopTablet(value) {
|
|
25341
|
-
this.elementRef.nativeElement['paddingTopTablet'] = value;
|
|
25342
|
-
}
|
|
25343
|
-
get paddingTopTablet() {
|
|
25344
|
-
return this.elementRef.nativeElement['paddingTopTablet'];
|
|
25345
|
-
}
|
|
25346
|
-
set paddingBottomTablet(value) {
|
|
25347
|
-
this.elementRef.nativeElement['paddingBottomTablet'] = value;
|
|
25348
|
-
}
|
|
25349
|
-
get paddingBottomTablet() {
|
|
25350
|
-
return this.elementRef.nativeElement['paddingBottomTablet'];
|
|
25351
|
-
}
|
|
25352
|
-
set paddingBlockLaptop(value) {
|
|
25353
|
-
this.elementRef.nativeElement['paddingBlockLaptop'] = value;
|
|
25354
|
-
}
|
|
25355
|
-
get paddingBlockLaptop() {
|
|
25356
|
-
return this.elementRef.nativeElement['paddingBlockLaptop'];
|
|
25357
|
-
}
|
|
25358
|
-
set paddingTopLaptop(value) {
|
|
25359
|
-
this.elementRef.nativeElement['paddingTopLaptop'] = value;
|
|
25360
|
-
}
|
|
25361
|
-
get paddingTopLaptop() {
|
|
25362
|
-
return this.elementRef.nativeElement['paddingTopLaptop'];
|
|
25363
|
-
}
|
|
25364
|
-
set paddingBottomLaptop(value) {
|
|
25365
|
-
this.elementRef.nativeElement['paddingBottomLaptop'] = value;
|
|
25366
|
-
}
|
|
25367
|
-
get paddingBottomLaptop() {
|
|
25368
|
-
return this.elementRef.nativeElement['paddingBottomLaptop'];
|
|
25369
|
-
}
|
|
25370
|
-
set border(value) {
|
|
25371
|
-
this.elementRef.nativeElement['border'] = value;
|
|
25372
|
-
}
|
|
25373
|
-
get border() {
|
|
25374
|
-
return this.elementRef.nativeElement['border'];
|
|
25375
|
-
}
|
|
25376
|
-
set borderSide(value) {
|
|
25377
|
-
this.elementRef.nativeElement['borderSide'] = value;
|
|
25378
|
-
}
|
|
25379
|
-
get borderSide() {
|
|
25380
|
-
return this.elementRef.nativeElement['borderSide'];
|
|
25381
|
-
}
|
|
25382
|
-
set borderSideMobile(value) {
|
|
25383
|
-
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
25384
|
-
}
|
|
25385
|
-
get borderSideMobile() {
|
|
25386
|
-
return this.elementRef.nativeElement['borderSideMobile'];
|
|
25387
|
-
}
|
|
25388
|
-
set borderSideTablet(value) {
|
|
25389
|
-
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
25390
|
-
}
|
|
25391
|
-
get borderSideTablet() {
|
|
25392
|
-
return this.elementRef.nativeElement['borderSideTablet'];
|
|
25393
|
-
}
|
|
25394
|
-
set borderSideLaptop(value) {
|
|
25395
|
-
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
25396
|
-
}
|
|
25397
|
-
get borderSideLaptop() {
|
|
25398
|
-
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
25399
|
-
}
|
|
25400
|
-
constructor(elementRef) {
|
|
25401
|
-
this.elementRef = elementRef;
|
|
25402
|
-
}
|
|
25403
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25404
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSection, selector: "px-section", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], paddingBlock: ["padding-block", "paddingBlock"], paddingTop: ["padding-top", "paddingTop"], paddingBottom: ["padding-bottom", "paddingBottom"], paddingBlockMobile: ["padding-block--mobile", "paddingBlockMobile"], paddingTopMobile: ["padding-top--mobile", "paddingTopMobile"], paddingBottomMobile: ["padding-bottom--mobile", "paddingBottomMobile"], paddingBlockTablet: ["padding-block--tablet", "paddingBlockTablet"], paddingTopTablet: ["padding-top--tablet", "paddingTopTablet"], paddingBottomTablet: ["padding-bottom--tablet", "paddingBottomTablet"], paddingBlockLaptop: ["padding-block--laptop", "paddingBlockLaptop"], paddingTopLaptop: ["padding-top--laptop", "paddingTopLaptop"], paddingBottomLaptop: ["padding-bottom--laptop", "paddingBottomLaptop"], border: "border", borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"] }, ngImport: i0 });
|
|
25405
|
-
}
|
|
25406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, decorators: [{
|
|
25407
|
-
type: Directive,
|
|
25408
|
-
args: [{
|
|
25409
|
-
selector: 'px-section',
|
|
25410
|
-
}]
|
|
25411
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
25412
|
-
type: Input,
|
|
25413
|
-
args: ['background-color']
|
|
25414
|
-
}], backgroundGradient: [{
|
|
25415
|
-
type: Input,
|
|
25416
|
-
args: ['background-gradient']
|
|
25417
|
-
}], backgroundImage: [{
|
|
25418
|
-
type: Input,
|
|
25419
|
-
args: ['background-image']
|
|
25420
|
-
}], backgroundImageMobile: [{
|
|
25421
|
-
type: Input,
|
|
25422
|
-
args: ['background-image--mobile']
|
|
25423
|
-
}], backgroundImageTablet: [{
|
|
25424
|
-
type: Input,
|
|
25425
|
-
args: ['background-image--tablet']
|
|
25426
|
-
}], backgroundImageLaptop: [{
|
|
25427
|
-
type: Input,
|
|
25428
|
-
args: ['background-image--laptop']
|
|
25429
|
-
}], backgroundSize: [{
|
|
25430
|
-
type: Input,
|
|
25431
|
-
args: ['background-size']
|
|
25432
|
-
}], backgroundPosition: [{
|
|
25433
|
-
type: Input,
|
|
25434
|
-
args: ['background-position']
|
|
25435
|
-
}], paddingBlock: [{
|
|
25436
|
-
type: Input,
|
|
25437
|
-
args: ['padding-block']
|
|
25438
|
-
}], paddingTop: [{
|
|
25439
|
-
type: Input,
|
|
25440
|
-
args: ['padding-top']
|
|
25441
|
-
}], paddingBottom: [{
|
|
25442
|
-
type: Input,
|
|
25443
|
-
args: ['padding-bottom']
|
|
25444
|
-
}], paddingBlockMobile: [{
|
|
25445
|
-
type: Input,
|
|
25446
|
-
args: ['padding-block--mobile']
|
|
25447
|
-
}], paddingTopMobile: [{
|
|
25448
|
-
type: Input,
|
|
25449
|
-
args: ['padding-top--mobile']
|
|
25450
|
-
}], paddingBottomMobile: [{
|
|
25451
|
-
type: Input,
|
|
25452
|
-
args: ['padding-bottom--mobile']
|
|
25453
|
-
}], paddingBlockTablet: [{
|
|
25454
|
-
type: Input,
|
|
25455
|
-
args: ['padding-block--tablet']
|
|
25456
|
-
}], paddingTopTablet: [{
|
|
25457
|
-
type: Input,
|
|
25458
|
-
args: ['padding-top--tablet']
|
|
25459
|
-
}], paddingBottomTablet: [{
|
|
25460
|
-
type: Input,
|
|
25461
|
-
args: ['padding-bottom--tablet']
|
|
25462
|
-
}], paddingBlockLaptop: [{
|
|
25463
|
-
type: Input,
|
|
25464
|
-
args: ['padding-block--laptop']
|
|
25465
|
-
}], paddingTopLaptop: [{
|
|
25466
|
-
type: Input,
|
|
25467
|
-
args: ['padding-top--laptop']
|
|
25468
|
-
}], paddingBottomLaptop: [{
|
|
25469
|
-
type: Input,
|
|
25470
|
-
args: ['padding-bottom--laptop']
|
|
25471
|
-
}], border: [{
|
|
25472
|
-
type: Input
|
|
25473
|
-
}], borderSide: [{
|
|
25474
|
-
type: Input,
|
|
25475
|
-
args: ['border-side']
|
|
25476
|
-
}], borderSideMobile: [{
|
|
25477
|
-
type: Input,
|
|
25478
|
-
args: ['border-side--mobile']
|
|
25479
|
-
}], borderSideTablet: [{
|
|
25480
|
-
type: Input,
|
|
25481
|
-
args: ['border-side--tablet']
|
|
25482
|
-
}], borderSideLaptop: [{
|
|
25483
|
-
type: Input,
|
|
25484
|
-
args: ['border-side--laptop']
|
|
25485
|
-
}] } });
|
|
25486
|
-
/**
|
|
25487
|
-
* @description Type-only wrapper for <px-pillar>
|
|
25321
|
+
* @description Type-only wrapper for <px-ribbon>
|
|
25488
25322
|
*/
|
|
25489
|
-
class
|
|
25323
|
+
class PxRibbon {
|
|
25490
25324
|
elementRef;
|
|
25491
|
-
set variant(value) {
|
|
25492
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
25493
|
-
}
|
|
25494
|
-
get variant() {
|
|
25495
|
-
return this.elementRef.nativeElement['variant'];
|
|
25496
|
-
}
|
|
25497
|
-
set backgroundColor(value) {
|
|
25498
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
25499
|
-
}
|
|
25500
|
-
get backgroundColor() {
|
|
25501
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
25502
|
-
}
|
|
25503
|
-
set backgroundGradient(value) {
|
|
25504
|
-
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
25505
|
-
}
|
|
25506
|
-
get backgroundGradient() {
|
|
25507
|
-
return this.elementRef.nativeElement['backgroundGradient'];
|
|
25508
|
-
}
|
|
25509
|
-
set alignment(value) {
|
|
25510
|
-
this.elementRef.nativeElement['alignment'] = value;
|
|
25511
|
-
}
|
|
25512
|
-
get alignment() {
|
|
25513
|
-
return this.elementRef.nativeElement['alignment'];
|
|
25514
|
-
}
|
|
25515
25325
|
set inverted(value) {
|
|
25516
25326
|
this.elementRef.nativeElement['inverted'] = value;
|
|
25517
25327
|
}
|
|
@@ -25791,25 +25601,15 @@ class PxPillar {
|
|
|
25791
25601
|
constructor(elementRef) {
|
|
25792
25602
|
this.elementRef = elementRef;
|
|
25793
25603
|
}
|
|
25794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
25604
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRibbon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25605
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxRibbon, 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"] }, ngImport: i0 });
|
|
25796
25606
|
}
|
|
25797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
25607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxRibbon, decorators: [{
|
|
25798
25608
|
type: Directive,
|
|
25799
25609
|
args: [{
|
|
25800
|
-
selector: 'px-
|
|
25610
|
+
selector: 'px-ribbon',
|
|
25801
25611
|
}]
|
|
25802
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
25803
|
-
type: Input
|
|
25804
|
-
}], backgroundColor: [{
|
|
25805
|
-
type: Input,
|
|
25806
|
-
args: ['background-color']
|
|
25807
|
-
}], backgroundGradient: [{
|
|
25808
|
-
type: Input,
|
|
25809
|
-
args: ['background-gradient']
|
|
25810
|
-
}], alignment: [{
|
|
25811
|
-
type: Input
|
|
25812
|
-
}], inverted: [{
|
|
25612
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
25813
25613
|
type: Input
|
|
25814
25614
|
}], grow: [{
|
|
25815
25615
|
type: Input
|
|
@@ -25942,6 +25742,247 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
25942
25742
|
type: Input,
|
|
25943
25743
|
args: ['order--desktop']
|
|
25944
25744
|
}] } });
|
|
25745
|
+
/**
|
|
25746
|
+
* @description Type-only wrapper for <px-section>
|
|
25747
|
+
*/
|
|
25748
|
+
class PxSection {
|
|
25749
|
+
elementRef;
|
|
25750
|
+
set backgroundColor(value) {
|
|
25751
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
25752
|
+
}
|
|
25753
|
+
get backgroundColor() {
|
|
25754
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
25755
|
+
}
|
|
25756
|
+
set backgroundGradient(value) {
|
|
25757
|
+
this.elementRef.nativeElement['backgroundGradient'] = value;
|
|
25758
|
+
}
|
|
25759
|
+
get backgroundGradient() {
|
|
25760
|
+
return this.elementRef.nativeElement['backgroundGradient'];
|
|
25761
|
+
}
|
|
25762
|
+
set backgroundImage(value) {
|
|
25763
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
25764
|
+
}
|
|
25765
|
+
get backgroundImage() {
|
|
25766
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
25767
|
+
}
|
|
25768
|
+
set backgroundImageMobile(value) {
|
|
25769
|
+
this.elementRef.nativeElement['backgroundImageMobile'] = value;
|
|
25770
|
+
}
|
|
25771
|
+
get backgroundImageMobile() {
|
|
25772
|
+
return this.elementRef.nativeElement['backgroundImageMobile'];
|
|
25773
|
+
}
|
|
25774
|
+
set backgroundImageTablet(value) {
|
|
25775
|
+
this.elementRef.nativeElement['backgroundImageTablet'] = value;
|
|
25776
|
+
}
|
|
25777
|
+
get backgroundImageTablet() {
|
|
25778
|
+
return this.elementRef.nativeElement['backgroundImageTablet'];
|
|
25779
|
+
}
|
|
25780
|
+
set backgroundImageLaptop(value) {
|
|
25781
|
+
this.elementRef.nativeElement['backgroundImageLaptop'] = value;
|
|
25782
|
+
}
|
|
25783
|
+
get backgroundImageLaptop() {
|
|
25784
|
+
return this.elementRef.nativeElement['backgroundImageLaptop'];
|
|
25785
|
+
}
|
|
25786
|
+
set backgroundSize(value) {
|
|
25787
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
25788
|
+
}
|
|
25789
|
+
get backgroundSize() {
|
|
25790
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
25791
|
+
}
|
|
25792
|
+
set backgroundPosition(value) {
|
|
25793
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
25794
|
+
}
|
|
25795
|
+
get backgroundPosition() {
|
|
25796
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
25797
|
+
}
|
|
25798
|
+
set paddingBlock(value) {
|
|
25799
|
+
this.elementRef.nativeElement['paddingBlock'] = value;
|
|
25800
|
+
}
|
|
25801
|
+
get paddingBlock() {
|
|
25802
|
+
return this.elementRef.nativeElement['paddingBlock'];
|
|
25803
|
+
}
|
|
25804
|
+
set paddingTop(value) {
|
|
25805
|
+
this.elementRef.nativeElement['paddingTop'] = value;
|
|
25806
|
+
}
|
|
25807
|
+
get paddingTop() {
|
|
25808
|
+
return this.elementRef.nativeElement['paddingTop'];
|
|
25809
|
+
}
|
|
25810
|
+
set paddingBottom(value) {
|
|
25811
|
+
this.elementRef.nativeElement['paddingBottom'] = value;
|
|
25812
|
+
}
|
|
25813
|
+
get paddingBottom() {
|
|
25814
|
+
return this.elementRef.nativeElement['paddingBottom'];
|
|
25815
|
+
}
|
|
25816
|
+
set paddingBlockMobile(value) {
|
|
25817
|
+
this.elementRef.nativeElement['paddingBlockMobile'] = value;
|
|
25818
|
+
}
|
|
25819
|
+
get paddingBlockMobile() {
|
|
25820
|
+
return this.elementRef.nativeElement['paddingBlockMobile'];
|
|
25821
|
+
}
|
|
25822
|
+
set paddingTopMobile(value) {
|
|
25823
|
+
this.elementRef.nativeElement['paddingTopMobile'] = value;
|
|
25824
|
+
}
|
|
25825
|
+
get paddingTopMobile() {
|
|
25826
|
+
return this.elementRef.nativeElement['paddingTopMobile'];
|
|
25827
|
+
}
|
|
25828
|
+
set paddingBottomMobile(value) {
|
|
25829
|
+
this.elementRef.nativeElement['paddingBottomMobile'] = value;
|
|
25830
|
+
}
|
|
25831
|
+
get paddingBottomMobile() {
|
|
25832
|
+
return this.elementRef.nativeElement['paddingBottomMobile'];
|
|
25833
|
+
}
|
|
25834
|
+
set paddingBlockTablet(value) {
|
|
25835
|
+
this.elementRef.nativeElement['paddingBlockTablet'] = value;
|
|
25836
|
+
}
|
|
25837
|
+
get paddingBlockTablet() {
|
|
25838
|
+
return this.elementRef.nativeElement['paddingBlockTablet'];
|
|
25839
|
+
}
|
|
25840
|
+
set paddingTopTablet(value) {
|
|
25841
|
+
this.elementRef.nativeElement['paddingTopTablet'] = value;
|
|
25842
|
+
}
|
|
25843
|
+
get paddingTopTablet() {
|
|
25844
|
+
return this.elementRef.nativeElement['paddingTopTablet'];
|
|
25845
|
+
}
|
|
25846
|
+
set paddingBottomTablet(value) {
|
|
25847
|
+
this.elementRef.nativeElement['paddingBottomTablet'] = value;
|
|
25848
|
+
}
|
|
25849
|
+
get paddingBottomTablet() {
|
|
25850
|
+
return this.elementRef.nativeElement['paddingBottomTablet'];
|
|
25851
|
+
}
|
|
25852
|
+
set paddingBlockLaptop(value) {
|
|
25853
|
+
this.elementRef.nativeElement['paddingBlockLaptop'] = value;
|
|
25854
|
+
}
|
|
25855
|
+
get paddingBlockLaptop() {
|
|
25856
|
+
return this.elementRef.nativeElement['paddingBlockLaptop'];
|
|
25857
|
+
}
|
|
25858
|
+
set paddingTopLaptop(value) {
|
|
25859
|
+
this.elementRef.nativeElement['paddingTopLaptop'] = value;
|
|
25860
|
+
}
|
|
25861
|
+
get paddingTopLaptop() {
|
|
25862
|
+
return this.elementRef.nativeElement['paddingTopLaptop'];
|
|
25863
|
+
}
|
|
25864
|
+
set paddingBottomLaptop(value) {
|
|
25865
|
+
this.elementRef.nativeElement['paddingBottomLaptop'] = value;
|
|
25866
|
+
}
|
|
25867
|
+
get paddingBottomLaptop() {
|
|
25868
|
+
return this.elementRef.nativeElement['paddingBottomLaptop'];
|
|
25869
|
+
}
|
|
25870
|
+
set border(value) {
|
|
25871
|
+
this.elementRef.nativeElement['border'] = value;
|
|
25872
|
+
}
|
|
25873
|
+
get border() {
|
|
25874
|
+
return this.elementRef.nativeElement['border'];
|
|
25875
|
+
}
|
|
25876
|
+
set borderSide(value) {
|
|
25877
|
+
this.elementRef.nativeElement['borderSide'] = value;
|
|
25878
|
+
}
|
|
25879
|
+
get borderSide() {
|
|
25880
|
+
return this.elementRef.nativeElement['borderSide'];
|
|
25881
|
+
}
|
|
25882
|
+
set borderSideMobile(value) {
|
|
25883
|
+
this.elementRef.nativeElement['borderSideMobile'] = value;
|
|
25884
|
+
}
|
|
25885
|
+
get borderSideMobile() {
|
|
25886
|
+
return this.elementRef.nativeElement['borderSideMobile'];
|
|
25887
|
+
}
|
|
25888
|
+
set borderSideTablet(value) {
|
|
25889
|
+
this.elementRef.nativeElement['borderSideTablet'] = value;
|
|
25890
|
+
}
|
|
25891
|
+
get borderSideTablet() {
|
|
25892
|
+
return this.elementRef.nativeElement['borderSideTablet'];
|
|
25893
|
+
}
|
|
25894
|
+
set borderSideLaptop(value) {
|
|
25895
|
+
this.elementRef.nativeElement['borderSideLaptop'] = value;
|
|
25896
|
+
}
|
|
25897
|
+
get borderSideLaptop() {
|
|
25898
|
+
return this.elementRef.nativeElement['borderSideLaptop'];
|
|
25899
|
+
}
|
|
25900
|
+
constructor(elementRef) {
|
|
25901
|
+
this.elementRef = elementRef;
|
|
25902
|
+
}
|
|
25903
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25904
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSection, selector: "px-section", inputs: { backgroundColor: ["background-color", "backgroundColor"], backgroundGradient: ["background-gradient", "backgroundGradient"], backgroundImage: ["background-image", "backgroundImage"], backgroundImageMobile: ["background-image--mobile", "backgroundImageMobile"], backgroundImageTablet: ["background-image--tablet", "backgroundImageTablet"], backgroundImageLaptop: ["background-image--laptop", "backgroundImageLaptop"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], paddingBlock: ["padding-block", "paddingBlock"], paddingTop: ["padding-top", "paddingTop"], paddingBottom: ["padding-bottom", "paddingBottom"], paddingBlockMobile: ["padding-block--mobile", "paddingBlockMobile"], paddingTopMobile: ["padding-top--mobile", "paddingTopMobile"], paddingBottomMobile: ["padding-bottom--mobile", "paddingBottomMobile"], paddingBlockTablet: ["padding-block--tablet", "paddingBlockTablet"], paddingTopTablet: ["padding-top--tablet", "paddingTopTablet"], paddingBottomTablet: ["padding-bottom--tablet", "paddingBottomTablet"], paddingBlockLaptop: ["padding-block--laptop", "paddingBlockLaptop"], paddingTopLaptop: ["padding-top--laptop", "paddingTopLaptop"], paddingBottomLaptop: ["padding-bottom--laptop", "paddingBottomLaptop"], border: "border", borderSide: ["border-side", "borderSide"], borderSideMobile: ["border-side--mobile", "borderSideMobile"], borderSideTablet: ["border-side--tablet", "borderSideTablet"], borderSideLaptop: ["border-side--laptop", "borderSideLaptop"] }, ngImport: i0 });
|
|
25905
|
+
}
|
|
25906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSection, decorators: [{
|
|
25907
|
+
type: Directive,
|
|
25908
|
+
args: [{
|
|
25909
|
+
selector: 'px-section',
|
|
25910
|
+
}]
|
|
25911
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { backgroundColor: [{
|
|
25912
|
+
type: Input,
|
|
25913
|
+
args: ['background-color']
|
|
25914
|
+
}], backgroundGradient: [{
|
|
25915
|
+
type: Input,
|
|
25916
|
+
args: ['background-gradient']
|
|
25917
|
+
}], backgroundImage: [{
|
|
25918
|
+
type: Input,
|
|
25919
|
+
args: ['background-image']
|
|
25920
|
+
}], backgroundImageMobile: [{
|
|
25921
|
+
type: Input,
|
|
25922
|
+
args: ['background-image--mobile']
|
|
25923
|
+
}], backgroundImageTablet: [{
|
|
25924
|
+
type: Input,
|
|
25925
|
+
args: ['background-image--tablet']
|
|
25926
|
+
}], backgroundImageLaptop: [{
|
|
25927
|
+
type: Input,
|
|
25928
|
+
args: ['background-image--laptop']
|
|
25929
|
+
}], backgroundSize: [{
|
|
25930
|
+
type: Input,
|
|
25931
|
+
args: ['background-size']
|
|
25932
|
+
}], backgroundPosition: [{
|
|
25933
|
+
type: Input,
|
|
25934
|
+
args: ['background-position']
|
|
25935
|
+
}], paddingBlock: [{
|
|
25936
|
+
type: Input,
|
|
25937
|
+
args: ['padding-block']
|
|
25938
|
+
}], paddingTop: [{
|
|
25939
|
+
type: Input,
|
|
25940
|
+
args: ['padding-top']
|
|
25941
|
+
}], paddingBottom: [{
|
|
25942
|
+
type: Input,
|
|
25943
|
+
args: ['padding-bottom']
|
|
25944
|
+
}], paddingBlockMobile: [{
|
|
25945
|
+
type: Input,
|
|
25946
|
+
args: ['padding-block--mobile']
|
|
25947
|
+
}], paddingTopMobile: [{
|
|
25948
|
+
type: Input,
|
|
25949
|
+
args: ['padding-top--mobile']
|
|
25950
|
+
}], paddingBottomMobile: [{
|
|
25951
|
+
type: Input,
|
|
25952
|
+
args: ['padding-bottom--mobile']
|
|
25953
|
+
}], paddingBlockTablet: [{
|
|
25954
|
+
type: Input,
|
|
25955
|
+
args: ['padding-block--tablet']
|
|
25956
|
+
}], paddingTopTablet: [{
|
|
25957
|
+
type: Input,
|
|
25958
|
+
args: ['padding-top--tablet']
|
|
25959
|
+
}], paddingBottomTablet: [{
|
|
25960
|
+
type: Input,
|
|
25961
|
+
args: ['padding-bottom--tablet']
|
|
25962
|
+
}], paddingBlockLaptop: [{
|
|
25963
|
+
type: Input,
|
|
25964
|
+
args: ['padding-block--laptop']
|
|
25965
|
+
}], paddingTopLaptop: [{
|
|
25966
|
+
type: Input,
|
|
25967
|
+
args: ['padding-top--laptop']
|
|
25968
|
+
}], paddingBottomLaptop: [{
|
|
25969
|
+
type: Input,
|
|
25970
|
+
args: ['padding-bottom--laptop']
|
|
25971
|
+
}], border: [{
|
|
25972
|
+
type: Input
|
|
25973
|
+
}], borderSide: [{
|
|
25974
|
+
type: Input,
|
|
25975
|
+
args: ['border-side']
|
|
25976
|
+
}], borderSideMobile: [{
|
|
25977
|
+
type: Input,
|
|
25978
|
+
args: ['border-side--mobile']
|
|
25979
|
+
}], borderSideTablet: [{
|
|
25980
|
+
type: Input,
|
|
25981
|
+
args: ['border-side--tablet']
|
|
25982
|
+
}], borderSideLaptop: [{
|
|
25983
|
+
type: Input,
|
|
25984
|
+
args: ['border-side--laptop']
|
|
25985
|
+
}] } });
|
|
25945
25986
|
/**
|
|
25946
25987
|
* @description Type-only wrapper for <px-selectable-box>
|
|
25947
25988
|
*/
|
|
@@ -28220,6 +28261,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28220
28261
|
type: Input,
|
|
28221
28262
|
args: ['order--desktop']
|
|
28222
28263
|
}] } });
|
|
28264
|
+
/**
|
|
28265
|
+
* @description Type-only wrapper for <px-spinner>
|
|
28266
|
+
*/
|
|
28267
|
+
class PxSpinner {
|
|
28268
|
+
elementRef;
|
|
28269
|
+
set size(value) {
|
|
28270
|
+
this.elementRef.nativeElement['size'] = value;
|
|
28271
|
+
}
|
|
28272
|
+
get size() {
|
|
28273
|
+
return this.elementRef.nativeElement['size'];
|
|
28274
|
+
}
|
|
28275
|
+
set inverted(value) {
|
|
28276
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28277
|
+
}
|
|
28278
|
+
get inverted() {
|
|
28279
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28280
|
+
}
|
|
28281
|
+
set timeout(value) {
|
|
28282
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
28283
|
+
}
|
|
28284
|
+
get timeout() {
|
|
28285
|
+
return this.elementRef.nativeElement['timeout'];
|
|
28286
|
+
}
|
|
28287
|
+
set ariaLabel(value) {
|
|
28288
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28289
|
+
}
|
|
28290
|
+
get ariaLabel() {
|
|
28291
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
28292
|
+
}
|
|
28293
|
+
constructor(elementRef) {
|
|
28294
|
+
this.elementRef = elementRef;
|
|
28295
|
+
}
|
|
28296
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28297
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
28298
|
+
}
|
|
28299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28300
|
+
type: Directive,
|
|
28301
|
+
args: [{
|
|
28302
|
+
selector: 'px-spinner',
|
|
28303
|
+
}]
|
|
28304
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28305
|
+
type: Input
|
|
28306
|
+
}], inverted: [{
|
|
28307
|
+
type: Input
|
|
28308
|
+
}], timeout: [{
|
|
28309
|
+
type: Input
|
|
28310
|
+
}], ariaLabel: [{
|
|
28311
|
+
type: Input,
|
|
28312
|
+
args: ['aria-label']
|
|
28313
|
+
}] } });
|
|
28223
28314
|
/**
|
|
28224
28315
|
* @description Type-only wrapper for <px-span>
|
|
28225
28316
|
*/
|
|
@@ -28679,56 +28770,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28679
28770
|
type: Input,
|
|
28680
28771
|
args: ['order--desktop']
|
|
28681
28772
|
}] } });
|
|
28682
|
-
/**
|
|
28683
|
-
* @description Type-only wrapper for <px-spinner>
|
|
28684
|
-
*/
|
|
28685
|
-
class PxSpinner {
|
|
28686
|
-
elementRef;
|
|
28687
|
-
set size(value) {
|
|
28688
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28689
|
-
}
|
|
28690
|
-
get size() {
|
|
28691
|
-
return this.elementRef.nativeElement['size'];
|
|
28692
|
-
}
|
|
28693
|
-
set inverted(value) {
|
|
28694
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28695
|
-
}
|
|
28696
|
-
get inverted() {
|
|
28697
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28698
|
-
}
|
|
28699
|
-
set timeout(value) {
|
|
28700
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
28701
|
-
}
|
|
28702
|
-
get timeout() {
|
|
28703
|
-
return this.elementRef.nativeElement['timeout'];
|
|
28704
|
-
}
|
|
28705
|
-
set ariaLabel(value) {
|
|
28706
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28707
|
-
}
|
|
28708
|
-
get ariaLabel() {
|
|
28709
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
28710
|
-
}
|
|
28711
|
-
constructor(elementRef) {
|
|
28712
|
-
this.elementRef = elementRef;
|
|
28713
|
-
}
|
|
28714
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28715
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
28716
|
-
}
|
|
28717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28718
|
-
type: Directive,
|
|
28719
|
-
args: [{
|
|
28720
|
-
selector: 'px-spinner',
|
|
28721
|
-
}]
|
|
28722
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28723
|
-
type: Input
|
|
28724
|
-
}], inverted: [{
|
|
28725
|
-
type: Input
|
|
28726
|
-
}], timeout: [{
|
|
28727
|
-
type: Input
|
|
28728
|
-
}], ariaLabel: [{
|
|
28729
|
-
type: Input,
|
|
28730
|
-
args: ['aria-label']
|
|
28731
|
-
}] } });
|
|
28732
28773
|
/**
|
|
28733
28774
|
* @description Type-only wrapper for <px-status>
|
|
28734
28775
|
*/
|
|
@@ -33581,6 +33622,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33581
33622
|
}], change: [{
|
|
33582
33623
|
type: Output
|
|
33583
33624
|
}] } });
|
|
33625
|
+
/**
|
|
33626
|
+
* @description Type-only wrapper for <px-typography>
|
|
33627
|
+
*/
|
|
33628
|
+
class PxTypography {
|
|
33629
|
+
elementRef;
|
|
33630
|
+
set inverted(value) {
|
|
33631
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
33632
|
+
}
|
|
33633
|
+
get inverted() {
|
|
33634
|
+
return this.elementRef.nativeElement['inverted'];
|
|
33635
|
+
}
|
|
33636
|
+
constructor(elementRef) {
|
|
33637
|
+
this.elementRef = elementRef;
|
|
33638
|
+
}
|
|
33639
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTypography, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33640
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTypography, selector: "px-typography", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
33641
|
+
}
|
|
33642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTypography, decorators: [{
|
|
33643
|
+
type: Directive,
|
|
33644
|
+
args: [{
|
|
33645
|
+
selector: 'px-typography',
|
|
33646
|
+
}]
|
|
33647
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
33648
|
+
type: Input
|
|
33649
|
+
}] } });
|
|
33584
33650
|
/**
|
|
33585
33651
|
* @description Type-only wrapper for <px-timeline>
|
|
33586
33652
|
*/
|
|
@@ -33647,31 +33713,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33647
33713
|
}], item: [{
|
|
33648
33714
|
type: Input
|
|
33649
33715
|
}] } });
|
|
33650
|
-
/**
|
|
33651
|
-
* @description Type-only wrapper for <px-typography>
|
|
33652
|
-
*/
|
|
33653
|
-
class PxTypography {
|
|
33654
|
-
elementRef;
|
|
33655
|
-
set inverted(value) {
|
|
33656
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
33657
|
-
}
|
|
33658
|
-
get inverted() {
|
|
33659
|
-
return this.elementRef.nativeElement['inverted'];
|
|
33660
|
-
}
|
|
33661
|
-
constructor(elementRef) {
|
|
33662
|
-
this.elementRef = elementRef;
|
|
33663
|
-
}
|
|
33664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTypography, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33665
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTypography, selector: "px-typography", inputs: { inverted: "inverted" }, ngImport: i0 });
|
|
33666
|
-
}
|
|
33667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTypography, decorators: [{
|
|
33668
|
-
type: Directive,
|
|
33669
|
-
args: [{
|
|
33670
|
-
selector: 'px-typography',
|
|
33671
|
-
}]
|
|
33672
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
33673
|
-
type: Input
|
|
33674
|
-
}] } });
|
|
33675
33716
|
/**
|
|
33676
33717
|
* @description Type-only wrapper for <px-patch>
|
|
33677
33718
|
*/
|
|
@@ -34205,20 +34246,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34205
34246
|
type: Input
|
|
34206
34247
|
}] } });
|
|
34207
34248
|
/**
|
|
34208
|
-
* @description Type-only wrapper for <px-proximus-
|
|
34249
|
+
* @description Type-only wrapper for <px-proximus-theme-provider>
|
|
34209
34250
|
*/
|
|
34210
|
-
class
|
|
34251
|
+
class PxProximusThemeProvider {
|
|
34211
34252
|
elementRef;
|
|
34212
34253
|
constructor(elementRef) {
|
|
34213
34254
|
this.elementRef = elementRef;
|
|
34214
34255
|
}
|
|
34215
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
34216
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
34256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34257
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", ngImport: i0 });
|
|
34217
34258
|
}
|
|
34218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
34259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, decorators: [{
|
|
34219
34260
|
type: Directive,
|
|
34220
34261
|
args: [{
|
|
34221
|
-
selector: 'px-proximus-
|
|
34262
|
+
selector: 'px-proximus-theme-provider',
|
|
34222
34263
|
}]
|
|
34223
34264
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34224
34265
|
/**
|
|
@@ -34240,26 +34281,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34240
34281
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34241
34282
|
class Lavender {
|
|
34242
34283
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34243
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [
|
|
34284
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxButton, PxBreadcrumbItem, PxBreadcrumb, PxAppleseed, PxCarousel, PxCarouselItem, PxCard, PxButtonIcon, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpinner, PxSpan, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTypography, PxTimeline, PxTimelineItem, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxButton, PxBreadcrumbItem, PxBreadcrumb, PxAppleseed, PxCarousel, PxCarouselItem, PxCard, PxButtonIcon, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpinner, PxSpan, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTypography, PxTimeline, PxTimelineItem, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
34244
34285
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34245
34286
|
}
|
|
34246
34287
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
34247
34288
|
type: NgModule,
|
|
34248
34289
|
args: [{
|
|
34249
34290
|
declarations: [
|
|
34250
|
-
PxBanner,
|
|
34251
34291
|
PxAccordion,
|
|
34252
34292
|
PxAgGridTable,
|
|
34253
34293
|
PxAgGridTableThButton,
|
|
34254
34294
|
PxAgGridTableThContent,
|
|
34295
|
+
PxBanner,
|
|
34296
|
+
PxButton,
|
|
34255
34297
|
PxBreadcrumbItem,
|
|
34256
34298
|
PxBreadcrumb,
|
|
34257
|
-
PxButtonIcon,
|
|
34258
|
-
PxButton,
|
|
34259
|
-
PxCard,
|
|
34260
34299
|
PxAppleseed,
|
|
34261
34300
|
PxCarousel,
|
|
34262
34301
|
PxCarouselItem,
|
|
34302
|
+
PxCard,
|
|
34303
|
+
PxButtonIcon,
|
|
34263
34304
|
PxCell,
|
|
34264
34305
|
PxCellButton,
|
|
34265
34306
|
PxCellCheckbox,
|
|
@@ -34298,20 +34339,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34298
34339
|
PxListItem,
|
|
34299
34340
|
PxModal,
|
|
34300
34341
|
PxP,
|
|
34342
|
+
PxPillar,
|
|
34301
34343
|
PxPrice,
|
|
34302
34344
|
PxRadio,
|
|
34303
34345
|
PxRadioBase,
|
|
34304
34346
|
PxRadioGroup,
|
|
34305
34347
|
PxRibbon,
|
|
34306
34348
|
PxSection,
|
|
34307
|
-
PxPillar,
|
|
34308
34349
|
PxSelectableBox,
|
|
34309
34350
|
PxSelectableBoxCheckbox,
|
|
34310
34351
|
PxSelectableBoxRadio,
|
|
34311
34352
|
PxSeparator,
|
|
34312
34353
|
PxSkeleton,
|
|
34313
|
-
PxSpan,
|
|
34314
34354
|
PxSpinner,
|
|
34355
|
+
PxSpan,
|
|
34315
34356
|
PxStatus,
|
|
34316
34357
|
PxStatusCard,
|
|
34317
34358
|
PxStickyContainer,
|
|
@@ -34333,30 +34374,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34333
34374
|
PxTileLink,
|
|
34334
34375
|
PxTileRadio,
|
|
34335
34376
|
PxTileSwitch,
|
|
34377
|
+
PxTypography,
|
|
34336
34378
|
PxTimeline,
|
|
34337
34379
|
PxTimelineItem,
|
|
34338
|
-
PxTypography,
|
|
34339
34380
|
PxPatch,
|
|
34340
34381
|
PxIcon,
|
|
34341
34382
|
PxIconSet,
|
|
34342
34383
|
PxThemeProvider,
|
|
34343
|
-
|
|
34384
|
+
PxProximusThemeProvider,
|
|
34344
34385
|
PxScarletThemeProvider
|
|
34345
34386
|
],
|
|
34346
34387
|
exports: [
|
|
34347
|
-
PxBanner,
|
|
34348
34388
|
PxAccordion,
|
|
34349
34389
|
PxAgGridTable,
|
|
34350
34390
|
PxAgGridTableThButton,
|
|
34351
34391
|
PxAgGridTableThContent,
|
|
34392
|
+
PxBanner,
|
|
34393
|
+
PxButton,
|
|
34352
34394
|
PxBreadcrumbItem,
|
|
34353
34395
|
PxBreadcrumb,
|
|
34354
|
-
PxButtonIcon,
|
|
34355
|
-
PxButton,
|
|
34356
|
-
PxCard,
|
|
34357
34396
|
PxAppleseed,
|
|
34358
34397
|
PxCarousel,
|
|
34359
34398
|
PxCarouselItem,
|
|
34399
|
+
PxCard,
|
|
34400
|
+
PxButtonIcon,
|
|
34360
34401
|
PxCell,
|
|
34361
34402
|
PxCellButton,
|
|
34362
34403
|
PxCellCheckbox,
|
|
@@ -34395,20 +34436,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34395
34436
|
PxListItem,
|
|
34396
34437
|
PxModal,
|
|
34397
34438
|
PxP,
|
|
34439
|
+
PxPillar,
|
|
34398
34440
|
PxPrice,
|
|
34399
34441
|
PxRadio,
|
|
34400
34442
|
PxRadioBase,
|
|
34401
34443
|
PxRadioGroup,
|
|
34402
34444
|
PxRibbon,
|
|
34403
34445
|
PxSection,
|
|
34404
|
-
PxPillar,
|
|
34405
34446
|
PxSelectableBox,
|
|
34406
34447
|
PxSelectableBoxCheckbox,
|
|
34407
34448
|
PxSelectableBoxRadio,
|
|
34408
34449
|
PxSeparator,
|
|
34409
34450
|
PxSkeleton,
|
|
34410
|
-
PxSpan,
|
|
34411
34451
|
PxSpinner,
|
|
34452
|
+
PxSpan,
|
|
34412
34453
|
PxStatus,
|
|
34413
34454
|
PxStatusCard,
|
|
34414
34455
|
PxStickyContainer,
|
|
@@ -34430,14 +34471,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34430
34471
|
PxTileLink,
|
|
34431
34472
|
PxTileRadio,
|
|
34432
34473
|
PxTileSwitch,
|
|
34474
|
+
PxTypography,
|
|
34433
34475
|
PxTimeline,
|
|
34434
34476
|
PxTimelineItem,
|
|
34435
|
-
PxTypography,
|
|
34436
34477
|
PxPatch,
|
|
34437
34478
|
PxIcon,
|
|
34438
34479
|
PxIconSet,
|
|
34439
34480
|
PxThemeProvider,
|
|
34440
|
-
|
|
34481
|
+
PxProximusThemeProvider,
|
|
34441
34482
|
PxScarletThemeProvider
|
|
34442
34483
|
]
|
|
34443
34484
|
}]
|
|
@@ -34447,5 +34488,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34447
34488
|
* Generated bundle index. Do not edit.
|
|
34448
34489
|
*/
|
|
34449
34490
|
|
|
34450
|
-
export { Lavender, LavenderValueAccessors, PxA, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxCard, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice,
|
|
34491
|
+
export { Lavender, LavenderValueAccessors, PxA, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxCard, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard, PxStickyContainer, PxSwitch, PxSwitchValueAccessor, PxTab, PxTabPanel, PxTable, PxTabs, PxTag, PxTbody, PxTd, PxTextarea, PxTextareaValueAccessor, PxTh, PxThead, PxThemeProvider, PxThemeSwitcher, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTr, PxTypography, PxVstack };
|
|
34451
34492
|
//# sourceMappingURL=proximus-lavender-angular.mjs.map
|