@proximus/lavender-angular 2.0.0-alpha.181 → 2.0.0-alpha.182
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
|
@@ -850,20 +850,42 @@ export declare class PxBreadcrumb {
|
|
|
850
850
|
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; }; "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>;
|
|
851
851
|
}
|
|
852
852
|
/**
|
|
853
|
-
* @description Type-only wrapper for <px-button
|
|
853
|
+
* @description Type-only wrapper for <px-button>
|
|
854
854
|
*/
|
|
855
|
-
export declare class
|
|
855
|
+
export declare class PxButton {
|
|
856
856
|
private elementRef;
|
|
857
|
-
set inverted(value: unknown);
|
|
858
|
-
get inverted(): unknown;
|
|
859
|
-
set loading(value: unknown);
|
|
860
|
-
get loading(): unknown;
|
|
861
|
-
set size(value: unknown);
|
|
862
|
-
get size(): unknown;
|
|
863
857
|
set variant(value: unknown);
|
|
864
858
|
get variant(): unknown;
|
|
859
|
+
set state(value: unknown);
|
|
860
|
+
get state(): unknown;
|
|
861
|
+
set loading(value: unknown);
|
|
862
|
+
get loading(): unknown;
|
|
863
|
+
set shape(value: unknown);
|
|
864
|
+
get shape(): unknown;
|
|
865
|
+
set shapeMobile(value: unknown);
|
|
866
|
+
get shapeMobile(): unknown;
|
|
867
|
+
set shapeTablet(value: unknown);
|
|
868
|
+
get shapeTablet(): unknown;
|
|
869
|
+
set shapeLaptop(value: unknown);
|
|
870
|
+
get shapeLaptop(): unknown;
|
|
871
|
+
set shapeDesktop(value: unknown);
|
|
872
|
+
get shapeDesktop(): unknown;
|
|
873
|
+
set inverted(value: unknown);
|
|
874
|
+
get inverted(): unknown;
|
|
865
875
|
set ariaExpanded(value: unknown);
|
|
866
876
|
get ariaExpanded(): unknown;
|
|
877
|
+
set extended(value: unknown);
|
|
878
|
+
get extended(): unknown;
|
|
879
|
+
set extendedMobile(value: unknown);
|
|
880
|
+
get extendedMobile(): unknown;
|
|
881
|
+
set extendedTablet(value: unknown);
|
|
882
|
+
get extendedTablet(): unknown;
|
|
883
|
+
set extendedLaptop(value: unknown);
|
|
884
|
+
get extendedLaptop(): unknown;
|
|
885
|
+
set extendedDesktop(value: unknown);
|
|
886
|
+
get extendedDesktop(): unknown;
|
|
887
|
+
set size(value: unknown);
|
|
888
|
+
get size(): unknown;
|
|
867
889
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
868
890
|
set name(value: string);
|
|
869
891
|
get name(): string;
|
|
@@ -981,14 +1003,26 @@ export declare class PxButtonIcon {
|
|
|
981
1003
|
set wordBreakAllDesktop(value: unknown);
|
|
982
1004
|
get wordBreakAllDesktop(): unknown;
|
|
983
1005
|
constructor(elementRef: ElementRef);
|
|
984
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
985
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
1006
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxButton, never>;
|
|
1007
|
+
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; }; "size": { "alias": "size"; "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; }; "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>;
|
|
986
1008
|
}
|
|
987
1009
|
/**
|
|
988
|
-
* @description Type-only wrapper for <px-button>
|
|
1010
|
+
* @description Type-only wrapper for <px-button-wrapper>
|
|
989
1011
|
*/
|
|
990
|
-
export declare class
|
|
1012
|
+
export declare class PxButtonWrapper {
|
|
991
1013
|
private elementRef;
|
|
1014
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
1015
|
+
set name(value: string);
|
|
1016
|
+
get name(): string;
|
|
1017
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
1018
|
+
set value(value: string);
|
|
1019
|
+
get value(): string;
|
|
1020
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
1021
|
+
set type(value: string);
|
|
1022
|
+
get type(): string;
|
|
1023
|
+
/** Whether the button is disabled. */
|
|
1024
|
+
set disabled(value: boolean);
|
|
1025
|
+
get disabled(): boolean;
|
|
992
1026
|
set variant(value: unknown);
|
|
993
1027
|
get variant(): unknown;
|
|
994
1028
|
set state(value: unknown);
|
|
@@ -1021,18 +1055,6 @@ export declare class PxButton {
|
|
|
1021
1055
|
get extendedDesktop(): unknown;
|
|
1022
1056
|
set size(value: unknown);
|
|
1023
1057
|
get size(): unknown;
|
|
1024
|
-
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
1025
|
-
set name(value: string);
|
|
1026
|
-
get name(): string;
|
|
1027
|
-
/** The value associated with the button's name when it's submitted with a form. */
|
|
1028
|
-
set value(value: string);
|
|
1029
|
-
get value(): string;
|
|
1030
|
-
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
1031
|
-
set type(value: string);
|
|
1032
|
-
get type(): string;
|
|
1033
|
-
/** Whether the button is disabled. */
|
|
1034
|
-
set disabled(value: boolean);
|
|
1035
|
-
get disabled(): boolean;
|
|
1036
1058
|
set grow(value: unknown);
|
|
1037
1059
|
get grow(): unknown;
|
|
1038
1060
|
set growMobile(value: unknown);
|
|
@@ -1138,14 +1160,24 @@ export declare class PxButton {
|
|
|
1138
1160
|
set wordBreakAllDesktop(value: unknown);
|
|
1139
1161
|
get wordBreakAllDesktop(): unknown;
|
|
1140
1162
|
constructor(elementRef: ElementRef);
|
|
1141
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1142
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
1163
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonWrapper, never>;
|
|
1164
|
+
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; }; "size": { "alias": "size"; "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>;
|
|
1143
1165
|
}
|
|
1144
1166
|
/**
|
|
1145
|
-
* @description Type-only wrapper for <px-button-
|
|
1167
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
1146
1168
|
*/
|
|
1147
|
-
export declare class
|
|
1169
|
+
export declare class PxButtonIcon {
|
|
1148
1170
|
private elementRef;
|
|
1171
|
+
set inverted(value: unknown);
|
|
1172
|
+
get inverted(): unknown;
|
|
1173
|
+
set loading(value: unknown);
|
|
1174
|
+
get loading(): unknown;
|
|
1175
|
+
set size(value: unknown);
|
|
1176
|
+
get size(): unknown;
|
|
1177
|
+
set variant(value: unknown);
|
|
1178
|
+
get variant(): unknown;
|
|
1179
|
+
set ariaExpanded(value: unknown);
|
|
1180
|
+
get ariaExpanded(): unknown;
|
|
1149
1181
|
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
1150
1182
|
set name(value: string);
|
|
1151
1183
|
get name(): string;
|
|
@@ -1158,38 +1190,6 @@ export declare class PxButtonWrapper {
|
|
|
1158
1190
|
/** Whether the button is disabled. */
|
|
1159
1191
|
set disabled(value: boolean);
|
|
1160
1192
|
get disabled(): boolean;
|
|
1161
|
-
set variant(value: unknown);
|
|
1162
|
-
get variant(): unknown;
|
|
1163
|
-
set state(value: unknown);
|
|
1164
|
-
get state(): unknown;
|
|
1165
|
-
set loading(value: unknown);
|
|
1166
|
-
get loading(): unknown;
|
|
1167
|
-
set shape(value: unknown);
|
|
1168
|
-
get shape(): unknown;
|
|
1169
|
-
set shapeMobile(value: unknown);
|
|
1170
|
-
get shapeMobile(): unknown;
|
|
1171
|
-
set shapeTablet(value: unknown);
|
|
1172
|
-
get shapeTablet(): unknown;
|
|
1173
|
-
set shapeLaptop(value: unknown);
|
|
1174
|
-
get shapeLaptop(): unknown;
|
|
1175
|
-
set shapeDesktop(value: unknown);
|
|
1176
|
-
get shapeDesktop(): unknown;
|
|
1177
|
-
set inverted(value: unknown);
|
|
1178
|
-
get inverted(): unknown;
|
|
1179
|
-
set ariaExpanded(value: unknown);
|
|
1180
|
-
get ariaExpanded(): unknown;
|
|
1181
|
-
set extended(value: unknown);
|
|
1182
|
-
get extended(): unknown;
|
|
1183
|
-
set extendedMobile(value: unknown);
|
|
1184
|
-
get extendedMobile(): unknown;
|
|
1185
|
-
set extendedTablet(value: unknown);
|
|
1186
|
-
get extendedTablet(): unknown;
|
|
1187
|
-
set extendedLaptop(value: unknown);
|
|
1188
|
-
get extendedLaptop(): unknown;
|
|
1189
|
-
set extendedDesktop(value: unknown);
|
|
1190
|
-
get extendedDesktop(): unknown;
|
|
1191
|
-
set size(value: unknown);
|
|
1192
|
-
get size(): unknown;
|
|
1193
1193
|
set grow(value: unknown);
|
|
1194
1194
|
get grow(): unknown;
|
|
1195
1195
|
set growMobile(value: unknown);
|
|
@@ -1295,8 +1295,8 @@ export declare class PxButtonWrapper {
|
|
|
1295
1295
|
set wordBreakAllDesktop(value: unknown);
|
|
1296
1296
|
get wordBreakAllDesktop(): unknown;
|
|
1297
1297
|
constructor(elementRef: ElementRef);
|
|
1298
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1299
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
1298
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxButtonIcon, never>;
|
|
1299
|
+
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; }; "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>;
|
|
1300
1300
|
}
|
|
1301
1301
|
/**
|
|
1302
1302
|
* @description Type-only wrapper for <px-card>
|
|
@@ -9816,6 +9816,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9816
9816
|
}
|
|
9817
9817
|
export declare class Lavender {
|
|
9818
9818
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9819
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof
|
|
9819
|
+
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 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 PxToaster, 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 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 PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
|
|
9820
9820
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9821
9821
|
}
|