mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-20 11:32:31 -07:00
Change-Id: I066c0e7f8ce87ec00b1141a1b44430444a819b42 (cherry picked from commit 05907a1a42da82737090d55046974d401f8af057)
26 lines
951 B
TypeScript
26 lines
951 B
TypeScript
import { TemplateRef } from '@angular/core';
|
|
import * as i0 from "@angular/core";
|
|
export declare class SwiperSlideDirective {
|
|
template: TemplateRef<any>;
|
|
virtualIndex: number;
|
|
class: string;
|
|
autoplayDelay: string | null;
|
|
set zoom(val: boolean);
|
|
get zoom(): boolean;
|
|
private _zoom;
|
|
slideIndex: number;
|
|
get classNames(): string;
|
|
set classNames(val: string);
|
|
private _hasClass;
|
|
slideData: {
|
|
isActive: boolean;
|
|
isPrev: boolean;
|
|
isNext: boolean;
|
|
isVisible: boolean;
|
|
isDuplicate: boolean;
|
|
};
|
|
private _classNames;
|
|
constructor(template: TemplateRef<any>);
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwiperSlideDirective, never>;
|
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperSlideDirective, "ng-template[swiperSlide]", never, { "virtualIndex": "virtualIndex"; "class": "class"; "autoplayDelay": "data-swiper-autoplay"; "zoom": "zoom"; }, {}, never>;
|
|
}
|