@proximus/lavender-angular 2.0.0-alpha.81 → 2.0.0-alpha.82
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.
|
@@ -5868,27 +5868,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5868
5868
|
*/
|
|
5869
5869
|
class PxCarousel {
|
|
5870
5870
|
elementRef;
|
|
5871
|
-
set visibleItems(value) {
|
|
5872
|
-
this.elementRef.nativeElement['visibleItems'] = value;
|
|
5873
|
-
}
|
|
5874
|
-
get visibleItems() {
|
|
5875
|
-
return this.elementRef.nativeElement['visibleItems'];
|
|
5876
|
-
}
|
|
5877
5871
|
constructor(elementRef) {
|
|
5878
5872
|
this.elementRef = elementRef;
|
|
5879
5873
|
}
|
|
5880
5874
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5881
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel",
|
|
5875
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
|
|
5882
5876
|
}
|
|
5883
5877
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
|
|
5884
5878
|
type: Directive,
|
|
5885
5879
|
args: [{
|
|
5886
5880
|
selector: 'px-carousel',
|
|
5887
5881
|
}]
|
|
5888
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }]
|
|
5889
|
-
type: Input,
|
|
5890
|
-
args: ['visible-items']
|
|
5891
|
-
}] } });
|
|
5882
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
5892
5883
|
/**
|
|
5893
5884
|
* @description Type-only wrapper for <px-carousel-item>
|
|
5894
5885
|
*/
|
|
@@ -16914,23 +16905,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16914
16905
|
type: Input,
|
|
16915
16906
|
args: ['sticky-bottom']
|
|
16916
16907
|
}] } });
|
|
16917
|
-
/**
|
|
16918
|
-
* @description Type-only wrapper for <px-heading-group>
|
|
16919
|
-
*/
|
|
16920
|
-
class PxHeadingGroup {
|
|
16921
|
-
elementRef;
|
|
16922
|
-
constructor(elementRef) {
|
|
16923
|
-
this.elementRef = elementRef;
|
|
16924
|
-
}
|
|
16925
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16926
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
16927
|
-
}
|
|
16928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
16929
|
-
type: Directive,
|
|
16930
|
-
args: [{
|
|
16931
|
-
selector: 'px-heading-group',
|
|
16932
|
-
}]
|
|
16933
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
16934
16908
|
/**
|
|
16935
16909
|
* @description Type-only wrapper for <px-img>
|
|
16936
16910
|
*/
|
|
@@ -20042,6 +20016,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20042
20016
|
}], event: [{
|
|
20043
20017
|
type: Output
|
|
20044
20018
|
}] } });
|
|
20019
|
+
/**
|
|
20020
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
20021
|
+
*/
|
|
20022
|
+
class PxHeadingGroup {
|
|
20023
|
+
elementRef;
|
|
20024
|
+
constructor(elementRef) {
|
|
20025
|
+
this.elementRef = elementRef;
|
|
20026
|
+
}
|
|
20027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20028
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
20029
|
+
}
|
|
20030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
20031
|
+
type: Directive,
|
|
20032
|
+
args: [{
|
|
20033
|
+
selector: 'px-heading-group',
|
|
20034
|
+
}]
|
|
20035
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
20045
20036
|
/**
|
|
20046
20037
|
* @description Type-only wrapper for <px-page>
|
|
20047
20038
|
*/
|
|
@@ -30997,6 +30988,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30997
30988
|
type: Input,
|
|
30998
30989
|
args: ['sticky-bottom']
|
|
30999
30990
|
}] } });
|
|
30991
|
+
/**
|
|
30992
|
+
* @description Type-only wrapper for <px-spinner>
|
|
30993
|
+
*/
|
|
30994
|
+
class PxSpinner {
|
|
30995
|
+
elementRef;
|
|
30996
|
+
set size(value) {
|
|
30997
|
+
this.elementRef.nativeElement['size'] = value;
|
|
30998
|
+
}
|
|
30999
|
+
get size() {
|
|
31000
|
+
return this.elementRef.nativeElement['size'];
|
|
31001
|
+
}
|
|
31002
|
+
set inverted(value) {
|
|
31003
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
31004
|
+
}
|
|
31005
|
+
get inverted() {
|
|
31006
|
+
return this.elementRef.nativeElement['inverted'];
|
|
31007
|
+
}
|
|
31008
|
+
set timeout(value) {
|
|
31009
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
31010
|
+
}
|
|
31011
|
+
get timeout() {
|
|
31012
|
+
return this.elementRef.nativeElement['timeout'];
|
|
31013
|
+
}
|
|
31014
|
+
set ariaLabel(value) {
|
|
31015
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
31016
|
+
}
|
|
31017
|
+
get ariaLabel() {
|
|
31018
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
31019
|
+
}
|
|
31020
|
+
constructor(elementRef) {
|
|
31021
|
+
this.elementRef = elementRef;
|
|
31022
|
+
}
|
|
31023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31024
|
+
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 });
|
|
31025
|
+
}
|
|
31026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
31027
|
+
type: Directive,
|
|
31028
|
+
args: [{
|
|
31029
|
+
selector: 'px-spinner',
|
|
31030
|
+
}]
|
|
31031
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
31032
|
+
type: Input
|
|
31033
|
+
}], inverted: [{
|
|
31034
|
+
type: Input
|
|
31035
|
+
}], timeout: [{
|
|
31036
|
+
type: Input
|
|
31037
|
+
}], ariaLabel: [{
|
|
31038
|
+
type: Input,
|
|
31039
|
+
args: ['aria-label']
|
|
31040
|
+
}] } });
|
|
31000
31041
|
/**
|
|
31001
31042
|
* @description Type-only wrapper for <px-span>
|
|
31002
31043
|
*/
|
|
@@ -31491,56 +31532,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
31491
31532
|
type: Input,
|
|
31492
31533
|
args: ['sticky-bottom']
|
|
31493
31534
|
}] } });
|
|
31494
|
-
/**
|
|
31495
|
-
* @description Type-only wrapper for <px-spinner>
|
|
31496
|
-
*/
|
|
31497
|
-
class PxSpinner {
|
|
31498
|
-
elementRef;
|
|
31499
|
-
set size(value) {
|
|
31500
|
-
this.elementRef.nativeElement['size'] = value;
|
|
31501
|
-
}
|
|
31502
|
-
get size() {
|
|
31503
|
-
return this.elementRef.nativeElement['size'];
|
|
31504
|
-
}
|
|
31505
|
-
set inverted(value) {
|
|
31506
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
31507
|
-
}
|
|
31508
|
-
get inverted() {
|
|
31509
|
-
return this.elementRef.nativeElement['inverted'];
|
|
31510
|
-
}
|
|
31511
|
-
set timeout(value) {
|
|
31512
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
31513
|
-
}
|
|
31514
|
-
get timeout() {
|
|
31515
|
-
return this.elementRef.nativeElement['timeout'];
|
|
31516
|
-
}
|
|
31517
|
-
set ariaLabel(value) {
|
|
31518
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
31519
|
-
}
|
|
31520
|
-
get ariaLabel() {
|
|
31521
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
31522
|
-
}
|
|
31523
|
-
constructor(elementRef) {
|
|
31524
|
-
this.elementRef = elementRef;
|
|
31525
|
-
}
|
|
31526
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31527
|
-
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 });
|
|
31528
|
-
}
|
|
31529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
31530
|
-
type: Directive,
|
|
31531
|
-
args: [{
|
|
31532
|
-
selector: 'px-spinner',
|
|
31533
|
-
}]
|
|
31534
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
31535
|
-
type: Input
|
|
31536
|
-
}], inverted: [{
|
|
31537
|
-
type: Input
|
|
31538
|
-
}], timeout: [{
|
|
31539
|
-
type: Input
|
|
31540
|
-
}], ariaLabel: [{
|
|
31541
|
-
type: Input,
|
|
31542
|
-
args: ['aria-label']
|
|
31543
|
-
}] } });
|
|
31544
31535
|
/**
|
|
31545
31536
|
* @description Type-only wrapper for <px-status>
|
|
31546
31537
|
*/
|
|
@@ -37414,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37414
37405
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37415
37406
|
class Lavender {
|
|
37416
37407
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37417
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6,
|
|
37408
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxHeadingGroup, 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, PxSpinner, PxSpan, 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, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxHeadingGroup, 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, PxSpinner, PxSpan, 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] });
|
|
37418
37409
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37419
37410
|
}
|
|
37420
37411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37456,13 +37447,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37456
37447
|
PxH4,
|
|
37457
37448
|
PxH5,
|
|
37458
37449
|
PxH6,
|
|
37459
|
-
PxHeadingGroup,
|
|
37460
37450
|
PxImg,
|
|
37461
37451
|
PxPicture,
|
|
37462
37452
|
PxInput,
|
|
37463
37453
|
PxSelect,
|
|
37464
37454
|
PxTextarea,
|
|
37465
37455
|
PxFileupload,
|
|
37456
|
+
PxHeadingGroup,
|
|
37466
37457
|
PxPage,
|
|
37467
37458
|
PxSpacer,
|
|
37468
37459
|
PxStack,
|
|
@@ -37489,8 +37480,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37489
37480
|
PxSelectableBoxRadio,
|
|
37490
37481
|
PxSeparator,
|
|
37491
37482
|
PxSkeleton,
|
|
37492
|
-
PxSpan,
|
|
37493
37483
|
PxSpinner,
|
|
37484
|
+
PxSpan,
|
|
37494
37485
|
PxStatus,
|
|
37495
37486
|
PxStatusCard,
|
|
37496
37487
|
PxStickyContainer,
|
|
@@ -37558,13 +37549,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37558
37549
|
PxH4,
|
|
37559
37550
|
PxH5,
|
|
37560
37551
|
PxH6,
|
|
37561
|
-
PxHeadingGroup,
|
|
37562
37552
|
PxImg,
|
|
37563
37553
|
PxPicture,
|
|
37564
37554
|
PxInput,
|
|
37565
37555
|
PxSelect,
|
|
37566
37556
|
PxTextarea,
|
|
37567
37557
|
PxFileupload,
|
|
37558
|
+
PxHeadingGroup,
|
|
37568
37559
|
PxPage,
|
|
37569
37560
|
PxSpacer,
|
|
37570
37561
|
PxStack,
|
|
@@ -37591,8 +37582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37591
37582
|
PxSelectableBoxRadio,
|
|
37592
37583
|
PxSeparator,
|
|
37593
37584
|
PxSkeleton,
|
|
37594
|
-
PxSpan,
|
|
37595
37585
|
PxSpinner,
|
|
37586
|
+
PxSpan,
|
|
37596
37587
|
PxStatus,
|
|
37597
37588
|
PxStatusCard,
|
|
37598
37589
|
PxStickyContainer,
|