@proximus/lavender-angular 2.0.0-alpha.82 → 2.0.0-alpha.84
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.
|
@@ -16905,6 +16905,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
16905
16905
|
type: Input,
|
|
16906
16906
|
args: ['sticky-bottom']
|
|
16907
16907
|
}] } });
|
|
16908
|
+
/**
|
|
16909
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
16910
|
+
*/
|
|
16911
|
+
class PxHeadingGroup {
|
|
16912
|
+
elementRef;
|
|
16913
|
+
constructor(elementRef) {
|
|
16914
|
+
this.elementRef = elementRef;
|
|
16915
|
+
}
|
|
16916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16917
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
16918
|
+
}
|
|
16919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
16920
|
+
type: Directive,
|
|
16921
|
+
args: [{
|
|
16922
|
+
selector: 'px-heading-group',
|
|
16923
|
+
}]
|
|
16924
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
16908
16925
|
/**
|
|
16909
16926
|
* @description Type-only wrapper for <px-img>
|
|
16910
16927
|
*/
|
|
@@ -20016,23 +20033,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
20016
20033
|
}], event: [{
|
|
20017
20034
|
type: Output
|
|
20018
20035
|
}] } });
|
|
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 }] });
|
|
20036
20036
|
/**
|
|
20037
20037
|
* @description Type-only wrapper for <px-page>
|
|
20038
20038
|
*/
|
|
@@ -30988,56 +30988,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30988
30988
|
type: Input,
|
|
30989
30989
|
args: ['sticky-bottom']
|
|
30990
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
|
-
}] } });
|
|
31041
30991
|
/**
|
|
31042
30992
|
* @description Type-only wrapper for <px-span>
|
|
31043
30993
|
*/
|
|
@@ -31532,6 +31482,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
31532
31482
|
type: Input,
|
|
31533
31483
|
args: ['sticky-bottom']
|
|
31534
31484
|
}] } });
|
|
31485
|
+
/**
|
|
31486
|
+
* @description Type-only wrapper for <px-spinner>
|
|
31487
|
+
*/
|
|
31488
|
+
class PxSpinner {
|
|
31489
|
+
elementRef;
|
|
31490
|
+
set size(value) {
|
|
31491
|
+
this.elementRef.nativeElement['size'] = value;
|
|
31492
|
+
}
|
|
31493
|
+
get size() {
|
|
31494
|
+
return this.elementRef.nativeElement['size'];
|
|
31495
|
+
}
|
|
31496
|
+
set inverted(value) {
|
|
31497
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
31498
|
+
}
|
|
31499
|
+
get inverted() {
|
|
31500
|
+
return this.elementRef.nativeElement['inverted'];
|
|
31501
|
+
}
|
|
31502
|
+
set timeout(value) {
|
|
31503
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
31504
|
+
}
|
|
31505
|
+
get timeout() {
|
|
31506
|
+
return this.elementRef.nativeElement['timeout'];
|
|
31507
|
+
}
|
|
31508
|
+
set ariaLabel(value) {
|
|
31509
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
31510
|
+
}
|
|
31511
|
+
get ariaLabel() {
|
|
31512
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
31513
|
+
}
|
|
31514
|
+
constructor(elementRef) {
|
|
31515
|
+
this.elementRef = elementRef;
|
|
31516
|
+
}
|
|
31517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31518
|
+
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 });
|
|
31519
|
+
}
|
|
31520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
31521
|
+
type: Directive,
|
|
31522
|
+
args: [{
|
|
31523
|
+
selector: 'px-spinner',
|
|
31524
|
+
}]
|
|
31525
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
31526
|
+
type: Input
|
|
31527
|
+
}], inverted: [{
|
|
31528
|
+
type: Input
|
|
31529
|
+
}], timeout: [{
|
|
31530
|
+
type: Input
|
|
31531
|
+
}], ariaLabel: [{
|
|
31532
|
+
type: Input,
|
|
31533
|
+
args: ['aria-label']
|
|
31534
|
+
}] } });
|
|
31535
31535
|
/**
|
|
31536
31536
|
* @description Type-only wrapper for <px-status>
|
|
31537
31537
|
*/
|
|
@@ -37405,7 +37405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37405
37405
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37406
37406
|
class Lavender {
|
|
37407
37407
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
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,
|
|
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, 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] });
|
|
37409
37409
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37410
37410
|
}
|
|
37411
37411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37447,13 +37447,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37447
37447
|
PxH4,
|
|
37448
37448
|
PxH5,
|
|
37449
37449
|
PxH6,
|
|
37450
|
+
PxHeadingGroup,
|
|
37450
37451
|
PxImg,
|
|
37451
37452
|
PxPicture,
|
|
37452
37453
|
PxInput,
|
|
37453
37454
|
PxSelect,
|
|
37454
37455
|
PxTextarea,
|
|
37455
37456
|
PxFileupload,
|
|
37456
|
-
PxHeadingGroup,
|
|
37457
37457
|
PxPage,
|
|
37458
37458
|
PxSpacer,
|
|
37459
37459
|
PxStack,
|
|
@@ -37480,8 +37480,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37480
37480
|
PxSelectableBoxRadio,
|
|
37481
37481
|
PxSeparator,
|
|
37482
37482
|
PxSkeleton,
|
|
37483
|
-
PxSpinner,
|
|
37484
37483
|
PxSpan,
|
|
37484
|
+
PxSpinner,
|
|
37485
37485
|
PxStatus,
|
|
37486
37486
|
PxStatusCard,
|
|
37487
37487
|
PxStickyContainer,
|
|
@@ -37549,13 +37549,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37549
37549
|
PxH4,
|
|
37550
37550
|
PxH5,
|
|
37551
37551
|
PxH6,
|
|
37552
|
+
PxHeadingGroup,
|
|
37552
37553
|
PxImg,
|
|
37553
37554
|
PxPicture,
|
|
37554
37555
|
PxInput,
|
|
37555
37556
|
PxSelect,
|
|
37556
37557
|
PxTextarea,
|
|
37557
37558
|
PxFileupload,
|
|
37558
|
-
PxHeadingGroup,
|
|
37559
37559
|
PxPage,
|
|
37560
37560
|
PxSpacer,
|
|
37561
37561
|
PxStack,
|
|
@@ -37582,8 +37582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37582
37582
|
PxSelectableBoxRadio,
|
|
37583
37583
|
PxSeparator,
|
|
37584
37584
|
PxSkeleton,
|
|
37585
|
-
PxSpinner,
|
|
37586
37585
|
PxSpan,
|
|
37586
|
+
PxSpinner,
|
|
37587
37587
|
PxStatus,
|
|
37588
37588
|
PxStatusCard,
|
|
37589
37589
|
PxStickyContainer,
|