@proximus/lavender-angular 1.4.9-alpha.12 → 1.4.9-alpha.13
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,20 +5853,30 @@ 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-p>
|
|
5857
5857
|
*/
|
|
5858
|
-
export declare class
|
|
5858
|
+
export declare class PxP {
|
|
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
|
|
5862
|
+
set color(value: unknown);
|
|
5863
|
+
get color(): unknown;
|
|
5864
|
+
set fontSize(value: unknown);
|
|
5865
|
+
get fontSize(): unknown;
|
|
5866
|
+
set fontWeight(value: unknown);
|
|
5867
|
+
get fontWeight(): unknown;
|
|
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;
|
|
5868
5876
|
set inverted(value: unknown);
|
|
5869
5877
|
get inverted(): unknown;
|
|
5878
|
+
set disabled(value: unknown);
|
|
5879
|
+
get disabled(): unknown;
|
|
5870
5880
|
set grow(value: unknown);
|
|
5871
5881
|
get grow(): unknown;
|
|
5872
5882
|
set growMobile(value: unknown);
|
|
@@ -5962,34 +5972,24 @@ export declare class PxPillar {
|
|
|
5962
5972
|
set stickyBottom(value: unknown);
|
|
5963
5973
|
get stickyBottom(): unknown;
|
|
5964
5974
|
constructor(elementRef: ElementRef);
|
|
5965
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
5966
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
5975
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxP, never>;
|
|
5976
|
+
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>;
|
|
5967
5977
|
}
|
|
5968
5978
|
/**
|
|
5969
|
-
* @description Type-only wrapper for <px-
|
|
5979
|
+
* @description Type-only wrapper for <px-pillar>
|
|
5970
5980
|
*/
|
|
5971
|
-
export declare class
|
|
5981
|
+
export declare class PxPillar {
|
|
5972
5982
|
private elementRef;
|
|
5973
5983
|
set variant(value: unknown);
|
|
5974
5984
|
get variant(): unknown;
|
|
5975
|
-
set
|
|
5976
|
-
get
|
|
5977
|
-
set
|
|
5978
|
-
get
|
|
5979
|
-
set
|
|
5980
|
-
get
|
|
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;
|
|
5985
|
+
set backgroundColor(value: unknown);
|
|
5986
|
+
get backgroundColor(): unknown;
|
|
5987
|
+
set backgroundGradient(value: unknown);
|
|
5988
|
+
get backgroundGradient(): unknown;
|
|
5989
|
+
set alignment(value: unknown);
|
|
5990
|
+
get alignment(): unknown;
|
|
5989
5991
|
set inverted(value: unknown);
|
|
5990
5992
|
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 PxP {
|
|
|
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<PxPillar, never>;
|
|
6089
|
+
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>;
|
|
6090
6090
|
}
|
|
6091
6091
|
/**
|
|
6092
6092
|
* @description Type-only wrapper for <px-card-actions>
|
|
@@ -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 PxP, typeof PxPillar, 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 PxP, typeof PxPillar, 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
|
}
|