@proximus/lavender-angular 1.4.15-alpha.21 → 1.4.15-alpha.22
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
|
@@ -6205,6 +6205,28 @@ export declare class PxAWrapper {
|
|
|
6205
6205
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxAWrapper, never>;
|
|
6206
6206
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxAWrapper, "px-a-wrapper", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "download": { "alias": "download"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "shapeMobile": { "alias": "shape--mobile"; "required": false; }; "shapeTablet": { "alias": "shape--tablet"; "required": false; }; "shapeLaptop": { "alias": "shape--laptop"; "required": false; }; "shapeDesktop": { "alias": "shape--desktop"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; "extendedMobile": { "alias": "extended--mobile"; "required": false; }; "extendedTablet": { "alias": "extended--tablet"; "required": false; }; "extendedLaptop": { "alias": "extended--laptop"; "required": false; }; "extendedDesktop": { "alias": "extended--desktop"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "fontSize": { "alias": "font-size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontWeight": { "alias": "font-weight"; "required": false; }; "title": { "alias": "title"; "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>;
|
|
6207
6207
|
}
|
|
6208
|
+
/**
|
|
6209
|
+
* @description Type-only wrapper for <px-modal>
|
|
6210
|
+
*/
|
|
6211
|
+
export declare class PxModal {
|
|
6212
|
+
private elementRef;
|
|
6213
|
+
set open(value: unknown);
|
|
6214
|
+
get open(): unknown;
|
|
6215
|
+
set status(value: unknown);
|
|
6216
|
+
get status(): unknown;
|
|
6217
|
+
set mediaSrc(value: unknown);
|
|
6218
|
+
get mediaSrc(): unknown;
|
|
6219
|
+
set openedby(value: unknown);
|
|
6220
|
+
get openedby(): unknown;
|
|
6221
|
+
set closedby(value: unknown);
|
|
6222
|
+
get closedby(): unknown;
|
|
6223
|
+
set id(value: unknown);
|
|
6224
|
+
get id(): unknown;
|
|
6225
|
+
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
6226
|
+
constructor(elementRef: ElementRef);
|
|
6227
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxModal, never>;
|
|
6228
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxModal, "px-modal", never, { "open": { "alias": "open"; "required": false; }; "status": { "alias": "status"; "required": false; }; "mediaSrc": { "alias": "media-src"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "CLOSE_EVENT": "CLOSE_EVENT"; }, never, never, true, never>;
|
|
6229
|
+
}
|
|
6208
6230
|
/**
|
|
6209
6231
|
* @description Type-only wrapper for <px-list>
|
|
6210
6232
|
*/
|
|
@@ -6438,28 +6460,6 @@ export declare class PxListItem {
|
|
|
6438
6460
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxListItem, never>;
|
|
6439
6461
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxListItem, "px-list-item", 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; }; }, { "LIST_ITEM_CONNECTED_EVENT": "LIST_ITEM_CONNECTED_EVENT"; }, never, never, true, never>;
|
|
6440
6462
|
}
|
|
6441
|
-
/**
|
|
6442
|
-
* @description Type-only wrapper for <px-modal>
|
|
6443
|
-
*/
|
|
6444
|
-
export declare class PxModal {
|
|
6445
|
-
private elementRef;
|
|
6446
|
-
set open(value: unknown);
|
|
6447
|
-
get open(): unknown;
|
|
6448
|
-
set status(value: unknown);
|
|
6449
|
-
get status(): unknown;
|
|
6450
|
-
set mediaSrc(value: unknown);
|
|
6451
|
-
get mediaSrc(): unknown;
|
|
6452
|
-
set openedby(value: unknown);
|
|
6453
|
-
get openedby(): unknown;
|
|
6454
|
-
set closedby(value: unknown);
|
|
6455
|
-
get closedby(): unknown;
|
|
6456
|
-
set id(value: unknown);
|
|
6457
|
-
get id(): unknown;
|
|
6458
|
-
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
6459
|
-
constructor(elementRef: ElementRef);
|
|
6460
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxModal, never>;
|
|
6461
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxModal, "px-modal", never, { "open": { "alias": "open"; "required": false; }; "status": { "alias": "status"; "required": false; }; "mediaSrc": { "alias": "media-src"; "required": false; }; "openedby": { "alias": "openedby"; "required": false; }; "closedby": { "alias": "closedby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "CLOSE_EVENT": "CLOSE_EVENT"; }, never, never, true, never>;
|
|
6462
|
-
}
|
|
6463
6463
|
/**
|
|
6464
6464
|
* @description Type-only wrapper for <px-p>
|
|
6465
6465
|
*/
|
|
@@ -9946,6 +9946,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9946
9946
|
}
|
|
9947
9947
|
export declare class Lavender {
|
|
9948
9948
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9949
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof
|
|
9949
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxModal, typeof PxList, typeof PxListItem, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxModal, typeof PxList, typeof PxListItem, typeof PxP, typeof PxPillar, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatus, typeof PxStatusCard, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
|
|
9950
9950
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9951
9951
|
}
|