survey-react-ui 1.9.7 → 1.9.8

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-react-ui",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey JavaScript library for React (without core) v1.9.7
2
+ * Type definition for Survey JavaScript library for React (without core) v1.9.8
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -70,7 +70,6 @@ export declare class LogoImage extends React.Component<ILogoImageProps, any> {
70
70
  render(): any;
71
71
  }
72
72
  export declare class ReactElementFactory {
73
- constructor();
74
73
  static Instance: ReactElementFactory;
75
74
  creatorHash: any;
76
75
  registerElement(elementType: string, elementCreator: any): void;
@@ -79,7 +78,6 @@ export declare class ReactElementFactory {
79
78
  createElement(elementType: string, params: any): any;
80
79
  }
81
80
  export declare class ReactQuestionFactory {
82
- constructor();
83
81
  static Instance: ReactQuestionFactory;
84
82
  creatorHash: any;
85
83
  registerQuestion(questionType: string, questionCreator: any): void;
@@ -238,6 +236,8 @@ export declare class Survey extends SurveyElementBase<any, any> implements ISurv
238
236
  static get cssType(): string;
239
237
  static set cssType(val: string);
240
238
  protected survey: ReactSurveyModel;
239
+ rootNodeId: string;
240
+ rootNodeClassName: string;
241
241
  protected getStateElement(): Base;
242
242
  shouldComponentUpdate(nextProps: any, nextState: any): boolean;
243
243
  componentDidUpdate(prevProps: any, prevState: any): void;