iage.brochure
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "iage.brochure", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Brochure component for IAGE", | ||
@@ -31,2 +31,3 @@ "main": "app.js", | ||
"@types/jasmine": "^2.8.7", | ||
"@types/jquery": "^3.3.2", | ||
"angular2-template-loader": "^0.6.2", | ||
@@ -38,3 +39,3 @@ "awesome-typescript-loader": "^5.0.0", | ||
"html-loader": "^0.5.5", | ||
"ivy.angular.turn-js": "^1.0.0", | ||
"ivy.angular.turn-js": "^1.0.2", | ||
"jasmine": "^3.1.0", | ||
@@ -41,0 +42,0 @@ "jasmine-core": "^3.1.0", |
export declare class IageBrochureComponent { | ||
sources: string[]; | ||
optOverrides: { | ||
page: number; | ||
when: { | ||
start: (event: any, pageObject: any, corner: any) => void; | ||
turning: (event: any, page: any, view: any) => void; | ||
}; | ||
}; | ||
} |
@@ -22,2 +22,15 @@ "use strict"; | ||
]; | ||
this.optOverrides = { | ||
page: 2, | ||
when: { | ||
start: function (event, pageObject, corner) { | ||
if (pageObject.next == 1) | ||
event.preventDefault(); | ||
}, | ||
turning: function (event, page, view) { | ||
if (page == 1) | ||
event.preventDefault(); | ||
} | ||
} | ||
}; | ||
} | ||
@@ -24,0 +37,0 @@ IageBrochureComponent = __decorate([ |
@@ -21,2 +21,16 @@ declare var require: any; | ||
]; | ||
optOverrides = { | ||
page: 2, | ||
when: { | ||
start: function (event, pageObject, corner) { | ||
if (pageObject.next == 1) | ||
event.preventDefault(); | ||
}, | ||
turning: function (event, page, view) { | ||
if (page == 1) | ||
event.preventDefault(); | ||
} | ||
} | ||
}; | ||
} |
@@ -12,3 +12,3 @@ { | ||
"moduleResolution": "node", | ||
"noImplicitAny": true, | ||
"noImplicitAny": false, | ||
"removeComments": false, | ||
@@ -15,0 +15,0 @@ "sourceMap": true, |
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
582297
408
31
35