@proximus/lavender-angular 2.0.0-alpha.175 → 2.0.0-alpha.176
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.
|
@@ -25992,79 +25992,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
25992
25992
|
type: Input,
|
|
25993
25993
|
args: ['word-break-all--desktop']
|
|
25994
25994
|
}] } });
|
|
25995
|
-
/**
|
|
25996
|
-
* @description Type-only wrapper for <px-modal>
|
|
25997
|
-
*/
|
|
25998
|
-
class PxModal {
|
|
25999
|
-
elementRef;
|
|
26000
|
-
set open(value) {
|
|
26001
|
-
this.elementRef.nativeElement['open'] = value;
|
|
26002
|
-
}
|
|
26003
|
-
get open() {
|
|
26004
|
-
return this.elementRef.nativeElement['open'];
|
|
26005
|
-
}
|
|
26006
|
-
set status(value) {
|
|
26007
|
-
this.elementRef.nativeElement['status'] = value;
|
|
26008
|
-
}
|
|
26009
|
-
get status() {
|
|
26010
|
-
return this.elementRef.nativeElement['status'];
|
|
26011
|
-
}
|
|
26012
|
-
set mediaSrc(value) {
|
|
26013
|
-
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
26014
|
-
}
|
|
26015
|
-
get mediaSrc() {
|
|
26016
|
-
return this.elementRef.nativeElement['mediaSrc'];
|
|
26017
|
-
}
|
|
26018
|
-
set openedby(value) {
|
|
26019
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
26020
|
-
}
|
|
26021
|
-
get openedby() {
|
|
26022
|
-
return this.elementRef.nativeElement['openedby'];
|
|
26023
|
-
}
|
|
26024
|
-
set closedby(value) {
|
|
26025
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
26026
|
-
}
|
|
26027
|
-
get closedby() {
|
|
26028
|
-
return this.elementRef.nativeElement['closedby'];
|
|
26029
|
-
}
|
|
26030
|
-
set id(value) {
|
|
26031
|
-
this.elementRef.nativeElement['id'] = value;
|
|
26032
|
-
}
|
|
26033
|
-
get id() {
|
|
26034
|
-
return this.elementRef.nativeElement['id'];
|
|
26035
|
-
}
|
|
26036
|
-
CLOSE_EVENT = new EventEmitter();
|
|
26037
|
-
constructor(elementRef) {
|
|
26038
|
-
this.elementRef = elementRef;
|
|
26039
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
26040
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
26041
|
-
});
|
|
26042
|
-
}
|
|
26043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26044
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
26045
|
-
}
|
|
26046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
26047
|
-
type: Directive,
|
|
26048
|
-
args: [{
|
|
26049
|
-
selector: 'px-modal',
|
|
26050
|
-
standalone: true,
|
|
26051
|
-
}]
|
|
26052
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
26053
|
-
type: Input
|
|
26054
|
-
}], status: [{
|
|
26055
|
-
type: Input
|
|
26056
|
-
}], mediaSrc: [{
|
|
26057
|
-
type: Input,
|
|
26058
|
-
args: ['media-src']
|
|
26059
|
-
}], openedby: [{
|
|
26060
|
-
type: Input
|
|
26061
|
-
}], closedby: [{
|
|
26062
|
-
type: Input
|
|
26063
|
-
}], id: [{
|
|
26064
|
-
type: Input
|
|
26065
|
-
}], CLOSE_EVENT: [{
|
|
26066
|
-
type: Output
|
|
26067
|
-
}] } });
|
|
26068
25995
|
/**
|
|
26069
25996
|
* @description Type-only wrapper for <px-list>
|
|
26070
25997
|
*/
|
|
@@ -27057,6 +26984,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
27057
26984
|
}], LIST_ITEM_CONNECTED_EVENT: [{
|
|
27058
26985
|
type: Output
|
|
27059
26986
|
}] } });
|
|
26987
|
+
/**
|
|
26988
|
+
* @description Type-only wrapper for <px-modal>
|
|
26989
|
+
*/
|
|
26990
|
+
class PxModal {
|
|
26991
|
+
elementRef;
|
|
26992
|
+
set open(value) {
|
|
26993
|
+
this.elementRef.nativeElement['open'] = value;
|
|
26994
|
+
}
|
|
26995
|
+
get open() {
|
|
26996
|
+
return this.elementRef.nativeElement['open'];
|
|
26997
|
+
}
|
|
26998
|
+
set status(value) {
|
|
26999
|
+
this.elementRef.nativeElement['status'] = value;
|
|
27000
|
+
}
|
|
27001
|
+
get status() {
|
|
27002
|
+
return this.elementRef.nativeElement['status'];
|
|
27003
|
+
}
|
|
27004
|
+
set mediaSrc(value) {
|
|
27005
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
27006
|
+
}
|
|
27007
|
+
get mediaSrc() {
|
|
27008
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
27009
|
+
}
|
|
27010
|
+
set openedby(value) {
|
|
27011
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
27012
|
+
}
|
|
27013
|
+
get openedby() {
|
|
27014
|
+
return this.elementRef.nativeElement['openedby'];
|
|
27015
|
+
}
|
|
27016
|
+
set closedby(value) {
|
|
27017
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
27018
|
+
}
|
|
27019
|
+
get closedby() {
|
|
27020
|
+
return this.elementRef.nativeElement['closedby'];
|
|
27021
|
+
}
|
|
27022
|
+
set id(value) {
|
|
27023
|
+
this.elementRef.nativeElement['id'] = value;
|
|
27024
|
+
}
|
|
27025
|
+
get id() {
|
|
27026
|
+
return this.elementRef.nativeElement['id'];
|
|
27027
|
+
}
|
|
27028
|
+
CLOSE_EVENT = new EventEmitter();
|
|
27029
|
+
constructor(elementRef) {
|
|
27030
|
+
this.elementRef = elementRef;
|
|
27031
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
27032
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
27033
|
+
});
|
|
27034
|
+
}
|
|
27035
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27036
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
27037
|
+
}
|
|
27038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
27039
|
+
type: Directive,
|
|
27040
|
+
args: [{
|
|
27041
|
+
selector: 'px-modal',
|
|
27042
|
+
standalone: true,
|
|
27043
|
+
}]
|
|
27044
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
27045
|
+
type: Input
|
|
27046
|
+
}], status: [{
|
|
27047
|
+
type: Input
|
|
27048
|
+
}], mediaSrc: [{
|
|
27049
|
+
type: Input,
|
|
27050
|
+
args: ['media-src']
|
|
27051
|
+
}], openedby: [{
|
|
27052
|
+
type: Input
|
|
27053
|
+
}], closedby: [{
|
|
27054
|
+
type: Input
|
|
27055
|
+
}], id: [{
|
|
27056
|
+
type: Input
|
|
27057
|
+
}], CLOSE_EVENT: [{
|
|
27058
|
+
type: Output
|
|
27059
|
+
}] } });
|
|
27060
27060
|
/**
|
|
27061
27061
|
* @description Type-only wrapper for <px-p>
|
|
27062
27062
|
*/
|
|
@@ -31634,58 +31634,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
31634
31634
|
args: ['word-break-all--desktop']
|
|
31635
31635
|
}] } });
|
|
31636
31636
|
/**
|
|
31637
|
-
* @description Type-only wrapper for <px-
|
|
31637
|
+
* @description Type-only wrapper for <px-selectable-box>
|
|
31638
31638
|
*/
|
|
31639
|
-
class
|
|
31639
|
+
class PxSelectableBox {
|
|
31640
31640
|
elementRef;
|
|
31641
|
-
set direction(value) {
|
|
31642
|
-
this.elementRef.nativeElement['direction'] = value;
|
|
31643
|
-
}
|
|
31644
|
-
get direction() {
|
|
31645
|
-
return this.elementRef.nativeElement['direction'];
|
|
31646
|
-
}
|
|
31647
|
-
set directionMobile(value) {
|
|
31648
|
-
this.elementRef.nativeElement['directionMobile'] = value;
|
|
31649
|
-
}
|
|
31650
|
-
get directionMobile() {
|
|
31651
|
-
return this.elementRef.nativeElement['directionMobile'];
|
|
31652
|
-
}
|
|
31653
|
-
set directionTablet(value) {
|
|
31654
|
-
this.elementRef.nativeElement['directionTablet'] = value;
|
|
31655
|
-
}
|
|
31656
|
-
get directionTablet() {
|
|
31657
|
-
return this.elementRef.nativeElement['directionTablet'];
|
|
31658
|
-
}
|
|
31659
|
-
set directionLaptop(value) {
|
|
31660
|
-
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
31661
|
-
}
|
|
31662
|
-
get directionLaptop() {
|
|
31663
|
-
return this.elementRef.nativeElement['directionLaptop'];
|
|
31664
|
-
}
|
|
31665
|
-
set directionDesktop(value) {
|
|
31666
|
-
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
31667
|
-
}
|
|
31668
|
-
get directionDesktop() {
|
|
31669
|
-
return this.elementRef.nativeElement['directionDesktop'];
|
|
31670
|
-
}
|
|
31671
|
-
set size(value) {
|
|
31672
|
-
this.elementRef.nativeElement['size'] = value;
|
|
31673
|
-
}
|
|
31674
|
-
get size() {
|
|
31675
|
-
return this.elementRef.nativeElement['size'];
|
|
31676
|
-
}
|
|
31677
|
-
set color(value) {
|
|
31678
|
-
this.elementRef.nativeElement['color'] = value;
|
|
31679
|
-
}
|
|
31680
|
-
get color() {
|
|
31681
|
-
return this.elementRef.nativeElement['color'];
|
|
31682
|
-
}
|
|
31683
31641
|
set inverted(value) {
|
|
31684
31642
|
this.elementRef.nativeElement['inverted'] = value;
|
|
31685
31643
|
}
|
|
31686
31644
|
get inverted() {
|
|
31687
31645
|
return this.elementRef.nativeElement['inverted'];
|
|
31688
31646
|
}
|
|
31647
|
+
set hideFooter(value) {
|
|
31648
|
+
this.elementRef.nativeElement['hideFooter'] = value;
|
|
31649
|
+
}
|
|
31650
|
+
get hideFooter() {
|
|
31651
|
+
return this.elementRef.nativeElement['hideFooter'];
|
|
31652
|
+
}
|
|
31689
31653
|
set grow(value) {
|
|
31690
31654
|
this.elementRef.nativeElement['grow'] = value;
|
|
31691
31655
|
}
|
|
@@ -32001,35 +31965,20 @@ class PxSeparator {
|
|
|
32001
31965
|
constructor(elementRef) {
|
|
32002
31966
|
this.elementRef = elementRef;
|
|
32003
31967
|
}
|
|
32004
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32005
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
31968
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31969
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBox, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
32006
31970
|
}
|
|
32007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
31971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, decorators: [{
|
|
32008
31972
|
type: Directive,
|
|
32009
31973
|
args: [{
|
|
32010
|
-
selector: 'px-
|
|
31974
|
+
selector: 'px-selectable-box',
|
|
32011
31975
|
standalone: true,
|
|
32012
31976
|
}]
|
|
32013
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
31977
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
32014
31978
|
type: Input
|
|
32015
|
-
}],
|
|
32016
|
-
type: Input,
|
|
32017
|
-
args: ['direction--mobile']
|
|
32018
|
-
}], directionTablet: [{
|
|
32019
|
-
type: Input,
|
|
32020
|
-
args: ['direction--tablet']
|
|
32021
|
-
}], directionLaptop: [{
|
|
32022
|
-
type: Input,
|
|
32023
|
-
args: ['direction--laptop']
|
|
32024
|
-
}], directionDesktop: [{
|
|
31979
|
+
}], hideFooter: [{
|
|
32025
31980
|
type: Input,
|
|
32026
|
-
args: ['
|
|
32027
|
-
}], size: [{
|
|
32028
|
-
type: Input
|
|
32029
|
-
}], color: [{
|
|
32030
|
-
type: Input
|
|
32031
|
-
}], inverted: [{
|
|
32032
|
-
type: Input
|
|
31981
|
+
args: ['hide-footer']
|
|
32033
31982
|
}], grow: [{
|
|
32034
31983
|
type: Input
|
|
32035
31984
|
}], growMobile: [{
|
|
@@ -32183,9 +32132,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32183
32132
|
args: ['word-break-all--desktop']
|
|
32184
32133
|
}] } });
|
|
32185
32134
|
/**
|
|
32186
|
-
* @description Type-only wrapper for <px-selectable-box>
|
|
32135
|
+
* @description Type-only wrapper for <px-selectable-box-checkbox>
|
|
32187
32136
|
*/
|
|
32188
|
-
class
|
|
32137
|
+
class PxSelectableBoxCheckbox {
|
|
32189
32138
|
elementRef;
|
|
32190
32139
|
set inverted(value) {
|
|
32191
32140
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -32193,11 +32142,29 @@ class PxSelectableBox {
|
|
|
32193
32142
|
get inverted() {
|
|
32194
32143
|
return this.elementRef.nativeElement['inverted'];
|
|
32195
32144
|
}
|
|
32196
|
-
set
|
|
32197
|
-
this.elementRef.nativeElement['
|
|
32145
|
+
set name(value) {
|
|
32146
|
+
this.elementRef.nativeElement['name'] = value;
|
|
32198
32147
|
}
|
|
32199
|
-
get
|
|
32200
|
-
return this.elementRef.nativeElement['
|
|
32148
|
+
get name() {
|
|
32149
|
+
return this.elementRef.nativeElement['name'];
|
|
32150
|
+
}
|
|
32151
|
+
set value(value) {
|
|
32152
|
+
this.elementRef.nativeElement['value'] = value;
|
|
32153
|
+
}
|
|
32154
|
+
get value() {
|
|
32155
|
+
return this.elementRef.nativeElement['value'];
|
|
32156
|
+
}
|
|
32157
|
+
set checked(value) {
|
|
32158
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
32159
|
+
}
|
|
32160
|
+
get checked() {
|
|
32161
|
+
return this.elementRef.nativeElement['checked'];
|
|
32162
|
+
}
|
|
32163
|
+
set disabled(value) {
|
|
32164
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
32165
|
+
}
|
|
32166
|
+
get disabled() {
|
|
32167
|
+
return this.elementRef.nativeElement['disabled'];
|
|
32201
32168
|
}
|
|
32202
32169
|
set grow(value) {
|
|
32203
32170
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -32511,23 +32478,32 @@ class PxSelectableBox {
|
|
|
32511
32478
|
get wordBreakAllDesktop() {
|
|
32512
32479
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
32513
32480
|
}
|
|
32481
|
+
change = new EventEmitter();
|
|
32514
32482
|
constructor(elementRef) {
|
|
32515
32483
|
this.elementRef = elementRef;
|
|
32484
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
32485
|
+
this.change.emit(e.detail);
|
|
32486
|
+
});
|
|
32516
32487
|
}
|
|
32517
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32518
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
32488
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32489
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxCheckbox, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
32519
32490
|
}
|
|
32520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, decorators: [{
|
|
32521
32492
|
type: Directive,
|
|
32522
32493
|
args: [{
|
|
32523
|
-
selector: 'px-selectable-box',
|
|
32494
|
+
selector: 'px-selectable-box-checkbox',
|
|
32524
32495
|
standalone: true,
|
|
32525
32496
|
}]
|
|
32526
32497
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
32527
32498
|
type: Input
|
|
32528
|
-
}],
|
|
32529
|
-
type: Input
|
|
32530
|
-
|
|
32499
|
+
}], name: [{
|
|
32500
|
+
type: Input
|
|
32501
|
+
}], value: [{
|
|
32502
|
+
type: Input
|
|
32503
|
+
}], checked: [{
|
|
32504
|
+
type: Input
|
|
32505
|
+
}], disabled: [{
|
|
32506
|
+
type: Input
|
|
32531
32507
|
}], grow: [{
|
|
32532
32508
|
type: Input
|
|
32533
32509
|
}], growMobile: [{
|
|
@@ -32679,11 +32655,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32679
32655
|
}], wordBreakAllDesktop: [{
|
|
32680
32656
|
type: Input,
|
|
32681
32657
|
args: ['word-break-all--desktop']
|
|
32658
|
+
}], change: [{
|
|
32659
|
+
type: Output
|
|
32682
32660
|
}] } });
|
|
32683
32661
|
/**
|
|
32684
|
-
* @description Type-only wrapper for <px-selectable-box-
|
|
32662
|
+
* @description Type-only wrapper for <px-selectable-box-radio>
|
|
32685
32663
|
*/
|
|
32686
|
-
class
|
|
32664
|
+
class PxSelectableBoxRadio {
|
|
32687
32665
|
elementRef;
|
|
32688
32666
|
set inverted(value) {
|
|
32689
32667
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -33027,20 +33005,28 @@ class PxSelectableBoxCheckbox {
|
|
|
33027
33005
|
get wordBreakAllDesktop() {
|
|
33028
33006
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33029
33007
|
}
|
|
33008
|
+
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33009
|
+
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33030
33010
|
change = new EventEmitter();
|
|
33031
33011
|
constructor(elementRef) {
|
|
33032
33012
|
this.elementRef = elementRef;
|
|
33013
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_CONNECTED_EVENT', (e) => {
|
|
33014
|
+
this.SELECTABLE_BOX_RADIO_CONNECTED_EVENT.emit(e.detail);
|
|
33015
|
+
});
|
|
33016
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT', (e) => {
|
|
33017
|
+
this.SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT.emit(e.detail);
|
|
33018
|
+
});
|
|
33033
33019
|
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
33034
33020
|
this.change.emit(e.detail);
|
|
33035
33021
|
});
|
|
33036
33022
|
}
|
|
33037
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33038
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
33023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33024
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxRadio, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { SELECTABLE_BOX_RADIO_CONNECTED_EVENT: "SELECTABLE_BOX_RADIO_CONNECTED_EVENT", SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: "SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT", change: "change" }, ngImport: i0 });
|
|
33039
33025
|
}
|
|
33040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, decorators: [{
|
|
33041
33027
|
type: Directive,
|
|
33042
33028
|
args: [{
|
|
33043
|
-
selector: 'px-selectable-box-
|
|
33029
|
+
selector: 'px-selectable-box-radio',
|
|
33044
33030
|
standalone: true,
|
|
33045
33031
|
}]
|
|
33046
33032
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
@@ -33204,43 +33190,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33204
33190
|
}], wordBreakAllDesktop: [{
|
|
33205
33191
|
type: Input,
|
|
33206
33192
|
args: ['word-break-all--desktop']
|
|
33193
|
+
}], SELECTABLE_BOX_RADIO_CONNECTED_EVENT: [{
|
|
33194
|
+
type: Output
|
|
33195
|
+
}], SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: [{
|
|
33196
|
+
type: Output
|
|
33207
33197
|
}], change: [{
|
|
33208
33198
|
type: Output
|
|
33209
33199
|
}] } });
|
|
33210
33200
|
/**
|
|
33211
|
-
* @description Type-only wrapper for <px-
|
|
33201
|
+
* @description Type-only wrapper for <px-separator>
|
|
33212
33202
|
*/
|
|
33213
|
-
class
|
|
33203
|
+
class PxSeparator {
|
|
33214
33204
|
elementRef;
|
|
33215
|
-
set
|
|
33216
|
-
this.elementRef.nativeElement['
|
|
33205
|
+
set direction(value) {
|
|
33206
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
33217
33207
|
}
|
|
33218
|
-
get
|
|
33219
|
-
return this.elementRef.nativeElement['
|
|
33208
|
+
get direction() {
|
|
33209
|
+
return this.elementRef.nativeElement['direction'];
|
|
33220
33210
|
}
|
|
33221
|
-
set
|
|
33222
|
-
this.elementRef.nativeElement['
|
|
33211
|
+
set directionMobile(value) {
|
|
33212
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
33223
33213
|
}
|
|
33224
|
-
get
|
|
33225
|
-
return this.elementRef.nativeElement['
|
|
33214
|
+
get directionMobile() {
|
|
33215
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
33226
33216
|
}
|
|
33227
|
-
set
|
|
33228
|
-
this.elementRef.nativeElement['
|
|
33217
|
+
set directionTablet(value) {
|
|
33218
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
33229
33219
|
}
|
|
33230
|
-
get
|
|
33231
|
-
return this.elementRef.nativeElement['
|
|
33220
|
+
get directionTablet() {
|
|
33221
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
33232
33222
|
}
|
|
33233
|
-
set
|
|
33234
|
-
this.elementRef.nativeElement['
|
|
33223
|
+
set directionLaptop(value) {
|
|
33224
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
33235
33225
|
}
|
|
33236
|
-
get
|
|
33237
|
-
return this.elementRef.nativeElement['
|
|
33226
|
+
get directionLaptop() {
|
|
33227
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
33238
33228
|
}
|
|
33239
|
-
set
|
|
33240
|
-
this.elementRef.nativeElement['
|
|
33229
|
+
set directionDesktop(value) {
|
|
33230
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
33241
33231
|
}
|
|
33242
|
-
get
|
|
33243
|
-
return this.elementRef.nativeElement['
|
|
33232
|
+
get directionDesktop() {
|
|
33233
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
33234
|
+
}
|
|
33235
|
+
set size(value) {
|
|
33236
|
+
this.elementRef.nativeElement['size'] = value;
|
|
33237
|
+
}
|
|
33238
|
+
get size() {
|
|
33239
|
+
return this.elementRef.nativeElement['size'];
|
|
33240
|
+
}
|
|
33241
|
+
set color(value) {
|
|
33242
|
+
this.elementRef.nativeElement['color'] = value;
|
|
33243
|
+
}
|
|
33244
|
+
get color() {
|
|
33245
|
+
return this.elementRef.nativeElement['color'];
|
|
33246
|
+
}
|
|
33247
|
+
set inverted(value) {
|
|
33248
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
33249
|
+
}
|
|
33250
|
+
get inverted() {
|
|
33251
|
+
return this.elementRef.nativeElement['inverted'];
|
|
33244
33252
|
}
|
|
33245
33253
|
set grow(value) {
|
|
33246
33254
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -33554,39 +33562,37 @@ class PxSelectableBoxRadio {
|
|
|
33554
33562
|
get wordBreakAllDesktop() {
|
|
33555
33563
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33556
33564
|
}
|
|
33557
|
-
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33558
|
-
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33559
|
-
change = new EventEmitter();
|
|
33560
33565
|
constructor(elementRef) {
|
|
33561
33566
|
this.elementRef = elementRef;
|
|
33562
|
-
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_CONNECTED_EVENT', (e) => {
|
|
33563
|
-
this.SELECTABLE_BOX_RADIO_CONNECTED_EVENT.emit(e.detail);
|
|
33564
|
-
});
|
|
33565
|
-
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT', (e) => {
|
|
33566
|
-
this.SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT.emit(e.detail);
|
|
33567
|
-
});
|
|
33568
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
33569
|
-
this.change.emit(e.detail);
|
|
33570
|
-
});
|
|
33571
33567
|
}
|
|
33572
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33573
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
33568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33569
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSeparator, isStandalone: true, 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"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
33574
33570
|
}
|
|
33575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, decorators: [{
|
|
33576
33572
|
type: Directive,
|
|
33577
33573
|
args: [{
|
|
33578
|
-
selector: 'px-
|
|
33574
|
+
selector: 'px-separator',
|
|
33579
33575
|
standalone: true,
|
|
33580
33576
|
}]
|
|
33581
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
33582
|
-
type: Input
|
|
33583
|
-
}], name: [{
|
|
33577
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
33584
33578
|
type: Input
|
|
33585
|
-
}],
|
|
33579
|
+
}], directionMobile: [{
|
|
33580
|
+
type: Input,
|
|
33581
|
+
args: ['direction--mobile']
|
|
33582
|
+
}], directionTablet: [{
|
|
33583
|
+
type: Input,
|
|
33584
|
+
args: ['direction--tablet']
|
|
33585
|
+
}], directionLaptop: [{
|
|
33586
|
+
type: Input,
|
|
33587
|
+
args: ['direction--laptop']
|
|
33588
|
+
}], directionDesktop: [{
|
|
33589
|
+
type: Input,
|
|
33590
|
+
args: ['direction--desktop']
|
|
33591
|
+
}], size: [{
|
|
33586
33592
|
type: Input
|
|
33587
|
-
}],
|
|
33593
|
+
}], color: [{
|
|
33588
33594
|
type: Input
|
|
33589
|
-
}],
|
|
33595
|
+
}], inverted: [{
|
|
33590
33596
|
type: Input
|
|
33591
33597
|
}], grow: [{
|
|
33592
33598
|
type: Input
|
|
@@ -33739,12 +33745,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33739
33745
|
}], wordBreakAllDesktop: [{
|
|
33740
33746
|
type: Input,
|
|
33741
33747
|
args: ['word-break-all--desktop']
|
|
33742
|
-
}], SELECTABLE_BOX_RADIO_CONNECTED_EVENT: [{
|
|
33743
|
-
type: Output
|
|
33744
|
-
}], SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: [{
|
|
33745
|
-
type: Output
|
|
33746
|
-
}], change: [{
|
|
33747
|
-
type: Output
|
|
33748
33748
|
}] } });
|
|
33749
33749
|
/**
|
|
33750
33750
|
* @description Type-only wrapper for <px-skeleton>
|
|
@@ -41302,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41302
41302
|
}] } });
|
|
41303
41303
|
class Lavender {
|
|
41304
41304
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41305
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, 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,
|
|
41305
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, 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] });
|
|
41306
41306
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41307
41307
|
}
|
|
41308
41308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41358,9 +41358,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41358
41358
|
PxHstack,
|
|
41359
41359
|
PxA,
|
|
41360
41360
|
PxAWrapper,
|
|
41361
|
-
PxModal,
|
|
41362
41361
|
PxList,
|
|
41363
41362
|
PxListItem,
|
|
41363
|
+
PxModal,
|
|
41364
41364
|
PxP,
|
|
41365
41365
|
PxPillar,
|
|
41366
41366
|
PxCardActions,
|
|
@@ -41372,10 +41372,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41372
41372
|
PxRadioGroup,
|
|
41373
41373
|
PxRibbon,
|
|
41374
41374
|
PxSection,
|
|
41375
|
-
PxSeparator,
|
|
41376
41375
|
PxSelectableBox,
|
|
41377
41376
|
PxSelectableBoxCheckbox,
|
|
41378
41377
|
PxSelectableBoxRadio,
|
|
41378
|
+
PxSeparator,
|
|
41379
41379
|
PxSkeleton,
|
|
41380
41380
|
PxSpan,
|
|
41381
41381
|
PxSpinner,
|
|
@@ -41460,9 +41460,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41460
41460
|
PxHstack,
|
|
41461
41461
|
PxA,
|
|
41462
41462
|
PxAWrapper,
|
|
41463
|
-
PxModal,
|
|
41464
41463
|
PxList,
|
|
41465
41464
|
PxListItem,
|
|
41465
|
+
PxModal,
|
|
41466
41466
|
PxP,
|
|
41467
41467
|
PxPillar,
|
|
41468
41468
|
PxCardActions,
|
|
@@ -41474,10 +41474,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41474
41474
|
PxRadioGroup,
|
|
41475
41475
|
PxRibbon,
|
|
41476
41476
|
PxSection,
|
|
41477
|
-
PxSeparator,
|
|
41478
41477
|
PxSelectableBox,
|
|
41479
41478
|
PxSelectableBoxCheckbox,
|
|
41480
41479
|
PxSelectableBoxRadio,
|
|
41480
|
+
PxSeparator,
|
|
41481
41481
|
PxSkeleton,
|
|
41482
41482
|
PxSpan,
|
|
41483
41483
|
PxSpinner,
|