You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

survey-react-ui

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-react-ui - npm Package Compare versions

Comparing version

to
1.9.42

2

package.json
{
"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