@proximus/lavender-angular 1.4.10-beta.1 → 1.4.10-beta.2
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.
|
@@ -29040,58 +29040,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29040
29040
|
args: ['sticky-bottom']
|
|
29041
29041
|
}] } });
|
|
29042
29042
|
/**
|
|
29043
|
-
* @description Type-only wrapper for <px-
|
|
29043
|
+
* @description Type-only wrapper for <px-selectable-box>
|
|
29044
29044
|
*/
|
|
29045
|
-
class
|
|
29045
|
+
class PxSelectableBox {
|
|
29046
29046
|
elementRef;
|
|
29047
|
-
set direction(value) {
|
|
29048
|
-
this.elementRef.nativeElement['direction'] = value;
|
|
29049
|
-
}
|
|
29050
|
-
get direction() {
|
|
29051
|
-
return this.elementRef.nativeElement['direction'];
|
|
29052
|
-
}
|
|
29053
|
-
set directionMobile(value) {
|
|
29054
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
29055
|
-
}
|
|
29056
|
-
get directionMobile() {
|
|
29057
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
29058
|
-
}
|
|
29059
|
-
set directionTablet(value) {
|
|
29060
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
29061
|
-
}
|
|
29062
|
-
get directionTablet() {
|
|
29063
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
29064
|
-
}
|
|
29065
|
-
set directionLaptop(value) {
|
|
29066
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
29067
|
-
}
|
|
29068
|
-
get directionLaptop() {
|
|
29069
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
29070
|
-
}
|
|
29071
|
-
set directionDesktop(value) {
|
|
29072
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
29073
|
-
}
|
|
29074
|
-
get directionDesktop() {
|
|
29075
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
29076
|
-
}
|
|
29077
|
-
set size(value) {
|
|
29078
|
-
this.elementRef.nativeElement['size'] = value;
|
|
29079
|
-
}
|
|
29080
|
-
get size() {
|
|
29081
|
-
return this.elementRef.nativeElement['size'];
|
|
29082
|
-
}
|
|
29083
|
-
set color(value) {
|
|
29084
|
-
this.elementRef.nativeElement['color'] = value;
|
|
29085
|
-
}
|
|
29086
|
-
get color() {
|
|
29087
|
-
return this.elementRef.nativeElement['color'];
|
|
29088
|
-
}
|
|
29089
29047
|
set inverted(value) {
|
|
29090
29048
|
this.elementRef.nativeElement['inverted'] = value;
|
|
29091
29049
|
}
|
|
29092
29050
|
get inverted() {
|
|
29093
29051
|
return this.elementRef.nativeElement['inverted'];
|
|
29094
29052
|
}
|
|
29053
|
+
set hideFooter(value) {
|
|
29054
|
+
this.elementRef.nativeElement['hideFooter'] = value;
|
|
29055
|
+
}
|
|
29056
|
+
get hideFooter() {
|
|
29057
|
+
return this.elementRef.nativeElement['hideFooter'];
|
|
29058
|
+
}
|
|
29095
29059
|
set grow(value) {
|
|
29096
29060
|
this.elementRef.nativeElement['grow'] = value;
|
|
29097
29061
|
}
|
|
@@ -29377,34 +29341,19 @@ class PxSeparator {
|
|
|
29377
29341
|
constructor(elementRef) {
|
|
29378
29342
|
this.elementRef = elementRef;
|
|
29379
29343
|
}
|
|
29380
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
29381
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
29344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29345
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelectableBox, selector: "px-selectable-box", inputs: { inverted: "inverted", hideFooter: ["hide-footer", "hideFooter"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
29382
29346
|
}
|
|
29383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
29347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBox, decorators: [{
|
|
29384
29348
|
type: Directive,
|
|
29385
29349
|
args: [{
|
|
29386
|
-
selector: 'px-
|
|
29350
|
+
selector: 'px-selectable-box',
|
|
29387
29351
|
}]
|
|
29388
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29352
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
29389
29353
|
type: Input
|
|
29390
|
-
}],
|
|
29391
|
-
type: Input,
|
|
29392
|
-
args: ['direction--mobile']
|
|
29393
|
-
}], directionTablet: [{
|
|
29394
|
-
type: Input,
|
|
29395
|
-
args: ['direction--tablet']
|
|
29396
|
-
}], directionLaptop: [{
|
|
29397
|
-
type: Input,
|
|
29398
|
-
args: ['direction--laptop']
|
|
29399
|
-
}], directionDesktop: [{
|
|
29354
|
+
}], hideFooter: [{
|
|
29400
29355
|
type: Input,
|
|
29401
|
-
args: ['
|
|
29402
|
-
}], size: [{
|
|
29403
|
-
type: Input
|
|
29404
|
-
}], color: [{
|
|
29405
|
-
type: Input
|
|
29406
|
-
}], inverted: [{
|
|
29407
|
-
type: Input
|
|
29356
|
+
args: ['hide-footer']
|
|
29408
29357
|
}], grow: [{
|
|
29409
29358
|
type: Input
|
|
29410
29359
|
}], growMobile: [{
|
|
@@ -29543,9 +29492,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29543
29492
|
args: ['sticky-bottom']
|
|
29544
29493
|
}] } });
|
|
29545
29494
|
/**
|
|
29546
|
-
* @description Type-only wrapper for <px-selectable-box>
|
|
29495
|
+
* @description Type-only wrapper for <px-selectable-box-checkbox>
|
|
29547
29496
|
*/
|
|
29548
|
-
class
|
|
29497
|
+
class PxSelectableBoxCheckbox {
|
|
29549
29498
|
elementRef;
|
|
29550
29499
|
set inverted(value) {
|
|
29551
29500
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -29553,11 +29502,29 @@ class PxSelectableBox {
|
|
|
29553
29502
|
get inverted() {
|
|
29554
29503
|
return this.elementRef.nativeElement['inverted'];
|
|
29555
29504
|
}
|
|
29556
|
-
set
|
|
29557
|
-
this.elementRef.nativeElement['
|
|
29505
|
+
set name(value) {
|
|
29506
|
+
this.elementRef.nativeElement['name'] = value;
|
|
29558
29507
|
}
|
|
29559
|
-
get
|
|
29560
|
-
return this.elementRef.nativeElement['
|
|
29508
|
+
get name() {
|
|
29509
|
+
return this.elementRef.nativeElement['name'];
|
|
29510
|
+
}
|
|
29511
|
+
set value(value) {
|
|
29512
|
+
this.elementRef.nativeElement['value'] = value;
|
|
29513
|
+
}
|
|
29514
|
+
get value() {
|
|
29515
|
+
return this.elementRef.nativeElement['value'];
|
|
29516
|
+
}
|
|
29517
|
+
set checked(value) {
|
|
29518
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
29519
|
+
}
|
|
29520
|
+
get checked() {
|
|
29521
|
+
return this.elementRef.nativeElement['checked'];
|
|
29522
|
+
}
|
|
29523
|
+
set disabled(value) {
|
|
29524
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
29525
|
+
}
|
|
29526
|
+
get disabled() {
|
|
29527
|
+
return this.elementRef.nativeElement['disabled'];
|
|
29561
29528
|
}
|
|
29562
29529
|
set grow(value) {
|
|
29563
29530
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -29841,22 +29808,31 @@ class PxSelectableBox {
|
|
|
29841
29808
|
get stickyBottom() {
|
|
29842
29809
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
29843
29810
|
}
|
|
29811
|
+
change = new EventEmitter();
|
|
29844
29812
|
constructor(elementRef) {
|
|
29845
29813
|
this.elementRef = elementRef;
|
|
29814
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29815
|
+
this.change.emit(e.detail);
|
|
29816
|
+
});
|
|
29846
29817
|
}
|
|
29847
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
29848
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
29818
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBoxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29819
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelectableBoxCheckbox, selector: "px-selectable-box-checkbox", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
29849
29820
|
}
|
|
29850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
29821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBoxCheckbox, decorators: [{
|
|
29851
29822
|
type: Directive,
|
|
29852
29823
|
args: [{
|
|
29853
|
-
selector: 'px-selectable-box',
|
|
29824
|
+
selector: 'px-selectable-box-checkbox',
|
|
29854
29825
|
}]
|
|
29855
29826
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
29856
29827
|
type: Input
|
|
29857
|
-
}],
|
|
29858
|
-
type: Input
|
|
29859
|
-
|
|
29828
|
+
}], name: [{
|
|
29829
|
+
type: Input
|
|
29830
|
+
}], value: [{
|
|
29831
|
+
type: Input
|
|
29832
|
+
}], checked: [{
|
|
29833
|
+
type: Input
|
|
29834
|
+
}], disabled: [{
|
|
29835
|
+
type: Input
|
|
29860
29836
|
}], grow: [{
|
|
29861
29837
|
type: Input
|
|
29862
29838
|
}], growMobile: [{
|
|
@@ -29993,11 +29969,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29993
29969
|
}], stickyBottom: [{
|
|
29994
29970
|
type: Input,
|
|
29995
29971
|
args: ['sticky-bottom']
|
|
29972
|
+
}], change: [{
|
|
29973
|
+
type: Output
|
|
29996
29974
|
}] } });
|
|
29997
29975
|
/**
|
|
29998
|
-
* @description Type-only wrapper for <px-selectable-box-
|
|
29976
|
+
* @description Type-only wrapper for <px-selectable-box-radio>
|
|
29999
29977
|
*/
|
|
30000
|
-
class
|
|
29978
|
+
class PxSelectableBoxRadio {
|
|
30001
29979
|
elementRef;
|
|
30002
29980
|
set inverted(value) {
|
|
30003
29981
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30318,13 +30296,13 @@ class PxSelectableBoxCheckbox {
|
|
|
30318
30296
|
this.change.emit(e.detail);
|
|
30319
30297
|
});
|
|
30320
30298
|
}
|
|
30321
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
30322
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
30299
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBoxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30300
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSelectableBoxRadio, selector: "px-selectable-box-radio", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
30323
30301
|
}
|
|
30324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
30302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSelectableBoxRadio, decorators: [{
|
|
30325
30303
|
type: Directive,
|
|
30326
30304
|
args: [{
|
|
30327
|
-
selector: 'px-selectable-box-
|
|
30305
|
+
selector: 'px-selectable-box-radio',
|
|
30328
30306
|
}]
|
|
30329
30307
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30330
30308
|
type: Input
|
|
@@ -30476,39 +30454,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30476
30454
|
type: Output
|
|
30477
30455
|
}] } });
|
|
30478
30456
|
/**
|
|
30479
|
-
* @description Type-only wrapper for <px-
|
|
30457
|
+
* @description Type-only wrapper for <px-separator>
|
|
30480
30458
|
*/
|
|
30481
|
-
class
|
|
30459
|
+
class PxSeparator {
|
|
30482
30460
|
elementRef;
|
|
30483
|
-
set
|
|
30484
|
-
this.elementRef.nativeElement['
|
|
30461
|
+
set direction(value) {
|
|
30462
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
30485
30463
|
}
|
|
30486
|
-
get
|
|
30487
|
-
return this.elementRef.nativeElement['
|
|
30464
|
+
get direction() {
|
|
30465
|
+
return this.elementRef.nativeElement['direction'];
|
|
30488
30466
|
}
|
|
30489
|
-
set
|
|
30490
|
-
this.elementRef.nativeElement['
|
|
30467
|
+
set directionMobile(value) {
|
|
30468
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
30491
30469
|
}
|
|
30492
|
-
get
|
|
30493
|
-
return this.elementRef.nativeElement['
|
|
30470
|
+
get directionMobile() {
|
|
30471
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
30494
30472
|
}
|
|
30495
|
-
set
|
|
30496
|
-
this.elementRef.nativeElement['
|
|
30473
|
+
set directionTablet(value) {
|
|
30474
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
30497
30475
|
}
|
|
30498
|
-
get
|
|
30499
|
-
return this.elementRef.nativeElement['
|
|
30476
|
+
get directionTablet() {
|
|
30477
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
30500
30478
|
}
|
|
30501
|
-
set
|
|
30502
|
-
this.elementRef.nativeElement['
|
|
30479
|
+
set directionLaptop(value) {
|
|
30480
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
30503
30481
|
}
|
|
30504
|
-
get
|
|
30505
|
-
return this.elementRef.nativeElement['
|
|
30482
|
+
get directionLaptop() {
|
|
30483
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
30506
30484
|
}
|
|
30507
|
-
set
|
|
30508
|
-
this.elementRef.nativeElement['
|
|
30485
|
+
set directionDesktop(value) {
|
|
30486
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
30509
30487
|
}
|
|
30510
|
-
get
|
|
30511
|
-
return this.elementRef.nativeElement['
|
|
30488
|
+
get directionDesktop() {
|
|
30489
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
30490
|
+
}
|
|
30491
|
+
set size(value) {
|
|
30492
|
+
this.elementRef.nativeElement['size'] = value;
|
|
30493
|
+
}
|
|
30494
|
+
get size() {
|
|
30495
|
+
return this.elementRef.nativeElement['size'];
|
|
30496
|
+
}
|
|
30497
|
+
set color(value) {
|
|
30498
|
+
this.elementRef.nativeElement['color'] = value;
|
|
30499
|
+
}
|
|
30500
|
+
get color() {
|
|
30501
|
+
return this.elementRef.nativeElement['color'];
|
|
30502
|
+
}
|
|
30503
|
+
set inverted(value) {
|
|
30504
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
30505
|
+
}
|
|
30506
|
+
get inverted() {
|
|
30507
|
+
return this.elementRef.nativeElement['inverted'];
|
|
30512
30508
|
}
|
|
30513
30509
|
set grow(value) {
|
|
30514
30510
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -30792,30 +30788,36 @@ class PxSelectableBoxRadio {
|
|
|
30792
30788
|
get stickyBottom() {
|
|
30793
30789
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
30794
30790
|
}
|
|
30795
|
-
change = new EventEmitter();
|
|
30796
30791
|
constructor(elementRef) {
|
|
30797
30792
|
this.elementRef = elementRef;
|
|
30798
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
30799
|
-
this.change.emit(e.detail);
|
|
30800
|
-
});
|
|
30801
30793
|
}
|
|
30802
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
30803
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
30794
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSeparator, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30795
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSeparator, selector: "px-separator", inputs: { direction: "direction", directionMobile: ["direction--mobile", "directionMobile"], directionTablet: ["direction--tablet", "directionTablet"], directionLaptop: ["direction--laptop", "directionLaptop"], directionDesktop: ["direction--desktop", "directionDesktop"], size: "size", color: "color", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"] }, ngImport: i0 });
|
|
30804
30796
|
}
|
|
30805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
30797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSeparator, decorators: [{
|
|
30806
30798
|
type: Directive,
|
|
30807
30799
|
args: [{
|
|
30808
|
-
selector: 'px-
|
|
30800
|
+
selector: 'px-separator',
|
|
30809
30801
|
}]
|
|
30810
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30811
|
-
type: Input
|
|
30812
|
-
}], name: [{
|
|
30802
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
30813
30803
|
type: Input
|
|
30814
|
-
}],
|
|
30804
|
+
}], directionMobile: [{
|
|
30805
|
+
type: Input,
|
|
30806
|
+
args: ['direction--mobile']
|
|
30807
|
+
}], directionTablet: [{
|
|
30808
|
+
type: Input,
|
|
30809
|
+
args: ['direction--tablet']
|
|
30810
|
+
}], directionLaptop: [{
|
|
30811
|
+
type: Input,
|
|
30812
|
+
args: ['direction--laptop']
|
|
30813
|
+
}], directionDesktop: [{
|
|
30814
|
+
type: Input,
|
|
30815
|
+
args: ['direction--desktop']
|
|
30816
|
+
}], size: [{
|
|
30815
30817
|
type: Input
|
|
30816
|
-
}],
|
|
30818
|
+
}], color: [{
|
|
30817
30819
|
type: Input
|
|
30818
|
-
}],
|
|
30820
|
+
}], inverted: [{
|
|
30819
30821
|
type: Input
|
|
30820
30822
|
}], grow: [{
|
|
30821
30823
|
type: Input
|
|
@@ -30953,8 +30955,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30953
30955
|
}], stickyBottom: [{
|
|
30954
30956
|
type: Input,
|
|
30955
30957
|
args: ['sticky-bottom']
|
|
30956
|
-
}], change: [{
|
|
30957
|
-
type: Output
|
|
30958
30958
|
}] } });
|
|
30959
30959
|
/**
|
|
30960
30960
|
* @description Type-only wrapper for <px-skeleton>
|
|
@@ -32921,23 +32921,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
32921
32921
|
}], CLOSE_EVENT: [{
|
|
32922
32922
|
type: Output
|
|
32923
32923
|
}] } });
|
|
32924
|
-
/**
|
|
32925
|
-
* @description Type-only wrapper for <px-theme-switcher>
|
|
32926
|
-
*/
|
|
32927
|
-
class PxThemeSwitcher {
|
|
32928
|
-
elementRef;
|
|
32929
|
-
constructor(elementRef) {
|
|
32930
|
-
this.elementRef = elementRef;
|
|
32931
|
-
}
|
|
32932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeSwitcher, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32933
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeSwitcher, selector: "px-theme-switcher", ngImport: i0 });
|
|
32934
|
-
}
|
|
32935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeSwitcher, decorators: [{
|
|
32936
|
-
type: Directive,
|
|
32937
|
-
args: [{
|
|
32938
|
-
selector: 'px-theme-switcher',
|
|
32939
|
-
}]
|
|
32940
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
32941
32924
|
/**
|
|
32942
32925
|
* @description Type-only wrapper for <px-sticky-container>
|
|
32943
32926
|
*/
|
|
@@ -32973,6 +32956,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
32973
32956
|
type: Input,
|
|
32974
32957
|
args: ['offset-right']
|
|
32975
32958
|
}] } });
|
|
32959
|
+
/**
|
|
32960
|
+
* @description Type-only wrapper for <px-theme-switcher>
|
|
32961
|
+
*/
|
|
32962
|
+
class PxThemeSwitcher {
|
|
32963
|
+
elementRef;
|
|
32964
|
+
constructor(elementRef) {
|
|
32965
|
+
this.elementRef = elementRef;
|
|
32966
|
+
}
|
|
32967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeSwitcher, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32968
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeSwitcher, selector: "px-theme-switcher", ngImport: i0 });
|
|
32969
|
+
}
|
|
32970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeSwitcher, decorators: [{
|
|
32971
|
+
type: Directive,
|
|
32972
|
+
args: [{
|
|
32973
|
+
selector: 'px-theme-switcher',
|
|
32974
|
+
}]
|
|
32975
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
32976
32976
|
/**
|
|
32977
32977
|
* @description Type-only wrapper for <px-switch>
|
|
32978
32978
|
*/
|
|
@@ -37851,7 +37851,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37851
37851
|
}] } });
|
|
37852
37852
|
class Lavender {
|
|
37853
37853
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37854
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection,
|
|
37854
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, 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, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
37855
37855
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37856
37856
|
}
|
|
37857
37857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37921,17 +37921,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37921
37921
|
PxRadioGroup,
|
|
37922
37922
|
PxRibbon,
|
|
37923
37923
|
PxSection,
|
|
37924
|
-
PxSeparator,
|
|
37925
37924
|
PxSelectableBox,
|
|
37926
37925
|
PxSelectableBoxCheckbox,
|
|
37927
37926
|
PxSelectableBoxRadio,
|
|
37927
|
+
PxSeparator,
|
|
37928
37928
|
PxSkeleton,
|
|
37929
37929
|
PxSpan,
|
|
37930
37930
|
PxSpinner,
|
|
37931
37931
|
PxStatus,
|
|
37932
37932
|
PxStatusCard,
|
|
37933
|
-
PxThemeSwitcher,
|
|
37934
37933
|
PxStickyContainer,
|
|
37934
|
+
PxThemeSwitcher,
|
|
37935
37935
|
PxSwitch,
|
|
37936
37936
|
PxTable,
|
|
37937
37937
|
PxTbody,
|
|
@@ -38023,17 +38023,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
38023
38023
|
PxRadioGroup,
|
|
38024
38024
|
PxRibbon,
|
|
38025
38025
|
PxSection,
|
|
38026
|
-
PxSeparator,
|
|
38027
38026
|
PxSelectableBox,
|
|
38028
38027
|
PxSelectableBoxCheckbox,
|
|
38029
38028
|
PxSelectableBoxRadio,
|
|
38029
|
+
PxSeparator,
|
|
38030
38030
|
PxSkeleton,
|
|
38031
38031
|
PxSpan,
|
|
38032
38032
|
PxSpinner,
|
|
38033
38033
|
PxStatus,
|
|
38034
38034
|
PxStatusCard,
|
|
38035
|
-
PxThemeSwitcher,
|
|
38036
38035
|
PxStickyContainer,
|
|
38036
|
+
PxThemeSwitcher,
|
|
38037
38037
|
PxSwitch,
|
|
38038
38038
|
PxTable,
|
|
38039
38039
|
PxTbody,
|