survey-creator-js 2.5.20 → 2.5.21
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-js",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.21",
|
|
4
4
|
"description": "A white-label drag-and-drop form builder for HTML, CSS, and JavaScript apps. It generates JSON schemas for rendering dynamic forms with SurveyJS Form Library. Design complex, interactive forms and surveys without writing code.",
|
|
5
5
|
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
6
|
"homepage": "https://surveyjs.io/",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"typings": "./typings/survey-creator-js/entries/index.d.ts",
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"ace-builds": "^1.4.12",
|
|
49
|
-
"survey-core": "2.5.
|
|
50
|
-
"survey-js-ui": "2.5.
|
|
51
|
-
"survey-creator-core": "2.5.
|
|
49
|
+
"survey-core": "2.5.21",
|
|
50
|
+
"survey-js-ui": "2.5.21",
|
|
51
|
+
"survey-creator-core": "2.5.21",
|
|
52
52
|
"@types/react-dom": "*",
|
|
53
53
|
"@types/react": "*"
|
|
54
54
|
},
|
package/survey-creator-js.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v2.5.
|
|
2
|
+
* SurveyJS Creator v2.5.21
|
|
3
3
|
* (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -3732,8 +3732,8 @@
|
|
|
3732
3732
|
surveyCore.RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
|
|
3733
3733
|
|
|
3734
3734
|
exports.Version = void 0;
|
|
3735
|
-
exports.Version = "".concat("2.5.
|
|
3736
|
-
surveyCore.checkLibraryVersion("".concat("2.5.
|
|
3735
|
+
exports.Version = "".concat("2.5.21");
|
|
3736
|
+
surveyCore.checkLibraryVersion("".concat("2.5.21"), "survey-creator-react");
|
|
3737
3737
|
|
|
3738
3738
|
function renderSurveyCreator(creator, element, props) {
|
|
3739
3739
|
if (props === void 0) { props = {}; }
|