@proximus/lavender-angular 1.4.9-alpha.3 → 1.4.9-alpha.6
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
|
@@ -6152,34 +6152,16 @@ export declare class PxCardHeading {
|
|
|
6152
6152
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, false, never>;
|
|
6153
6153
|
}
|
|
6154
6154
|
/**
|
|
6155
|
-
* @description Type-only wrapper for <px-
|
|
6155
|
+
* @description Type-only wrapper for <px-price>
|
|
6156
6156
|
*/
|
|
6157
|
-
export declare class
|
|
6157
|
+
export declare class PxPrice {
|
|
6158
6158
|
private elementRef;
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
set
|
|
6164
|
-
get
|
|
6165
|
-
/** Whether to use inverted (dark background) styling. */
|
|
6166
|
-
set inverted(value: boolean);
|
|
6167
|
-
get inverted(): boolean;
|
|
6168
|
-
/** Whether the radio button is checked. */
|
|
6169
|
-
set checked(value: boolean);
|
|
6170
|
-
get checked(): boolean;
|
|
6171
|
-
/** Whether the radio button is disabled. */
|
|
6172
|
-
set disabled(value: boolean);
|
|
6173
|
-
get disabled(): boolean;
|
|
6174
|
-
/** Whether to apply hover styling. */
|
|
6175
|
-
set hover(value: boolean);
|
|
6176
|
-
get hover(): boolean;
|
|
6177
|
-
/** The name of the radio button, used for form submission. */
|
|
6178
|
-
set name(value: string);
|
|
6179
|
-
get name(): string;
|
|
6180
|
-
/** The value of the radio button, used for form submission. */
|
|
6181
|
-
set value(value: string);
|
|
6182
|
-
get value(): string;
|
|
6159
|
+
set variant(value: unknown);
|
|
6160
|
+
get variant(): unknown;
|
|
6161
|
+
set size(value: unknown);
|
|
6162
|
+
get size(): unknown;
|
|
6163
|
+
set inverted(value: unknown);
|
|
6164
|
+
get inverted(): unknown;
|
|
6183
6165
|
set grow(value: unknown);
|
|
6184
6166
|
get grow(): unknown;
|
|
6185
6167
|
set growMobile(value: unknown);
|
|
@@ -6274,21 +6256,39 @@ export declare class PxRadio {
|
|
|
6274
6256
|
get stickyTop(): unknown;
|
|
6275
6257
|
set stickyBottom(value: unknown);
|
|
6276
6258
|
get stickyBottom(): unknown;
|
|
6277
|
-
/** Fired when the radio button becomes checked. */
|
|
6278
|
-
change: EventEmitter<Event>;
|
|
6279
6259
|
constructor(elementRef: ElementRef);
|
|
6280
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6281
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6260
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxPrice, never>;
|
|
6261
|
+
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; }; }, {}, never, never, false, never>;
|
|
6282
6262
|
}
|
|
6283
6263
|
/**
|
|
6284
|
-
* @description Type-only wrapper for <px-radio
|
|
6264
|
+
* @description Type-only wrapper for <px-radio>
|
|
6285
6265
|
*/
|
|
6286
|
-
export declare class
|
|
6266
|
+
export declare class PxRadio {
|
|
6287
6267
|
private elementRef;
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6268
|
+
/** The validation state of the radio button. */
|
|
6269
|
+
set state(value: '' | 'error');
|
|
6270
|
+
get state(): '' | 'error';
|
|
6271
|
+
/** The visual variant of the radio button. */
|
|
6272
|
+
set variant(value: '' | 'default' | 'selectable-tag');
|
|
6273
|
+
get variant(): '' | 'default' | 'selectable-tag';
|
|
6274
|
+
/** Whether to use inverted (dark background) styling. */
|
|
6275
|
+
set inverted(value: boolean);
|
|
6276
|
+
get inverted(): boolean;
|
|
6277
|
+
/** Whether the radio button is checked. */
|
|
6278
|
+
set checked(value: boolean);
|
|
6279
|
+
get checked(): boolean;
|
|
6280
|
+
/** Whether the radio button is disabled. */
|
|
6281
|
+
set disabled(value: boolean);
|
|
6282
|
+
get disabled(): boolean;
|
|
6283
|
+
/** Whether to apply hover styling. */
|
|
6284
|
+
set hover(value: boolean);
|
|
6285
|
+
get hover(): boolean;
|
|
6286
|
+
/** The name of the radio button, used for form submission. */
|
|
6287
|
+
set name(value: string);
|
|
6288
|
+
get name(): string;
|
|
6289
|
+
/** The value of the radio button, used for form submission. */
|
|
6290
|
+
set value(value: string);
|
|
6291
|
+
get value(): string;
|
|
6292
6292
|
set grow(value: unknown);
|
|
6293
6293
|
get grow(): unknown;
|
|
6294
6294
|
set growMobile(value: unknown);
|
|
@@ -6383,27 +6383,19 @@ export declare class PxRadioBase {
|
|
|
6383
6383
|
get stickyTop(): unknown;
|
|
6384
6384
|
set stickyBottom(value: unknown);
|
|
6385
6385
|
get stickyBottom(): unknown;
|
|
6386
|
+
/** Fired when the radio button becomes checked. */
|
|
6387
|
+
change: EventEmitter<Event>;
|
|
6386
6388
|
constructor(elementRef: ElementRef);
|
|
6387
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6388
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6389
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadio, never>;
|
|
6390
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxRadio, "px-radio", never, { "state": { "alias": "state"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "inverted": { "alias": "inverted"; "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; }; }, { "change": "change"; }, never, never, false, never>;
|
|
6389
6391
|
}
|
|
6390
6392
|
/**
|
|
6391
|
-
* @description Type-only wrapper for <px-radio-
|
|
6393
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
6392
6394
|
*/
|
|
6393
|
-
export declare class
|
|
6395
|
+
export declare class PxRadioBase {
|
|
6394
6396
|
private elementRef;
|
|
6395
|
-
set
|
|
6396
|
-
get
|
|
6397
|
-
set gap(value: unknown);
|
|
6398
|
-
get gap(): unknown;
|
|
6399
|
-
set variant(value: unknown);
|
|
6400
|
-
get variant(): unknown;
|
|
6401
|
-
set required(value: unknown);
|
|
6402
|
-
get required(): unknown;
|
|
6403
|
-
set disabled(value: unknown);
|
|
6404
|
-
get disabled(): unknown;
|
|
6405
|
-
set state(value: unknown);
|
|
6406
|
-
get state(): unknown;
|
|
6397
|
+
set hover(value: unknown);
|
|
6398
|
+
get hover(): unknown;
|
|
6407
6399
|
set inverted(value: unknown);
|
|
6408
6400
|
get inverted(): unknown;
|
|
6409
6401
|
set grow(value: unknown);
|
|
@@ -6501,18 +6493,26 @@ export declare class PxRadioGroup {
|
|
|
6501
6493
|
set stickyBottom(value: unknown);
|
|
6502
6494
|
get stickyBottom(): unknown;
|
|
6503
6495
|
constructor(elementRef: ElementRef);
|
|
6504
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6505
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6496
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioBase, never>;
|
|
6497
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxRadioBase, "px-radio-base", never, { "hover": { "alias": "hover"; "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; }; }, {}, never, never, false, never>;
|
|
6506
6498
|
}
|
|
6507
6499
|
/**
|
|
6508
|
-
* @description Type-only wrapper for <px-
|
|
6500
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
6509
6501
|
*/
|
|
6510
|
-
export declare class
|
|
6502
|
+
export declare class PxRadioGroup {
|
|
6511
6503
|
private elementRef;
|
|
6504
|
+
set name(value: unknown);
|
|
6505
|
+
get name(): unknown;
|
|
6506
|
+
set gap(value: unknown);
|
|
6507
|
+
get gap(): unknown;
|
|
6512
6508
|
set variant(value: unknown);
|
|
6513
6509
|
get variant(): unknown;
|
|
6514
|
-
set
|
|
6515
|
-
get
|
|
6510
|
+
set required(value: unknown);
|
|
6511
|
+
get required(): unknown;
|
|
6512
|
+
set disabled(value: unknown);
|
|
6513
|
+
get disabled(): unknown;
|
|
6514
|
+
set state(value: unknown);
|
|
6515
|
+
get state(): unknown;
|
|
6516
6516
|
set inverted(value: unknown);
|
|
6517
6517
|
get inverted(): unknown;
|
|
6518
6518
|
set grow(value: unknown);
|
|
@@ -6610,8 +6610,8 @@ export declare class PxPrice {
|
|
|
6610
6610
|
set stickyBottom(value: unknown);
|
|
6611
6611
|
get stickyBottom(): unknown;
|
|
6612
6612
|
constructor(elementRef: ElementRef);
|
|
6613
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6614
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6613
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioGroup, never>;
|
|
6614
|
+
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; }; "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>;
|
|
6615
6615
|
}
|
|
6616
6616
|
/**
|
|
6617
6617
|
* @description Type-only wrapper for <px-ribbon>
|
|
@@ -8958,6 +8958,6 @@ export declare class PxScarletThemeProvider {
|
|
|
8958
8958
|
}
|
|
8959
8959
|
export declare class Lavender {
|
|
8960
8960
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
8961
|
-
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
|
|
8961
|
+
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]>;
|
|
8962
8962
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
8963
8963
|
}
|