@proximus/lavender-angular 2.0.0-alpha.128 → 2.0.0-alpha.130
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.
|
@@ -31975,56 +31975,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
31975
31975
|
type: Input,
|
|
31976
31976
|
args: ['sticky-bottom']
|
|
31977
31977
|
}] } });
|
|
31978
|
-
/**
|
|
31979
|
-
* @description Type-only wrapper for <px-spinner>
|
|
31980
|
-
*/
|
|
31981
|
-
class PxSpinner {
|
|
31982
|
-
elementRef;
|
|
31983
|
-
set size(value) {
|
|
31984
|
-
this.elementRef.nativeElement['size'] = value;
|
|
31985
|
-
}
|
|
31986
|
-
get size() {
|
|
31987
|
-
return this.elementRef.nativeElement['size'];
|
|
31988
|
-
}
|
|
31989
|
-
set inverted(value) {
|
|
31990
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
31991
|
-
}
|
|
31992
|
-
get inverted() {
|
|
31993
|
-
return this.elementRef.nativeElement['inverted'];
|
|
31994
|
-
}
|
|
31995
|
-
set timeout(value) {
|
|
31996
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
31997
|
-
}
|
|
31998
|
-
get timeout() {
|
|
31999
|
-
return this.elementRef.nativeElement['timeout'];
|
|
32000
|
-
}
|
|
32001
|
-
set ariaLabel(value) {
|
|
32002
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
32003
|
-
}
|
|
32004
|
-
get ariaLabel() {
|
|
32005
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
32006
|
-
}
|
|
32007
|
-
constructor(elementRef) {
|
|
32008
|
-
this.elementRef = elementRef;
|
|
32009
|
-
}
|
|
32010
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32011
|
-
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 });
|
|
32012
|
-
}
|
|
32013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
32014
|
-
type: Directive,
|
|
32015
|
-
args: [{
|
|
32016
|
-
selector: 'px-spinner',
|
|
32017
|
-
}]
|
|
32018
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
32019
|
-
type: Input
|
|
32020
|
-
}], inverted: [{
|
|
32021
|
-
type: Input
|
|
32022
|
-
}], timeout: [{
|
|
32023
|
-
type: Input
|
|
32024
|
-
}], ariaLabel: [{
|
|
32025
|
-
type: Input,
|
|
32026
|
-
args: ['aria-label']
|
|
32027
|
-
}] } });
|
|
32028
31978
|
/**
|
|
32029
31979
|
* @description Type-only wrapper for <px-status>
|
|
32030
31980
|
*/
|
|
@@ -32529,6 +32479,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
32529
32479
|
type: Input,
|
|
32530
32480
|
args: ['sticky-bottom']
|
|
32531
32481
|
}] } });
|
|
32482
|
+
/**
|
|
32483
|
+
* @description Type-only wrapper for <px-spinner>
|
|
32484
|
+
*/
|
|
32485
|
+
class PxSpinner {
|
|
32486
|
+
elementRef;
|
|
32487
|
+
set size(value) {
|
|
32488
|
+
this.elementRef.nativeElement['size'] = value;
|
|
32489
|
+
}
|
|
32490
|
+
get size() {
|
|
32491
|
+
return this.elementRef.nativeElement['size'];
|
|
32492
|
+
}
|
|
32493
|
+
set inverted(value) {
|
|
32494
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
32495
|
+
}
|
|
32496
|
+
get inverted() {
|
|
32497
|
+
return this.elementRef.nativeElement['inverted'];
|
|
32498
|
+
}
|
|
32499
|
+
set timeout(value) {
|
|
32500
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
32501
|
+
}
|
|
32502
|
+
get timeout() {
|
|
32503
|
+
return this.elementRef.nativeElement['timeout'];
|
|
32504
|
+
}
|
|
32505
|
+
set ariaLabel(value) {
|
|
32506
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
32507
|
+
}
|
|
32508
|
+
get ariaLabel() {
|
|
32509
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
32510
|
+
}
|
|
32511
|
+
constructor(elementRef) {
|
|
32512
|
+
this.elementRef = elementRef;
|
|
32513
|
+
}
|
|
32514
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32515
|
+
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 });
|
|
32516
|
+
}
|
|
32517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
32518
|
+
type: Directive,
|
|
32519
|
+
args: [{
|
|
32520
|
+
selector: 'px-spinner',
|
|
32521
|
+
}]
|
|
32522
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
32523
|
+
type: Input
|
|
32524
|
+
}], inverted: [{
|
|
32525
|
+
type: Input
|
|
32526
|
+
}], timeout: [{
|
|
32527
|
+
type: Input
|
|
32528
|
+
}], ariaLabel: [{
|
|
32529
|
+
type: Input,
|
|
32530
|
+
args: ['aria-label']
|
|
32531
|
+
}] } });
|
|
32532
32532
|
/**
|
|
32533
32533
|
* @description Type-only wrapper for <px-status-card>
|
|
32534
32534
|
*/
|
|
@@ -37925,7 +37925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37925
37925
|
}] } });
|
|
37926
37926
|
class Lavender {
|
|
37927
37927
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37928
|
-
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,
|
|
37928
|
+
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, 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, 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, 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] });
|
|
37929
37929
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37930
37930
|
}
|
|
37931
37931
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -38001,8 +38001,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
38001
38001
|
PxSeparator,
|
|
38002
38002
|
PxSkeleton,
|
|
38003
38003
|
PxSpan,
|
|
38004
|
-
PxSpinner,
|
|
38005
38004
|
PxStatus,
|
|
38005
|
+
PxSpinner,
|
|
38006
38006
|
PxStatusCard,
|
|
38007
38007
|
PxStickyContainer,
|
|
38008
38008
|
PxThemeSwitcher,
|
|
@@ -38103,8 +38103,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
38103
38103
|
PxSeparator,
|
|
38104
38104
|
PxSkeleton,
|
|
38105
38105
|
PxSpan,
|
|
38106
|
-
PxSpinner,
|
|
38107
38106
|
PxStatus,
|
|
38107
|
+
PxSpinner,
|
|
38108
38108
|
PxStatusCard,
|
|
38109
38109
|
PxStickyContainer,
|
|
38110
38110
|
PxThemeSwitcher,
|