@proximus/lavender-angular 1.4.9-alpha.10 → 1.4.9-alpha.12
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.
package/lavender.directive.d.ts
CHANGED
|
@@ -5853,30 +5853,20 @@ export declare class PxModal {
|
|
|
5853
5853
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxModal, "px-modal", never, { "open": { "alias": "open"; "required": false; }; "status": { "alias": "status"; "required": false; }; "mediaSrc": { "alias": "media-src"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "CLOSE_EVENT": "CLOSE_EVENT"; }, never, never, false, never>;
|
|
5854
5854
|
}
|
|
5855
5855
|
/**
|
|
5856
|
-
* @description Type-only wrapper for <px-
|
|
5856
|
+
* @description Type-only wrapper for <px-pillar>
|
|
5857
5857
|
*/
|
|
5858
|
-
export declare class
|
|
5858
|
+
export declare class PxPillar {
|
|
5859
5859
|
private elementRef;
|
|
5860
5860
|
set variant(value: unknown);
|
|
5861
5861
|
get variant(): unknown;
|
|
5862
|
-
set
|
|
5863
|
-
get
|
|
5864
|
-
set
|
|
5865
|
-
get
|
|
5866
|
-
set
|
|
5867
|
-
get
|
|
5868
|
-
set textAlign(value: unknown);
|
|
5869
|
-
get textAlign(): unknown;
|
|
5870
|
-
set textAlignMobile(value: unknown);
|
|
5871
|
-
get textAlignMobile(): unknown;
|
|
5872
|
-
set textAlignTablet(value: unknown);
|
|
5873
|
-
get textAlignTablet(): unknown;
|
|
5874
|
-
set textAlignLaptop(value: unknown);
|
|
5875
|
-
get textAlignLaptop(): unknown;
|
|
5862
|
+
set backgroundColor(value: unknown);
|
|
5863
|
+
get backgroundColor(): unknown;
|
|
5864
|
+
set backgroundGradient(value: unknown);
|
|
5865
|
+
get backgroundGradient(): unknown;
|
|
5866
|
+
set alignment(value: unknown);
|
|
5867
|
+
get alignment(): unknown;
|
|
5876
5868
|
set inverted(value: unknown);
|
|
5877
5869
|
get inverted(): unknown;
|
|
5878
|
-
set disabled(value: unknown);
|
|
5879
|
-
get disabled(): unknown;
|
|
5880
5870
|
set grow(value: unknown);
|
|
5881
5871
|
get grow(): unknown;
|
|
5882
5872
|
set growMobile(value: unknown);
|
|
@@ -5972,24 +5962,34 @@ export declare class PxP {
|
|
|
5972
5962
|
set stickyBottom(value: unknown);
|
|
5973
5963
|
get stickyBottom(): unknown;
|
|
5974
5964
|
constructor(elementRef: ElementRef);
|
|
5975
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
5976
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
5965
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxPillar, never>;
|
|
5966
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxPillar, "px-pillar", never, { "variant": { "alias": "variant"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundGradient": { "alias": "background-gradient"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
|
|
5977
5967
|
}
|
|
5978
5968
|
/**
|
|
5979
|
-
* @description Type-only wrapper for <px-
|
|
5969
|
+
* @description Type-only wrapper for <px-p>
|
|
5980
5970
|
*/
|
|
5981
|
-
export declare class
|
|
5971
|
+
export declare class PxP {
|
|
5982
5972
|
private elementRef;
|
|
5983
5973
|
set variant(value: unknown);
|
|
5984
5974
|
get variant(): unknown;
|
|
5985
|
-
set
|
|
5986
|
-
get
|
|
5987
|
-
set
|
|
5988
|
-
get
|
|
5989
|
-
set
|
|
5990
|
-
get
|
|
5975
|
+
set color(value: unknown);
|
|
5976
|
+
get color(): unknown;
|
|
5977
|
+
set fontSize(value: unknown);
|
|
5978
|
+
get fontSize(): unknown;
|
|
5979
|
+
set fontWeight(value: unknown);
|
|
5980
|
+
get fontWeight(): unknown;
|
|
5981
|
+
set textAlign(value: unknown);
|
|
5982
|
+
get textAlign(): unknown;
|
|
5983
|
+
set textAlignMobile(value: unknown);
|
|
5984
|
+
get textAlignMobile(): unknown;
|
|
5985
|
+
set textAlignTablet(value: unknown);
|
|
5986
|
+
get textAlignTablet(): unknown;
|
|
5987
|
+
set textAlignLaptop(value: unknown);
|
|
5988
|
+
get textAlignLaptop(): unknown;
|
|
5991
5989
|
set inverted(value: unknown);
|
|
5992
5990
|
get inverted(): unknown;
|
|
5991
|
+
set disabled(value: unknown);
|
|
5992
|
+
get disabled(): unknown;
|
|
5993
5993
|
set grow(value: unknown);
|
|
5994
5994
|
get grow(): unknown;
|
|
5995
5995
|
set growMobile(value: unknown);
|
|
@@ -6085,8 +6085,8 @@ export declare class PxPillar {
|
|
|
6085
6085
|
set stickyBottom(value: unknown);
|
|
6086
6086
|
get stickyBottom(): unknown;
|
|
6087
6087
|
constructor(elementRef: ElementRef);
|
|
6088
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6089
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6088
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxP, never>;
|
|
6089
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxP, "px-p", never, { "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontSize": { "alias": "font-size"; "required": false; }; "fontWeight": { "alias": "font-weight"; "required": false; }; "textAlign": { "alias": "text-align"; "required": false; }; "textAlignMobile": { "alias": "text-align--mobile"; "required": false; }; "textAlignTablet": { "alias": "text-align--tablet"; "required": false; }; "textAlignLaptop": { "alias": "text-align--laptop"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
|
|
6090
6090
|
}
|
|
6091
6091
|
/**
|
|
6092
6092
|
* @description Type-only wrapper for <px-card-actions>
|
|
@@ -8938,13 +8938,13 @@ export declare class PxThemeProvider {
|
|
|
8938
8938
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxThemeProvider, "px-theme-provider", never, { "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, false, never>;
|
|
8939
8939
|
}
|
|
8940
8940
|
/**
|
|
8941
|
-
* @description Type-only wrapper for <px-proximus-
|
|
8941
|
+
* @description Type-only wrapper for <px-proximus-theme-provider>
|
|
8942
8942
|
*/
|
|
8943
|
-
export declare class
|
|
8943
|
+
export declare class PxProximusThemeProvider {
|
|
8944
8944
|
private elementRef;
|
|
8945
8945
|
constructor(elementRef: ElementRef);
|
|
8946
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8947
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8946
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxProximusThemeProvider, never>;
|
|
8947
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxProximusThemeProvider, "px-proximus-theme-provider", never, {}, {}, never, never, false, never>;
|
|
8948
8948
|
}
|
|
8949
8949
|
/**
|
|
8950
8950
|
* @description Type-only wrapper for <px-scarlet-theme-provider>
|
|
@@ -8957,6 +8957,6 @@ export declare class PxScarletThemeProvider {
|
|
|
8957
8957
|
}
|
|
8958
8958
|
export declare class Lavender {
|
|
8959
8959
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
8960
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof
|
|
8960
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxPillar, typeof PxP, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxStickyContainer, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxPillar, typeof PxP, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxStickyContainer, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
|
|
8961
8961
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
8962
8962
|
}
|