@proximus/lavender-angular 1.4.10-alpha.18 → 1.4.10-alpha.19
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
|
@@ -7816,6 +7816,60 @@ export declare class PxThemeSwitcher {
|
|
|
7816
7816
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxThemeSwitcher, never>;
|
|
7817
7817
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxThemeSwitcher, "px-theme-switcher", never, {}, {}, never, never, false, never>;
|
|
7818
7818
|
}
|
|
7819
|
+
/**
|
|
7820
|
+
* @description Type-only wrapper for <px-table>
|
|
7821
|
+
*/
|
|
7822
|
+
export declare class PxTable {
|
|
7823
|
+
private elementRef;
|
|
7824
|
+
constructor(elementRef: ElementRef);
|
|
7825
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxTable, never>;
|
|
7826
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTable, "px-table", never, {}, {}, never, never, false, never>;
|
|
7827
|
+
}
|
|
7828
|
+
/**
|
|
7829
|
+
* @description Type-only wrapper for <px-tbody>
|
|
7830
|
+
*/
|
|
7831
|
+
export declare class PxTbody {
|
|
7832
|
+
private elementRef;
|
|
7833
|
+
constructor(elementRef: ElementRef);
|
|
7834
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxTbody, never>;
|
|
7835
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTbody, "px-tbody", never, {}, {}, never, never, false, never>;
|
|
7836
|
+
}
|
|
7837
|
+
/**
|
|
7838
|
+
* @description Type-only wrapper for <px-td>
|
|
7839
|
+
*/
|
|
7840
|
+
export declare class PxTd {
|
|
7841
|
+
private elementRef;
|
|
7842
|
+
constructor(elementRef: ElementRef);
|
|
7843
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxTd, never>;
|
|
7844
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTd, "px-td", never, {}, {}, never, never, false, never>;
|
|
7845
|
+
}
|
|
7846
|
+
/**
|
|
7847
|
+
* @description Type-only wrapper for <px-th>
|
|
7848
|
+
*/
|
|
7849
|
+
export declare class PxTh {
|
|
7850
|
+
private elementRef;
|
|
7851
|
+
constructor(elementRef: ElementRef);
|
|
7852
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxTh, never>;
|
|
7853
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTh, "px-th", never, {}, {}, never, never, false, never>;
|
|
7854
|
+
}
|
|
7855
|
+
/**
|
|
7856
|
+
* @description Type-only wrapper for <px-thead>
|
|
7857
|
+
*/
|
|
7858
|
+
export declare class PxThead {
|
|
7859
|
+
private elementRef;
|
|
7860
|
+
constructor(elementRef: ElementRef);
|
|
7861
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxThead, never>;
|
|
7862
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxThead, "px-thead", never, {}, {}, never, never, false, never>;
|
|
7863
|
+
}
|
|
7864
|
+
/**
|
|
7865
|
+
* @description Type-only wrapper for <px-tr>
|
|
7866
|
+
*/
|
|
7867
|
+
export declare class PxTr {
|
|
7868
|
+
private elementRef;
|
|
7869
|
+
constructor(elementRef: ElementRef);
|
|
7870
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxTr, never>;
|
|
7871
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTr, "px-tr", never, {}, {}, never, never, false, never>;
|
|
7872
|
+
}
|
|
7819
7873
|
/**
|
|
7820
7874
|
* @description Type-only wrapper for <px-switch>
|
|
7821
7875
|
*/
|
|
@@ -7924,60 +7978,6 @@ export declare class PxSwitch {
|
|
|
7924
7978
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxSwitch, never>;
|
|
7925
7979
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxSwitch, "px-switch", never, { "inverted": { "alias": "inverted"; "required": false; }; "hover": { "alias": "hover"; "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>;
|
|
7926
7980
|
}
|
|
7927
|
-
/**
|
|
7928
|
-
* @description Type-only wrapper for <px-table>
|
|
7929
|
-
*/
|
|
7930
|
-
export declare class PxTable {
|
|
7931
|
-
private elementRef;
|
|
7932
|
-
constructor(elementRef: ElementRef);
|
|
7933
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxTable, never>;
|
|
7934
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTable, "px-table", never, {}, {}, never, never, false, never>;
|
|
7935
|
-
}
|
|
7936
|
-
/**
|
|
7937
|
-
* @description Type-only wrapper for <px-tbody>
|
|
7938
|
-
*/
|
|
7939
|
-
export declare class PxTbody {
|
|
7940
|
-
private elementRef;
|
|
7941
|
-
constructor(elementRef: ElementRef);
|
|
7942
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxTbody, never>;
|
|
7943
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTbody, "px-tbody", never, {}, {}, never, never, false, never>;
|
|
7944
|
-
}
|
|
7945
|
-
/**
|
|
7946
|
-
* @description Type-only wrapper for <px-td>
|
|
7947
|
-
*/
|
|
7948
|
-
export declare class PxTd {
|
|
7949
|
-
private elementRef;
|
|
7950
|
-
constructor(elementRef: ElementRef);
|
|
7951
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxTd, never>;
|
|
7952
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTd, "px-td", never, {}, {}, never, never, false, never>;
|
|
7953
|
-
}
|
|
7954
|
-
/**
|
|
7955
|
-
* @description Type-only wrapper for <px-th>
|
|
7956
|
-
*/
|
|
7957
|
-
export declare class PxTh {
|
|
7958
|
-
private elementRef;
|
|
7959
|
-
constructor(elementRef: ElementRef);
|
|
7960
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxTh, never>;
|
|
7961
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTh, "px-th", never, {}, {}, never, never, false, never>;
|
|
7962
|
-
}
|
|
7963
|
-
/**
|
|
7964
|
-
* @description Type-only wrapper for <px-thead>
|
|
7965
|
-
*/
|
|
7966
|
-
export declare class PxThead {
|
|
7967
|
-
private elementRef;
|
|
7968
|
-
constructor(elementRef: ElementRef);
|
|
7969
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxThead, never>;
|
|
7970
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxThead, "px-thead", never, {}, {}, never, never, false, never>;
|
|
7971
|
-
}
|
|
7972
|
-
/**
|
|
7973
|
-
* @description Type-only wrapper for <px-tr>
|
|
7974
|
-
*/
|
|
7975
|
-
export declare class PxTr {
|
|
7976
|
-
private elementRef;
|
|
7977
|
-
constructor(elementRef: ElementRef);
|
|
7978
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxTr, never>;
|
|
7979
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTr, "px-tr", never, {}, {}, never, never, false, never>;
|
|
7980
|
-
}
|
|
7981
7981
|
/**
|
|
7982
7982
|
* @description Type-only wrapper for <px-tabs>
|
|
7983
7983
|
*/
|
|
@@ -9034,15 +9034,15 @@ export declare class PxThemeProvider {
|
|
|
9034
9034
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxThemeProvider, "px-theme-provider", never, { "theme": { "alias": "theme"; "required": false; }; "resetCss": { "alias": "reset-css"; "required": false; }; }, {}, never, never, false, never>;
|
|
9035
9035
|
}
|
|
9036
9036
|
/**
|
|
9037
|
-
* @description Type-only wrapper for <px-proximus-theme-provider>
|
|
9037
|
+
* @description Type-only wrapper for <px-proximus-ebu-theme-provider>
|
|
9038
9038
|
*/
|
|
9039
|
-
export declare class
|
|
9039
|
+
export declare class PxProximusEbuThemeProvider {
|
|
9040
9040
|
private elementRef;
|
|
9041
9041
|
set resetCss(value: unknown);
|
|
9042
9042
|
get resetCss(): unknown;
|
|
9043
9043
|
constructor(elementRef: ElementRef);
|
|
9044
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
9045
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
9044
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxProximusEbuThemeProvider, never>;
|
|
9045
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxProximusEbuThemeProvider, "px-proximus-ebu-theme-provider", never, { "resetCss": { "alias": "reset-css"; "required": false; }; }, {}, never, never, false, never>;
|
|
9046
9046
|
}
|
|
9047
9047
|
/**
|
|
9048
9048
|
* @description Type-only wrapper for <px-scarlet-theme-provider>
|
|
@@ -9057,6 +9057,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9057
9057
|
}
|
|
9058
9058
|
export declare class Lavender {
|
|
9059
9059
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9060
|
-
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
|
|
9060
|
+
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 PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxSwitch, 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 PxProximusEbuThemeProvider, 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 PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxSwitch, 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 PxProximusEbuThemeProvider, typeof PxScarletThemeProvider]>;
|
|
9061
9061
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9062
9062
|
}
|