survey-react-ui
Advanced tools
Comparing version
{ | ||
"name": "survey-react-ui", | ||
"version": "2.0.0-rc.9", | ||
"version": "2.0.0-rc.10", | ||
"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.", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"survey-core": "2.0.0-rc.9", | ||
"survey-core": "2.0.0-rc.10", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", | ||
@@ -24,0 +24,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0" |
/*! | ||
* surveyjs - Survey JavaScript library v2.0.0-rc.9 | ||
* surveyjs - Survey JavaScript library v2.0.0-rc.10 | ||
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/ | ||
* License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
*/ |
@@ -12,3 +12,2 @@ import * as React from "react"; | ||
protected getStateElement(): Base; | ||
shouldComponentUpdate(nextProps: any, nextState: any): boolean; | ||
renderElement(): React.JSX.Element; | ||
@@ -15,0 +14,0 @@ componentWillUnmount(): void; |
@@ -27,2 +27,3 @@ import * as React from "react"; | ||
private unMakeBaseElementsReact; | ||
private unMakeBaseElementsReactive; | ||
protected disableStateElementsRerenderEvent(els: Array<Base>): void; | ||
@@ -34,2 +35,4 @@ protected getStateElements(): Array<Base>; | ||
private canMakeReact; | ||
private propertyValueChangedHandler; | ||
protected isCurrentStateElement(stateElement: Base): boolean; | ||
private makeBaseElementReact; | ||
@@ -36,0 +39,0 @@ protected canUsePropInState(key: string): boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3821222
0.1%18542
0.06%