survey-jquery
Advanced tools
Comparing version 0.12.11 to 0.12.12
{ | ||
"name": "survey-jquery", | ||
"version": "0.12.11", | ||
"version": "0.12.12", | ||
"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.11 | ||
/*Type definitions for Survey JavaScript library v0.12.12 | ||
Project: http://surveyjs.org/ | ||
@@ -638,5 +638,7 @@ Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/> | ||
onRenderedHtmlCallback: (html: string) => string; | ||
onGetTextCallback: (str: string) => string; | ||
constructor(owner: ILocalizableOwner, useMarkdown?: boolean); | ||
readonly locale: string; | ||
text: string; | ||
readonly pureText: any; | ||
readonly hasHtml: boolean; | ||
@@ -1199,2 +1201,5 @@ readonly html: string; | ||
customWidget: QuestionCustomWidget; | ||
customWidgetData: { | ||
isNeedRender: boolean; | ||
}; | ||
visibleIf: string; | ||
@@ -1396,2 +1401,5 @@ width: string; | ||
/** | ||
* Survey object contains information about the survey. Pages, Questions, flow logic and etc. | ||
*/ | ||
export declare class SurveyModel extends Base implements ISurvey, ISurveyTriggerOwner, ILocalizableOwner { | ||
@@ -1398,0 +1406,0 @@ surveyId: string; |
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
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
1885814
13208