@proximus/lavender-angular 1.4.15-alpha.20 → 1.4.15-alpha.21

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.
@@ -5102,6 +5102,136 @@ export declare class PxFileupload {
5102
5102
  static ɵfac: i0.ɵɵFactoryDeclaration<PxFileupload, never>;
5103
5103
  static ɵdir: i0.ɵɵDirectiveDeclaration<PxFileupload, "px-fileupload", never, { "state": { "alias": "state"; "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; }; "ariaDescribedby": { "alias": "aria-describedby"; "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; }; }, { "event": "event"; }, never, never, true, never>;
5104
5104
  }
5105
+ /**
5106
+ * @description Type-only wrapper for <px-code-input>
5107
+ */
5108
+ export declare class PxCodeInput {
5109
+ private elementRef;
5110
+ set size(value: unknown);
5111
+ get size(): unknown;
5112
+ set state(value: unknown);
5113
+ get state(): unknown;
5114
+ set extended(value: unknown);
5115
+ get extended(): unknown;
5116
+ set extendedMobile(value: unknown);
5117
+ get extendedMobile(): unknown;
5118
+ set extendedTablet(value: unknown);
5119
+ get extendedTablet(): unknown;
5120
+ set extendedLaptop(value: unknown);
5121
+ get extendedLaptop(): unknown;
5122
+ set extendedDesktop(value: unknown);
5123
+ get extendedDesktop(): unknown;
5124
+ set ariaDescribedby(value: unknown);
5125
+ get ariaDescribedby(): unknown;
5126
+ set grow(value: unknown);
5127
+ get grow(): unknown;
5128
+ set growMobile(value: unknown);
5129
+ get growMobile(): unknown;
5130
+ set growTablet(value: unknown);
5131
+ get growTablet(): unknown;
5132
+ set growLaptop(value: unknown);
5133
+ get growLaptop(): unknown;
5134
+ set growDesktop(value: unknown);
5135
+ get growDesktop(): unknown;
5136
+ set shrink(value: unknown);
5137
+ get shrink(): unknown;
5138
+ set shrinkMobile(value: unknown);
5139
+ get shrinkMobile(): unknown;
5140
+ set shrinkTablet(value: unknown);
5141
+ get shrinkTablet(): unknown;
5142
+ set shrinkLaptop(value: unknown);
5143
+ get shrinkLaptop(): unknown;
5144
+ set shrinkDesktop(value: unknown);
5145
+ get shrinkDesktop(): unknown;
5146
+ set basis(value: unknown);
5147
+ get basis(): unknown;
5148
+ set basisMobile(value: unknown);
5149
+ get basisMobile(): unknown;
5150
+ set basisTablet(value: unknown);
5151
+ get basisTablet(): unknown;
5152
+ set basisLaptop(value: unknown);
5153
+ get basisLaptop(): unknown;
5154
+ set basisDesktop(value: unknown);
5155
+ get basisDesktop(): unknown;
5156
+ set alignSelf(value: unknown);
5157
+ get alignSelf(): unknown;
5158
+ set alignSelfMobile(value: unknown);
5159
+ get alignSelfMobile(): unknown;
5160
+ set alignSelfTablet(value: unknown);
5161
+ get alignSelfTablet(): unknown;
5162
+ set alignSelfLaptop(value: unknown);
5163
+ get alignSelfLaptop(): unknown;
5164
+ set alignSelfDesktop(value: unknown);
5165
+ get alignSelfDesktop(): unknown;
5166
+ set justifySelf(value: unknown);
5167
+ get justifySelf(): unknown;
5168
+ set justifySelfMobile(value: unknown);
5169
+ get justifySelfMobile(): unknown;
5170
+ set justifySelfTablet(value: unknown);
5171
+ get justifySelfTablet(): unknown;
5172
+ set justifySelfLaptop(value: unknown);
5173
+ get justifySelfLaptop(): unknown;
5174
+ set justifySelfDesktop(value: unknown);
5175
+ get justifySelfDesktop(): unknown;
5176
+ set hidden(value: unknown);
5177
+ get hidden(): unknown;
5178
+ set hiddenMobile(value: unknown);
5179
+ get hiddenMobile(): unknown;
5180
+ set hiddenTablet(value: unknown);
5181
+ get hiddenTablet(): unknown;
5182
+ set hiddenLaptop(value: unknown);
5183
+ get hiddenLaptop(): unknown;
5184
+ set hiddenDesktop(value: unknown);
5185
+ get hiddenDesktop(): unknown;
5186
+ set shownSr(value: unknown);
5187
+ get shownSr(): unknown;
5188
+ set shownSrMobile(value: unknown);
5189
+ get shownSrMobile(): unknown;
5190
+ set shownSrTablet(value: unknown);
5191
+ get shownSrTablet(): unknown;
5192
+ set shownSrLaptop(value: unknown);
5193
+ get shownSrLaptop(): unknown;
5194
+ set shownSrDesktop(value: unknown);
5195
+ get shownSrDesktop(): unknown;
5196
+ set colSpan(value: unknown);
5197
+ get colSpan(): unknown;
5198
+ set colSpanMobile(value: unknown);
5199
+ get colSpanMobile(): unknown;
5200
+ set colSpanTablet(value: unknown);
5201
+ get colSpanTablet(): unknown;
5202
+ set colSpanLaptop(value: unknown);
5203
+ get colSpanLaptop(): unknown;
5204
+ set colSpanDesktop(value: unknown);
5205
+ get colSpanDesktop(): unknown;
5206
+ set order(value: unknown);
5207
+ get order(): unknown;
5208
+ set orderMobile(value: unknown);
5209
+ get orderMobile(): unknown;
5210
+ set orderTablet(value: unknown);
5211
+ get orderTablet(): unknown;
5212
+ set orderLaptop(value: unknown);
5213
+ get orderLaptop(): unknown;
5214
+ set orderDesktop(value: unknown);
5215
+ get orderDesktop(): unknown;
5216
+ set stickyTop(value: unknown);
5217
+ get stickyTop(): unknown;
5218
+ set stickyBottom(value: unknown);
5219
+ get stickyBottom(): unknown;
5220
+ set wordBreakAll(value: unknown);
5221
+ get wordBreakAll(): unknown;
5222
+ set wordBreakAllMobile(value: unknown);
5223
+ get wordBreakAllMobile(): unknown;
5224
+ set wordBreakAllTablet(value: unknown);
5225
+ get wordBreakAllTablet(): unknown;
5226
+ set wordBreakAllLaptop(value: unknown);
5227
+ get wordBreakAllLaptop(): unknown;
5228
+ set wordBreakAllDesktop(value: unknown);
5229
+ get wordBreakAllDesktop(): unknown;
5230
+ event: EventEmitter<CustomEvent<any>>;
5231
+ constructor(elementRef: ElementRef);
5232
+ static ɵfac: i0.ɵɵFactoryDeclaration<PxCodeInput, never>;
5233
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCodeInput, "px-code-input", never, { "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "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; }; "ariaDescribedby": { "alias": "aria-describedby"; "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; }; }, { "event": "event"; }, never, never, true, never>;
5234
+ }
5105
5235
  /**
5106
5236
  * @description Type-only wrapper for <px-page>
5107
5237
  */
@@ -9816,6 +9946,6 @@ export declare class PxScarletThemeProvider {
9816
9946
  }
9817
9947
  export declare class Lavender {
9818
9948
  static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
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 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 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 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]>;
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 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 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 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]>;
9820
9950
  static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
9821
9951
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "1.4.15-alpha.20",
3
+ "version": "1.4.15-alpha.21",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,