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 +1 -1
- package/survey-react-ui.d.ts +3 -0
- package/survey-react-ui.js +26 -12
- package/survey-react-ui.min.js +3 -3
package/package.json
CHANGED
package/survey-react-ui.d.ts
CHANGED
|
@@ -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;
|