@proximus/lavender-angular 1.4.12-alpha.2 → 1.4.12-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.
package/lavender.directive.d.ts
CHANGED
|
@@ -2708,6 +2708,34 @@ export declare class PxContainer {
|
|
|
2708
2708
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxContainer, never>;
|
|
2709
2709
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxContainer, "px-container", never, { "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "border-color"; "required": false; }; "borderSide": { "alias": "border-side"; "required": false; }; "borderSideMobile": { "alias": "border-side--mobile"; "required": false; }; "borderSideTablet": { "alias": "border-side--tablet"; "required": false; }; "borderSideLaptop": { "alias": "border-side--laptop"; "required": false; }; "borderRadius": { "alias": "border-radius"; "required": false; }; "noBorderRadius": { "alias": "no-border-radius"; "required": false; }; "noBorderRadiusMobile": { "alias": "no-border-radius--mobile"; "required": false; }; "noBorderRadiusTablet": { "alias": "no-border-radius--tablet"; "required": false; }; "noBorderRadiusLaptop": { "alias": "no-border-radius--laptop"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundColorMobile": { "alias": "background-color--mobile"; "required": false; }; "backgroundColorTablet": { "alias": "background-color--tablet"; "required": false; }; "backgroundColorLaptop": { "alias": "background-color--laptop"; "required": false; }; "backgroundGradient": { "alias": "background-gradient"; "required": false; }; "backgroundGradientMobile": { "alias": "background-gradient--mobile"; "required": false; }; "backgroundGradientTablet": { "alias": "background-gradient--tablet"; "required": false; }; "backgroundGradientLaptop": { "alias": "background-gradient--laptop"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "backgroundImageMobile": { "alias": "background-image--mobile"; "required": false; }; "backgroundImageTablet": { "alias": "background-image--tablet"; "required": false; }; "backgroundImageLaptop": { "alias": "background-image--laptop"; "required": false; }; "backgroundSize": { "alias": "background-size"; "required": false; }; "backgroundPosition": { "alias": "background-position"; "required": false; }; "boxShadow": { "alias": "box-shadow"; "required": false; }; "anchorOffset": { "alias": "anchor-offset"; "required": false; }; "anchorSpacing": { "alias": "anchor-spacing"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "subgridRows": { "alias": "subgrid-rows"; "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>;
|
|
2710
2710
|
}
|
|
2711
|
+
/**
|
|
2712
|
+
* @description Type-only wrapper for <px-drawer>
|
|
2713
|
+
*/
|
|
2714
|
+
export declare class PxDrawer {
|
|
2715
|
+
private elementRef;
|
|
2716
|
+
set open(value: unknown);
|
|
2717
|
+
get open(): unknown;
|
|
2718
|
+
set ariaLabelCloseButton(value: unknown);
|
|
2719
|
+
get ariaLabelCloseButton(): unknown;
|
|
2720
|
+
set openedby(value: unknown);
|
|
2721
|
+
get openedby(): unknown;
|
|
2722
|
+
set closedby(value: unknown);
|
|
2723
|
+
get closedby(): unknown;
|
|
2724
|
+
set fullscreen(value: unknown);
|
|
2725
|
+
get fullscreen(): unknown;
|
|
2726
|
+
set fullscreenMobile(value: unknown);
|
|
2727
|
+
get fullscreenMobile(): unknown;
|
|
2728
|
+
set fullscreenTablet(value: unknown);
|
|
2729
|
+
get fullscreenTablet(): unknown;
|
|
2730
|
+
set fullscreenLaptop(value: unknown);
|
|
2731
|
+
get fullscreenLaptop(): unknown;
|
|
2732
|
+
set fullscreenDesktop(value: unknown);
|
|
2733
|
+
get fullscreenDesktop(): unknown;
|
|
2734
|
+
HIDE_EVENT: EventEmitter<Event>;
|
|
2735
|
+
constructor(elementRef: ElementRef);
|
|
2736
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxDrawer, never>;
|
|
2737
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxDrawer, "px-drawer", never, { "open": { "alias": "open"; "required": false; }; "ariaLabelCloseButton": { "alias": "aria-label-close-button"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "fullscreenMobile": { "alias": "fullscreen--mobile"; "required": false; }; "fullscreenTablet": { "alias": "fullscreen--tablet"; "required": false; }; "fullscreenLaptop": { "alias": "fullscreen--laptop"; "required": false; }; "fullscreenDesktop": { "alias": "fullscreen--desktop"; "required": false; }; }, { "HIDE_EVENT": "HIDE_EVENT"; }, never, never, false, never>;
|
|
2738
|
+
}
|
|
2711
2739
|
/**
|
|
2712
2740
|
* @description Type-only wrapper for <px-content-header>
|
|
2713
2741
|
*/
|
|
@@ -2845,34 +2873,6 @@ export declare class PxContentHeader {
|
|
|
2845
2873
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxContentHeader, never>;
|
|
2846
2874
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxContentHeader, "px-content-header", never, { "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundGradient": { "alias": "background-gradient"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "backgroundImageMobile": { "alias": "background-image--mobile"; "required": false; }; "backgroundImageTablet": { "alias": "background-image--tablet"; "required": false; }; "backgroundImageLaptop": { "alias": "background-image--laptop"; "required": false; }; "backgroundSize": { "alias": "background-size"; "required": false; }; "backgroundPosition": { "alias": "background-position"; "required": false; }; "contrastHelperGradient": { "alias": "contrast-helper-gradient"; "required": false; }; "contrastHelperOverlay": { "alias": "contrast-helper-overlay"; "required": false; }; "minHeight": { "alias": "min-height"; "required": false; }; "hasGridding": { "alias": "has-gridding"; "required": false; }; "hasGriddingMobile": { "alias": "has-gridding--mobile"; "required": false; }; "hasGriddingTablet": { "alias": "has-gridding--tablet"; "required": false; }; "hasGriddingLaptop": { "alias": "has-gridding--laptop"; "required": false; }; "hasGriddingDesktop": { "alias": "has-gridding--desktop"; "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>;
|
|
2847
2875
|
}
|
|
2848
|
-
/**
|
|
2849
|
-
* @description Type-only wrapper for <px-drawer>
|
|
2850
|
-
*/
|
|
2851
|
-
export declare class PxDrawer {
|
|
2852
|
-
private elementRef;
|
|
2853
|
-
set open(value: unknown);
|
|
2854
|
-
get open(): unknown;
|
|
2855
|
-
set ariaLabelCloseButton(value: unknown);
|
|
2856
|
-
get ariaLabelCloseButton(): unknown;
|
|
2857
|
-
set openedby(value: unknown);
|
|
2858
|
-
get openedby(): unknown;
|
|
2859
|
-
set closedby(value: unknown);
|
|
2860
|
-
get closedby(): unknown;
|
|
2861
|
-
set fullscreen(value: unknown);
|
|
2862
|
-
get fullscreen(): unknown;
|
|
2863
|
-
set fullscreenMobile(value: unknown);
|
|
2864
|
-
get fullscreenMobile(): unknown;
|
|
2865
|
-
set fullscreenTablet(value: unknown);
|
|
2866
|
-
get fullscreenTablet(): unknown;
|
|
2867
|
-
set fullscreenLaptop(value: unknown);
|
|
2868
|
-
get fullscreenLaptop(): unknown;
|
|
2869
|
-
set fullscreenDesktop(value: unknown);
|
|
2870
|
-
get fullscreenDesktop(): unknown;
|
|
2871
|
-
HIDE_EVENT: EventEmitter<Event>;
|
|
2872
|
-
constructor(elementRef: ElementRef);
|
|
2873
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxDrawer, never>;
|
|
2874
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxDrawer, "px-drawer", never, { "open": { "alias": "open"; "required": false; }; "ariaLabelCloseButton": { "alias": "aria-label-close-button"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "fullscreenMobile": { "alias": "fullscreen--mobile"; "required": false; }; "fullscreenTablet": { "alias": "fullscreen--tablet"; "required": false; }; "fullscreenLaptop": { "alias": "fullscreen--laptop"; "required": false; }; "fullscreenDesktop": { "alias": "fullscreen--desktop"; "required": false; }; }, { "HIDE_EVENT": "HIDE_EVENT"; }, never, never, false, never>;
|
|
2875
|
-
}
|
|
2876
2876
|
/**
|
|
2877
2877
|
* @description Type-only wrapper for <px-dropdown>
|
|
2878
2878
|
*/
|
|
@@ -9073,6 +9073,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9073
9073
|
}
|
|
9074
9074
|
export declare class Lavender {
|
|
9075
9075
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9076
|
-
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
|
|
9076
|
+
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 PxDrawer, typeof PxContentHeader, 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 PxDrawer, typeof PxContentHeader, 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]>;
|
|
9077
9077
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9078
9078
|
}
|