@proximus/lavender-angular 2.0.0-alpha.133 → 2.0.0-alpha.135

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.
@@ -780,40 +780,20 @@ export declare class PxBreadcrumb {
780
780
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxBreadcrumb, "px-breadcrumb", never, { "inverted": { "alias": "inverted"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "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>;
781
781
  }
782
782
  /**
783
- * @description Type-only wrapper for <px-button>
783
+ * @description Type-only wrapper for <px-button-icon>
784
784
  */
785
- export declare class PxButton {
785
+ export declare class PxButtonIcon {
786
786
  private elementRef;
787
- set variant(value: unknown);
788
- get variant(): unknown;
789
- set state(value: unknown);
790
- get state(): unknown;
791
- set loading(value: unknown);
792
- get loading(): unknown;
793
- set shape(value: unknown);
794
- get shape(): unknown;
795
- set shapeMobile(value: unknown);
796
- get shapeMobile(): unknown;
797
- set shapeTablet(value: unknown);
798
- get shapeTablet(): unknown;
799
- set shapeLaptop(value: unknown);
800
- get shapeLaptop(): unknown;
801
- set shapeDesktop(value: unknown);
802
- get shapeDesktop(): unknown;
803
787
  set inverted(value: unknown);
804
788
  get inverted(): unknown;
789
+ set loading(value: unknown);
790
+ get loading(): unknown;
791
+ set size(value: unknown);
792
+ get size(): unknown;
793
+ set variant(value: unknown);
794
+ get variant(): unknown;
805
795
  set ariaExpanded(value: unknown);
806
796
  get ariaExpanded(): unknown;
807
- set extended(value: unknown);
808
- get extended(): unknown;
809
- set extendedMobile(value: unknown);
810
- get extendedMobile(): unknown;
811
- set extendedTablet(value: unknown);
812
- get extendedTablet(): unknown;
813
- set extendedLaptop(value: unknown);
814
- get extendedLaptop(): unknown;
815
- set extendedDesktop(value: unknown);
816
- get extendedDesktop(): unknown;
817
797
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
818
798
  set name(value: string);
819
799
  get name(): string;
@@ -921,26 +901,14 @@ export declare class PxButton {
921
901
  set stickyBottom(value: unknown);
922
902
  get stickyBottom(): unknown;
923
903
  constructor(elementRef: ElementRef);
924
- static ɵfac: i0.ɵɵFactoryDeclaration<PxButton, never>;
925
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxButton, "px-button", never, { "variant": { "alias": "variant"; "required": false; }; "state": { "alias": "state"; "required": false; }; "loading": { "alias": "loading"; "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; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "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; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
904
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonIcon, never>;
905
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxButtonIcon, "px-button-icon", never, { "inverted": { "alias": "inverted"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
926
906
  }
927
907
  /**
928
- * @description Type-only wrapper for <px-button-wrapper>
908
+ * @description Type-only wrapper for <px-button>
929
909
  */
930
- export declare class PxButtonWrapper {
910
+ export declare class PxButton {
931
911
  private elementRef;
932
- /** The name of the button, submitted as a pair with the button's value as part of the form data. */
933
- set name(value: string);
934
- get name(): string;
935
- /** The value associated with the button's name when it's submitted with a form. */
936
- set value(value: string);
937
- get value(): string;
938
- /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
939
- set type(value: string);
940
- get type(): string;
941
- /** Whether the button is disabled. */
942
- set disabled(value: boolean);
943
- get disabled(): boolean;
944
912
  set variant(value: unknown);
945
913
  get variant(): unknown;
946
914
  set state(value: unknown);
@@ -971,6 +939,18 @@ export declare class PxButtonWrapper {
971
939
  get extendedLaptop(): unknown;
972
940
  set extendedDesktop(value: unknown);
973
941
  get extendedDesktop(): unknown;
942
+ /** The name of the button, submitted as a pair with the button's value as part of the form data. */
943
+ set name(value: string);
944
+ get name(): string;
945
+ /** The value associated with the button's name when it's submitted with a form. */
946
+ set value(value: string);
947
+ get value(): string;
948
+ /** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
949
+ set type(value: string);
950
+ get type(): string;
951
+ /** Whether the button is disabled. */
952
+ set disabled(value: boolean);
953
+ get disabled(): boolean;
974
954
  set grow(value: unknown);
975
955
  get grow(): unknown;
976
956
  set growMobile(value: unknown);
@@ -1066,24 +1046,14 @@ export declare class PxButtonWrapper {
1066
1046
  set stickyBottom(value: unknown);
1067
1047
  get stickyBottom(): unknown;
1068
1048
  constructor(elementRef: ElementRef);
1069
- static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonWrapper, never>;
1070
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxButtonWrapper, "px-button-wrapper", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "state": { "alias": "state"; "required": false; }; "loading": { "alias": "loading"; "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; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "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; }; "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>;
1049
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxButton, never>;
1050
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxButton, "px-button", never, { "variant": { "alias": "variant"; "required": false; }; "state": { "alias": "state"; "required": false; }; "loading": { "alias": "loading"; "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; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "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; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
1071
1051
  }
1072
1052
  /**
1073
- * @description Type-only wrapper for <px-button-icon>
1053
+ * @description Type-only wrapper for <px-button-wrapper>
1074
1054
  */
1075
- export declare class PxButtonIcon {
1055
+ export declare class PxButtonWrapper {
1076
1056
  private elementRef;
1077
- set inverted(value: unknown);
1078
- get inverted(): unknown;
1079
- set loading(value: unknown);
1080
- get loading(): unknown;
1081
- set size(value: unknown);
1082
- get size(): unknown;
1083
- set variant(value: unknown);
1084
- get variant(): unknown;
1085
- set ariaExpanded(value: unknown);
1086
- get ariaExpanded(): unknown;
1087
1057
  /** The name of the button, submitted as a pair with the button's value as part of the form data. */
1088
1058
  set name(value: string);
1089
1059
  get name(): string;
@@ -1096,6 +1066,36 @@ export declare class PxButtonIcon {
1096
1066
  /** Whether the button is disabled. */
1097
1067
  set disabled(value: boolean);
1098
1068
  get disabled(): boolean;
1069
+ set variant(value: unknown);
1070
+ get variant(): unknown;
1071
+ set state(value: unknown);
1072
+ get state(): unknown;
1073
+ set loading(value: unknown);
1074
+ get loading(): unknown;
1075
+ set shape(value: unknown);
1076
+ get shape(): unknown;
1077
+ set shapeMobile(value: unknown);
1078
+ get shapeMobile(): unknown;
1079
+ set shapeTablet(value: unknown);
1080
+ get shapeTablet(): unknown;
1081
+ set shapeLaptop(value: unknown);
1082
+ get shapeLaptop(): unknown;
1083
+ set shapeDesktop(value: unknown);
1084
+ get shapeDesktop(): unknown;
1085
+ set inverted(value: unknown);
1086
+ get inverted(): unknown;
1087
+ set ariaExpanded(value: unknown);
1088
+ get ariaExpanded(): unknown;
1089
+ set extended(value: unknown);
1090
+ get extended(): unknown;
1091
+ set extendedMobile(value: unknown);
1092
+ get extendedMobile(): unknown;
1093
+ set extendedTablet(value: unknown);
1094
+ get extendedTablet(): unknown;
1095
+ set extendedLaptop(value: unknown);
1096
+ get extendedLaptop(): unknown;
1097
+ set extendedDesktop(value: unknown);
1098
+ get extendedDesktop(): unknown;
1099
1099
  set grow(value: unknown);
1100
1100
  get grow(): unknown;
1101
1101
  set growMobile(value: unknown);
@@ -1191,8 +1191,8 @@ export declare class PxButtonIcon {
1191
1191
  set stickyBottom(value: unknown);
1192
1192
  get stickyBottom(): unknown;
1193
1193
  constructor(elementRef: ElementRef);
1194
- static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonIcon, never>;
1195
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxButtonIcon, "px-button-icon", never, { "inverted": { "alias": "inverted"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; }, {}, never, never, false, never>;
1194
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonWrapper, never>;
1195
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxButtonWrapper, "px-button-wrapper", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "state": { "alias": "state"; "required": false; }; "loading": { "alias": "loading"; "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; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "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; }; "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>;
1196
1196
  }
1197
1197
  /**
1198
1198
  * @description Type-only wrapper for <px-card>
@@ -1325,38 +1325,6 @@ export declare class PxCard {
1325
1325
  static ɵfac: i0.ɵɵFactoryDeclaration<PxCard, never>;
1326
1326
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxCard, "px-card", never, { "inverted": { "alias": "inverted"; "required": false; }; "backgroundColor": { "alias": "background-color"; "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; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaPositionMobile": { "alias": "media-position--mobile"; "required": false; }; "mediaPositionTablet": { "alias": "media-position--tablet"; "required": false; }; "mediaPositionLaptop": { "alias": "media-position--laptop"; "required": false; }; "mediaSrc": { "alias": "media-src"; "required": false; }; "mediaSrcMobile": { "alias": "media-src--mobile"; "required": false; }; "mediaSrcTablet": { "alias": "media-src--tablet"; "required": false; }; "mediaSrcLaptop": { "alias": "media-src--laptop"; "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>;
1327
1327
  }
1328
- /**
1329
- * @description Type-only wrapper for <px-appleseed>
1330
- */
1331
- export declare class PxAppleseed {
1332
- private elementRef;
1333
- set amount(value: unknown);
1334
- get amount(): unknown;
1335
- set active(value: unknown);
1336
- get active(): unknown;
1337
- constructor(elementRef: ElementRef);
1338
- static ɵfac: i0.ɵɵFactoryDeclaration<PxAppleseed, never>;
1339
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxAppleseed, "px-appleseed", never, { "amount": { "alias": "amount"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, false, never>;
1340
- }
1341
- /**
1342
- * @description Type-only wrapper for <px-carousel>
1343
- */
1344
- export declare class PxCarousel {
1345
- private elementRef;
1346
- constructor(elementRef: ElementRef);
1347
- static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
1348
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, false, never>;
1349
- }
1350
- /**
1351
- * @description Type-only wrapper for <px-carousel-item>
1352
- */
1353
- export declare class PxCarouselItem {
1354
- private elementRef;
1355
- CAROUSEL_ITEM_CONNECTED_EVENT: EventEmitter<CustomEvent<any>>;
1356
- constructor(elementRef: ElementRef);
1357
- static ɵfac: i0.ɵɵFactoryDeclaration<PxCarouselItem, never>;
1358
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarouselItem, "px-carousel-item", never, {}, { "CAROUSEL_ITEM_CONNECTED_EVENT": "CAROUSEL_ITEM_CONNECTED_EVENT"; }, never, never, false, never>;
1359
- }
1360
1328
  /**
1361
1329
  * @description Type-only wrapper for <px-cell>
1362
1330
  */
@@ -2198,6 +2166,38 @@ export declare class PxCellSwitch {
2198
2166
  static ɵfac: i0.ɵɵFactoryDeclaration<PxCellSwitch, never>;
2199
2167
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxCellSwitch, "px-cell-switch", never, { "inverted": { "alias": "inverted"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "separatorMobile": { "alias": "separator--mobile"; "required": false; }; "separatorTablet": { "alias": "separator--tablet"; "required": false; }; "separatorLaptop": { "alias": "separator--laptop"; "required": false; }; "separatorDesktop": { "alias": "separator--desktop"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "radiusMobile": { "alias": "radius--mobile"; "required": false; }; "radiusTablet": { "alias": "radius--tablet"; "required": false; }; "radiusLaptop": { "alias": "radius--laptop"; "required": false; }; "radiusDesktop": { "alias": "radius--desktop"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "compact": { "alias": "compact"; "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; }; }, { "change": "change"; }, never, never, false, never>;
2200
2168
  }
2169
+ /**
2170
+ * @description Type-only wrapper for <px-appleseed>
2171
+ */
2172
+ export declare class PxAppleseed {
2173
+ private elementRef;
2174
+ set amount(value: unknown);
2175
+ get amount(): unknown;
2176
+ set active(value: unknown);
2177
+ get active(): unknown;
2178
+ constructor(elementRef: ElementRef);
2179
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxAppleseed, never>;
2180
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxAppleseed, "px-appleseed", never, { "amount": { "alias": "amount"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, false, never>;
2181
+ }
2182
+ /**
2183
+ * @description Type-only wrapper for <px-carousel>
2184
+ */
2185
+ export declare class PxCarousel {
2186
+ private elementRef;
2187
+ constructor(elementRef: ElementRef);
2188
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
2189
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, false, never>;
2190
+ }
2191
+ /**
2192
+ * @description Type-only wrapper for <px-carousel-item>
2193
+ */
2194
+ export declare class PxCarouselItem {
2195
+ private elementRef;
2196
+ CAROUSEL_ITEM_CONNECTED_EVENT: EventEmitter<CustomEvent<any>>;
2197
+ constructor(elementRef: ElementRef);
2198
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCarouselItem, never>;
2199
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarouselItem, "px-carousel-item", never, {}, { "CAROUSEL_ITEM_CONNECTED_EVENT": "CAROUSEL_ITEM_CONNECTED_EVENT"; }, never, never, false, never>;
2200
+ }
2201
2201
  /**
2202
2202
  * @description Type-only wrapper for <px-checkbox>
2203
2203
  */
@@ -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 PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxStickyContainer, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxStickyContainer, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
9076
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButtonIcon, typeof PxButton, typeof PxButtonWrapper, typeof PxCard, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxStickyContainer, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButtonIcon, typeof PxButton, typeof PxButtonWrapper, typeof PxCard, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, 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]>;
9077
9077
  static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
9078
9078
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "2.0.0-alpha.133",
3
+ "version": "2.0.0-alpha.135",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,