@proximus/lavender-angular 2.0.0-alpha.142 → 2.0.0-alpha.144
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
|
@@ -8172,26 +8172,16 @@ export declare class PxSpinner {
|
|
|
8172
8172
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxSpinner, "px-spinner", never, { "size": { "alias": "size"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; }, {}, never, never, false, never>;
|
|
8173
8173
|
}
|
|
8174
8174
|
/**
|
|
8175
|
-
* @description Type-only wrapper for <px-status>
|
|
8175
|
+
* @description Type-only wrapper for <px-status-card>
|
|
8176
8176
|
*/
|
|
8177
|
-
export declare class
|
|
8177
|
+
export declare class PxStatusCard {
|
|
8178
8178
|
private elementRef;
|
|
8179
8179
|
set state(value: unknown);
|
|
8180
8180
|
get state(): unknown;
|
|
8181
|
-
set iconOnly(value: unknown);
|
|
8182
|
-
get iconOnly(): unknown;
|
|
8183
|
-
set iconOnlyMobile(value: unknown);
|
|
8184
|
-
get iconOnlyMobile(): unknown;
|
|
8185
|
-
set iconOnlyTablet(value: unknown);
|
|
8186
|
-
get iconOnlyTablet(): unknown;
|
|
8187
|
-
set iconOnlyLaptop(value: unknown);
|
|
8188
|
-
get iconOnlyLaptop(): unknown;
|
|
8189
|
-
set disabled(value: unknown);
|
|
8190
|
-
get disabled(): unknown;
|
|
8191
8181
|
set inverted(value: unknown);
|
|
8192
8182
|
get inverted(): unknown;
|
|
8193
|
-
set
|
|
8194
|
-
get
|
|
8183
|
+
set statusIconAriaLabel(value: unknown);
|
|
8184
|
+
get statusIconAriaLabel(): unknown;
|
|
8195
8185
|
set grow(value: unknown);
|
|
8196
8186
|
get grow(): unknown;
|
|
8197
8187
|
set growMobile(value: unknown);
|
|
@@ -8296,21 +8286,32 @@ export declare class PxStatus {
|
|
|
8296
8286
|
get wordBreakAllLaptop(): unknown;
|
|
8297
8287
|
set wordBreakAllDesktop(value: unknown);
|
|
8298
8288
|
get wordBreakAllDesktop(): unknown;
|
|
8289
|
+
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
8299
8290
|
constructor(elementRef: ElementRef);
|
|
8300
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8301
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8291
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxStatusCard, never>;
|
|
8292
|
+
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; }; "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, false, never>;
|
|
8302
8293
|
}
|
|
8303
8294
|
/**
|
|
8304
|
-
* @description Type-only wrapper for <px-status
|
|
8295
|
+
* @description Type-only wrapper for <px-status>
|
|
8305
8296
|
*/
|
|
8306
|
-
export declare class
|
|
8297
|
+
export declare class PxStatus {
|
|
8307
8298
|
private elementRef;
|
|
8308
8299
|
set state(value: unknown);
|
|
8309
8300
|
get state(): unknown;
|
|
8301
|
+
set iconOnly(value: unknown);
|
|
8302
|
+
get iconOnly(): unknown;
|
|
8303
|
+
set iconOnlyMobile(value: unknown);
|
|
8304
|
+
get iconOnlyMobile(): unknown;
|
|
8305
|
+
set iconOnlyTablet(value: unknown);
|
|
8306
|
+
get iconOnlyTablet(): unknown;
|
|
8307
|
+
set iconOnlyLaptop(value: unknown);
|
|
8308
|
+
get iconOnlyLaptop(): unknown;
|
|
8309
|
+
set disabled(value: unknown);
|
|
8310
|
+
get disabled(): unknown;
|
|
8310
8311
|
set inverted(value: unknown);
|
|
8311
8312
|
get inverted(): unknown;
|
|
8312
|
-
set
|
|
8313
|
-
get
|
|
8313
|
+
set iconAriaLabel(value: unknown);
|
|
8314
|
+
get iconAriaLabel(): unknown;
|
|
8314
8315
|
set grow(value: unknown);
|
|
8315
8316
|
get grow(): unknown;
|
|
8316
8317
|
set growMobile(value: unknown);
|
|
@@ -8415,10 +8416,9 @@ export declare class PxStatusCard {
|
|
|
8415
8416
|
get wordBreakAllLaptop(): unknown;
|
|
8416
8417
|
set wordBreakAllDesktop(value: unknown);
|
|
8417
8418
|
get wordBreakAllDesktop(): unknown;
|
|
8418
|
-
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
8419
8419
|
constructor(elementRef: ElementRef);
|
|
8420
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8421
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8420
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxStatus, never>;
|
|
8421
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxStatus, "px-status", never, { "state": { "alias": "state"; "required": false; }; "iconOnly": { "alias": "icon-only"; "required": false; }; "iconOnlyMobile": { "alias": "icon-only--mobile"; "required": false; }; "iconOnlyTablet": { "alias": "icon-only--tablet"; "required": false; }; "iconOnlyLaptop": { "alias": "icon-only--laptop"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "iconAriaLabel": { "alias": "icon-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; }; }, {}, never, never, false, never>;
|
|
8422
8422
|
}
|
|
8423
8423
|
/**
|
|
8424
8424
|
* @description Type-only wrapper for <px-sticky-container>
|
|
@@ -9773,6 +9773,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9773
9773
|
}
|
|
9774
9774
|
export declare class Lavender {
|
|
9775
9775
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9776
|
-
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
|
|
9776
|
+
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 PxStatusCard, typeof PxStatus, 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 PxStatusCard, typeof PxStatus, 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]>;
|
|
9777
9777
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9778
9778
|
}
|