@proximus/lavender-angular 2.0.0-alpha.184 → 2.0.0-alpha.185
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
|
@@ -6778,36 +6778,16 @@ export declare class PxCardHeading {
|
|
|
6778
6778
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, true, never>;
|
|
6779
6779
|
}
|
|
6780
6780
|
/**
|
|
6781
|
-
* @description Type-only wrapper for <px-
|
|
6781
|
+
* @description Type-only wrapper for <px-price>
|
|
6782
6782
|
*/
|
|
6783
|
-
export declare class
|
|
6783
|
+
export declare class PxPrice {
|
|
6784
6784
|
private elementRef;
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
get state(): '' | 'error';
|
|
6788
|
-
/** The visual variant of the radio button. */
|
|
6789
|
-
set variant(value: '' | 'default' | 'selectable-tag');
|
|
6790
|
-
get variant(): '' | 'default' | 'selectable-tag';
|
|
6791
|
-
/** Whether to use inverted (dark background) styling. */
|
|
6792
|
-
set inverted(value: boolean);
|
|
6793
|
-
get inverted(): boolean;
|
|
6785
|
+
set variant(value: unknown);
|
|
6786
|
+
get variant(): unknown;
|
|
6794
6787
|
set size(value: unknown);
|
|
6795
6788
|
get size(): unknown;
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
get checked(): boolean;
|
|
6799
|
-
/** Whether the radio button is disabled. */
|
|
6800
|
-
set disabled(value: boolean);
|
|
6801
|
-
get disabled(): boolean;
|
|
6802
|
-
/** Whether to apply hover styling. */
|
|
6803
|
-
set hover(value: boolean);
|
|
6804
|
-
get hover(): boolean;
|
|
6805
|
-
/** The name of the radio button, used for form submission. */
|
|
6806
|
-
set name(value: string);
|
|
6807
|
-
get name(): string;
|
|
6808
|
-
/** The value of the radio button, used for form submission. */
|
|
6809
|
-
set value(value: string);
|
|
6810
|
-
get value(): string;
|
|
6789
|
+
set inverted(value: unknown);
|
|
6790
|
+
get inverted(): unknown;
|
|
6811
6791
|
set grow(value: unknown);
|
|
6812
6792
|
get grow(): unknown;
|
|
6813
6793
|
set growMobile(value: unknown);
|
|
@@ -6912,23 +6892,41 @@ export declare class PxRadio {
|
|
|
6912
6892
|
get wordBreakAllLaptop(): unknown;
|
|
6913
6893
|
set wordBreakAllDesktop(value: unknown);
|
|
6914
6894
|
get wordBreakAllDesktop(): unknown;
|
|
6915
|
-
/** Fired when the radio button becomes checked. */
|
|
6916
|
-
change: EventEmitter<Event>;
|
|
6917
6895
|
constructor(elementRef: ElementRef);
|
|
6918
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6919
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6896
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxPrice, never>;
|
|
6897
|
+
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>;
|
|
6920
6898
|
}
|
|
6921
6899
|
/**
|
|
6922
|
-
* @description Type-only wrapper for <px-radio
|
|
6900
|
+
* @description Type-only wrapper for <px-radio>
|
|
6923
6901
|
*/
|
|
6924
|
-
export declare class
|
|
6902
|
+
export declare class PxRadio {
|
|
6925
6903
|
private elementRef;
|
|
6926
|
-
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6904
|
+
/** The validation state of the radio button. */
|
|
6905
|
+
set state(value: '' | 'error');
|
|
6906
|
+
get state(): '' | 'error';
|
|
6907
|
+
/** The visual variant of the radio button. */
|
|
6908
|
+
set variant(value: '' | 'default' | 'selectable-tag');
|
|
6909
|
+
get variant(): '' | 'default' | 'selectable-tag';
|
|
6910
|
+
/** Whether to use inverted (dark background) styling. */
|
|
6911
|
+
set inverted(value: boolean);
|
|
6912
|
+
get inverted(): boolean;
|
|
6930
6913
|
set size(value: unknown);
|
|
6931
6914
|
get size(): unknown;
|
|
6915
|
+
/** Whether the radio button is checked. */
|
|
6916
|
+
set checked(value: boolean);
|
|
6917
|
+
get checked(): boolean;
|
|
6918
|
+
/** Whether the radio button is disabled. */
|
|
6919
|
+
set disabled(value: boolean);
|
|
6920
|
+
get disabled(): boolean;
|
|
6921
|
+
/** Whether to apply hover styling. */
|
|
6922
|
+
set hover(value: boolean);
|
|
6923
|
+
get hover(): boolean;
|
|
6924
|
+
/** The name of the radio button, used for form submission. */
|
|
6925
|
+
set name(value: string);
|
|
6926
|
+
get name(): string;
|
|
6927
|
+
/** The value of the radio button, used for form submission. */
|
|
6928
|
+
set value(value: string);
|
|
6929
|
+
get value(): string;
|
|
6932
6930
|
set grow(value: unknown);
|
|
6933
6931
|
get grow(): unknown;
|
|
6934
6932
|
set growMobile(value: unknown);
|
|
@@ -7033,27 +7031,19 @@ export declare class PxRadioBase {
|
|
|
7033
7031
|
get wordBreakAllLaptop(): unknown;
|
|
7034
7032
|
set wordBreakAllDesktop(value: unknown);
|
|
7035
7033
|
get wordBreakAllDesktop(): unknown;
|
|
7034
|
+
/** Fired when the radio button becomes checked. */
|
|
7035
|
+
change: EventEmitter<Event>;
|
|
7036
7036
|
constructor(elementRef: ElementRef);
|
|
7037
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7038
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
7037
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadio, never>;
|
|
7038
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxRadio, "px-radio", never, { "state": { "alias": "state"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "size": { "alias": "size"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "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; }; }, { "change": "change"; }, never, never, true, never>;
|
|
7039
7039
|
}
|
|
7040
7040
|
/**
|
|
7041
|
-
* @description Type-only wrapper for <px-radio-
|
|
7041
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
7042
7042
|
*/
|
|
7043
|
-
export declare class
|
|
7043
|
+
export declare class PxRadioBase {
|
|
7044
7044
|
private elementRef;
|
|
7045
|
-
set
|
|
7046
|
-
get
|
|
7047
|
-
set gap(value: unknown);
|
|
7048
|
-
get gap(): unknown;
|
|
7049
|
-
set variant(value: unknown);
|
|
7050
|
-
get variant(): unknown;
|
|
7051
|
-
set required(value: unknown);
|
|
7052
|
-
get required(): unknown;
|
|
7053
|
-
set disabled(value: unknown);
|
|
7054
|
-
get disabled(): unknown;
|
|
7055
|
-
set state(value: unknown);
|
|
7056
|
-
get state(): unknown;
|
|
7045
|
+
set hover(value: unknown);
|
|
7046
|
+
get hover(): unknown;
|
|
7057
7047
|
set inverted(value: unknown);
|
|
7058
7048
|
get inverted(): unknown;
|
|
7059
7049
|
set size(value: unknown);
|
|
@@ -7163,20 +7153,30 @@ export declare class PxRadioGroup {
|
|
|
7163
7153
|
set wordBreakAllDesktop(value: unknown);
|
|
7164
7154
|
get wordBreakAllDesktop(): unknown;
|
|
7165
7155
|
constructor(elementRef: ElementRef);
|
|
7166
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7167
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
7156
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioBase, never>;
|
|
7157
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxRadioBase, "px-radio-base", never, { "hover": { "alias": "hover"; "required": false; }; "inverted": { "alias": "inverted"; "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>;
|
|
7168
7158
|
}
|
|
7169
7159
|
/**
|
|
7170
|
-
* @description Type-only wrapper for <px-
|
|
7160
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
7171
7161
|
*/
|
|
7172
|
-
export declare class
|
|
7162
|
+
export declare class PxRadioGroup {
|
|
7173
7163
|
private elementRef;
|
|
7164
|
+
set name(value: unknown);
|
|
7165
|
+
get name(): unknown;
|
|
7166
|
+
set gap(value: unknown);
|
|
7167
|
+
get gap(): unknown;
|
|
7174
7168
|
set variant(value: unknown);
|
|
7175
7169
|
get variant(): unknown;
|
|
7176
|
-
set
|
|
7177
|
-
get
|
|
7170
|
+
set required(value: unknown);
|
|
7171
|
+
get required(): unknown;
|
|
7172
|
+
set disabled(value: unknown);
|
|
7173
|
+
get disabled(): unknown;
|
|
7174
|
+
set state(value: unknown);
|
|
7175
|
+
get state(): unknown;
|
|
7178
7176
|
set inverted(value: unknown);
|
|
7179
7177
|
get inverted(): unknown;
|
|
7178
|
+
set size(value: unknown);
|
|
7179
|
+
get size(): unknown;
|
|
7180
7180
|
set grow(value: unknown);
|
|
7181
7181
|
get grow(): unknown;
|
|
7182
7182
|
set growMobile(value: unknown);
|
|
@@ -7282,8 +7282,8 @@ export declare class PxPrice {
|
|
|
7282
7282
|
set wordBreakAllDesktop(value: unknown);
|
|
7283
7283
|
get wordBreakAllDesktop(): unknown;
|
|
7284
7284
|
constructor(elementRef: ElementRef);
|
|
7285
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7286
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
7285
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioGroup, never>;
|
|
7286
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxRadioGroup, "px-radio-group", never, { "name": { "alias": "name"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "state": { "alias": "state"; "required": false; }; "inverted": { "alias": "inverted"; "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>;
|
|
7287
7287
|
}
|
|
7288
7288
|
/**
|
|
7289
7289
|
* @description Type-only wrapper for <px-ribbon>
|
|
@@ -9946,6 +9946,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9946
9946
|
}
|
|
9947
9947
|
export declare class Lavender {
|
|
9948
9948
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9949
|
-
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 PxCodeInput, 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
|
|
9949
|
+
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 PxCodeInput, 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 PxCodeInput, 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]>;
|
|
9950
9950
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9951
9951
|
}
|