survey-creator-react
Advanced tools
Comparing version 1.9.40 to 1.9.41
{ | ||
"name": "survey-creator-react", | ||
"version": "1.9.40", | ||
"version": "1.9.41", | ||
"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.40", | ||
"survey-creator-core": "1.9.41", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.1.0", | ||
@@ -39,0 +39,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0" |
/* | ||
* Type definition for Survey Creator library for React v1.9.40 | ||
* Type definition for Survey Creator library for React v1.9.41 | ||
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/ | ||
@@ -12,3 +12,3 @@ * License: https://surveyjs.io/Licenses#SurveyCreator | ||
import { RowViewModel, ICreatorOptions, ToolboxToolViewModel, PageNavigatorViewModel, SurveyResultsModel } from "survey-creator-core"; | ||
import { QuestionImageAdornerViewModel, IPortableDragEvent } from "survey-creator-core"; | ||
import { QuestionDropdownAdornerViewModel, QuestionImageAdornerViewModel, IPortableDragEvent } from "survey-creator-core"; | ||
import { Action, QuestionRowModel, Question, SurveyModel, PageModel } from "survey-core"; | ||
@@ -564,2 +564,5 @@ import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core"; | ||
constructor(props: QuestionAdornerComponentProps); | ||
protected createQuestionViewModel(): QuestionDropdownAdornerViewModel; | ||
get dropdownModel(): QuestionDropdownAdornerViewModel; | ||
get question(): QuestionSelectBase; | ||
renderElementPlaceholder(): JSX.Element; | ||
@@ -566,0 +569,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
634225
4165
+ Addedsurvey-creator-core@1.9.41(transitive)
- Removedsurvey-creator-core@1.9.40(transitive)
Updatedsurvey-creator-core@1.9.41