survey-creator-react 1.9.22 → 1.9.23

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.22",
3
+ "version": "1.9.23",
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.22",
36
+ "survey-creator-core": "1.9.23",
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.22
2
+ * Type definition for Survey Creator library for React v1.9.23
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -52,6 +52,7 @@ export interface NotifierComponentProps {
52
52
  }
53
53
  export interface ISurveyCreatorComponentProps {
54
54
  creator: SurveyCreator;
55
+ style?: any;
55
56
  }
56
57
  export interface QuestionAdornerComponentProps {
57
58
  element: any;
@@ -283,6 +284,7 @@ export declare class SurveyCreatorComponent extends SurveyElementBase<ISurveyCre
283
284
  constructor(props: ISurveyCreatorComponentProps);
284
285
  get creator(): CreatorBase;
285
286
  protected getStateElement(): Base;
287
+ get style(): any;
286
288
  componentDidMount(): void;
287
289
  componentWillUnmount(): void;
288
290
  rootNode: any;