@proximus/lavender-angular 1.4.5-beta.1 → 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.
|
@@ -28831,56 +28831,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28831
28831
|
type: Input,
|
|
28832
28832
|
args: ['order--desktop']
|
|
28833
28833
|
}] } });
|
|
28834
|
-
/**
|
|
28835
|
-
* @description Type-only wrapper for <px-spinner>
|
|
28836
|
-
*/
|
|
28837
|
-
class PxSpinner {
|
|
28838
|
-
elementRef;
|
|
28839
|
-
set size(value) {
|
|
28840
|
-
this.elementRef.nativeElement['size'] = value;
|
|
28841
|
-
}
|
|
28842
|
-
get size() {
|
|
28843
|
-
return this.elementRef.nativeElement['size'];
|
|
28844
|
-
}
|
|
28845
|
-
set inverted(value) {
|
|
28846
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28847
|
-
}
|
|
28848
|
-
get inverted() {
|
|
28849
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28850
|
-
}
|
|
28851
|
-
set timeout(value) {
|
|
28852
|
-
this.elementRef.nativeElement['timeout'] = value;
|
|
28853
|
-
}
|
|
28854
|
-
get timeout() {
|
|
28855
|
-
return this.elementRef.nativeElement['timeout'];
|
|
28856
|
-
}
|
|
28857
|
-
set ariaLabel(value) {
|
|
28858
|
-
this.elementRef.nativeElement['ariaLabel'] = value;
|
|
28859
|
-
}
|
|
28860
|
-
get ariaLabel() {
|
|
28861
|
-
return this.elementRef.nativeElement['ariaLabel'];
|
|
28862
|
-
}
|
|
28863
|
-
constructor(elementRef) {
|
|
28864
|
-
this.elementRef = elementRef;
|
|
28865
|
-
}
|
|
28866
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28867
|
-
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 });
|
|
28868
|
-
}
|
|
28869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpinner, decorators: [{
|
|
28870
|
-
type: Directive,
|
|
28871
|
-
args: [{
|
|
28872
|
-
selector: 'px-spinner',
|
|
28873
|
-
}]
|
|
28874
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
28875
|
-
type: Input
|
|
28876
|
-
}], inverted: [{
|
|
28877
|
-
type: Input
|
|
28878
|
-
}], timeout: [{
|
|
28879
|
-
type: Input
|
|
28880
|
-
}], ariaLabel: [{
|
|
28881
|
-
type: Input,
|
|
28882
|
-
args: ['aria-label']
|
|
28883
|
-
}] } });
|
|
28884
28834
|
/**
|
|
28885
28835
|
* @description Type-only wrapper for <px-status>
|
|
28886
28836
|
*/
|
|
@@ -29367,6 +29317,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
29367
29317
|
type: Input,
|
|
29368
29318
|
args: ['order--desktop']
|
|
29369
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
|
+
}] } });
|
|
29370
29370
|
/**
|
|
29371
29371
|
* @description Type-only wrapper for <px-status-card>
|
|
29372
29372
|
*/
|
|
@@ -34465,7 +34465,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34465
34465
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34466
34466
|
class Lavender {
|
|
34467
34467
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
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,
|
|
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] });
|
|
34469
34469
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34470
34470
|
}
|
|
34471
34471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34536,8 +34536,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34536
34536
|
PxSeparator,
|
|
34537
34537
|
PxSkeleton,
|
|
34538
34538
|
PxSpan,
|
|
34539
|
-
PxSpinner,
|
|
34540
34539
|
PxStatus,
|
|
34540
|
+
PxSpinner,
|
|
34541
34541
|
PxStatusCard,
|
|
34542
34542
|
PxStickyContainer,
|
|
34543
34543
|
PxThemeSwitcher,
|
|
@@ -34633,8 +34633,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34633
34633
|
PxSeparator,
|
|
34634
34634
|
PxSkeleton,
|
|
34635
34635
|
PxSpan,
|
|
34636
|
-
PxSpinner,
|
|
34637
34636
|
PxStatus,
|
|
34637
|
+
PxSpinner,
|
|
34638
34638
|
PxStatusCard,
|
|
34639
34639
|
PxStickyContainer,
|
|
34640
34640
|
PxThemeSwitcher,
|