survey-creator-react
Advanced tools
Comparing version 1.9.81 to 1.9.82
{ | ||
"name": "survey-creator-react", | ||
"version": "1.9.81", | ||
"version": "1.9.82", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-core": "1.9.81", | ||
"survey-react-ui": "1.9.81", | ||
"survey-creator-core": "1.9.81", | ||
"survey-core": "1.9.82", | ||
"survey-react-ui": "1.9.82", | ||
"survey-creator-core": "1.9.82", | ||
"react": "^16.5.0 || ^17.0.1 || ^18.1.0", | ||
@@ -37,0 +37,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0" |
@@ -596,2 +596,3 @@ /// <reference types="react" /> | ||
protected getStateElement(): Base; | ||
private get scrollableContainer(); | ||
componentDidMount(): void; | ||
@@ -743,2 +744,27 @@ componentWillUnmount(): void; | ||
} | ||
declare module "custom-questions/SpinEditor" { | ||
import { QuestionSpinEditorModel } from "survey-creator-core"; | ||
import { SurveyQuestionText } from "survey-react-ui"; | ||
export class SurveyQuestionSpinEditor extends SurveyQuestionText { | ||
constructor(props: any); | ||
protected get question(): QuestionSpinEditorModel; | ||
protected renderInput(): JSX.Element; | ||
protected renderElement(): JSX.Element; | ||
protected getValueCore(): string; | ||
protected renderButtons(): JSX.Element; | ||
} | ||
} | ||
declare module "custom-questions/ColorQuestion" { | ||
import { QuestionColorModel } from "survey-creator-core"; | ||
import { SurveyQuestionText } from "survey-react-ui"; | ||
export class SurveyQuestionColor extends SurveyQuestionText { | ||
constructor(props: any); | ||
protected get question(): QuestionColorModel; | ||
protected renderInput(): JSX.Element; | ||
protected renderElement(): JSX.Element; | ||
protected getValueCore(): string; | ||
protected renderColorSwatch(): JSX.Element; | ||
protected renderColorInput(): JSX.Element; | ||
} | ||
} | ||
declare module "entries/index" { | ||
@@ -789,2 +815,4 @@ export let Version: string; | ||
export * from "PropertyGrid"; | ||
export * from "custom-questions/SpinEditor"; | ||
export * from "custom-questions/ColorQuestion"; | ||
export { editorLocalization, localization } from "survey-creator-core"; | ||
@@ -791,0 +819,0 @@ export { settings } from "survey-creator-core"; |
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
615856
4587
+ Addedsurvey-core@1.9.82(transitive)
+ Addedsurvey-creator-core@1.9.82(transitive)
+ Addedsurvey-react-ui@1.9.82(transitive)
- Removedsurvey-core@1.9.81(transitive)
- Removedsurvey-creator-core@1.9.81(transitive)
- Removedsurvey-react-ui@1.9.81(transitive)
Updatedsurvey-core@1.9.82
Updatedsurvey-creator-core@1.9.82
Updatedsurvey-react-ui@1.9.82