survey-react-ui 1.9.61 → 1.9.62

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.61",
3
+ "version": "1.9.62",
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",
@@ -947,6 +947,7 @@ declare module "react/components/paneldynamic-actions/paneldynamic-add-btn" {
947
947
  import { ReactSurveyElement } from "react/reactquestion_element";
948
948
  export class SurveyQuestionPanelDynamicAction extends ReactSurveyElement {
949
949
  constructor(props: any);
950
+ protected get data(): any;
950
951
  protected get question(): QuestionPanelDynamicModel;
951
952
  }
952
953
  export class SurveyQuestionPanelDynamicAddButton extends SurveyQuestionPanelDynamicAction {