@proximus/lavender-angular 2.0.0-alpha.178 → 2.0.0-alpha.179
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
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
import { EventEmitter, ElementRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
|
-
* @description Type-only wrapper for <px-
|
|
4
|
+
* @description Type-only wrapper for <px-accordion>
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class PxAccordion {
|
|
7
7
|
private elementRef;
|
|
8
|
+
set variant(value: unknown);
|
|
9
|
+
get variant(): unknown;
|
|
10
|
+
set backgroundColor(value: unknown);
|
|
11
|
+
get backgroundColor(): unknown;
|
|
8
12
|
set inverted(value: unknown);
|
|
9
13
|
get inverted(): unknown;
|
|
14
|
+
set noContentPadding(value: unknown);
|
|
15
|
+
get noContentPadding(): unknown;
|
|
10
16
|
set grow(value: unknown);
|
|
11
17
|
get grow(): unknown;
|
|
12
18
|
set growMobile(value: unknown);
|
|
@@ -112,20 +118,16 @@ export declare class PxAgGridTable {
|
|
|
112
118
|
set wordBreakAllDesktop(value: unknown);
|
|
113
119
|
get wordBreakAllDesktop(): unknown;
|
|
114
120
|
constructor(elementRef: ElementRef);
|
|
115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
116
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
121
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxAccordion, never>;
|
|
122
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAccordion, "px-accordion", never, { "variant": { "alias": "variant"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "noContentPadding": { "alias": "no-content-padding"; "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>;
|
|
117
123
|
}
|
|
118
124
|
/**
|
|
119
|
-
* @description Type-only wrapper for <px-ag-grid-table
|
|
125
|
+
* @description Type-only wrapper for <px-ag-grid-table>
|
|
120
126
|
*/
|
|
121
|
-
export declare class
|
|
127
|
+
export declare class PxAgGridTable {
|
|
122
128
|
private elementRef;
|
|
123
|
-
set sorting(value: unknown);
|
|
124
|
-
get sorting(): unknown;
|
|
125
129
|
set inverted(value: unknown);
|
|
126
130
|
get inverted(): unknown;
|
|
127
|
-
set columnHeaderAriaLabel(value: unknown);
|
|
128
|
-
get columnHeaderAriaLabel(): unknown;
|
|
129
131
|
set grow(value: unknown);
|
|
130
132
|
get grow(): unknown;
|
|
131
133
|
set growMobile(value: unknown);
|
|
@@ -230,18 +232,21 @@ export declare class PxAgGridTableThButton {
|
|
|
230
232
|
get wordBreakAllLaptop(): unknown;
|
|
231
233
|
set wordBreakAllDesktop(value: unknown);
|
|
232
234
|
get wordBreakAllDesktop(): unknown;
|
|
233
|
-
CLICK_EVENT: EventEmitter<CustomEvent<any>>;
|
|
234
235
|
constructor(elementRef: ElementRef);
|
|
235
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
236
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
236
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxAgGridTable, never>;
|
|
237
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAgGridTable, "px-ag-grid-table", never, { "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>;
|
|
237
238
|
}
|
|
238
239
|
/**
|
|
239
|
-
* @description Type-only wrapper for <px-ag-grid-table-th-
|
|
240
|
+
* @description Type-only wrapper for <px-ag-grid-table-th-button>
|
|
240
241
|
*/
|
|
241
|
-
export declare class
|
|
242
|
+
export declare class PxAgGridTableThButton {
|
|
242
243
|
private elementRef;
|
|
244
|
+
set sorting(value: unknown);
|
|
245
|
+
get sorting(): unknown;
|
|
243
246
|
set inverted(value: unknown);
|
|
244
247
|
get inverted(): unknown;
|
|
248
|
+
set columnHeaderAriaLabel(value: unknown);
|
|
249
|
+
get columnHeaderAriaLabel(): unknown;
|
|
245
250
|
set grow(value: unknown);
|
|
246
251
|
get grow(): unknown;
|
|
247
252
|
set growMobile(value: unknown);
|
|
@@ -346,23 +351,18 @@ export declare class PxAgGridTableThContent {
|
|
|
346
351
|
get wordBreakAllLaptop(): unknown;
|
|
347
352
|
set wordBreakAllDesktop(value: unknown);
|
|
348
353
|
get wordBreakAllDesktop(): unknown;
|
|
354
|
+
CLICK_EVENT: EventEmitter<CustomEvent<any>>;
|
|
349
355
|
constructor(elementRef: ElementRef);
|
|
350
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
351
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
356
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxAgGridTableThButton, never>;
|
|
357
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAgGridTableThButton, "px-ag-grid-table-th-button", never, { "sorting": { "alias": "sorting"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "columnHeaderAriaLabel": { "alias": "column-header-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; }; }, { "CLICK_EVENT": "CLICK_EVENT"; }, never, never, true, never>;
|
|
352
358
|
}
|
|
353
359
|
/**
|
|
354
|
-
* @description Type-only wrapper for <px-
|
|
360
|
+
* @description Type-only wrapper for <px-ag-grid-table-th-content>
|
|
355
361
|
*/
|
|
356
|
-
export declare class
|
|
362
|
+
export declare class PxAgGridTableThContent {
|
|
357
363
|
private elementRef;
|
|
358
|
-
set variant(value: unknown);
|
|
359
|
-
get variant(): unknown;
|
|
360
|
-
set backgroundColor(value: unknown);
|
|
361
|
-
get backgroundColor(): unknown;
|
|
362
364
|
set inverted(value: unknown);
|
|
363
365
|
get inverted(): unknown;
|
|
364
|
-
set noContentPadding(value: unknown);
|
|
365
|
-
get noContentPadding(): unknown;
|
|
366
366
|
set grow(value: unknown);
|
|
367
367
|
get grow(): unknown;
|
|
368
368
|
set growMobile(value: unknown);
|
|
@@ -468,8 +468,8 @@ export declare class PxAccordion {
|
|
|
468
468
|
set wordBreakAllDesktop(value: unknown);
|
|
469
469
|
get wordBreakAllDesktop(): unknown;
|
|
470
470
|
constructor(elementRef: ElementRef);
|
|
471
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
472
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
471
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxAgGridTableThContent, never>;
|
|
472
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAgGridTableThContent, "px-ag-grid-table-th-content", never, { "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>;
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* @description Type-only wrapper for <px-banner>
|
|
@@ -9809,6 +9809,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9809
9809
|
}
|
|
9810
9810
|
export declare class Lavender {
|
|
9811
9811
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9812
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof
|
|
9812
|
+
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 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], [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]>;
|
|
9813
9813
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9814
9814
|
}
|