survey-react-ui
Advanced tools
{ | ||
"name": "survey-react-ui", | ||
"version": "2.0.0-rc.4", | ||
"version": "2.0.0-rc.5", | ||
"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.", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"survey-core": "2.0.0-rc.4", | ||
"survey-core": "2.0.0-rc.5", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", | ||
@@ -24,0 +24,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0" |
/*! | ||
* surveyjs - Survey JavaScript library v2.0.0-rc.4 | ||
* surveyjs - Survey JavaScript library v2.0.0-rc.5 | ||
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/ | ||
* License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
*/ |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyActionBarItem } from "./action-bar-item"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, Action } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class SurveyActionBarSeparator extends React.Component<any, any> { | ||
@@ -3,0 +3,0 @@ constructor(props: any); |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, Action, ActionContainer } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,4 +0,4 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class BrandInfo extends React.Component<any, any> { | ||
render(): React.JSX.Element; | ||
} |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, CharacterCounter } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../reactquestion_element"; |
@@ -1,4 +0,4 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class ComponentsContainer extends React.Component<any, any> { | ||
render(): React.JSX.Element | null; | ||
} |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ReactSurveyElement } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ import { QuestionFileModel } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ import { QuestionFileModel } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ import { QuestionFileModel, QuestionFilePage } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ import { QuestionFileModel } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, SurveyModel, Cover, CoverCell } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ListModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ListModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ListModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ListModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Action } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { ReactSurveyElement } from "../../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ReactSurveyElement } from "../../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ReactSurveyElement } from "../../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionMatrixDynamicRemoveButton extends ReactSurveyElement { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownModelBase } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, Notifier } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { QuestionPanelDynamicModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { ReactSurveyElement } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAction { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAction { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn"; | ||
@@ -3,0 +3,0 @@ export declare class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicAction { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ import { IDialogOptions, PopupBaseViewModel } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, PopupModel, PopupBaseViewModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyError } from "survey-core"; | ||
@@ -3,0 +3,0 @@ export interface IQuestionErrorComponentProps { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "../../reactquestion_element"; | ||
@@ -3,0 +3,0 @@ interface IRatingItemProps { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { RatingItemBase } from "./rating-item"; | ||
@@ -3,0 +3,0 @@ export declare class RatingItemSmiley extends RatingItemBase { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { RatingItemBase } from "./rating-item"; | ||
@@ -3,0 +3,0 @@ export declare class RatingItemStar extends RatingItemBase { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base, QuestionRatingModel, RenderedRatingItem } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../../reactquestion_element"; |
@@ -1,4 +0,4 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class Skeleton extends React.Component<any, any> { | ||
render(): React.JSX.Element; | ||
} |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Action } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { ReactSurveyElement } from "../../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ interface ILogoImageProps { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ interface ISurveyHeaderProps { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class SvgIcon extends React.Component<any, any> { | ||
@@ -3,0 +3,0 @@ private svgIconRef; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { TextAreaModel } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "../reactquestion_element"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElement } from "survey-core"; | ||
@@ -3,0 +3,0 @@ export declare class TitleActions extends React.Component<any, any> { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { ITitleOwner } from "survey-core"; | ||
@@ -3,0 +3,0 @@ export declare class TitleContent extends React.Component<any, any> { |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class TitleElement extends React.Component<any, any> { | ||
@@ -3,0 +3,0 @@ constructor(props: any); |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { Base } from "survey-core"; | ||
@@ -3,0 +3,0 @@ import { SurveyElementBase } from "./reactquestion_element"; |
import { SurveyQuestionElementBase } from "./reactquestion_element"; | ||
import React from "react"; | ||
import * as React from "react"; | ||
import { SurveyElementBase } from "./reactquestion_element"; | ||
@@ -4,0 +4,0 @@ import { QuestionButtonGroupModel, ButtonGroupItemValue, ButtonGroupItemModel } from "survey-core"; |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class SurveyLocStringEditor extends React.Component<any, any> { | ||
@@ -3,0 +3,0 @@ constructor(props: any); |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class SurveyLocStringViewer extends React.Component<any, any> { | ||
@@ -3,0 +3,0 @@ constructor(props: any); |
@@ -1,2 +0,2 @@ | ||
import React from "react"; | ||
import * as React from "react"; | ||
export declare class SvgBundleComponent extends React.Component { | ||
@@ -3,0 +3,0 @@ private containerRef; |
Sorry, the diff of this file is too big to display
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
2300456
-0.29%23055
-0.06%