ng-gallery
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -24,3 +24,6 @@ import { GalleryItem } from '../../models/gallery.model'; | ||
type?: string; | ||
src?: string; | ||
src?: string | { | ||
url: string; | ||
type: string; | ||
}[]; | ||
thumb?: string; | ||
@@ -38,7 +41,2 @@ }; | ||
export declare type VideoItemData = GalleryItemModel & { | ||
src?: string | { | ||
url: string; | ||
type: string; | ||
}[]; | ||
thumb?: string; | ||
poster?: string; | ||
@@ -45,0 +43,0 @@ loop?: boolean; |
import { InjectionToken } from '@angular/core'; | ||
export declare const LIGHTBOX_CONFIG: InjectionToken<LightboxConfig>; | ||
export interface LightboxConfig { | ||
backdropClass?: string; | ||
panelClass?: string; | ||
backdropClass?: string | string[]; | ||
panelClass?: string | string[]; | ||
hasBackdrop?: boolean; | ||
@@ -7,0 +7,0 @@ keyboardShortcuts?: boolean; |
{ | ||
"name": "ng-gallery", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"homepage": "https://ngx-gallery.netlify.com/", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1317649
11011