Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-gallery

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-gallery - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

10

lib/components/templates/gallery-image.component.d.ts

@@ -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>;
}

4

lib/components/templates/items.model.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc