survey-react-ui
Advanced tools
Comparing version 1.12.5 to 1.12.6
{ | ||
"name": "survey-react-ui", | ||
"version": "1.12.5", | ||
"version": "1.12.6", | ||
"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.", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"survey-core": "1.12.5", | ||
"survey-core": "1.12.6", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.2.0", | ||
@@ -27,0 +27,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0" |
@@ -7,3 +7,4 @@ /// <reference types="react" /> | ||
renderInnerButton(): JSX.Element; | ||
componentDidMount(): void; | ||
componentWillUnmount(): void; | ||
} |
@@ -36,2 +36,3 @@ /// <reference types="react" /> | ||
render(): JSX.Element; | ||
componentDidMount(): void; | ||
} | ||
@@ -38,0 +39,0 @@ export declare class PopupDropdownContainer extends PopupContainer { |
@@ -13,4 +13,3 @@ /// <reference types="react" /> | ||
protected renderElement(): JSX.Element; | ||
componentWillUnmount(): void; | ||
} | ||
export {}; |
@@ -7,2 +7,3 @@ /// <reference types="react" /> | ||
componentDidUpdate(prevProps: any, prevState: any): void; | ||
componentDidMount(): void; | ||
componentWillUnmount(): void; | ||
@@ -9,0 +10,0 @@ private setupModel; |
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
1440722
11909