UNPKG

1 kBTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2import * as i0 from "@angular/core";
3export declare class SwiperSlideDirective {
4 template: TemplateRef<any>;
5 virtualIndex: number;
6 class: string;
7 set ngClass(val: string);
8 autoplayDelay: string | null;
9 set zoom(val: boolean);
10 get zoom(): boolean;
11 private _zoom;
12 slideIndex: number;
13 get classNames(): string;
14 set classNames(val: string);
15 private _hasClass;
16 slideData: {
17 isActive: boolean;
18 isPrev: boolean;
19 isNext: boolean;
20 isVisible: boolean;
21 isDuplicate: boolean;
22 };
23 private _classNames;
24 constructor(template: TemplateRef<any>);
25 static ɵfac: i0.ɵɵFactoryDeclaration<SwiperSlideDirective, never>;
26 static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperSlideDirective, "ng-template[swiperSlide]", never, { "virtualIndex": "virtualIndex"; "class": "class"; "ngClass": "ngClass"; "autoplayDelay": "data-swiper-autoplay"; "zoom": "zoom"; }, {}, never>;
27}