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 +1 -1
- package/survey-react-ui.d.ts +1 -0
- package/survey-react-ui.js +18 -9
- package/survey-react-ui.min.js +2 -2
package/package.json
CHANGED
package/survey-react-ui.d.ts
CHANGED
|
@@ -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 {
|