survey-react-ui
Advanced tools
Comparing version 1.10.6 to 1.11.1
{ | ||
"name": "survey-react-ui", | ||
"version": "1.10.6", | ||
"version": "1.11.1", | ||
"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.", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"survey-core": "1.10.6", | ||
"survey-core": "1.11.1", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.2.0", | ||
@@ -27,0 +27,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0" |
@@ -13,3 +13,3 @@ export { Survey, attachKey2click } from "../react/reactSurvey"; | ||
export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../react/reactquestion_checkbox"; | ||
export { SurveyQuestionRanking, SurveyQuestionRankingItem, } from "../react/reactquestion_ranking"; | ||
export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../react/reactquestion_ranking"; | ||
export { RatingItem } from "../react/components/rating/rating-item"; | ||
@@ -57,2 +57,4 @@ export { RatingItemStar } from "../react/components/rating/rating-item-star"; | ||
export { Popup } from "../react/components/popup/popup"; | ||
export { ListItemContent } from "../react/components/list/list-item-content"; | ||
export { ListItemGroup } from "../react/components/list/list-item-group"; | ||
export { List } from "../react/components/list/list"; | ||
@@ -59,0 +61,0 @@ export { TitleActions } from "../react/components/title/title-actions"; |
@@ -7,2 +7,3 @@ /// <reference types="react" /> | ||
getTarget?: (container: HTMLElement) => HTMLElement; | ||
getArea?: (container: HTMLElement) => HTMLElement; | ||
} | ||
@@ -9,0 +10,0 @@ export declare class Popup extends SurveyElementBase<IPopupProps, any> { |
/// <reference types="react" /> | ||
import { SurveyQuestionElementBase } from "./reactquestion_element"; | ||
import { SurveyQuestionAndErrorsCell } from "./reactquestion"; | ||
import { QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedCell, Question } from "survey-core"; | ||
import { QuestionMatrixDropdownModelBase, Question } from "survey-core"; | ||
export declare class SurveyQuestionMatrixDropdownBase extends SurveyQuestionElementBase { | ||
@@ -14,8 +14,2 @@ constructor(props: any); | ||
renderTableDiv(): JSX.Element; | ||
renderHeader(): JSX.Element | null; | ||
renderFooter(): JSX.Element | null; | ||
renderRows(): JSX.Element; | ||
renderRow(keyValue: any, row: QuestionMatrixDropdownRenderedRow, cssClasses: any, reason?: string): JSX.Element; | ||
renderCell(cell: QuestionMatrixDropdownRenderedCell, index: number, cssClasses: any, reason?: string): JSX.Element; | ||
private renderCellContent; | ||
} | ||
@@ -22,0 +16,0 @@ export declare class SurveyQuestionMatrixDropdownCell extends SurveyQuestionAndErrorsCell { |
@@ -26,1 +26,6 @@ /// <reference types="react" /> | ||
} | ||
export declare class SurveyQuestionRankingItemContent extends ReactSurveyElement { | ||
protected get item(): ItemValue; | ||
protected get cssClasses(): any; | ||
protected renderElement(): JSX.Element; | ||
} |
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
3186136
106
26458