@proximus/lavender-angular 1.4.6-alpha.2 → 1.4.6-alpha.4
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.
|
@@ -28840,56 +28840,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28840
28840
|
type: Input,
|
|
28841
28841
|
args: ['order--desktop']
|
|
28842
28842
|
}] } });
|
|
28843
|
-
/**
|
|
28844
|
-
* @description Type-only wrapper for <px-spinner>
|
|
28845
|
-
*/
|
|
28846
|
-
class PxSpinner {
|
|
28847
|
-
elementRef;
|
|
28848
|
-
set size(value) {
|
|
28849
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28850
|
-
}
|
|
28851
|
-
get size() {
|
|
28852
|
-
return this.elementRef.nativeElement['size'];
|
|
28853
|
-
}
|
|
28854
|
-
set inverted(value) {
|
|
28855
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28856
|
-
}
|
|
28857
|
-
get inverted() {
|
|
28858
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28859
|
-
}
|
|
28860
|
-
set timeout(value) {
|
|
28861
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
28862
|
-
}
|
|
28863
|
-
get timeout() {
|
|
28864
|
-
return this.elementRef.nativeElement['timeout'];
|
|
28865
|
-
}
|
|
28866
|
-
set ariaLabel(value) {
|
|
28867
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28868
|
-
}
|
|
28869
|
-
get ariaLabel() {
|
|
28870
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
28871
|
-
}
|
|
28872
|
-
constructor(elementRef) {
|
|
28873
|
-
this.elementRef = elementRef;
|
|
28874
|
-
}
|
|
28875
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28876
|
-
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 });
|
|
28877
|
-
}
|
|
28878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28879
|
-
type: Directive,
|
|
28880
|
-
args: [{
|
|
28881
|
-
selector: 'px-spinner',
|
|
28882
|
-
}]
|
|
28883
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28884
|
-
type: Input
|
|
28885
|
-
}], inverted: [{
|
|
28886
|
-
type: Input
|
|
28887
|
-
}], timeout: [{
|
|
28888
|
-
type: Input
|
|
28889
|
-
}], ariaLabel: [{
|
|
28890
|
-
type: Input,
|
|
28891
|
-
args: ['aria-label']
|
|
28892
|
-
}] } });
|
|
28893
28843
|
/**
|
|
28894
28844
|
* @description Type-only wrapper for <px-status>
|
|
28895
28845
|
*/
|
|
@@ -29376,6 +29326,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29376
29326
|
type: Input,
|
|
29377
29327
|
args: ['order--desktop']
|
|
29378
29328
|
}] } });
|
|
29329
|
+
/**
|
|
29330
|
+
* @description Type-only wrapper for <px-spinner>
|
|
29331
|
+
*/
|
|
29332
|
+
class PxSpinner {
|
|
29333
|
+
elementRef;
|
|
29334
|
+
set size(value) {
|
|
29335
|
+
this.elementRef.nativeElement['size'] = value;
|
|
29336
|
+
}
|
|
29337
|
+
get size() {
|
|
29338
|
+
return this.elementRef.nativeElement['size'];
|
|
29339
|
+
}
|
|
29340
|
+
set inverted(value) {
|
|
29341
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
29342
|
+
}
|
|
29343
|
+
get inverted() {
|
|
29344
|
+
return this.elementRef.nativeElement['inverted'];
|
|
29345
|
+
}
|
|
29346
|
+
set timeout(value) {
|
|
29347
|
+
this.elementRef.nativeElement['timeout'] = value;
|
|
29348
|
+
}
|
|
29349
|
+
get timeout() {
|
|
29350
|
+
return this.elementRef.nativeElement['timeout'];
|
|
29351
|
+
}
|
|
29352
|
+
set ariaLabel(value) {
|
|
29353
|
+
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
29354
|
+
}
|
|
29355
|
+
get ariaLabel() {
|
|
29356
|
+
return this.elementRef.nativeElement['ariaLabel'];
|
|
29357
|
+
}
|
|
29358
|
+
constructor(elementRef) {
|
|
29359
|
+
this.elementRef = elementRef;
|
|
29360
|
+
}
|
|
29361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29362
|
+
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 });
|
|
29363
|
+
}
|
|
29364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
29365
|
+
type: Directive,
|
|
29366
|
+
args: [{
|
|
29367
|
+
selector: 'px-spinner',
|
|
29368
|
+
}]
|
|
29369
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
29370
|
+
type: Input
|
|
29371
|
+
}], inverted: [{
|
|
29372
|
+
type: Input
|
|
29373
|
+
}], timeout: [{
|
|
29374
|
+
type: Input
|
|
29375
|
+
}], ariaLabel: [{
|
|
29376
|
+
type: Input,
|
|
29377
|
+
args: ['aria-label']
|
|
29378
|
+
}] } });
|
|
29379
29379
|
/**
|
|
29380
29380
|
* @description Type-only wrapper for <px-status-card>
|
|
29381
29381
|
*/
|
|
@@ -34474,7 +34474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34474
34474
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34475
34475
|
class Lavender {
|
|
34476
34476
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34477
|
-
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,
|
|
34477
|
+
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] });
|
|
34478
34478
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34479
34479
|
}
|
|
34480
34480
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34545,8 +34545,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34545
34545
|
PxSeparator,
|
|
34546
34546
|
PxSkeleton,
|
|
34547
34547
|
PxSpan,
|
|
34548
|
-
PxSpinner,
|
|
34549
34548
|
PxStatus,
|
|
34549
|
+
PxSpinner,
|
|
34550
34550
|
PxStatusCard,
|
|
34551
34551
|
PxStickyContainer,
|
|
34552
34552
|
PxThemeSwitcher,
|
|
@@ -34642,8 +34642,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34642
34642
|
PxSeparator,
|
|
34643
34643
|
PxSkeleton,
|
|
34644
34644
|
PxSpan,
|
|
34645
|
-
PxSpinner,
|
|
34646
34645
|
PxStatus,
|
|
34646
|
+
PxSpinner,
|
|
34647
34647
|
PxStatusCard,
|
|
34648
34648
|
PxStickyContainer,
|
|
34649
34649
|
PxThemeSwitcher,
|