New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

survey-react-ui

Package Overview
Dependencies
Maintainers
1
Versions
219
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 1.9.14 to 1.9.15

2

package.json
{
"name": "survey-react-ui",
"version": "1.9.14",
"version": "1.9.15",
"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.14
* Type definition for Survey JavaScript library for React (without core) v1.9.15
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/

@@ -9,12 +9,19 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php)

import { QuestionRowModel, SurveyElement, QuestionSelectBase, ItemValue, QuestionMatrixDropdownRenderedCell } from "survey-core";
import { LocalizableString, Base, SurveyTimerModel, ITitleOwner, PopupBaseViewModel } from "survey-core";
import { PageModel, ButtonGroupItemModel, QuestionButtonGroupModel, ButtonGroupItemValue, PanelModelBase } from "survey-core";
import { SurveyProgressButtonsModel, IElement, TooltipManager, PanelModel, QuestionBooleanModel } from "survey-core";
import { QuestionCheckboxModel, QuestionEmptyModel, QuestionExpressionModel, QuestionFileModel, QuestionHtmlModel } from "survey-core";
import { QuestionImageModel, QuestionImagePickerModel, QuestionMatrixModel, AdaptiveActionContainer, QuestionMultipleTextModel } from "survey-core";
import { MultipleTextItemModel, QuestionPanelDynamicModel, QuestionRadiogroupModel, QuestionRankingModel, QuestionRatingModel } from "survey-core";
import { RenderedRatingItem, QuestionSignaturePadModel, SurveyWindowModel, FlowPanelModel, QuestionCommentModel } from "survey-core";
import { QuestionCompositeModel, QuestionCustomModel, QuestionDropdownModel, QuestionMatrixDynamicModel, QuestionTextModel } from "survey-core";
import { LocalizableString, Base, ITitleOwner, PopupBaseViewModel, PageModel } from "survey-core";
import { ButtonGroupItemModel, QuestionButtonGroupModel, ButtonGroupItemValue, PanelModelBase, SurveyProgressButtonsModel } from "survey-core";
import { IElement, TooltipManager, PanelModel, QuestionBooleanModel, QuestionCheckboxModel } from "survey-core";
import { QuestionEmptyModel, QuestionExpressionModel, QuestionFileModel, QuestionHtmlModel, QuestionImageModel } from "survey-core";
import { QuestionImagePickerModel, QuestionMatrixModel, AdaptiveActionContainer, QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core";
import { QuestionPanelDynamicModel, QuestionRadiogroupModel, QuestionRankingModel, QuestionRatingModel, RenderedRatingItem } from "survey-core";
import { QuestionSignaturePadModel, SurveyTimerModel, SurveyWindowModel, FlowPanelModel, QuestionCommentModel } from "survey-core";
import { QuestionCompositeModel, QuestionCustomModel, QuestionMatrixDynamicModel, QuestionTextModel } from "survey-core";
import * as React from "react";
export { SurveyModel } from "survey-core";
export { Model } from "survey-core";
export { SurveyWindowModel } from "survey-core";
export { settings } from "survey-core";
export { surveyLocalization } from "survey-core";
export { surveyStrings } from "survey-core";
export enum DragTypeOverMeEnum {

@@ -150,7 +157,2 @@ InsideEmptyPanel = 1,

}
export declare class SurveyTimerPanel extends React.Component<any, any> {
constructor(props: any);
protected get survey(): SurveyTimerModel;
render(): any;
}
export declare class SvgIcon extends React.Component<any, any> {

@@ -697,3 +699,2 @@ constructor(props: any);

protected renderItem(key: string, item: RenderedRatingItem, index: number, cssClasses: any): any;
protected renderOther(cssClasses: any): any;
}

@@ -713,2 +714,8 @@ export declare class SurveyQuestionSignaturePad extends SurveyQuestionElementBase {

}
export declare class SurveyTimerPanel extends ReactSurveyElement {
constructor(props: any);
protected getStateElement(): Base;
protected get timerModel(): SurveyTimerModel;
render(): any;
}
export declare class SurveyWindow extends Survey {

@@ -776,9 +783,7 @@ constructor(props: any);

}
export declare class SurveyQuestionDropdown extends SurveyQuestionUncontrolledElement<QuestionDropdownModel> {
export declare class SurveyQuestionDropdownBase<T> extends SurveyQuestionUncontrolledElement<T> {
constructor(props: any);
protected setValueCore(newValue: any): void;
protected getValueCore(): any;
protected renderElement(): any;
protected renderSelect(cssClasses: any): any;
protected renderOther(cssClasses: any): any;
}

@@ -812,2 +817,7 @@ export declare class SurveyQuestionMatrixDropdown extends SurveyQuestionMatrixDropdownBase {

}
export declare class SurveyQuestionDropdown extends SurveyQuestionDropdownBase<Question> {
constructor(props: any);
protected renderElement(): any;
protected renderOther(cssClasses: any): any;
}
export declare class SurveyQuestionMatrixDropdownCell extends SurveyQuestionAndErrorsCell {

@@ -822,3 +832,7 @@ constructor(props: any);

}
export declare class SurveyQuestionRatingDropdown extends SurveyQuestionDropdownBase<QuestionRatingModel> {
constructor(props: any);
protected renderElement(): any;
}
export declare function showModal(componentName: string, data: any, onApply: any, onCancel?: any, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): void;
export declare function attachKey2click(element: any, viewModel?: any, options?: any): any;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc