@proximus/lavender-angular 1.4.5-alpha.9 → 1.4.5
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.
|
@@ -22572,6 +22572,18 @@ class PxModal {
|
|
|
22572
22572
|
get openedby() {
|
|
22573
22573
|
return this.elementRef.nativeElement['openedby'];
|
|
22574
22574
|
}
|
|
22575
|
+
set closedby(value) {
|
|
22576
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
22577
|
+
}
|
|
22578
|
+
get closedby() {
|
|
22579
|
+
return this.elementRef.nativeElement['closedby'];
|
|
22580
|
+
}
|
|
22581
|
+
set id(value) {
|
|
22582
|
+
this.elementRef.nativeElement['id'] = value;
|
|
22583
|
+
}
|
|
22584
|
+
get id() {
|
|
22585
|
+
return this.elementRef.nativeElement['id'];
|
|
22586
|
+
}
|
|
22575
22587
|
CLOSE_EVENT = new EventEmitter();
|
|
22576
22588
|
constructor(elementRef) {
|
|
22577
22589
|
this.elementRef = elementRef;
|
|
@@ -22580,7 +22592,7 @@ class PxModal {
|
|
|
22580
22592
|
});
|
|
22581
22593
|
}
|
|
22582
22594
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22583
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
22595
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, 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 });
|
|
22584
22596
|
}
|
|
22585
22597
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, decorators: [{
|
|
22586
22598
|
type: Directive,
|
|
@@ -22596,6 +22608,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
22596
22608
|
args: ['media-src']
|
|
22597
22609
|
}], openedby: [{
|
|
22598
22610
|
type: Input
|
|
22611
|
+
}], closedby: [{
|
|
22612
|
+
type: Input
|
|
22613
|
+
}], id: [{
|
|
22614
|
+
type: Input
|
|
22599
22615
|
}], CLOSE_EVENT: [{
|
|
22600
22616
|
type: Output
|
|
22601
22617
|
}] } });
|
|
@@ -28815,56 +28831,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28815
28831
|
type: Input,
|
|
28816
28832
|
args: ['order--desktop']
|
|
28817
28833
|
}] } });
|
|
28818
|
-
/**
|
|
28819
|
-
* @description Type-only wrapper for <px-spinner>
|
|
28820
|
-
*/
|
|
28821
|
-
class PxSpinner {
|
|
28822
|
-
elementRef;
|
|
28823
|
-
set size(value) {
|
|
28824
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28825
|
-
}
|
|
28826
|
-
get size() {
|
|
28827
|
-
return this.elementRef.nativeElement['size'];
|
|
28828
|
-
}
|
|
28829
|
-
set inverted(value) {
|
|
28830
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28831
|
-
}
|
|
28832
|
-
get inverted() {
|
|
28833
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28834
|
-
}
|
|
28835
|
-
set timeout(value) {
|
|
28836
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
28837
|
-
}
|
|
28838
|
-
get timeout() {
|
|
28839
|
-
return this.elementRef.nativeElement['timeout'];
|
|
28840
|
-
}
|
|
28841
|
-
set ariaLabel(value) {
|
|
28842
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28843
|
-
}
|
|
28844
|
-
get ariaLabel() {
|
|
28845
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
28846
|
-
}
|
|
28847
|
-
constructor(elementRef) {
|
|
28848
|
-
this.elementRef = elementRef;
|
|
28849
|
-
}
|
|
28850
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28851
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
28852
|
-
}
|
|
28853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28854
|
-
type: Directive,
|
|
28855
|
-
args: [{
|
|
28856
|
-
selector: 'px-spinner',
|
|
28857
|
-
}]
|
|
28858
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28859
|
-
type: Input
|
|
28860
|
-
}], inverted: [{
|
|
28861
|
-
type: Input
|
|
28862
|
-
}], timeout: [{
|
|
28863
|
-
type: Input
|
|
28864
|
-
}], ariaLabel: [{
|
|
28865
|
-
type: Input,
|
|
28866
|
-
args: ['aria-label']
|
|
28867
|
-
}] } });
|
|
28868
28834
|
/**
|
|
28869
28835
|
* @description Type-only wrapper for <px-status>
|
|
28870
28836
|
*/
|
|
@@ -29351,6 +29317,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29351
29317
|
type: Input,
|
|
29352
29318
|
args: ['order--desktop']
|
|
29353
29319
|
}] } });
|
|
29320
|
+
/**
|
|
29321
|
+
* @description Type-only wrapper for <px-spinner>
|
|
29322
|
+
*/
|
|
29323
|
+
class PxSpinner {
|
|
29324
|
+
elementRef;
|
|
29325
|
+
set size(value) {
|
|
29326
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29327
|
+
}
|
|
29328
|
+
get size() {
|
|
29329
|
+
return this.elementRef.nativeElement['size'];
|
|
29330
|
+
}
|
|
29331
|
+
set inverted(value) {
|
|
29332
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
29333
|
+
}
|
|
29334
|
+
get inverted() {
|
|
29335
|
+
return this.elementRef.nativeElement['inverted'];
|
|
29336
|
+
}
|
|
29337
|
+
set timeout(value) {
|
|
29338
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
29339
|
+
}
|
|
29340
|
+
get timeout() {
|
|
29341
|
+
return this.elementRef.nativeElement['timeout'];
|
|
29342
|
+
}
|
|
29343
|
+
set ariaLabel(value) {
|
|
29344
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
29345
|
+
}
|
|
29346
|
+
get ariaLabel() {
|
|
29347
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
29348
|
+
}
|
|
29349
|
+
constructor(elementRef) {
|
|
29350
|
+
this.elementRef = elementRef;
|
|
29351
|
+
}
|
|
29352
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29353
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpinner, selector: "px-spinner", inputs: { size: "size", inverted: "inverted", timeout: "timeout", ariaLabel: ["aria-label", "ariaLabel"] }, ngImport: i0 });
|
|
29354
|
+
}
|
|
29355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
29356
|
+
type: Directive,
|
|
29357
|
+
args: [{
|
|
29358
|
+
selector: 'px-spinner',
|
|
29359
|
+
}]
|
|
29360
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
29361
|
+
type: Input
|
|
29362
|
+
}], inverted: [{
|
|
29363
|
+
type: Input
|
|
29364
|
+
}], timeout: [{
|
|
29365
|
+
type: Input
|
|
29366
|
+
}], ariaLabel: [{
|
|
29367
|
+
type: Input,
|
|
29368
|
+
args: ['aria-label']
|
|
29369
|
+
}] } });
|
|
29354
29370
|
/**
|
|
29355
29371
|
* @description Type-only wrapper for <px-status-card>
|
|
29356
29372
|
*/
|
|
@@ -34449,7 +34465,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34449
34465
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34450
34466
|
class Lavender {
|
|
34451
34467
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34452
|
-
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, 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, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan,
|
|
34468
|
+
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, 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, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxStatus, PxSpinner, 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, 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, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxStatus, PxSpinner, 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] });
|
|
34453
34469
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34454
34470
|
}
|
|
34455
34471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34520,8 +34536,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34520
34536
|
PxSeparator,
|
|
34521
34537
|
PxSkeleton,
|
|
34522
34538
|
PxSpan,
|
|
34523
|
-
PxSpinner,
|
|
34524
34539
|
PxStatus,
|
|
34540
|
+
PxSpinner,
|
|
34525
34541
|
PxStatusCard,
|
|
34526
34542
|
PxStickyContainer,
|
|
34527
34543
|
PxThemeSwitcher,
|
|
@@ -34617,8 +34633,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34617
34633
|
PxSeparator,
|
|
34618
34634
|
PxSkeleton,
|
|
34619
34635
|
PxSpan,
|
|
34620
|
-
PxSpinner,
|
|
34621
34636
|
PxStatus,
|
|
34637
|
+
PxSpinner,
|
|
34622
34638
|
PxStatusCard,
|
|
34623
34639
|
PxStickyContainer,
|
|
34624
34640
|
PxThemeSwitcher,
|