survey-jquery
Advanced tools
Comparing version 0.12.9 to 0.12.10
{ | ||
"name": "survey-jquery", | ||
"version": "0.12.9", | ||
"version": "0.12.10", | ||
"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.9 | ||
/*Type definitions for Survey JavaScript library v0.12.10 | ||
Project: http://surveyjs.org/ | ||
@@ -324,2 +324,3 @@ Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/> | ||
constructor(props: any); | ||
protected shouldComponentUpdate(): boolean; | ||
componentWillReceiveProps(nextProps: any): void; | ||
@@ -591,2 +592,3 @@ handleOnChange(event: any): void; | ||
export declare class Base { | ||
static isValueEmpty(value: any): boolean; | ||
getType(): string; | ||
@@ -941,3 +943,2 @@ protected isTwoValueEquals(x: any, y: any): boolean; | ||
static MaxRowCount: number; | ||
minRowCount: number; | ||
rowCountChangedCallback: () => void; | ||
@@ -947,2 +948,6 @@ constructor(name: string); | ||
rowCount: number; | ||
minRowCount: number; | ||
maxRowCount: number; | ||
readonly canAddRow: boolean; | ||
readonly canRemoveRow: boolean; | ||
addRow(): void; | ||
@@ -1004,2 +1009,3 @@ removeRow(index: number): void; | ||
isRequired: boolean; | ||
inputType: string; | ||
validators: Array<SurveyValidator>; | ||
@@ -1006,0 +1012,0 @@ constructor(name?: any, title?: 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
1860021
13045