Files
flights_web_raw/apps/angular/node_modules/primeng/carousel/carousel.d.ts
T

98 lines
3.8 KiB
TypeScript

import { ElementRef, AfterContentInit, TemplateRef, QueryList, NgZone, EventEmitter, ChangeDetectorRef } from '@angular/core';
import * as ɵngcc0 from '@angular/core';
import * as ɵngcc1 from '@angular/common';
import * as ɵngcc2 from 'primeng/api';
import * as ɵngcc3 from 'primeng/ripple';
export declare class Carousel implements AfterContentInit {
el: ElementRef;
zone: NgZone;
cd: ChangeDetectorRef;
get page(): number;
set page(val: number);
get numVisible(): number;
set numVisible(val: number);
get numScroll(): number;
set numScroll(val: number);
responsiveOptions: any[];
orientation: string;
verticalViewPortHeight: string;
contentClass: String;
indicatorsContentClass: String;
get value(): any[];
set value(val: any[]);
circular: boolean;
autoplayInterval: number;
style: any;
styleClass: string;
onPage: EventEmitter<any>;
itemsContainer: ElementRef;
headerFacet: any;
footerFacet: any;
templates: QueryList<any>;
_numVisible: number;
_numScroll: number;
_oldNumScroll: number;
prevState: any;
defaultNumScroll: number;
defaultNumVisible: number;
_page: number;
_value: any[];
carouselStyle: any;
id: string;
totalShiftedItems: any;
isRemainingItemsAdded: boolean;
animationTimeout: any;
translateTimeout: any;
remainingItems: number;
_items: any[];
startPos: any;
documentResizeListener: any;
clonedItemsForStarting: any[];
clonedItemsForFinishing: any[];
allowAutoplay: boolean;
interval: any;
isCreated: boolean;
swipeThreshold: number;
itemTemplate: TemplateRef<any>;
headerTemplate: TemplateRef<any>;
footerTemplate: TemplateRef<any>;
constructor(el: ElementRef, zone: NgZone, cd: ChangeDetectorRef);
ngAfterContentInit(): void;
ngAfterContentChecked(): void;
createStyle(): void;
calculatePosition(): void;
setCloneItems(): void;
firstIndex(): number;
lastIndex(): number;
totalDots(): number;
totalDotsArray(): any[];
isVertical(): boolean;
isCircular(): boolean;
isAutoplay(): boolean;
isForwardNavDisabled(): boolean;
isBackwardNavDisabled(): boolean;
isEmpty(): boolean;
navForward(e: any, index?: any): void;
navBackward(e: any, index?: any): void;
onDotClick(e: any, index: any): void;
step(dir: any, page: any): void;
startAutoplay(): void;
stopAutoplay(): void;
onTransitionEnd(): void;
onTouchStart(e: any): void;
onTouchMove(e: any): void;
onTouchEnd(e: any): void;
changePageOnTouch(e: any, diff: any): void;
bindDocumentListeners(): void;
unbindDocumentListeners(): void;
ngOnDestroy(): void;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<Carousel, never>;
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<Carousel, "p-carousel", never, { "orientation": "orientation"; "verticalViewPortHeight": "verticalViewPortHeight"; "contentClass": "contentClass"; "indicatorsContentClass": "indicatorsContentClass"; "circular": "circular"; "autoplayInterval": "autoplayInterval"; "page": "page"; "numVisible": "numVisible"; "numScroll": "numScroll"; "value": "value"; "responsiveOptions": "responsiveOptions"; "style": "style"; "styleClass": "styleClass"; }, { "onPage": "onPage"; }, ["headerFacet", "footerFacet", "templates"], ["p-header", "p-footer"]>;
}
export declare class CarouselModule {
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CarouselModule, never>;
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CarouselModule, [typeof Carousel], [typeof ɵngcc1.CommonModule, typeof ɵngcc2.SharedModule, typeof ɵngcc3.RippleModule], [typeof ɵngcc1.CommonModule, typeof Carousel, typeof ɵngcc2.SharedModule]>;
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CarouselModule>;
}
//# sourceMappingURL=carousel.d.ts.map