smartphoto
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -52,13 +52,13 @@ declare module "smartphoto" { | ||
resizeStyle?: 'fit'|'cover', | ||
}; | ||
} | ||
export default class SmartPhoto { | ||
constructor(selector: string | NodeListOf<HTMLElement>, option?:SmartPhotoOption); | ||
on(event: SmartPhotoEvent, eventListener: EventListenerOrEventListenerObject); | ||
addNewItem(element: HTMLElement); | ||
hidePhoto(dir: 'bottom'|'top'); | ||
gotoSlide(index: number); | ||
zoomPhoto(); | ||
zoomOutPhoto(); | ||
on(event: SmartPhotoEvent, eventListener: EventListenerOrEventListenerObject) :void; | ||
addNewItem(element: HTMLElement): void; | ||
hidePhoto(dir: 'bottom'|'top'): void; | ||
gotoSlide(index: number): void; | ||
zoomPhoto(): void; | ||
zoomOutPhoto(): void; | ||
} | ||
} |
{ | ||
"name": "smartphoto", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "smartphoto", | ||
@@ -5,0 +5,0 @@ "homepage": "http://developer.a-blogcms.jp", |
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
7603721