survey-react-ui
Advanced tools
Comparing version 1.10.1 to 1.10.2
{ | ||
"name": "survey-react-ui", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"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": [ |
@@ -72,2 +72,3 @@ export { Survey, attachKey2click } from "../react/reactSurvey"; | ||
export { SurveyNavigationButton } from "../react/components/survey-actions/survey-nav-button"; | ||
export { QuestionErrorComponent } from "../react/components/question-error"; | ||
export { MatrixRow } from "../react/components/matrix/row"; | ||
@@ -74,0 +75,0 @@ export { Skeleton } from "../react/components/skeleton"; |
@@ -6,3 +6,3 @@ import * as React from "react"; | ||
createQuestionElement(question: Question): JSX.Element | null; | ||
renderError(key: string, error: SurveyError, cssClasses: any): JSX.Element; | ||
renderError(key: string, error: SurveyError, cssClasses: any, element?: any): JSX.Element; | ||
questionTitleLocation(): string; | ||
@@ -9,0 +9,0 @@ questionErrorLocation(): string; |
@@ -37,3 +37,3 @@ /// <reference types="react" /> | ||
createQuestionElement(question: Question): JSX.Element | null; | ||
renderError(key: string, error: SurveyError, cssClasses: any): JSX.Element; | ||
renderError(key: string, error: SurveyError, cssClasses: any, element?: any): JSX.Element; | ||
questionTitleLocation(): string; | ||
@@ -40,0 +40,0 @@ questionErrorLocation(): string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3101835
104
25796