@proximus/lavender-angular 2.0.0-alpha.81 → 2.0.0-alpha.83
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.
|
@@ -5868,27 +5868,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5868
5868
|
*/
|
|
5869
5869
|
class PxCarousel {
|
|
5870
5870
|
elementRef;
|
|
5871
|
-
set visibleItems(value) {
|
|
5872
|
-
this.elementRef.nativeElement['visibleItems'] = value;
|
|
5873
|
-
}
|
|
5874
|
-
get visibleItems() {
|
|
5875
|
-
return this.elementRef.nativeElement['visibleItems'];
|
|
5876
|
-
}
|
|
5877
5871
|
constructor(elementRef) {
|
|
5878
5872
|
this.elementRef = elementRef;
|
|
5879
5873
|
}
|
|
5880
5874
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5881
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel",
|
|
5875
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCarousel, selector: "px-carousel", ngImport: i0 });
|
|
5882
5876
|
}
|
|
5883
5877
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCarousel, decorators: [{
|
|
5884
5878
|
type: Directive,
|
|
5885
5879
|
args: [{
|
|
5886
5880
|
selector: 'px-carousel',
|
|
5887
5881
|
}]
|
|
5888
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }]
|
|
5889
|
-
type: Input,
|
|
5890
|
-
args: ['visible-items']
|
|
5891
|
-
}] } });
|
|
5882
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
5892
5883
|
/**
|
|
5893
5884
|
* @description Type-only wrapper for <px-carousel-item>
|
|
5894
5885
|
*/
|