survey-creator-react 1.9.47 → 1.9.49

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.47",
3
+ "version": "1.9.49",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -31,9 +31,9 @@
31
31
  "ace-builds": "^1.4.12"
32
32
  },
33
33
  "dependencies": {
34
- "survey-core": "1.9.47",
35
- "survey-react-ui": "1.9.47",
36
- "survey-creator-core": "1.9.47",
34
+ "survey-core": "1.9.49",
35
+ "survey-react-ui": "1.9.49",
36
+ "survey-creator-core": "1.9.49",
37
37
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0",
38
38
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
39
39
  },
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey Creator library for React v1.9.47
2
+ * Type definition for Survey Creator library for React v1.9.49
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -13,7 +13,7 @@ import { QuestionDropdownAdornerViewModel, QuestionImageAdornerViewModel, IPorta
13
13
  import { Action, QuestionRowModel, Question, SurveyModel, PageModel } from "survey-core";
14
14
  import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core";
15
15
  import { ResponsivityManager, VerticalResponsivityManager, QuestionImagePickerModel } from "survey-core";
16
- import { SurveyElementBase, ISurveyCreator, SurveyQuestionElementBase } from "survey-react-ui";
16
+ import { SurveyElementBase, ISurveyCreator, SurveyQuestionElementBase, SurveyQuestionDropdown } from "survey-react-ui";
17
17
  import * as React from "react";
18
18
 
19
19
  export { editorLocalization } from "survey-creator-core";
@@ -238,6 +238,10 @@ export declare class SurveyElementEmbeddedSurvey extends SurveyQuestionElementBa
238
238
  protected get creator(): ISurveyCreator;
239
239
  render(): JSX.Element;
240
240
  }
241
+ export declare class SurveyLogicOpertor extends SurveyQuestionDropdown {
242
+ constructor(props: any);
243
+ protected renderInput(): JSX.Element;
244
+ }
241
245
  export declare class SurveyNavigation extends SurveyElementBase<any, any> {
242
246
  constructor(props: any);
243
247
  componentDidMount(): void;