@proximus/lavender-angular 1.4.7-alpha.8 → 1.4.7-beta.1
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.
|
@@ -30676,12 +30676,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30676
30676
|
*/
|
|
30677
30677
|
class PxTabs {
|
|
30678
30678
|
elementRef;
|
|
30679
|
-
set label(value) {
|
|
30680
|
-
this.elementRef.nativeElement['label'] = value;
|
|
30681
|
-
}
|
|
30682
|
-
get label() {
|
|
30683
|
-
return this.elementRef.nativeElement['label'];
|
|
30684
|
-
}
|
|
30685
30679
|
set inverted(value) {
|
|
30686
30680
|
this.elementRef.nativeElement['inverted'] = value;
|
|
30687
30681
|
}
|
|
@@ -30710,16 +30704,14 @@ class PxTabs {
|
|
|
30710
30704
|
this.elementRef = elementRef;
|
|
30711
30705
|
}
|
|
30712
30706
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30713
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: {
|
|
30707
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTabs, selector: "px-tabs", inputs: { inverted: "inverted", ariaLabelNext: ["aria-label-next", "ariaLabelNext"], ariaLabelPrevious: ["aria-label-previous", "ariaLabelPrevious"], hideControls: ["hide-controls", "hideControls"] }, ngImport: i0 });
|
|
30714
30708
|
}
|
|
30715
30709
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTabs, decorators: [{
|
|
30716
30710
|
type: Directive,
|
|
30717
30711
|
args: [{
|
|
30718
30712
|
selector: 'px-tabs',
|
|
30719
30713
|
}]
|
|
30720
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30721
|
-
type: Input
|
|
30722
|
-
}], inverted: [{
|
|
30714
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
30723
30715
|
type: Input
|
|
30724
30716
|
}], ariaLabelNext: [{
|
|
30725
30717
|
type: Input,
|