survey-react-ui
Advanced tools
Comparing version
{ | ||
"name": "survey-react-ui", | ||
"version": "1.9.46", | ||
"version": "1.9.47", | ||
"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": [ |
/* | ||
* Type definition for Survey JavaScript library for React (without core) v1.9.46 | ||
* Type definition for Survey JavaScript library for React (without core) v1.9.47 | ||
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/ | ||
@@ -11,8 +11,8 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
import { ButtonGroupItemModel, QuestionButtonGroupModel, ButtonGroupItemValue, PanelModelBase, SurveyProgressButtonsModel } from "survey-core"; | ||
import { IElement, ActionDropdownViewModel, TooltipManager, MultipleTextItemModel, PanelModel } from "survey-core"; | ||
import { QuestionBooleanModel, QuestionCheckboxModel, QuestionEmptyModel, QuestionExpressionModel, QuestionFileModel } from "survey-core"; | ||
import { QuestionHtmlModel, QuestionImageModel, QuestionImagePickerModel, ImageItemValue, QuestionMatrixModel } from "survey-core"; | ||
import { AdaptiveActionContainer, QuestionMatrixDynamicModel, MatrixDropdownColumn, QuestionMultipleTextModel, QuestionPanelDynamicModel } from "survey-core"; | ||
import { QuestionRadiogroupModel, QuestionRankingModel, QuestionRatingModel, RenderedRatingItem, QuestionSignaturePadModel } from "survey-core"; | ||
import { QuestionTagboxModel, SurveyTimerModel, SurveyWindowModel, FlowPanelModel, QuestionCommentModel } from "survey-core"; | ||
import { IElement, PopupSurveyModel, ActionDropdownViewModel, TooltipManager, MultipleTextItemModel } from "survey-core"; | ||
import { PanelModel, QuestionBooleanModel, QuestionCheckboxModel, QuestionEmptyModel, QuestionExpressionModel } from "survey-core"; | ||
import { QuestionFileModel, QuestionHtmlModel, QuestionImageModel, QuestionImagePickerModel, ImageItemValue } from "survey-core"; | ||
import { QuestionMatrixModel, AdaptiveActionContainer, QuestionMatrixDynamicModel, MatrixDropdownColumn, QuestionMultipleTextModel } from "survey-core"; | ||
import { QuestionPanelDynamicModel, QuestionRadiogroupModel, QuestionRankingModel, QuestionRatingModel, RenderedRatingItem } from "survey-core"; | ||
import { QuestionSignaturePadModel, QuestionTagboxModel, SurveyTimerModel, FlowPanelModel, QuestionCommentModel } from "survey-core"; | ||
import { QuestionCompositeModel, QuestionCustomModel, QuestionTextModel, IArrayPropertyDecoratorOptions, IDialogOptions } from "survey-core"; | ||
@@ -418,2 +418,13 @@ import { IAttachKey2clickOptions } from "survey-core"; | ||
} | ||
export declare class PopupSurvey extends Survey { | ||
constructor(props: any); | ||
protected popup: PopupSurveyModel; | ||
protected getStateElements(): Array<Base>; | ||
handleOnExpanded(event: any): void; | ||
protected canRender(): boolean; | ||
protected renderElement(): JSX.Element; | ||
protected renderWindowHeader(): JSX.Element; | ||
protected renderBody(): JSX.Element; | ||
protected createSurvey(newProps: any): void; | ||
} | ||
export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem { | ||
@@ -781,13 +792,2 @@ constructor(props: any); | ||
} | ||
export declare class SurveyWindow extends Survey { | ||
constructor(props: any); | ||
protected window: SurveyWindowModel; | ||
protected getStateElements(): Array<Base>; | ||
handleOnExpanded(event: any): void; | ||
protected canRender(): boolean; | ||
protected renderElement(): JSX.Element; | ||
protected renderWindowHeader(): JSX.Element; | ||
protected renderBody(): JSX.Element; | ||
protected createSurvey(newProps: any): void; | ||
} | ||
export declare class SurveyFlowPanel extends SurveyPanel { | ||
@@ -907,2 +907,8 @@ constructor(props: any); | ||
} | ||
/* | ||
* Obsolete. Please use PopupSurvey | ||
*/ | ||
export declare class SurveyWindow extends PopupSurvey { | ||
constructor(props: any); | ||
} | ||
export declare class SurveyQuestionDropdown extends SurveyQuestionDropdownBase<Question> { | ||
@@ -909,0 +915,0 @@ constructor(props: any); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1464206
0.24%10327
0.36%8
-20%20
-4.76%