survey-creator-react
Advanced tools
Comparing version 1.9.24 to 1.9.25
{ | ||
"name": "survey-creator-react", | ||
"version": "1.9.24", | ||
"version": "1.9.25", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"survey-react-ui": "^1.9.9", | ||
"survey-creator-core": "1.9.24", | ||
"survey-creator-core": "1.9.25", | ||
"react": "^17.0.1", | ||
@@ -39,0 +39,0 @@ "react-dom": "^17.0.1" |
/* | ||
* Type definition for Survey Creator library for React v1.9.24 | ||
* Type definition for Survey Creator library for React v1.9.25 | ||
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/ | ||
@@ -13,4 +13,4 @@ * License: https://surveyjs.io/Licenses#SurveyCreator | ||
import { Action, Question, QuestionRowModel, SurveyModel, PageModel } from "survey-core"; | ||
import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core"; | ||
import { IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core"; | ||
import { QuestionSelectBase, ItemValue, ImageItemValue, Base, QuestionImagePickerModel } from "survey-core"; | ||
import { SurveyError, IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core"; | ||
import { SurveyElementBase, ISurveyCreator, SurveyQuestionElementBase } from "survey-react-ui"; | ||
@@ -176,2 +176,3 @@ import * as React from "react"; | ||
protected getStateElement(): Base; | ||
protected get question(): QuestionImagePickerModel; | ||
componentDidMount(): void; | ||
@@ -178,0 +179,0 @@ preventDragHandler: any; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
600551
3891
+ Addedsurvey-creator-core@1.9.25(transitive)
- Removedsurvey-creator-core@1.9.24(transitive)
Updatedsurvey-creator-core@1.9.25