@ngx-gallery/core
Version:
Angular gallery directive that hooks the lightbox with the images automatically.
49 lines (48 loc) • 1.06 kB
TypeScript
export declare enum GalleryAction {
INITIALIZED = "initialized",
ITEMS_CHANGED = "itemsChanged",
INDEX_CHANGED = "indexChanged",
PLAY = "play",
STOP = "stop"
}
export declare enum ImageSize {
Cover = "cover",
Contain = "contain"
}
export declare enum LoadingStrategy {
Preload = "preload",
Lazy = "lazy",
Default = "default"
}
export declare enum ThumbnailsPosition {
Top = "top",
Left = "left",
Right = "right",
Bottom = "bottom"
}
export declare enum ImageLoaderMode {
Determinate = "determinate",
Indeterminate = "indeterminate"
}
export declare enum DotsPosition {
Top = "top",
Bottom = "bottom"
}
export declare enum CounterPosition {
Top = "top",
Bottom = "bottom"
}
export declare enum ThumbnailsMode {
Free = "free",
Strict = "strict"
}
export declare enum SlidingDirection {
Horizontal = "horizontal",
Vertical = "vertical"
}
export declare enum GalleryItemType {
Image = "image",
Video = "video",
Youtube = "youtube",
Iframe = "iframe"
}