@proximus/lavender-angular 2.0.0-alpha.57 → 2.0.0-alpha.59
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
|
@@ -2387,6 +2387,8 @@ export declare class PxContainer {
|
|
|
2387
2387
|
get anchorSpacing(): unknown;
|
|
2388
2388
|
set inverted(value: unknown);
|
|
2389
2389
|
get inverted(): unknown;
|
|
2390
|
+
set subgridRows(value: unknown);
|
|
2391
|
+
get subgridRows(): unknown;
|
|
2390
2392
|
set grow(value: unknown);
|
|
2391
2393
|
get grow(): unknown;
|
|
2392
2394
|
set growMobile(value: unknown);
|
|
@@ -2479,7 +2481,7 @@ export declare class PxContainer {
|
|
|
2479
2481
|
get orderDesktop(): unknown;
|
|
2480
2482
|
constructor(elementRef: ElementRef);
|
|
2481
2483
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxContainer, never>;
|
|
2482
|
-
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; }; "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; }; }, {}, never, never, false, never>;
|
|
2484
|
+
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; }; }, {}, never, never, false, never>;
|
|
2483
2485
|
}
|
|
2484
2486
|
/**
|
|
2485
2487
|
* @description Type-only wrapper for <px-content-header>
|
|
@@ -2989,6 +2991,15 @@ export declare class PxGrid {
|
|
|
2989
2991
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxGrid, never>;
|
|
2990
2992
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxGrid, "px-grid", never, { "gridCols": { "alias": "grid-cols"; "required": false; }; "gridColsMobile": { "alias": "grid-cols--mobile"; "required": false; }; "gridColsTablet": { "alias": "grid-cols--tablet"; "required": false; }; "gridColsLaptop": { "alias": "grid-cols--laptop"; "required": false; }; "justifyContent": { "alias": "justify-content"; "required": false; }; "justifyItems": { "alias": "justify-items"; "required": false; }; "alignContent": { "alias": "align-content"; "required": false; }; "alignItems": { "alias": "align-items"; "required": false; }; "justifyContentMobile": { "alias": "justify-content--mobile"; "required": false; }; "justifyItemsMobile": { "alias": "justify-items--mobile"; "required": false; }; "alignContentMobile": { "alias": "align-content--mobile"; "required": false; }; "alignItemsMobile": { "alias": "align-items--mobile"; "required": false; }; "justifyContentTablet": { "alias": "justify-content--tablet"; "required": false; }; "justifyItemsTablet": { "alias": "justify-items--tablet"; "required": false; }; "alignContentTablet": { "alias": "align-content--tablet"; "required": false; }; "alignItemsTablet": { "alias": "align-items--tablet"; "required": false; }; "justifyContentLaptop": { "alias": "justify-content--laptop"; "required": false; }; "justifyItemsLaptop": { "alias": "justify-items--laptop"; "required": false; }; "alignContentLaptop": { "alias": "align-content--laptop"; "required": false; }; "alignItemsLaptop": { "alias": "align-items--laptop"; "required": false; }; "justifyContentDesktop": { "alias": "justify-content--desktop"; "required": false; }; "justifyItemsDesktop": { "alias": "justify-items--desktop"; "required": false; }; "alignContentDesktop": { "alias": "align-content--desktop"; "required": false; }; "alignItemsDesktop": { "alias": "align-items--desktop"; "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; }; }, {}, never, never, false, never>;
|
|
2991
2993
|
}
|
|
2994
|
+
/**
|
|
2995
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
2996
|
+
*/
|
|
2997
|
+
export declare class PxHeadingGroup {
|
|
2998
|
+
private elementRef;
|
|
2999
|
+
constructor(elementRef: ElementRef);
|
|
3000
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxHeadingGroup, never>;
|
|
3001
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxHeadingGroup, "px-heading-group", never, {}, {}, never, never, false, never>;
|
|
3002
|
+
}
|
|
2992
3003
|
/**
|
|
2993
3004
|
* @description Type-only wrapper for <px-h1>
|
|
2994
3005
|
*/
|
|
@@ -3691,15 +3702,6 @@ export declare class PxH6 {
|
|
|
3691
3702
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxH6, never>;
|
|
3692
3703
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxH6, "px-h6", never, { "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "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; }; "textAlignDesktop": { "alias": "text-align--desktop"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "autoSpacing": { "alias": "auto-spacing"; "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; }; }, {}, never, never, false, never>;
|
|
3693
3704
|
}
|
|
3694
|
-
/**
|
|
3695
|
-
* @description Type-only wrapper for <px-heading-group>
|
|
3696
|
-
*/
|
|
3697
|
-
export declare class PxHeadingGroup {
|
|
3698
|
-
private elementRef;
|
|
3699
|
-
constructor(elementRef: ElementRef);
|
|
3700
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxHeadingGroup, never>;
|
|
3701
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxHeadingGroup, "px-heading-group", never, {}, {}, never, never, false, never>;
|
|
3702
|
-
}
|
|
3703
3705
|
/**
|
|
3704
3706
|
* @description Type-only wrapper for <px-img>
|
|
3705
3707
|
*/
|
|
@@ -8322,6 +8324,6 @@ export declare class PxScarletThemeProvider {
|
|
|
8322
8324
|
}
|
|
8323
8325
|
export declare class Lavender {
|
|
8324
8326
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
8325
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, 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
|
|
8327
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, 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 PxHeadingGroup, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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 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 PxHeadingGroup, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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]>;
|
|
8326
8328
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
8327
8329
|
}
|