survey-react-ui 1.9.66 → 1.9.68

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.66",
3
+ "version": "1.9.68",
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",
@@ -480,9 +480,12 @@ declare module "react/reactSurvey" {
480
480
  private rootNodeClassName;
481
481
  constructor(props: any);
482
482
  protected getStateElement(): Base;
483
+ private isSurveyUpdated;
484
+ private onSurveyUpdated;
483
485
  shouldComponentUpdate(nextProps: any, nextState: any): boolean;
484
486
  componentDidUpdate(prevProps: any, prevState: any): void;
485
487
  componentDidMount(): void;
488
+ destroySurvey(): void;
486
489
  componentWillUnmount(): void;
487
490
  doRender(): JSX.Element;
488
491
  protected renderElement(): JSX.Element;