manifesto.js
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// manifesto v2.2.2 https://github.com/iiif-commons/manifesto | ||
// manifesto v2.2.3 https://github.com/iiif-commons/manifesto | ||
@@ -280,2 +280,3 @@ declare namespace Manifesto { | ||
getMaxDimensions(): Size | null; | ||
getItems(): IAnnotation[]; | ||
getContent(): IAnnotation[]; | ||
@@ -395,2 +396,3 @@ getDuration(): number | null; | ||
constructor(jsonld?: any, options?: IManifestoOptions); | ||
getItems(): ICanvas[]; | ||
getCanvases(): ICanvas[]; | ||
@@ -686,2 +688,3 @@ getCanvasById(id: string): ICanvas | null; | ||
getIndex(): number; | ||
getItems(): IAnnotation[]; | ||
getMaxDimensions(): Size | null; | ||
@@ -890,7 +893,8 @@ getWidth(): number; | ||
interface ISequence extends IManifestResource { | ||
getCanvases(): ICanvas[]; | ||
getCanvasById(id: string): ICanvas | null; | ||
getCanvasByIndex(index: number): ICanvas; | ||
getCanvases(): ICanvas[]; | ||
getCanvasIndexById(id: string): number | null; | ||
getCanvasIndexByLabel(label: string, foliated: boolean): number; | ||
getItems(): ICanvas[]; | ||
getLastCanvasLabel(digitsOnly?: boolean): string; | ||
@@ -904,4 +908,4 @@ getLastPageIndex(): number; | ||
getStartCanvasIndex(): number; | ||
getThumbnails(): Manifesto.IThumbnail[]; | ||
getThumbs(width: number, height: number): Manifesto.IThumb[]; | ||
getThumbnails(): Manifesto.IThumbnail[]; | ||
getTotalCanvases(): number; | ||
@@ -908,0 +912,0 @@ getViewingDirection(): Manifesto.ViewingDirection; |
{ | ||
"name": "manifesto.js", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "IIIF Presentation API utility library for client and server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/server/manifesto.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1216791
0.24%29818
0.24%