@proximus/lavender-angular 2.0.0-alpha.49 → 2.0.0-alpha.50
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
|
@@ -2334,6 +2334,8 @@ export declare class PxContainer {
|
|
|
2334
2334
|
get boxShadow(): unknown;
|
|
2335
2335
|
set anchorOffset(value: unknown);
|
|
2336
2336
|
get anchorOffset(): unknown;
|
|
2337
|
+
set anchorSpacing(value: unknown);
|
|
2338
|
+
get anchorSpacing(): unknown;
|
|
2337
2339
|
set inverted(value: unknown);
|
|
2338
2340
|
get inverted(): unknown;
|
|
2339
2341
|
set grow(value: unknown);
|
|
@@ -2428,7 +2430,7 @@ export declare class PxContainer {
|
|
|
2428
2430
|
get orderDesktop(): unknown;
|
|
2429
2431
|
constructor(elementRef: ElementRef);
|
|
2430
2432
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxContainer, never>;
|
|
2431
|
-
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; }; "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>;
|
|
2433
|
+
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>;
|
|
2432
2434
|
}
|
|
2433
2435
|
/**
|
|
2434
2436
|
* @description Type-only wrapper for <px-content-header>
|