survey-knockout
Advanced tools
Comparing version 0.12.4 to 0.12.5
{ | ||
"name": "survey-knockout", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
/*Type definitions for Survey JavaScript library v0.12.4 | ||
/*Type definitions for Survey JavaScript library v0.12.5 | ||
Project: http://surveyjs.org/ | ||
@@ -1258,4 +1258,6 @@ Definitions by: Devsoft Baltic O� <https://github.com/surveyjs/> | ||
setValue(name: string, newValue: any): void; | ||
protected tryGoNextPageAutomatic(name: string): void; | ||
getComment(name: string): string; | ||
setComment(name: string, newValue: string): void; | ||
clearValue(name: string): void; | ||
questionVisibilityChanged(question: IQuestion, newValue: boolean): void; | ||
@@ -1262,0 +1264,0 @@ pageVisibilityChanged(page: IPage, newValue: boolean): void; |
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
1342838
9221