survey-creator-js 2.5.21 → 2.5.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.
@@ -4,5 +4,8 @@ import * as React from "react";
4
4
  export declare class SurveySimulator extends SurveyElementBase<any, any> {
5
5
  private get model();
6
6
  protected getStateElement(): Base;
7
+ componentDidMount(): void;
8
+ componentDidUpdate(prevProps: any, prevState: any): void;
9
+ componentWillUnmount(): void;
7
10
  renderElement(): React.JSX.Element;
8
11
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v2.5.21
2
+ * SurveyJS Creator v2.5.23
3
3
  * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v2.5.21
2
+ * SurveyJS Creator v2.5.23
3
3
  * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator