@proximus/lavender-angular 2.0.0-alpha.59 → 2.0.0-alpha.61
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.
|
@@ -11225,6 +11225,12 @@ class PxDrawer {
|
|
|
11225
11225
|
get openedby() {
|
|
11226
11226
|
return this.elementRef.nativeElement['openedby'];
|
|
11227
11227
|
}
|
|
11228
|
+
set closedby(value) {
|
|
11229
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
11230
|
+
}
|
|
11231
|
+
get closedby() {
|
|
11232
|
+
return this.elementRef.nativeElement['closedby'];
|
|
11233
|
+
}
|
|
11228
11234
|
HIDE_EVENT = new EventEmitter();
|
|
11229
11235
|
constructor(elementRef) {
|
|
11230
11236
|
this.elementRef = elementRef;
|
|
@@ -11233,7 +11239,7 @@ class PxDrawer {
|
|
|
11233
11239
|
});
|
|
11234
11240
|
}
|
|
11235
11241
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11236
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"], openedby: "openedby" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
11242
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"], openedby: "openedby", closedby: "closedby" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
11237
11243
|
}
|
|
11238
11244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
|
|
11239
11245
|
type: Directive,
|
|
@@ -11247,6 +11253,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
11247
11253
|
args: ['close-button-aria-label']
|
|
11248
11254
|
}], openedby: [{
|
|
11249
11255
|
type: Input
|
|
11256
|
+
}], closedby: [{
|
|
11257
|
+
type: Input
|
|
11250
11258
|
}], HIDE_EVENT: [{
|
|
11251
11259
|
type: Output
|
|
11252
11260
|
}] } });
|
|
@@ -12784,23 +12792,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
12784
12792
|
type: Input,
|
|
12785
12793
|
args: ['order--desktop']
|
|
12786
12794
|
}] } });
|
|
12787
|
-
/**
|
|
12788
|
-
* @description Type-only wrapper for <px-heading-group>
|
|
12789
|
-
*/
|
|
12790
|
-
class PxHeadingGroup {
|
|
12791
|
-
elementRef;
|
|
12792
|
-
constructor(elementRef) {
|
|
12793
|
-
this.elementRef = elementRef;
|
|
12794
|
-
}
|
|
12795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12796
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
12797
|
-
}
|
|
12798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
12799
|
-
type: Directive,
|
|
12800
|
-
args: [{
|
|
12801
|
-
selector: 'px-heading-group',
|
|
12802
|
-
}]
|
|
12803
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
12804
12795
|
/**
|
|
12805
12796
|
* @description Type-only wrapper for <px-h1>
|
|
12806
12797
|
*/
|
|
@@ -15771,6 +15762,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
15771
15762
|
type: Input,
|
|
15772
15763
|
args: ['order--desktop']
|
|
15773
15764
|
}] } });
|
|
15765
|
+
/**
|
|
15766
|
+
* @description Type-only wrapper for <px-heading-group>
|
|
15767
|
+
*/
|
|
15768
|
+
class PxHeadingGroup {
|
|
15769
|
+
elementRef;
|
|
15770
|
+
constructor(elementRef) {
|
|
15771
|
+
this.elementRef = elementRef;
|
|
15772
|
+
}
|
|
15773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15774
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxHeadingGroup, selector: "px-heading-group", ngImport: i0 });
|
|
15775
|
+
}
|
|
15776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxHeadingGroup, decorators: [{
|
|
15777
|
+
type: Directive,
|
|
15778
|
+
args: [{
|
|
15779
|
+
selector: 'px-heading-group',
|
|
15780
|
+
}]
|
|
15781
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
15774
15782
|
/**
|
|
15775
15783
|
* @description Type-only wrapper for <px-img>
|
|
15776
15784
|
*/
|
|
@@ -30650,12 +30658,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30650
30658
|
*/
|
|
30651
30659
|
class PxTabs {
|
|
30652
30660
|
elementRef;
|
|
30653
|
-
set tablistAriaLabelledby(value) {
|
|
30654
|
-
this.elementRef.nativeElement['tablistAriaLabelledby'] = value;
|
|
30655
|
-
}
|
|
30656
|
-
get tablistAriaLabelledby() {
|
|
30657
|
-
return this.elementRef.nativeElement['tablistAriaLabelledby'];
|
|
30658
|
-
}
|
|
30659
30661
|
set inverted(value) {
|
|
30660
30662
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30661
30663
|
}
|
|
@@ -30674,21 +30676,24 @@ class PxTabs {
|
|
|
30674
30676
|
get previousAriaLabel() {
|
|
30675
30677
|
return this.elementRef.nativeElement['previousAriaLabel'];
|
|
30676
30678
|
}
|
|
30679
|
+
set hideControls(value) {
|
|
30680
|
+
this.elementRef.nativeElement['hideControls'] = value;
|
|
30681
|
+
}
|
|
30682
|
+
get hideControls() {
|
|
30683
|
+
return this.elementRef.nativeElement['hideControls'];
|
|
30684
|
+
}
|
|
30677
30685
|
constructor(elementRef) {
|
|
30678
30686
|
this.elementRef = elementRef;
|
|
30679
30687
|
}
|
|
30680
30688
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30681
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: {
|
|
30689
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: { inverted: "inverted", nextAriaLabel: ["next-aria-label", "nextAriaLabel"], previousAriaLabel: ["previous-aria-label", "previousAriaLabel"], hideControls: ["hide-controls", "hideControls"] }, ngImport: i0 });
|
|
30682
30690
|
}
|
|
30683
30691
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, decorators: [{
|
|
30684
30692
|
type: Directive,
|
|
30685
30693
|
args: [{
|
|
30686
30694
|
selector: 'px-tabs',
|
|
30687
30695
|
}]
|
|
30688
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30689
|
-
type: Input,
|
|
30690
|
-
args: ['tablist-aria-labelledby']
|
|
30691
|
-
}], inverted: [{
|
|
30696
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30692
30697
|
type: Input
|
|
30693
30698
|
}], nextAriaLabel: [{
|
|
30694
30699
|
type: Input,
|
|
@@ -30696,6 +30701,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30696
30701
|
}], previousAriaLabel: [{
|
|
30697
30702
|
type: Input,
|
|
30698
30703
|
args: ['previous-aria-label']
|
|
30704
|
+
}], hideControls: [{
|
|
30705
|
+
type: Input,
|
|
30706
|
+
args: ['hide-controls']
|
|
30699
30707
|
}] } });
|
|
30700
30708
|
/**
|
|
30701
30709
|
* @description Type-only wrapper for <px-tab>
|
|
@@ -30720,15 +30728,25 @@ class PxTab {
|
|
|
30720
30728
|
get id() {
|
|
30721
30729
|
return this.elementRef.nativeElement['id'];
|
|
30722
30730
|
}
|
|
30723
|
-
|
|
30731
|
+
set inverted(value) {
|
|
30732
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
30733
|
+
}
|
|
30734
|
+
get inverted() {
|
|
30735
|
+
return this.elementRef.nativeElement['inverted'];
|
|
30736
|
+
}
|
|
30737
|
+
TAB_CONNECTED_EVENT = new EventEmitter();
|
|
30738
|
+
TAB_SELECTED_EVENT = new EventEmitter();
|
|
30724
30739
|
constructor(elementRef) {
|
|
30725
30740
|
this.elementRef = elementRef;
|
|
30726
|
-
this.elementRef.nativeElement.addEventListener('
|
|
30727
|
-
this.
|
|
30741
|
+
this.elementRef.nativeElement.addEventListener('TAB_CONNECTED_EVENT', (e) => {
|
|
30742
|
+
this.TAB_CONNECTED_EVENT.emit(e.detail);
|
|
30743
|
+
});
|
|
30744
|
+
this.elementRef.nativeElement.addEventListener('TAB_SELECTED_EVENT', (e) => {
|
|
30745
|
+
this.TAB_SELECTED_EVENT.emit(e.detail);
|
|
30728
30746
|
});
|
|
30729
30747
|
}
|
|
30730
30748
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30731
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTab, selector: "px-tab", inputs: { selected: "selected", target: "target", id: "id" }, outputs: {
|
|
30749
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTab, selector: "px-tab", inputs: { selected: "selected", target: "target", id: "id", inverted: "inverted" }, outputs: { TAB_CONNECTED_EVENT: "TAB_CONNECTED_EVENT", TAB_SELECTED_EVENT: "TAB_SELECTED_EVENT" }, ngImport: i0 });
|
|
30732
30750
|
}
|
|
30733
30751
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTab, decorators: [{
|
|
30734
30752
|
type: Directive,
|
|
@@ -30741,9 +30759,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30741
30759
|
type: Input
|
|
30742
30760
|
}], id: [{
|
|
30743
30761
|
type: Input
|
|
30744
|
-
}],
|
|
30745
|
-
type:
|
|
30746
|
-
|
|
30762
|
+
}], inverted: [{
|
|
30763
|
+
type: Input
|
|
30764
|
+
}], TAB_CONNECTED_EVENT: [{
|
|
30765
|
+
type: Output
|
|
30766
|
+
}], TAB_SELECTED_EVENT: [{
|
|
30767
|
+
type: Output
|
|
30747
30768
|
}] } });
|
|
30748
30769
|
/**
|
|
30749
30770
|
* @description Type-only wrapper for <px-tab-panel>
|
|
@@ -30756,11 +30777,17 @@ class PxTabPanel {
|
|
|
30756
30777
|
get id() {
|
|
30757
30778
|
return this.elementRef.nativeElement['id'];
|
|
30758
30779
|
}
|
|
30780
|
+
set selected(value) {
|
|
30781
|
+
this.elementRef.nativeElement['selected'] = value;
|
|
30782
|
+
}
|
|
30783
|
+
get selected() {
|
|
30784
|
+
return this.elementRef.nativeElement['selected'];
|
|
30785
|
+
}
|
|
30759
30786
|
constructor(elementRef) {
|
|
30760
30787
|
this.elementRef = elementRef;
|
|
30761
30788
|
}
|
|
30762
30789
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30763
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabPanel, selector: "px-tab-panel", inputs: { id: "id" }, ngImport: i0 });
|
|
30790
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabPanel, selector: "px-tab-panel", inputs: { id: "id", selected: "selected" }, ngImport: i0 });
|
|
30764
30791
|
}
|
|
30765
30792
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabPanel, decorators: [{
|
|
30766
30793
|
type: Directive,
|
|
@@ -30769,6 +30796,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30769
30796
|
}]
|
|
30770
30797
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
30771
30798
|
type: Input
|
|
30799
|
+
}], selected: [{
|
|
30800
|
+
type: Input
|
|
30772
30801
|
}] } });
|
|
30773
30802
|
/**
|
|
30774
30803
|
* @description Type-only wrapper for <px-tag>
|
|
@@ -34766,7 +34795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34766
34795
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34767
34796
|
class Lavender {
|
|
34768
34797
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34769
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid,
|
|
34798
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
34770
34799
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34771
34800
|
}
|
|
34772
34801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34801,13 +34830,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34801
34830
|
PxDropdown,
|
|
34802
34831
|
PxFieldset,
|
|
34803
34832
|
PxGrid,
|
|
34804
|
-
PxHeadingGroup,
|
|
34805
34833
|
PxH1,
|
|
34806
34834
|
PxH2,
|
|
34807
34835
|
PxH3,
|
|
34808
34836
|
PxH4,
|
|
34809
34837
|
PxH5,
|
|
34810
34838
|
PxH6,
|
|
34839
|
+
PxHeadingGroup,
|
|
34811
34840
|
PxImg,
|
|
34812
34841
|
PxPicture,
|
|
34813
34842
|
PxInput,
|
|
@@ -34898,13 +34927,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34898
34927
|
PxDropdown,
|
|
34899
34928
|
PxFieldset,
|
|
34900
34929
|
PxGrid,
|
|
34901
|
-
PxHeadingGroup,
|
|
34902
34930
|
PxH1,
|
|
34903
34931
|
PxH2,
|
|
34904
34932
|
PxH3,
|
|
34905
34933
|
PxH4,
|
|
34906
34934
|
PxH5,
|
|
34907
34935
|
PxH6,
|
|
34936
|
+
PxHeadingGroup,
|
|
34908
34937
|
PxImg,
|
|
34909
34938
|
PxPicture,
|
|
34910
34939
|
PxInput,
|