survey-creator-react 1.9.50 → 1.9.52
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-react",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.52",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"ace-builds": "^1.4.12"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"survey-core": "1.9.
|
|
35
|
-
"survey-react-ui": "1.9.
|
|
36
|
-
"survey-creator-core": "1.9.
|
|
34
|
+
"survey-core": "1.9.52",
|
|
35
|
+
"survey-react-ui": "1.9.52",
|
|
36
|
+
"survey-creator-core": "1.9.52",
|
|
37
37
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
38
38
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
|
|
39
39
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Type definition for Survey Creator library for React v1.9.
|
|
2
|
+
* Type definition for Survey Creator library for React v1.9.52
|
|
3
3
|
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
|
|
4
4
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
5
5
|
*/
|
|
@@ -225,6 +225,7 @@ export declare class SurveyCreatorToolboxCategory extends SurveyElementBase<ISur
|
|
|
225
225
|
constructor(props: any);
|
|
226
226
|
get category(): any;
|
|
227
227
|
get toolbox(): any;
|
|
228
|
+
get class(): string;
|
|
228
229
|
protected getStateElement(): Base;
|
|
229
230
|
render(): JSX.Element;
|
|
230
231
|
renderCategoryHeader(): JSX.Element;
|