survey-react-ui
Advanced tools
Comparing version
{ | ||
"name": "survey-react-ui", | ||
"version": "1.9.41", | ||
"version": "1.9.42", | ||
"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.41 | ||
* Type definition for Survey JavaScript library for React (without core) v1.9.42 | ||
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/ | ||
@@ -17,3 +17,3 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
import { SurveyTimerModel, SurveyWindowModel, FlowPanelModel, QuestionCommentModel, QuestionCompositeModel } from "survey-core"; | ||
import { QuestionCustomModel, QuestionTextModel, IArrayPropertyDecoratorOptions, IAttachKey2clickOptions } from "survey-core"; | ||
import { QuestionCustomModel, QuestionTextModel, IArrayPropertyDecoratorOptions, IDialogOptions, IAttachKey2clickOptions } from "survey-core"; | ||
import * as React from "react"; | ||
@@ -317,3 +317,3 @@ | ||
getStateElement(): ButtonGroupItemValue; | ||
render(): JSX.Element; | ||
renderElement(): JSX.Element; | ||
protected renderIcon(): JSX.Element; | ||
@@ -508,3 +508,3 @@ protected renderInput(): JSX.Element; | ||
getStateElement(): QuestionButtonGroupModel; | ||
render(): JSX.Element; | ||
renderElement(): JSX.Element; | ||
renderItems(): any; | ||
@@ -911,2 +911,7 @@ } | ||
} | ||
export declare class SurveyQuestionTagbox extends SurveyQuestionDropdownBase<Question> { | ||
constructor(props: any); | ||
protected renderElement(): JSX.Element; | ||
protected renderOther(cssClasses: any): JSX.Element; | ||
} | ||
export declare class SurveyQuestionDropdownSelect extends SurveyQuestionDropdown { | ||
@@ -919,3 +924,4 @@ constructor(props: any); | ||
export declare function showModal(componentName: string, data: any, onApply: any, onCancel?: any, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): void; | ||
export declare function showDialog(dialogOptions: IDialogOptions): void; | ||
export declare function attachKey2click(element: JSX.Element, viewModel?: any, options?: IAttachKey2clickOptions): JSX.Element; | ||
export declare var registerFunction: (name: string, func: any) => any; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1436952
0.69%10149
0.7%