@proximus/lavender-angular 1.4.10-alpha.9 → 2.0.0-alpha.100
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/CHANGELOG.md +79 -83
- package/esm2022/lavender.directive.mjs +184 -184
- package/fesm2022/proximus-lavender-angular.mjs +183 -183
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +77 -77
- package/package.json +1 -1
package/lavender.directive.d.ts
CHANGED
|
@@ -2850,8 +2850,8 @@ export declare class PxDrawer {
|
|
|
2850
2850
|
private elementRef;
|
|
2851
2851
|
set open(value: unknown);
|
|
2852
2852
|
get open(): unknown;
|
|
2853
|
-
set
|
|
2854
|
-
get
|
|
2853
|
+
set closeButtonAriaLabel(value: unknown);
|
|
2854
|
+
get closeButtonAriaLabel(): unknown;
|
|
2855
2855
|
set openedby(value: unknown);
|
|
2856
2856
|
get openedby(): unknown;
|
|
2857
2857
|
set closedby(value: unknown);
|
|
@@ -2859,7 +2859,7 @@ export declare class PxDrawer {
|
|
|
2859
2859
|
HIDE_EVENT: EventEmitter<Event>;
|
|
2860
2860
|
constructor(elementRef: ElementRef);
|
|
2861
2861
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxDrawer, never>;
|
|
2862
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxDrawer, "px-drawer", never, { "open": { "alias": "open"; "required": false; }; "
|
|
2862
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxDrawer, "px-drawer", never, { "open": { "alias": "open"; "required": false; }; "closeButtonAriaLabel": { "alias": "close-button-aria-label"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; }, { "HIDE_EVENT": "HIDE_EVENT"; }, never, never, false, never>;
|
|
2863
2863
|
}
|
|
2864
2864
|
/**
|
|
2865
2865
|
* @description Type-only wrapper for <px-dropdown>
|
|
@@ -6150,34 +6150,16 @@ export declare class PxCardHeading {
|
|
|
6150
6150
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, false, never>;
|
|
6151
6151
|
}
|
|
6152
6152
|
/**
|
|
6153
|
-
* @description Type-only wrapper for <px-
|
|
6153
|
+
* @description Type-only wrapper for <px-price>
|
|
6154
6154
|
*/
|
|
6155
|
-
export declare class
|
|
6155
|
+
export declare class PxPrice {
|
|
6156
6156
|
private elementRef;
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
set
|
|
6162
|
-
get
|
|
6163
|
-
/** Whether to use inverted (dark background) styling. */
|
|
6164
|
-
set inverted(value: boolean);
|
|
6165
|
-
get inverted(): boolean;
|
|
6166
|
-
/** Whether the radio button is checked. */
|
|
6167
|
-
set checked(value: boolean);
|
|
6168
|
-
get checked(): boolean;
|
|
6169
|
-
/** Whether the radio button is disabled. */
|
|
6170
|
-
set disabled(value: boolean);
|
|
6171
|
-
get disabled(): boolean;
|
|
6172
|
-
/** Whether to apply hover styling. */
|
|
6173
|
-
set hover(value: boolean);
|
|
6174
|
-
get hover(): boolean;
|
|
6175
|
-
/** The name of the radio button, used for form submission. */
|
|
6176
|
-
set name(value: string);
|
|
6177
|
-
get name(): string;
|
|
6178
|
-
/** The value of the radio button, used for form submission. */
|
|
6179
|
-
set value(value: string);
|
|
6180
|
-
get value(): string;
|
|
6157
|
+
set variant(value: unknown);
|
|
6158
|
+
get variant(): unknown;
|
|
6159
|
+
set size(value: unknown);
|
|
6160
|
+
get size(): unknown;
|
|
6161
|
+
set inverted(value: unknown);
|
|
6162
|
+
get inverted(): unknown;
|
|
6181
6163
|
set grow(value: unknown);
|
|
6182
6164
|
get grow(): unknown;
|
|
6183
6165
|
set growMobile(value: unknown);
|
|
@@ -6272,21 +6254,39 @@ export declare class PxRadio {
|
|
|
6272
6254
|
get stickyTop(): unknown;
|
|
6273
6255
|
set stickyBottom(value: unknown);
|
|
6274
6256
|
get stickyBottom(): unknown;
|
|
6275
|
-
/** Fired when the radio button becomes checked. */
|
|
6276
|
-
change: EventEmitter<Event>;
|
|
6277
6257
|
constructor(elementRef: ElementRef);
|
|
6278
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6279
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6258
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxPrice, never>;
|
|
6259
|
+
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>;
|
|
6280
6260
|
}
|
|
6281
6261
|
/**
|
|
6282
|
-
* @description Type-only wrapper for <px-radio
|
|
6262
|
+
* @description Type-only wrapper for <px-radio>
|
|
6283
6263
|
*/
|
|
6284
|
-
export declare class
|
|
6264
|
+
export declare class PxRadio {
|
|
6285
6265
|
private elementRef;
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6266
|
+
/** The validation state of the radio button. */
|
|
6267
|
+
set state(value: '' | 'error');
|
|
6268
|
+
get state(): '' | 'error';
|
|
6269
|
+
/** The visual variant of the radio button. */
|
|
6270
|
+
set variant(value: '' | 'default' | 'selectable-tag');
|
|
6271
|
+
get variant(): '' | 'default' | 'selectable-tag';
|
|
6272
|
+
/** Whether to use inverted (dark background) styling. */
|
|
6273
|
+
set inverted(value: boolean);
|
|
6274
|
+
get inverted(): boolean;
|
|
6275
|
+
/** Whether the radio button is checked. */
|
|
6276
|
+
set checked(value: boolean);
|
|
6277
|
+
get checked(): boolean;
|
|
6278
|
+
/** Whether the radio button is disabled. */
|
|
6279
|
+
set disabled(value: boolean);
|
|
6280
|
+
get disabled(): boolean;
|
|
6281
|
+
/** Whether to apply hover styling. */
|
|
6282
|
+
set hover(value: boolean);
|
|
6283
|
+
get hover(): boolean;
|
|
6284
|
+
/** The name of the radio button, used for form submission. */
|
|
6285
|
+
set name(value: string);
|
|
6286
|
+
get name(): string;
|
|
6287
|
+
/** The value of the radio button, used for form submission. */
|
|
6288
|
+
set value(value: string);
|
|
6289
|
+
get value(): string;
|
|
6290
6290
|
set grow(value: unknown);
|
|
6291
6291
|
get grow(): unknown;
|
|
6292
6292
|
set growMobile(value: unknown);
|
|
@@ -6381,27 +6381,19 @@ export declare class PxRadioBase {
|
|
|
6381
6381
|
get stickyTop(): unknown;
|
|
6382
6382
|
set stickyBottom(value: unknown);
|
|
6383
6383
|
get stickyBottom(): unknown;
|
|
6384
|
+
/** Fired when the radio button becomes checked. */
|
|
6385
|
+
change: EventEmitter<Event>;
|
|
6384
6386
|
constructor(elementRef: ElementRef);
|
|
6385
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6386
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6387
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadio, never>;
|
|
6388
|
+
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>;
|
|
6387
6389
|
}
|
|
6388
6390
|
/**
|
|
6389
|
-
* @description Type-only wrapper for <px-radio-
|
|
6391
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
6390
6392
|
*/
|
|
6391
|
-
export declare class
|
|
6393
|
+
export declare class PxRadioBase {
|
|
6392
6394
|
private elementRef;
|
|
6393
|
-
set
|
|
6394
|
-
get
|
|
6395
|
-
set gap(value: unknown);
|
|
6396
|
-
get gap(): unknown;
|
|
6397
|
-
set variant(value: unknown);
|
|
6398
|
-
get variant(): unknown;
|
|
6399
|
-
set required(value: unknown);
|
|
6400
|
-
get required(): unknown;
|
|
6401
|
-
set disabled(value: unknown);
|
|
6402
|
-
get disabled(): unknown;
|
|
6403
|
-
set state(value: unknown);
|
|
6404
|
-
get state(): unknown;
|
|
6395
|
+
set hover(value: unknown);
|
|
6396
|
+
get hover(): unknown;
|
|
6405
6397
|
set inverted(value: unknown);
|
|
6406
6398
|
get inverted(): unknown;
|
|
6407
6399
|
set grow(value: unknown);
|
|
@@ -6499,18 +6491,26 @@ export declare class PxRadioGroup {
|
|
|
6499
6491
|
set stickyBottom(value: unknown);
|
|
6500
6492
|
get stickyBottom(): unknown;
|
|
6501
6493
|
constructor(elementRef: ElementRef);
|
|
6502
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6503
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6494
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioBase, never>;
|
|
6495
|
+
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>;
|
|
6504
6496
|
}
|
|
6505
6497
|
/**
|
|
6506
|
-
* @description Type-only wrapper for <px-
|
|
6498
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
6507
6499
|
*/
|
|
6508
|
-
export declare class
|
|
6500
|
+
export declare class PxRadioGroup {
|
|
6509
6501
|
private elementRef;
|
|
6502
|
+
set name(value: unknown);
|
|
6503
|
+
get name(): unknown;
|
|
6504
|
+
set gap(value: unknown);
|
|
6505
|
+
get gap(): unknown;
|
|
6510
6506
|
set variant(value: unknown);
|
|
6511
6507
|
get variant(): unknown;
|
|
6512
|
-
set
|
|
6513
|
-
get
|
|
6508
|
+
set required(value: unknown);
|
|
6509
|
+
get required(): unknown;
|
|
6510
|
+
set disabled(value: unknown);
|
|
6511
|
+
get disabled(): unknown;
|
|
6512
|
+
set state(value: unknown);
|
|
6513
|
+
get state(): unknown;
|
|
6514
6514
|
set inverted(value: unknown);
|
|
6515
6515
|
get inverted(): unknown;
|
|
6516
6516
|
set grow(value: unknown);
|
|
@@ -6608,8 +6608,8 @@ export declare class PxPrice {
|
|
|
6608
6608
|
set stickyBottom(value: unknown);
|
|
6609
6609
|
get stickyBottom(): unknown;
|
|
6610
6610
|
constructor(elementRef: ElementRef);
|
|
6611
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6612
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6611
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxRadioGroup, never>;
|
|
6612
|
+
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>;
|
|
6613
6613
|
}
|
|
6614
6614
|
/**
|
|
6615
6615
|
* @description Type-only wrapper for <px-ribbon>
|
|
@@ -7891,15 +7891,15 @@ export declare class PxTabs {
|
|
|
7891
7891
|
private elementRef;
|
|
7892
7892
|
set inverted(value: unknown);
|
|
7893
7893
|
get inverted(): unknown;
|
|
7894
|
-
set
|
|
7895
|
-
get
|
|
7896
|
-
set
|
|
7897
|
-
get
|
|
7894
|
+
set nextAriaLabel(value: unknown);
|
|
7895
|
+
get nextAriaLabel(): unknown;
|
|
7896
|
+
set previousAriaLabel(value: unknown);
|
|
7897
|
+
get previousAriaLabel(): unknown;
|
|
7898
7898
|
set hideControls(value: unknown);
|
|
7899
7899
|
get hideControls(): unknown;
|
|
7900
7900
|
constructor(elementRef: ElementRef);
|
|
7901
7901
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxTabs, never>;
|
|
7902
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "inverted": { "alias": "inverted"; "required": false; }; "
|
|
7902
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "inverted": { "alias": "inverted"; "required": false; }; "nextAriaLabel": { "alias": "next-aria-label"; "required": false; }; "previousAriaLabel": { "alias": "previous-aria-label"; "required": false; }; "hideControls": { "alias": "hide-controls"; "required": false; }; }, {}, never, never, false, never>;
|
|
7903
7903
|
}
|
|
7904
7904
|
/**
|
|
7905
7905
|
* @description Type-only wrapper for <px-tab>
|
|
@@ -7908,30 +7908,30 @@ export declare class PxTab {
|
|
|
7908
7908
|
private elementRef;
|
|
7909
7909
|
set selected(value: unknown);
|
|
7910
7910
|
get selected(): unknown;
|
|
7911
|
-
set
|
|
7912
|
-
get
|
|
7913
|
-
set
|
|
7914
|
-
get
|
|
7911
|
+
set target(value: unknown);
|
|
7912
|
+
get target(): unknown;
|
|
7913
|
+
set id(value: unknown);
|
|
7914
|
+
get id(): unknown;
|
|
7915
7915
|
set inverted(value: unknown);
|
|
7916
7916
|
get inverted(): unknown;
|
|
7917
7917
|
TAB_CONNECTED_EVENT: EventEmitter<CustomEvent<any>>;
|
|
7918
7918
|
TAB_SELECTED_EVENT: EventEmitter<CustomEvent<any>>;
|
|
7919
7919
|
constructor(elementRef: ElementRef);
|
|
7920
7920
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxTab, never>;
|
|
7921
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTab, "px-tab", never, { "selected": { "alias": "selected"; "required": false; }; "
|
|
7921
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTab, "px-tab", never, { "selected": { "alias": "selected"; "required": false; }; "target": { "alias": "target"; "required": false; }; "id": { "alias": "id"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, { "TAB_CONNECTED_EVENT": "TAB_CONNECTED_EVENT"; "TAB_SELECTED_EVENT": "TAB_SELECTED_EVENT"; }, never, never, false, never>;
|
|
7922
7922
|
}
|
|
7923
7923
|
/**
|
|
7924
7924
|
* @description Type-only wrapper for <px-tab-panel>
|
|
7925
7925
|
*/
|
|
7926
7926
|
export declare class PxTabPanel {
|
|
7927
7927
|
private elementRef;
|
|
7928
|
-
set
|
|
7929
|
-
get
|
|
7928
|
+
set id(value: unknown);
|
|
7929
|
+
get id(): unknown;
|
|
7930
7930
|
set selected(value: unknown);
|
|
7931
7931
|
get selected(): unknown;
|
|
7932
7932
|
constructor(elementRef: ElementRef);
|
|
7933
7933
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxTabPanel, never>;
|
|
7934
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabPanel, "px-tab-panel", never, { "
|
|
7934
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabPanel, "px-tab-panel", never, { "id": { "alias": "id"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, never, false, never>;
|
|
7935
7935
|
}
|
|
7936
7936
|
/**
|
|
7937
7937
|
* @description Type-only wrapper for <px-tag>
|
|
@@ -8963,6 +8963,6 @@ export declare class PxScarletThemeProvider {
|
|
|
8963
8963
|
}
|
|
8964
8964
|
export declare class Lavender {
|
|
8965
8965
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
8966
|
-
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
|
|
8966
|
+
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]>;
|
|
8967
8967
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
8968
8968
|
}
|