ng-gallery
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -1,3 +0,3 @@ | ||
import { OnInit, EventEmitter, OnDestroy } from '@angular/core'; | ||
import { DomSanitizer, SafeHtml, SafeStyle } from '@angular/platform-browser'; | ||
import { EventEmitter, OnInit, OnDestroy } from '@angular/core'; | ||
import { DomSanitizer, SafeHtml, SafeUrl } from '@angular/platform-browser'; | ||
import * as i0 from "@angular/core"; | ||
@@ -13,6 +13,8 @@ export declare class GalleryImageComponent implements OnInit, OnDestroy { | ||
isThumbnail: boolean; | ||
/** Image alt */ | ||
alt: string; | ||
/** Image source URL */ | ||
src: string; | ||
/** Loaded image URL */ | ||
imageUrl: SafeStyle; | ||
imageUrl: SafeUrl; | ||
/** Custom loader template */ | ||
@@ -42,3 +44,3 @@ loadingIcon: string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GalleryImageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryImageComponent, "gallery-image", never, { "isThumbnail": "isThumbnail"; "src": "src"; "loadingIcon": "loadingIcon"; "loadingError": "loadingError"; }, { "error": "error"; }, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryImageComponent, "gallery-image", never, { "isThumbnail": "isThumbnail"; "alt": "alt"; "src": "src"; "loadingIcon": "loadingIcon"; "loadingError": "loadingError"; }, { "error": "error"; }, never, never, false>; | ||
} |
@@ -27,3 +27,5 @@ import { GalleryItem } from '../../models/gallery.model'; | ||
}; | ||
export declare type ImageItemData = GalleryItemModel; | ||
export declare type ImageItemData = GalleryItemModel & { | ||
alt?: string; | ||
}; | ||
export declare type IframeItemData = GalleryItemModel & { | ||
@@ -30,0 +32,0 @@ params?: any; |
{ | ||
"name": "ng-gallery", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
973797
8834