@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.
package/lavender.directive.d.ts
CHANGED
|
@@ -1343,11 +1343,9 @@ export declare class PxAppleseed {
|
|
|
1343
1343
|
*/
|
|
1344
1344
|
export declare class PxCarousel {
|
|
1345
1345
|
private elementRef;
|
|
1346
|
-
set visibleItems(value: unknown);
|
|
1347
|
-
get visibleItems(): unknown;
|
|
1348
1346
|
constructor(elementRef: ElementRef);
|
|
1349
1347
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
|
|
1350
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {
|
|
1348
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, false, never>;
|
|
1351
1349
|
}
|
|
1352
1350
|
/**
|
|
1353
1351
|
* @description Type-only wrapper for <px-carousel-item>
|