survey-creator-react 1.9.24 → 1.9.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-react",
3
- "version": "1.9.24",
3
+ "version": "1.9.27",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "survey-core": "^1.9.9",
35
35
  "survey-react-ui": "^1.9.9",
36
- "survey-creator-core": "1.9.24",
36
+ "survey-creator-core": "1.9.27",
37
37
  "react": "^17.0.1",
38
38
  "react-dom": "^17.0.1"
39
39
  },
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey Creator library for React v1.9.24
2
+ * Type definition for Survey Creator library for React v1.9.27
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -10,8 +10,8 @@ import { ItemValueWrapperViewModel, LogoImageViewModel, MatrixCellWrapperViewMod
10
10
  import { ITabbedMenuItem, ToolboxToolViewModel, QuestionEmbeddedSurveyModel, PageNavigatorViewModel, QuestionLinkValueModel } from "survey-creator-core";
11
11
  import { SurveyResultsModel, QuestionImageAdornerViewModel, IPortableMouseEvent, ICreatorOptions, IPortableDragEvent } from "survey-creator-core";
12
12
  import { Action, Question, QuestionRowModel, SurveyModel, PageModel } from "survey-core";
13
- import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core";
14
- import { IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core";
13
+ import { QuestionSelectBase, ItemValue, ImageItemValue, Base, QuestionImagePickerModel } from "survey-core";
14
+ import { SurveyError, IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core";
15
15
  import { SurveyElementBase, ISurveyCreator, SurveyQuestionElementBase } from "survey-react-ui";
16
16
  import * as React from "react";
17
17
 
@@ -172,6 +172,7 @@ export declare class ImageItemValueAdornerComponent extends SurveyElementBase<Im
172
172
  model: ImageItemValueWrapperViewModel;
173
173
  rootRef: any;
174
174
  protected getStateElement(): Base;
175
+ protected get question(): QuestionImagePickerModel;
175
176
  componentDidMount(): void;
176
177
  preventDragHandler: any;
177
178
  render(): any;
@@ -370,7 +371,6 @@ export declare class SvgBundleComponent extends React.Component {
370
371
  constructor(props: any);
371
372
  containerRef: any;
372
373
  componentDidMount(): void;
373
- componentWillUnmount(): void;
374
374
  render(): any;
375
375
  }
376
376
  export declare class TabDesignerComponent extends SurveyElementBase<ITabDesignerComponentProps, any> {