@proximus/lavender-angular 1.4.4-alpha.2 → 1.4.4-alpha.4

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.
@@ -7146,6 +7146,50 @@ export declare class PxSwitch {
7146
7146
  static ɵfac: i0.ɵɵFactoryDeclaration<PxSwitch, never>;
7147
7147
  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; }; }, {}, never, never, false, never>;
7148
7148
  }
7149
+ /**
7150
+ * @description Type-only wrapper for <px-tabs>
7151
+ */
7152
+ export declare class PxTabs {
7153
+ private elementRef;
7154
+ set label(value: unknown);
7155
+ get label(): unknown;
7156
+ set inverted(value: unknown);
7157
+ get inverted(): unknown;
7158
+ set ariaLabelNext(value: unknown);
7159
+ get ariaLabelNext(): unknown;
7160
+ set ariaLabelPrevious(value: unknown);
7161
+ get ariaLabelPrevious(): unknown;
7162
+ constructor(elementRef: ElementRef);
7163
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxTabs, never>;
7164
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "label": { "alias": "label"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaLabelNext": { "alias": "aria-label-next"; "required": false; }; "ariaLabelPrevious": { "alias": "aria-label-previous"; "required": false; }; }, {}, never, never, false, never>;
7165
+ }
7166
+ /**
7167
+ * @description Type-only wrapper for <px-tab>
7168
+ */
7169
+ export declare class PxTab {
7170
+ private elementRef;
7171
+ set selected(value: unknown);
7172
+ get selected(): unknown;
7173
+ set for(value: unknown);
7174
+ get for(): unknown;
7175
+ set name(value: unknown);
7176
+ get name(): unknown;
7177
+ pxTabConnected: EventEmitter<CustomEvent<any>>;
7178
+ constructor(elementRef: ElementRef);
7179
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxTab, never>;
7180
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxTab, "px-tab", never, { "selected": { "alias": "selected"; "required": false; }; "for": { "alias": "for"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "pxTabConnected": "px-tab-connected"; }, never, never, false, never>;
7181
+ }
7182
+ /**
7183
+ * @description Type-only wrapper for <px-tab-panel>
7184
+ */
7185
+ export declare class PxTabPanel {
7186
+ private elementRef;
7187
+ set name(value: unknown);
7188
+ get name(): unknown;
7189
+ constructor(elementRef: ElementRef);
7190
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxTabPanel, never>;
7191
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabPanel, "px-tab-panel", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
7192
+ }
7149
7193
  /**
7150
7194
  * @description Type-only wrapper for <px-table>
7151
7195
  */
@@ -7200,50 +7244,6 @@ export declare class PxTr {
7200
7244
  static ɵfac: i0.ɵɵFactoryDeclaration<PxTr, never>;
7201
7245
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxTr, "px-tr", never, {}, {}, never, never, false, never>;
7202
7246
  }
7203
- /**
7204
- * @description Type-only wrapper for <px-tabs>
7205
- */
7206
- export declare class PxTabs {
7207
- private elementRef;
7208
- set label(value: unknown);
7209
- get label(): unknown;
7210
- set inverted(value: unknown);
7211
- get inverted(): unknown;
7212
- set ariaLabelNext(value: unknown);
7213
- get ariaLabelNext(): unknown;
7214
- set ariaLabelPrevious(value: unknown);
7215
- get ariaLabelPrevious(): unknown;
7216
- constructor(elementRef: ElementRef);
7217
- static ɵfac: i0.ɵɵFactoryDeclaration<PxTabs, never>;
7218
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "label": { "alias": "label"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "ariaLabelNext": { "alias": "aria-label-next"; "required": false; }; "ariaLabelPrevious": { "alias": "aria-label-previous"; "required": false; }; }, {}, never, never, false, never>;
7219
- }
7220
- /**
7221
- * @description Type-only wrapper for <px-tab>
7222
- */
7223
- export declare class PxTab {
7224
- private elementRef;
7225
- set selected(value: unknown);
7226
- get selected(): unknown;
7227
- set for(value: unknown);
7228
- get for(): unknown;
7229
- set name(value: unknown);
7230
- get name(): unknown;
7231
- pxTabConnected: EventEmitter<CustomEvent<any>>;
7232
- constructor(elementRef: ElementRef);
7233
- static ɵfac: i0.ɵɵFactoryDeclaration<PxTab, never>;
7234
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxTab, "px-tab", never, { "selected": { "alias": "selected"; "required": false; }; "for": { "alias": "for"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "pxTabConnected": "px-tab-connected"; }, never, never, false, never>;
7235
- }
7236
- /**
7237
- * @description Type-only wrapper for <px-tab-panel>
7238
- */
7239
- export declare class PxTabPanel {
7240
- private elementRef;
7241
- set name(value: unknown);
7242
- get name(): unknown;
7243
- constructor(elementRef: ElementRef);
7244
- static ɵfac: i0.ɵɵFactoryDeclaration<PxTabPanel, never>;
7245
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabPanel, "px-tab-panel", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
7246
- }
7247
7247
  /**
7248
7248
  * @description Type-only wrapper for <px-tag>
7249
7249
  */
@@ -8221,6 +8221,6 @@ export declare class PxScarletThemeProvider {
8221
8221
  }
8222
8222
  export declare class Lavender {
8223
8223
  static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
8224
- static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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], never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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]>;
8224
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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 PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, 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 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 PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxPillar, 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 PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, 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]>;
8225
8225
  static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
8226
8226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "1.4.4-alpha.2",
3
+ "version": "1.4.4-alpha.4",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,