manifesto.js
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// manifesto v2.1.12 https://github.com/viewdir/manifesto | ||
// manifesto v2.1.13 https://github.com/iiif-commons/manifesto | ||
@@ -680,11 +680,19 @@ declare namespace Manifesto { | ||
declare namespace Manifesto { | ||
interface IExternalImageResourceData extends IExternalResourceData { | ||
width: number; | ||
height: number; | ||
} | ||
} | ||
declare namespace Manifesto { | ||
interface IExternalResource { | ||
authAPIVersion: number; | ||
authHoldingPage: any; | ||
clickThroughService: IService | null; | ||
authHoldingPage: any; | ||
data: any; | ||
dataUri: string; | ||
data: IExternalResourceData; | ||
dataUri: string | null; | ||
error: any; | ||
externalService: IService | null; | ||
getData(accessToken?: IAccessToken): Promise<IExternalResource>; | ||
hasServiceDescriptor(): boolean; | ||
height: number; | ||
@@ -694,6 +702,6 @@ index: number; | ||
isResponseHandled: boolean; | ||
options?: IManifestoOptions; | ||
kioskService: IService | null; | ||
loginService: IService | null; | ||
logoutService: IService | null; | ||
options?: IManifestoOptions; | ||
restrictedService: IService | null; | ||
@@ -703,4 +711,2 @@ status: number; | ||
width: number; | ||
x: number; | ||
y: number; | ||
} | ||
@@ -710,2 +716,17 @@ } | ||
declare namespace Manifesto { | ||
interface IExternalResourceData { | ||
hasServiceDescriptor: boolean; | ||
id: string; | ||
index: number; | ||
profile: string | any[]; | ||
} | ||
} | ||
declare namespace Manifesto { | ||
interface IExternalResourceOptions { | ||
authApiVersion: number; | ||
} | ||
} | ||
declare namespace Manifesto { | ||
interface IIIIFResource extends IManifestResource { | ||
@@ -712,0 +733,0 @@ defaultTree: ITreeNode; |
{ | ||
"name": "manifesto.js", | ||
"version": "2.1.12", | ||
"version": "2.1.13", | ||
"description": "IIIF Presentation API utility library for client and server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/server/manifesto.js", |
# manifesto | ||
[](https://travis-ci.org/viewdir/manifesto) | ||
[](https://travis-ci.org/iiif-commons/manifesto) | ||
@@ -18,3 +18,3 @@ IIIF Presentation API client and server utility library. | ||
https://viewdir.github.io/manifesto/ | ||
https://iiif-commons.github.io/manifesto/ | ||
@@ -29,3 +29,3 @@ | ||
git clone https://github.com/viewdir/manifesto.git | ||
git clone https://github.com/iiif-commons/manifesto.git | ||
npm install typings -g | ||
@@ -32,0 +32,0 @@ npm install |
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 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
1009692
0.13%23710
0.02%19
-13.64%