survey-creator-react
Advanced tools
Comparing version 1.9.106 to 1.9.107
{ | ||
"name": "survey-creator-react", | ||
"version": "1.9.106", | ||
"version": "1.9.107", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-core": "1.9.106", | ||
"survey-react-ui": "1.9.106", | ||
"survey-creator-core": "1.9.106", | ||
"survey-core": "1.9.107", | ||
"survey-react-ui": "1.9.107", | ||
"survey-creator-core": "1.9.107", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.1.0", | ||
@@ -42,0 +42,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0" |
@@ -11,2 +11,4 @@ /// <reference types="react" /> | ||
protected renderHeader(): JSX.Element; | ||
renderLoadingPlaceholder(): JSX.Element; | ||
renderChooseButton(): JSX.Element; | ||
renderElementPlaceholder(): JSX.Element; | ||
@@ -13,0 +15,0 @@ protected getStateElements(): Array<Base>; |
@@ -22,4 +22,5 @@ /// <reference types="react" /> | ||
preventDragHandler: (e: any) => void; | ||
renderLoadingIndicator(): JSX.Element; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
@@ -22,4 +22,5 @@ /// <reference types="react" /> | ||
renderInput(): JSX.Element; | ||
renderLoadingIndicator(): JSX.Element; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
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
680428
4983
+ Addedsurvey-core@1.9.107(transitive)
+ Addedsurvey-creator-core@1.9.107(transitive)
+ Addedsurvey-react-ui@1.9.107(transitive)
- Removedsurvey-core@1.9.106(transitive)
- Removedsurvey-creator-core@1.9.106(transitive)
- Removedsurvey-react-ui@1.9.106(transitive)
Updatedsurvey-core@1.9.107
Updatedsurvey-creator-core@1.9.107
Updatedsurvey-react-ui@1.9.107