@proximus/lavender-angular 2.0.0-alpha.29 → 2.0.0-alpha.30
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.
|
@@ -27900,27 +27900,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
27900
27900
|
args: ['order--desktop']
|
|
27901
27901
|
}] } });
|
|
27902
27902
|
/**
|
|
27903
|
-
* @description Type-only wrapper for <px-
|
|
27903
|
+
* @description Type-only wrapper for <px-skeleton>
|
|
27904
27904
|
*/
|
|
27905
|
-
class
|
|
27905
|
+
class PxSkeleton {
|
|
27906
27906
|
elementRef;
|
|
27907
|
-
set
|
|
27908
|
-
this.elementRef.nativeElement['
|
|
27909
|
-
}
|
|
27910
|
-
get color() {
|
|
27911
|
-
return this.elementRef.nativeElement['color'];
|
|
27912
|
-
}
|
|
27913
|
-
set fontSize(value) {
|
|
27914
|
-
this.elementRef.nativeElement['fontSize'] = value;
|
|
27915
|
-
}
|
|
27916
|
-
get fontSize() {
|
|
27917
|
-
return this.elementRef.nativeElement['fontSize'];
|
|
27918
|
-
}
|
|
27919
|
-
set fontWeight(value) {
|
|
27920
|
-
this.elementRef.nativeElement['fontWeight'] = value;
|
|
27907
|
+
set variant(value) {
|
|
27908
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
27921
27909
|
}
|
|
27922
|
-
get
|
|
27923
|
-
return this.elementRef.nativeElement['
|
|
27910
|
+
get variant() {
|
|
27911
|
+
return this.elementRef.nativeElement['variant'];
|
|
27924
27912
|
}
|
|
27925
27913
|
set inverted(value) {
|
|
27926
27914
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -27928,12 +27916,6 @@ class PxSpan {
|
|
|
27928
27916
|
get inverted() {
|
|
27929
27917
|
return this.elementRef.nativeElement['inverted'];
|
|
27930
27918
|
}
|
|
27931
|
-
set disabled(value) {
|
|
27932
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
27933
|
-
}
|
|
27934
|
-
get disabled() {
|
|
27935
|
-
return this.elementRef.nativeElement['disabled'];
|
|
27936
|
-
}
|
|
27937
27919
|
set grow(value) {
|
|
27938
27920
|
this.elementRef.nativeElement['grow'] = value;
|
|
27939
27921
|
}
|
|
@@ -28207,26 +28189,18 @@ class PxSpan {
|
|
|
28207
28189
|
constructor(elementRef) {
|
|
28208
28190
|
this.elementRef = elementRef;
|
|
28209
28191
|
}
|
|
28210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
28211
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
28192
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSkeleton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28193
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSkeleton, selector: "px-skeleton", inputs: { variant: "variant", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
28212
28194
|
}
|
|
28213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
28195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSkeleton, decorators: [{
|
|
28214
28196
|
type: Directive,
|
|
28215
28197
|
args: [{
|
|
28216
|
-
selector: 'px-
|
|
28198
|
+
selector: 'px-skeleton',
|
|
28217
28199
|
}]
|
|
28218
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
28200
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
28219
28201
|
type: Input
|
|
28220
|
-
}], fontSize: [{
|
|
28221
|
-
type: Input,
|
|
28222
|
-
args: ['font-size']
|
|
28223
|
-
}], fontWeight: [{
|
|
28224
|
-
type: Input,
|
|
28225
|
-
args: ['font-weight']
|
|
28226
28202
|
}], inverted: [{
|
|
28227
28203
|
type: Input
|
|
28228
|
-
}], disabled: [{
|
|
28229
|
-
type: Input
|
|
28230
28204
|
}], grow: [{
|
|
28231
28205
|
type: Input
|
|
28232
28206
|
}], growMobile: [{
|
|
@@ -28359,15 +28333,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
28359
28333
|
args: ['order--desktop']
|
|
28360
28334
|
}] } });
|
|
28361
28335
|
/**
|
|
28362
|
-
* @description Type-only wrapper for <px-
|
|
28336
|
+
* @description Type-only wrapper for <px-span>
|
|
28363
28337
|
*/
|
|
28364
|
-
class
|
|
28338
|
+
class PxSpan {
|
|
28365
28339
|
elementRef;
|
|
28366
|
-
set
|
|
28367
|
-
this.elementRef.nativeElement['
|
|
28340
|
+
set color(value) {
|
|
28341
|
+
this.elementRef.nativeElement['color'] = value;
|
|
28368
28342
|
}
|
|
28369
|
-
get
|
|
28370
|
-
return this.elementRef.nativeElement['
|
|
28343
|
+
get color() {
|
|
28344
|
+
return this.elementRef.nativeElement['color'];
|
|
28345
|
+
}
|
|
28346
|
+
set fontSize(value) {
|
|
28347
|
+
this.elementRef.nativeElement['fontSize'] = value;
|
|
28348
|
+
}
|
|
28349
|
+
get fontSize() {
|
|
28350
|
+
return this.elementRef.nativeElement['fontSize'];
|
|
28351
|
+
}
|
|
28352
|
+
set fontWeight(value) {
|
|
28353
|
+
this.elementRef.nativeElement['fontWeight'] = value;
|
|
28354
|
+
}
|
|
28355
|
+
get fontWeight() {
|
|
28356
|
+
return this.elementRef.nativeElement['fontWeight'];
|
|
28371
28357
|
}
|
|
28372
28358
|
set inverted(value) {
|
|
28373
28359
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -28375,6 +28361,12 @@ class PxSkeleton {
|
|
|
28375
28361
|
get inverted() {
|
|
28376
28362
|
return this.elementRef.nativeElement['inverted'];
|
|
28377
28363
|
}
|
|
28364
|
+
set disabled(value) {
|
|
28365
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
28366
|
+
}
|
|
28367
|
+
get disabled() {
|
|
28368
|
+
return this.elementRef.nativeElement['disabled'];
|
|
28369
|
+
}
|
|
28378
28370
|
set grow(value) {
|
|
28379
28371
|
this.elementRef.nativeElement['grow'] = value;
|
|
28380
28372
|
}
|
|
@@ -28648,18 +28640,26 @@ class PxSkeleton {
|
|
|
28648
28640
|
constructor(elementRef) {
|
|
28649
28641
|
this.elementRef = elementRef;
|
|
28650
28642
|
}
|
|
28651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
28652
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
28643
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpan, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28644
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSpan, selector: "px-span", inputs: { color: "color", fontSize: ["font-size", "fontSize"], fontWeight: ["font-weight", "fontWeight"], inverted: "inverted", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"] }, ngImport: i0 });
|
|
28653
28645
|
}
|
|
28654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
28646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSpan, decorators: [{
|
|
28655
28647
|
type: Directive,
|
|
28656
28648
|
args: [{
|
|
28657
|
-
selector: 'px-
|
|
28649
|
+
selector: 'px-span',
|
|
28658
28650
|
}]
|
|
28659
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
28651
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { color: [{
|
|
28660
28652
|
type: Input
|
|
28653
|
+
}], fontSize: [{
|
|
28654
|
+
type: Input,
|
|
28655
|
+
args: ['font-size']
|
|
28656
|
+
}], fontWeight: [{
|
|
28657
|
+
type: Input,
|
|
28658
|
+
args: ['font-weight']
|
|
28661
28659
|
}], inverted: [{
|
|
28662
28660
|
type: Input
|
|
28661
|
+
}], disabled: [{
|
|
28662
|
+
type: Input
|
|
28663
28663
|
}], grow: [{
|
|
28664
28664
|
type: Input
|
|
28665
28665
|
}], growMobile: [{
|
|
@@ -34426,7 +34426,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34426
34426
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34427
34427
|
class Lavender {
|
|
34428
34428
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34429
|
-
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,
|
|
34429
|
+
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, 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, 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, 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] });
|
|
34430
34430
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34431
34431
|
}
|
|
34432
34432
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34495,8 +34495,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34495
34495
|
PxSelectableBoxCheckbox,
|
|
34496
34496
|
PxSelectableBoxRadio,
|
|
34497
34497
|
PxSeparator,
|
|
34498
|
-
PxSpan,
|
|
34499
34498
|
PxSkeleton,
|
|
34499
|
+
PxSpan,
|
|
34500
34500
|
PxSpinner,
|
|
34501
34501
|
PxStatus,
|
|
34502
34502
|
PxStatusCard,
|
|
@@ -34592,8 +34592,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34592
34592
|
PxSelectableBoxCheckbox,
|
|
34593
34593
|
PxSelectableBoxRadio,
|
|
34594
34594
|
PxSeparator,
|
|
34595
|
-
PxSpan,
|
|
34596
34595
|
PxSkeleton,
|
|
34596
|
+
PxSpan,
|
|
34597
34597
|
PxSpinner,
|
|
34598
34598
|
PxStatus,
|
|
34599
34599
|
PxStatusCard,
|