survey-creator-js 2.5.8 → 2.5.10
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/fesm/survey-creator-js.mjs +3 -3
- package/fesm/survey-creator-js.mjs.map +1 -1
- package/fesm/ui-preset-editor/index.mjs +1 -1
- package/package.json +4 -4
- package/survey-creator-js.js +3 -3
- package/survey-creator-js.js.map +1 -1
- package/survey-creator-js.min.js +1 -1
- package/survey-creator-js.min.js.LICENSE.txt +1 -1
- package/ui-preset-editor/index.js +1 -1
- package/ui-preset-editor/index.min.js.LICENSE.txt +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v2.5.
|
|
2
|
+
* SurveyJS Creator UI v2.5.10
|
|
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
|
|
@@ -2945,8 +2945,8 @@ ReactQuestionFactory.Instance.registerQuestion("sv-boolean-switch", (props) => {
|
|
|
2945
2945
|
RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
|
|
2946
2946
|
|
|
2947
2947
|
let Version;
|
|
2948
|
-
Version = `${"2.5.
|
|
2949
|
-
checkLibraryVersion(`${"2.5.
|
|
2948
|
+
Version = `${"2.5.10"}`;
|
|
2949
|
+
checkLibraryVersion(`${"2.5.10"}`, "survey-creator-react");
|
|
2950
2950
|
|
|
2951
2951
|
function renderSurveyCreator(creator, element, props = {}) {
|
|
2952
2952
|
let node = element;
|