@proximus/lavender-angular 2.0.0-alpha.179 → 2.0.0-alpha.180
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
|
@@ -1439,38 +1439,6 @@ export declare class PxCard {
|
|
|
1439
1439
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxCard, never>;
|
|
1440
1440
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCard, "px-card", never, { "inverted": { "alias": "inverted"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundSize": { "alias": "background-size"; "required": false; }; "backgroundPosition": { "alias": "background-position"; "required": false; }; "contrastHelperGradient": { "alias": "contrast-helper-gradient"; "required": false; }; "contrastHelperOverlay": { "alias": "contrast-helper-overlay"; "required": false; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaPositionMobile": { "alias": "media-position--mobile"; "required": false; }; "mediaPositionTablet": { "alias": "media-position--tablet"; "required": false; }; "mediaPositionLaptop": { "alias": "media-position--laptop"; "required": false; }; "mediaSrc": { "alias": "media-src"; "required": false; }; "mediaSrcMobile": { "alias": "media-src--mobile"; "required": false; }; "mediaSrcTablet": { "alias": "media-src--tablet"; "required": false; }; "mediaSrcLaptop": { "alias": "media-src--laptop"; "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>;
|
|
1441
1441
|
}
|
|
1442
|
-
/**
|
|
1443
|
-
* @description Type-only wrapper for <px-appleseed>
|
|
1444
|
-
*/
|
|
1445
|
-
export declare class PxAppleseed {
|
|
1446
|
-
private elementRef;
|
|
1447
|
-
set amount(value: unknown);
|
|
1448
|
-
get amount(): unknown;
|
|
1449
|
-
set active(value: unknown);
|
|
1450
|
-
get active(): unknown;
|
|
1451
|
-
constructor(elementRef: ElementRef);
|
|
1452
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxAppleseed, never>;
|
|
1453
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAppleseed, "px-appleseed", never, { "amount": { "alias": "amount"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
|
|
1454
|
-
}
|
|
1455
|
-
/**
|
|
1456
|
-
* @description Type-only wrapper for <px-carousel>
|
|
1457
|
-
*/
|
|
1458
|
-
export declare class PxCarousel {
|
|
1459
|
-
private elementRef;
|
|
1460
|
-
constructor(elementRef: ElementRef);
|
|
1461
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
|
|
1462
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, true, never>;
|
|
1463
|
-
}
|
|
1464
|
-
/**
|
|
1465
|
-
* @description Type-only wrapper for <px-carousel-item>
|
|
1466
|
-
*/
|
|
1467
|
-
export declare class PxCarouselItem {
|
|
1468
|
-
private elementRef;
|
|
1469
|
-
CAROUSEL_ITEM_CONNECTED_EVENT: EventEmitter<CustomEvent<any>>;
|
|
1470
|
-
constructor(elementRef: ElementRef);
|
|
1471
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxCarouselItem, never>;
|
|
1472
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarouselItem, "px-carousel-item", never, {}, { "CAROUSEL_ITEM_CONNECTED_EVENT": "CAROUSEL_ITEM_CONNECTED_EVENT"; }, never, never, true, never>;
|
|
1473
|
-
}
|
|
1474
1442
|
/**
|
|
1475
1443
|
* @description Type-only wrapper for <px-cell>
|
|
1476
1444
|
*/
|
|
@@ -2372,6 +2340,38 @@ export declare class PxCellSwitch {
|
|
|
2372
2340
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxCellSwitch, never>;
|
|
2373
2341
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCellSwitch, "px-cell-switch", never, { "inverted": { "alias": "inverted"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "separatorMobile": { "alias": "separator--mobile"; "required": false; }; "separatorTablet": { "alias": "separator--tablet"; "required": false; }; "separatorLaptop": { "alias": "separator--laptop"; "required": false; }; "separatorDesktop": { "alias": "separator--desktop"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "radiusMobile": { "alias": "radius--mobile"; "required": false; }; "radiusTablet": { "alias": "radius--tablet"; "required": false; }; "radiusLaptop": { "alias": "radius--laptop"; "required": false; }; "radiusDesktop": { "alias": "radius--desktop"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "compact": { "alias": "compact"; "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>;
|
|
2374
2342
|
}
|
|
2343
|
+
/**
|
|
2344
|
+
* @description Type-only wrapper for <px-appleseed>
|
|
2345
|
+
*/
|
|
2346
|
+
export declare class PxAppleseed {
|
|
2347
|
+
private elementRef;
|
|
2348
|
+
set amount(value: unknown);
|
|
2349
|
+
get amount(): unknown;
|
|
2350
|
+
set active(value: unknown);
|
|
2351
|
+
get active(): unknown;
|
|
2352
|
+
constructor(elementRef: ElementRef);
|
|
2353
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxAppleseed, never>;
|
|
2354
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAppleseed, "px-appleseed", never, { "amount": { "alias": "amount"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
|
|
2355
|
+
}
|
|
2356
|
+
/**
|
|
2357
|
+
* @description Type-only wrapper for <px-carousel>
|
|
2358
|
+
*/
|
|
2359
|
+
export declare class PxCarousel {
|
|
2360
|
+
private elementRef;
|
|
2361
|
+
constructor(elementRef: ElementRef);
|
|
2362
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
|
|
2363
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, true, never>;
|
|
2364
|
+
}
|
|
2365
|
+
/**
|
|
2366
|
+
* @description Type-only wrapper for <px-carousel-item>
|
|
2367
|
+
*/
|
|
2368
|
+
export declare class PxCarouselItem {
|
|
2369
|
+
private elementRef;
|
|
2370
|
+
CAROUSEL_ITEM_CONNECTED_EVENT: EventEmitter<CustomEvent<any>>;
|
|
2371
|
+
constructor(elementRef: ElementRef);
|
|
2372
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxCarouselItem, never>;
|
|
2373
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarouselItem, "px-carousel-item", never, {}, { "CAROUSEL_ITEM_CONNECTED_EVENT": "CAROUSEL_ITEM_CONNECTED_EVENT"; }, never, never, true, never>;
|
|
2374
|
+
}
|
|
2375
2375
|
/**
|
|
2376
2376
|
* @description Type-only wrapper for <px-checkbox>
|
|
2377
2377
|
*/
|
|
@@ -8448,19 +8448,6 @@ export declare class PxStatusCard {
|
|
|
8448
8448
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxStatusCard, never>;
|
|
8449
8449
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxStatusCard, "px-status-card", never, { "state": { "alias": "state"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "statusIconAriaLabel": { "alias": "status-icon-aria-label"; "required": false; }; "backgroundColor": { "alias": "background-color"; "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; }; }, { "CLOSE_EVENT": "CLOSE_EVENT"; }, never, never, true, never>;
|
|
8450
8450
|
}
|
|
8451
|
-
/**
|
|
8452
|
-
* @description Type-only wrapper for <px-sticky-container>
|
|
8453
|
-
*/
|
|
8454
|
-
export declare class PxStickyContainer {
|
|
8455
|
-
private elementRef;
|
|
8456
|
-
set offsetLeft(value: unknown);
|
|
8457
|
-
get offsetLeft(): unknown;
|
|
8458
|
-
set offsetRight(value: unknown);
|
|
8459
|
-
get offsetRight(): unknown;
|
|
8460
|
-
constructor(elementRef: ElementRef);
|
|
8461
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxStickyContainer, never>;
|
|
8462
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxStickyContainer, "px-sticky-container", never, { "offsetLeft": { "alias": "offset-left"; "required": false; }; "offsetRight": { "alias": "offset-right"; "required": false; }; }, {}, never, never, true, never>;
|
|
8463
|
-
}
|
|
8464
8451
|
/**
|
|
8465
8452
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
8466
8453
|
*/
|
|
@@ -9602,6 +9589,26 @@ export declare class PxTimelineItem {
|
|
|
9602
9589
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxTimelineItem, never>;
|
|
9603
9590
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTimelineItem, "px-timeline-item", never, { "inverted": { "alias": "inverted"; "required": false; }; "lastchild": { "alias": "lastchild"; "required": false; }; "item": { "alias": "item"; "required": false; }; }, { "TIMELINE_ITEM_CONNECTED_EVENT": "TIMELINE_ITEM_CONNECTED_EVENT"; }, never, never, true, never>;
|
|
9604
9591
|
}
|
|
9592
|
+
/**
|
|
9593
|
+
* @description Type-only wrapper for <px-toaster>
|
|
9594
|
+
*/
|
|
9595
|
+
export declare class PxToaster {
|
|
9596
|
+
private elementRef;
|
|
9597
|
+
set id(value: unknown);
|
|
9598
|
+
get id(): unknown;
|
|
9599
|
+
set open(value: unknown);
|
|
9600
|
+
get open(): unknown;
|
|
9601
|
+
set status(value: unknown);
|
|
9602
|
+
get status(): unknown;
|
|
9603
|
+
set duration(value: unknown);
|
|
9604
|
+
get duration(): unknown;
|
|
9605
|
+
set inverted(value: unknown);
|
|
9606
|
+
get inverted(): unknown;
|
|
9607
|
+
HIDE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
9608
|
+
constructor(elementRef: ElementRef);
|
|
9609
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxToaster, never>;
|
|
9610
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxToaster, "px-toaster", never, { "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "status": { "alias": "status"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, { "HIDE_EVENT": "HIDE_EVENT"; }, never, never, true, never>;
|
|
9611
|
+
}
|
|
9605
9612
|
/**
|
|
9606
9613
|
* @description Type-only wrapper for <px-typography>
|
|
9607
9614
|
*/
|
|
@@ -9809,6 +9816,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9809
9816
|
}
|
|
9810
9817
|
export declare class Lavender {
|
|
9811
9818
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
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
|
|
9819
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
|
|
9813
9820
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9814
9821
|
}
|