@proximus/lavender-angular 2.0.0-alpha.174 → 2.0.0-alpha.176

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.
@@ -6075,28 +6075,6 @@ export declare class PxAWrapper {
6075
6075
  static ɵfac: i0.ɵɵFactoryDeclaration<PxAWrapper, never>;
6076
6076
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxAWrapper, "px-a-wrapper", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "download": { "alias": "download"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "shapeMobile": { "alias": "shape--mobile"; "required": false; }; "shapeTablet": { "alias": "shape--tablet"; "required": false; }; "shapeLaptop": { "alias": "shape--laptop"; "required": false; }; "shapeDesktop": { "alias": "shape--desktop"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; "extendedMobile": { "alias": "extended--mobile"; "required": false; }; "extendedTablet": { "alias": "extended--tablet"; "required": false; }; "extendedLaptop": { "alias": "extended--laptop"; "required": false; }; "extendedDesktop": { "alias": "extended--desktop"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "fontSize": { "alias": "font-size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontWeight": { "alias": "font-weight"; "required": false; }; "title": { "alias": "title"; "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; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
6077
6077
  }
6078
- /**
6079
- * @description Type-only wrapper for <px-modal>
6080
- */
6081
- export declare class PxModal {
6082
- private elementRef;
6083
- set open(value: unknown);
6084
- get open(): unknown;
6085
- set status(value: unknown);
6086
- get status(): unknown;
6087
- set mediaSrc(value: unknown);
6088
- get mediaSrc(): unknown;
6089
- set openedby(value: unknown);
6090
- get openedby(): unknown;
6091
- set closedby(value: unknown);
6092
- get closedby(): unknown;
6093
- set id(value: unknown);
6094
- get id(): unknown;
6095
- CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
6096
- constructor(elementRef: ElementRef);
6097
- static ɵfac: i0.ɵɵFactoryDeclaration<PxModal, never>;
6098
- 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, true, never>;
6099
- }
6100
6078
  /**
6101
6079
  * @description Type-only wrapper for <px-list>
6102
6080
  */
@@ -6330,6 +6308,28 @@ export declare class PxListItem {
6330
6308
  static ɵfac: i0.ɵɵFactoryDeclaration<PxListItem, never>;
6331
6309
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxListItem, "px-list-item", never, { "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; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, { "LIST_ITEM_CONNECTED_EVENT": "LIST_ITEM_CONNECTED_EVENT"; }, never, never, true, never>;
6332
6310
  }
6311
+ /**
6312
+ * @description Type-only wrapper for <px-modal>
6313
+ */
6314
+ export declare class PxModal {
6315
+ private elementRef;
6316
+ set open(value: unknown);
6317
+ get open(): unknown;
6318
+ set status(value: unknown);
6319
+ get status(): unknown;
6320
+ set mediaSrc(value: unknown);
6321
+ get mediaSrc(): unknown;
6322
+ set openedby(value: unknown);
6323
+ get openedby(): unknown;
6324
+ set closedby(value: unknown);
6325
+ get closedby(): unknown;
6326
+ set id(value: unknown);
6327
+ get id(): unknown;
6328
+ CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
6329
+ constructor(elementRef: ElementRef);
6330
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxModal, never>;
6331
+ 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, true, never>;
6332
+ }
6333
6333
  /**
6334
6334
  * @description Type-only wrapper for <px-p>
6335
6335
  */
@@ -6586,6 +6586,67 @@ export declare class PxPillar {
6586
6586
  static ɵfac: i0.ɵɵFactoryDeclaration<PxPillar, never>;
6587
6587
  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; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
6588
6588
  }
6589
+ /**
6590
+ * @description Type-only wrapper for <px-card-actions>
6591
+ */
6592
+ export declare class PxCardActions {
6593
+ private elementRef;
6594
+ constructor(elementRef: ElementRef);
6595
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCardActions, never>;
6596
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardActions, "px-card-actions", never, {}, {}, never, never, true, never>;
6597
+ }
6598
+ /**
6599
+ * @description Type-only wrapper for <px-card-container>
6600
+ */
6601
+ export declare class PxCardContainer {
6602
+ private elementRef;
6603
+ /** Switches to a dark surface with inverted text colors. */
6604
+ set inverted(value: boolean);
6605
+ get inverted(): boolean;
6606
+ /** URL of the card media image. */
6607
+ set src(value: string);
6608
+ get src(): string;
6609
+ /** Where the media image is rendered. */
6610
+ set mediaPosition(value: 'none' | 'top' | 'left');
6611
+ get mediaPosition(): 'none' | 'top' | 'left';
6612
+ /** How the media image is fitted. */
6613
+ set mediaSize(value: 'cover' | 'contain');
6614
+ get mediaSize(): 'cover' | 'contain';
6615
+ set mediaAltText(value: unknown);
6616
+ get mediaAltText(): unknown;
6617
+ /** Inner content padding size. */
6618
+ set padding(value: 's' | 'm' | 'l');
6619
+ get padding(): 's' | 'm' | 'l';
6620
+ /** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
6621
+ set aspectRatio(value: string);
6622
+ get aspectRatio(): string;
6623
+ /** Whether the card has a visible border. */
6624
+ set hasBorder(value: 'true' | 'false');
6625
+ get hasBorder(): 'true' | 'false';
6626
+ /** Surface color preset. */
6627
+ set backgroundColor(value: 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong');
6628
+ get backgroundColor(): 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong';
6629
+ /** URL of a full-card background image (delegated to `<px-container>`). */
6630
+ set backgroundImage(value: string);
6631
+ get backgroundImage(): string;
6632
+ set interactiveState(value: unknown);
6633
+ get interactiveState(): unknown;
6634
+ /** Alt text for the media image. */
6635
+ set alternativeText(value: string);
6636
+ get alternativeText(): string;
6637
+ constructor(elementRef: ElementRef);
6638
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCardContainer, never>;
6639
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardContainer, "px-card-container", never, { "inverted": { "alias": "inverted"; "required": false; }; "src": { "alias": "src"; "required": false; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaSize": { "alias": "media-size"; "required": false; }; "mediaAltText": { "alias": "media-alt-text"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "aspectRatio": { "alias": "aspect-ratio"; "required": false; }; "hasBorder": { "alias": "has-border"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "interactiveState": { "alias": "interactive-state"; "required": false; }; "alternativeText": { "alias": "alternative-text"; "required": false; }; }, {}, never, never, true, never>;
6640
+ }
6641
+ /**
6642
+ * @description Type-only wrapper for <px-card-heading>
6643
+ */
6644
+ export declare class PxCardHeading {
6645
+ private elementRef;
6646
+ constructor(elementRef: ElementRef);
6647
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCardHeading, never>;
6648
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, true, never>;
6649
+ }
6589
6650
  /**
6590
6651
  * @description Type-only wrapper for <px-price>
6591
6652
  */
@@ -6705,67 +6766,6 @@ export declare class PxPrice {
6705
6766
  static ɵfac: i0.ɵɵFactoryDeclaration<PxPrice, never>;
6706
6767
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxPrice, "px-price", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "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; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
6707
6768
  }
6708
- /**
6709
- * @description Type-only wrapper for <px-card-actions>
6710
- */
6711
- export declare class PxCardActions {
6712
- private elementRef;
6713
- constructor(elementRef: ElementRef);
6714
- static ɵfac: i0.ɵɵFactoryDeclaration<PxCardActions, never>;
6715
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardActions, "px-card-actions", never, {}, {}, never, never, true, never>;
6716
- }
6717
- /**
6718
- * @description Type-only wrapper for <px-card-container>
6719
- */
6720
- export declare class PxCardContainer {
6721
- private elementRef;
6722
- /** Switches to a dark surface with inverted text colors. */
6723
- set inverted(value: boolean);
6724
- get inverted(): boolean;
6725
- /** URL of the card media image. */
6726
- set src(value: string);
6727
- get src(): string;
6728
- /** Where the media image is rendered. */
6729
- set mediaPosition(value: 'none' | 'top' | 'left');
6730
- get mediaPosition(): 'none' | 'top' | 'left';
6731
- /** How the media image is fitted. */
6732
- set mediaSize(value: 'cover' | 'contain');
6733
- get mediaSize(): 'cover' | 'contain';
6734
- set mediaAltText(value: unknown);
6735
- get mediaAltText(): unknown;
6736
- /** Inner content padding size. */
6737
- set padding(value: 's' | 'm' | 'l');
6738
- get padding(): 's' | 'm' | 'l';
6739
- /** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
6740
- set aspectRatio(value: string);
6741
- get aspectRatio(): string;
6742
- /** Whether the card has a visible border. */
6743
- set hasBorder(value: 'true' | 'false');
6744
- get hasBorder(): 'true' | 'false';
6745
- /** Surface color preset. */
6746
- set backgroundColor(value: 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong');
6747
- get backgroundColor(): 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong';
6748
- /** URL of a full-card background image (delegated to `<px-container>`). */
6749
- set backgroundImage(value: string);
6750
- get backgroundImage(): string;
6751
- set interactiveState(value: unknown);
6752
- get interactiveState(): unknown;
6753
- /** Alt text for the media image. */
6754
- set alternativeText(value: string);
6755
- get alternativeText(): string;
6756
- constructor(elementRef: ElementRef);
6757
- static ɵfac: i0.ɵɵFactoryDeclaration<PxCardContainer, never>;
6758
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardContainer, "px-card-container", never, { "inverted": { "alias": "inverted"; "required": false; }; "src": { "alias": "src"; "required": false; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaSize": { "alias": "media-size"; "required": false; }; "mediaAltText": { "alias": "media-alt-text"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "aspectRatio": { "alias": "aspect-ratio"; "required": false; }; "hasBorder": { "alias": "has-border"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "interactiveState": { "alias": "interactive-state"; "required": false; }; "alternativeText": { "alias": "alternative-text"; "required": false; }; }, {}, never, never, true, never>;
6759
- }
6760
- /**
6761
- * @description Type-only wrapper for <px-card-heading>
6762
- */
6763
- export declare class PxCardHeading {
6764
- private elementRef;
6765
- constructor(elementRef: ElementRef);
6766
- static ɵfac: i0.ɵɵFactoryDeclaration<PxCardHeading, never>;
6767
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, true, never>;
6768
- }
6769
6769
  /**
6770
6770
  * @description Type-only wrapper for <px-radio>
6771
6771
  */
@@ -9803,6 +9803,6 @@ export declare class PxScarletThemeProvider {
9803
9803
  }
9804
9804
  export declare class Lavender {
9805
9805
  static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
9806
- static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, 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 PxModal, typeof PxList, typeof PxListItem, typeof PxP, typeof PxPillar, typeof PxPrice, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, 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], [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 PxModal, typeof PxList, typeof PxListItem, typeof PxP, typeof PxPillar, typeof PxPrice, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, 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]>;
9806
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, 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], [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]>;
9807
9807
  static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
9808
9808
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "2.0.0-alpha.174",
3
+ "version": "2.0.0-alpha.176",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,