@proximus/lavender-angular 2.0.0-alpha.175 → 2.0.0-alpha.177
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,28 @@ 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
|
+
}
|
|
31653
|
+
set footerPosition(value) {
|
|
31654
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
31655
|
+
}
|
|
31656
|
+
get footerPosition() {
|
|
31657
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
31658
|
+
}
|
|
31689
31659
|
set grow(value) {
|
|
31690
31660
|
this.elementRef.nativeElement['grow'] = value;
|
|
31691
31661
|
}
|
|
@@ -32001,35 +31971,23 @@ class PxSeparator {
|
|
|
32001
31971
|
constructor(elementRef) {
|
|
32002
31972
|
this.elementRef = elementRef;
|
|
32003
31973
|
}
|
|
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:
|
|
31974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31975
|
+
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"], footerPosition: ["footer-position", "footerPosition"], 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
31976
|
}
|
|
32007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
31977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, decorators: [{
|
|
32008
31978
|
type: Directive,
|
|
32009
31979
|
args: [{
|
|
32010
|
-
selector: 'px-
|
|
31980
|
+
selector: 'px-selectable-box',
|
|
32011
31981
|
standalone: true,
|
|
32012
31982
|
}]
|
|
32013
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
31983
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
32014
31984
|
type: Input
|
|
32015
|
-
}],
|
|
32016
|
-
type: Input,
|
|
32017
|
-
args: ['direction--mobile']
|
|
32018
|
-
}], directionTablet: [{
|
|
32019
|
-
type: Input,
|
|
32020
|
-
args: ['direction--tablet']
|
|
32021
|
-
}], directionLaptop: [{
|
|
31985
|
+
}], hideFooter: [{
|
|
32022
31986
|
type: Input,
|
|
32023
|
-
args: ['
|
|
32024
|
-
}],
|
|
31987
|
+
args: ['hide-footer']
|
|
31988
|
+
}], footerPosition: [{
|
|
32025
31989
|
type: Input,
|
|
32026
|
-
args: ['
|
|
32027
|
-
}], size: [{
|
|
32028
|
-
type: Input
|
|
32029
|
-
}], color: [{
|
|
32030
|
-
type: Input
|
|
32031
|
-
}], inverted: [{
|
|
32032
|
-
type: Input
|
|
31990
|
+
args: ['footer-position']
|
|
32033
31991
|
}], grow: [{
|
|
32034
31992
|
type: Input
|
|
32035
31993
|
}], growMobile: [{
|
|
@@ -32183,9 +32141,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32183
32141
|
args: ['word-break-all--desktop']
|
|
32184
32142
|
}] } });
|
|
32185
32143
|
/**
|
|
32186
|
-
* @description Type-only wrapper for <px-selectable-box>
|
|
32144
|
+
* @description Type-only wrapper for <px-selectable-box-checkbox>
|
|
32187
32145
|
*/
|
|
32188
|
-
class
|
|
32146
|
+
class PxSelectableBoxCheckbox {
|
|
32189
32147
|
elementRef;
|
|
32190
32148
|
set inverted(value) {
|
|
32191
32149
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -32193,11 +32151,35 @@ class PxSelectableBox {
|
|
|
32193
32151
|
get inverted() {
|
|
32194
32152
|
return this.elementRef.nativeElement['inverted'];
|
|
32195
32153
|
}
|
|
32196
|
-
set
|
|
32197
|
-
this.elementRef.nativeElement['
|
|
32154
|
+
set name(value) {
|
|
32155
|
+
this.elementRef.nativeElement['name'] = value;
|
|
32198
32156
|
}
|
|
32199
|
-
get
|
|
32200
|
-
return this.elementRef.nativeElement['
|
|
32157
|
+
get name() {
|
|
32158
|
+
return this.elementRef.nativeElement['name'];
|
|
32159
|
+
}
|
|
32160
|
+
set value(value) {
|
|
32161
|
+
this.elementRef.nativeElement['value'] = value;
|
|
32162
|
+
}
|
|
32163
|
+
get value() {
|
|
32164
|
+
return this.elementRef.nativeElement['value'];
|
|
32165
|
+
}
|
|
32166
|
+
set checked(value) {
|
|
32167
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
32168
|
+
}
|
|
32169
|
+
get checked() {
|
|
32170
|
+
return this.elementRef.nativeElement['checked'];
|
|
32171
|
+
}
|
|
32172
|
+
set disabled(value) {
|
|
32173
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
32174
|
+
}
|
|
32175
|
+
get disabled() {
|
|
32176
|
+
return this.elementRef.nativeElement['disabled'];
|
|
32177
|
+
}
|
|
32178
|
+
set footerPosition(value) {
|
|
32179
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
32180
|
+
}
|
|
32181
|
+
get footerPosition() {
|
|
32182
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
32201
32183
|
}
|
|
32202
32184
|
set grow(value) {
|
|
32203
32185
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -32511,23 +32493,35 @@ class PxSelectableBox {
|
|
|
32511
32493
|
get wordBreakAllDesktop() {
|
|
32512
32494
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
32513
32495
|
}
|
|
32496
|
+
change = new EventEmitter();
|
|
32514
32497
|
constructor(elementRef) {
|
|
32515
32498
|
this.elementRef = elementRef;
|
|
32499
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
32500
|
+
this.change.emit(e.detail);
|
|
32501
|
+
});
|
|
32516
32502
|
}
|
|
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:
|
|
32503
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32504
|
+
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", footerPosition: ["footer-position", "footerPosition"], 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
32505
|
}
|
|
32520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
32506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, decorators: [{
|
|
32521
32507
|
type: Directive,
|
|
32522
32508
|
args: [{
|
|
32523
|
-
selector: 'px-selectable-box',
|
|
32509
|
+
selector: 'px-selectable-box-checkbox',
|
|
32524
32510
|
standalone: true,
|
|
32525
32511
|
}]
|
|
32526
32512
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
32527
32513
|
type: Input
|
|
32528
|
-
}],
|
|
32514
|
+
}], name: [{
|
|
32515
|
+
type: Input
|
|
32516
|
+
}], value: [{
|
|
32517
|
+
type: Input
|
|
32518
|
+
}], checked: [{
|
|
32519
|
+
type: Input
|
|
32520
|
+
}], disabled: [{
|
|
32521
|
+
type: Input
|
|
32522
|
+
}], footerPosition: [{
|
|
32529
32523
|
type: Input,
|
|
32530
|
-
args: ['
|
|
32524
|
+
args: ['footer-position']
|
|
32531
32525
|
}], grow: [{
|
|
32532
32526
|
type: Input
|
|
32533
32527
|
}], growMobile: [{
|
|
@@ -32679,11 +32673,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32679
32673
|
}], wordBreakAllDesktop: [{
|
|
32680
32674
|
type: Input,
|
|
32681
32675
|
args: ['word-break-all--desktop']
|
|
32676
|
+
}], change: [{
|
|
32677
|
+
type: Output
|
|
32682
32678
|
}] } });
|
|
32683
32679
|
/**
|
|
32684
|
-
* @description Type-only wrapper for <px-selectable-box-
|
|
32680
|
+
* @description Type-only wrapper for <px-selectable-box-radio>
|
|
32685
32681
|
*/
|
|
32686
|
-
class
|
|
32682
|
+
class PxSelectableBoxRadio {
|
|
32687
32683
|
elementRef;
|
|
32688
32684
|
set inverted(value) {
|
|
32689
32685
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -32715,6 +32711,12 @@ class PxSelectableBoxCheckbox {
|
|
|
32715
32711
|
get disabled() {
|
|
32716
32712
|
return this.elementRef.nativeElement['disabled'];
|
|
32717
32713
|
}
|
|
32714
|
+
set footerPosition(value) {
|
|
32715
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
32716
|
+
}
|
|
32717
|
+
get footerPosition() {
|
|
32718
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
32719
|
+
}
|
|
32718
32720
|
set grow(value) {
|
|
32719
32721
|
this.elementRef.nativeElement['grow'] = value;
|
|
32720
32722
|
}
|
|
@@ -33027,20 +33029,28 @@ class PxSelectableBoxCheckbox {
|
|
|
33027
33029
|
get wordBreakAllDesktop() {
|
|
33028
33030
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33029
33031
|
}
|
|
33032
|
+
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33033
|
+
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33030
33034
|
change = new EventEmitter();
|
|
33031
33035
|
constructor(elementRef) {
|
|
33032
33036
|
this.elementRef = elementRef;
|
|
33037
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_CONNECTED_EVENT', (e) => {
|
|
33038
|
+
this.SELECTABLE_BOX_RADIO_CONNECTED_EVENT.emit(e.detail);
|
|
33039
|
+
});
|
|
33040
|
+
this.elementRef.nativeElement.addEventListener('SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT', (e) => {
|
|
33041
|
+
this.SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT.emit(e.detail);
|
|
33042
|
+
});
|
|
33033
33043
|
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
33034
33044
|
this.change.emit(e.detail);
|
|
33035
33045
|
});
|
|
33036
33046
|
}
|
|
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:
|
|
33047
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33048
|
+
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", footerPosition: ["footer-position", "footerPosition"], 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
33049
|
}
|
|
33040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, decorators: [{
|
|
33041
33051
|
type: Directive,
|
|
33042
33052
|
args: [{
|
|
33043
|
-
selector: 'px-selectable-box-
|
|
33053
|
+
selector: 'px-selectable-box-radio',
|
|
33044
33054
|
standalone: true,
|
|
33045
33055
|
}]
|
|
33046
33056
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
@@ -33053,6 +33063,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33053
33063
|
type: Input
|
|
33054
33064
|
}], disabled: [{
|
|
33055
33065
|
type: Input
|
|
33066
|
+
}], footerPosition: [{
|
|
33067
|
+
type: Input,
|
|
33068
|
+
args: ['footer-position']
|
|
33056
33069
|
}], grow: [{
|
|
33057
33070
|
type: Input
|
|
33058
33071
|
}], growMobile: [{
|
|
@@ -33204,43 +33217,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33204
33217
|
}], wordBreakAllDesktop: [{
|
|
33205
33218
|
type: Input,
|
|
33206
33219
|
args: ['word-break-all--desktop']
|
|
33220
|
+
}], SELECTABLE_BOX_RADIO_CONNECTED_EVENT: [{
|
|
33221
|
+
type: Output
|
|
33222
|
+
}], SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: [{
|
|
33223
|
+
type: Output
|
|
33207
33224
|
}], change: [{
|
|
33208
33225
|
type: Output
|
|
33209
33226
|
}] } });
|
|
33210
33227
|
/**
|
|
33211
|
-
* @description Type-only wrapper for <px-
|
|
33228
|
+
* @description Type-only wrapper for <px-separator>
|
|
33212
33229
|
*/
|
|
33213
|
-
class
|
|
33230
|
+
class PxSeparator {
|
|
33214
33231
|
elementRef;
|
|
33215
|
-
set
|
|
33216
|
-
this.elementRef.nativeElement['
|
|
33232
|
+
set direction(value) {
|
|
33233
|
+
this.elementRef.nativeElement['direction'] = value;
|
|
33217
33234
|
}
|
|
33218
|
-
get
|
|
33219
|
-
return this.elementRef.nativeElement['
|
|
33235
|
+
get direction() {
|
|
33236
|
+
return this.elementRef.nativeElement['direction'];
|
|
33220
33237
|
}
|
|
33221
|
-
set
|
|
33222
|
-
this.elementRef.nativeElement['
|
|
33238
|
+
set directionMobile(value) {
|
|
33239
|
+
this.elementRef.nativeElement['directionMobile'] = value;
|
|
33223
33240
|
}
|
|
33224
|
-
get
|
|
33225
|
-
return this.elementRef.nativeElement['
|
|
33241
|
+
get directionMobile() {
|
|
33242
|
+
return this.elementRef.nativeElement['directionMobile'];
|
|
33226
33243
|
}
|
|
33227
|
-
set
|
|
33228
|
-
this.elementRef.nativeElement['
|
|
33244
|
+
set directionTablet(value) {
|
|
33245
|
+
this.elementRef.nativeElement['directionTablet'] = value;
|
|
33229
33246
|
}
|
|
33230
|
-
get
|
|
33231
|
-
return this.elementRef.nativeElement['
|
|
33247
|
+
get directionTablet() {
|
|
33248
|
+
return this.elementRef.nativeElement['directionTablet'];
|
|
33232
33249
|
}
|
|
33233
|
-
set
|
|
33234
|
-
this.elementRef.nativeElement['
|
|
33250
|
+
set directionLaptop(value) {
|
|
33251
|
+
this.elementRef.nativeElement['directionLaptop'] = value;
|
|
33235
33252
|
}
|
|
33236
|
-
get
|
|
33237
|
-
return this.elementRef.nativeElement['
|
|
33253
|
+
get directionLaptop() {
|
|
33254
|
+
return this.elementRef.nativeElement['directionLaptop'];
|
|
33238
33255
|
}
|
|
33239
|
-
set
|
|
33240
|
-
this.elementRef.nativeElement['
|
|
33256
|
+
set directionDesktop(value) {
|
|
33257
|
+
this.elementRef.nativeElement['directionDesktop'] = value;
|
|
33241
33258
|
}
|
|
33242
|
-
get
|
|
33243
|
-
return this.elementRef.nativeElement['
|
|
33259
|
+
get directionDesktop() {
|
|
33260
|
+
return this.elementRef.nativeElement['directionDesktop'];
|
|
33261
|
+
}
|
|
33262
|
+
set size(value) {
|
|
33263
|
+
this.elementRef.nativeElement['size'] = value;
|
|
33264
|
+
}
|
|
33265
|
+
get size() {
|
|
33266
|
+
return this.elementRef.nativeElement['size'];
|
|
33267
|
+
}
|
|
33268
|
+
set color(value) {
|
|
33269
|
+
this.elementRef.nativeElement['color'] = value;
|
|
33270
|
+
}
|
|
33271
|
+
get color() {
|
|
33272
|
+
return this.elementRef.nativeElement['color'];
|
|
33273
|
+
}
|
|
33274
|
+
set inverted(value) {
|
|
33275
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
33276
|
+
}
|
|
33277
|
+
get inverted() {
|
|
33278
|
+
return this.elementRef.nativeElement['inverted'];
|
|
33244
33279
|
}
|
|
33245
33280
|
set grow(value) {
|
|
33246
33281
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -33554,39 +33589,37 @@ class PxSelectableBoxRadio {
|
|
|
33554
33589
|
get wordBreakAllDesktop() {
|
|
33555
33590
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
33556
33591
|
}
|
|
33557
|
-
SELECTABLE_BOX_RADIO_CONNECTED_EVENT = new EventEmitter();
|
|
33558
|
-
SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT = new EventEmitter();
|
|
33559
|
-
change = new EventEmitter();
|
|
33560
33592
|
constructor(elementRef) {
|
|
33561
33593
|
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
33594
|
}
|
|
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:
|
|
33595
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33596
|
+
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
33597
|
}
|
|
33575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
33598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSeparator, decorators: [{
|
|
33576
33599
|
type: Directive,
|
|
33577
33600
|
args: [{
|
|
33578
|
-
selector: 'px-
|
|
33601
|
+
selector: 'px-separator',
|
|
33579
33602
|
standalone: true,
|
|
33580
33603
|
}]
|
|
33581
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
33582
|
-
type: Input
|
|
33583
|
-
}], name: [{
|
|
33604
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
33584
33605
|
type: Input
|
|
33585
|
-
}],
|
|
33606
|
+
}], directionMobile: [{
|
|
33607
|
+
type: Input,
|
|
33608
|
+
args: ['direction--mobile']
|
|
33609
|
+
}], directionTablet: [{
|
|
33610
|
+
type: Input,
|
|
33611
|
+
args: ['direction--tablet']
|
|
33612
|
+
}], directionLaptop: [{
|
|
33613
|
+
type: Input,
|
|
33614
|
+
args: ['direction--laptop']
|
|
33615
|
+
}], directionDesktop: [{
|
|
33616
|
+
type: Input,
|
|
33617
|
+
args: ['direction--desktop']
|
|
33618
|
+
}], size: [{
|
|
33586
33619
|
type: Input
|
|
33587
|
-
}],
|
|
33620
|
+
}], color: [{
|
|
33588
33621
|
type: Input
|
|
33589
|
-
}],
|
|
33622
|
+
}], inverted: [{
|
|
33590
33623
|
type: Input
|
|
33591
33624
|
}], grow: [{
|
|
33592
33625
|
type: Input
|
|
@@ -33739,12 +33772,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33739
33772
|
}], wordBreakAllDesktop: [{
|
|
33740
33773
|
type: Input,
|
|
33741
33774
|
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
33775
|
}] } });
|
|
33749
33776
|
/**
|
|
33750
33777
|
* @description Type-only wrapper for <px-skeleton>
|
|
@@ -41302,7 +41329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41302
41329
|
}] } });
|
|
41303
41330
|
class Lavender {
|
|
41304
41331
|
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,
|
|
41332
|
+
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
41333
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41307
41334
|
}
|
|
41308
41335
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41358,9 +41385,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41358
41385
|
PxHstack,
|
|
41359
41386
|
PxA,
|
|
41360
41387
|
PxAWrapper,
|
|
41361
|
-
PxModal,
|
|
41362
41388
|
PxList,
|
|
41363
41389
|
PxListItem,
|
|
41390
|
+
PxModal,
|
|
41364
41391
|
PxP,
|
|
41365
41392
|
PxPillar,
|
|
41366
41393
|
PxCardActions,
|
|
@@ -41372,10 +41399,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41372
41399
|
PxRadioGroup,
|
|
41373
41400
|
PxRibbon,
|
|
41374
41401
|
PxSection,
|
|
41375
|
-
PxSeparator,
|
|
41376
41402
|
PxSelectableBox,
|
|
41377
41403
|
PxSelectableBoxCheckbox,
|
|
41378
41404
|
PxSelectableBoxRadio,
|
|
41405
|
+
PxSeparator,
|
|
41379
41406
|
PxSkeleton,
|
|
41380
41407
|
PxSpan,
|
|
41381
41408
|
PxSpinner,
|
|
@@ -41460,9 +41487,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41460
41487
|
PxHstack,
|
|
41461
41488
|
PxA,
|
|
41462
41489
|
PxAWrapper,
|
|
41463
|
-
PxModal,
|
|
41464
41490
|
PxList,
|
|
41465
41491
|
PxListItem,
|
|
41492
|
+
PxModal,
|
|
41466
41493
|
PxP,
|
|
41467
41494
|
PxPillar,
|
|
41468
41495
|
PxCardActions,
|
|
@@ -41474,10 +41501,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41474
41501
|
PxRadioGroup,
|
|
41475
41502
|
PxRibbon,
|
|
41476
41503
|
PxSection,
|
|
41477
|
-
PxSeparator,
|
|
41478
41504
|
PxSelectableBox,
|
|
41479
41505
|
PxSelectableBoxCheckbox,
|
|
41480
41506
|
PxSelectableBoxRadio,
|
|
41507
|
+
PxSeparator,
|
|
41481
41508
|
PxSkeleton,
|
|
41482
41509
|
PxSpan,
|
|
41483
41510
|
PxSpinner,
|