survey-creator-js 2.2.2 → 2.2.3
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v2.2.
|
|
2
|
+
* SurveyJS Creator UI v2.2.3
|
|
3
3
|
* (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -2842,8 +2842,8 @@ ReactQuestionFactory.Instance.registerQuestion("sv-boolean-switch", (props) => {
|
|
|
2842
2842
|
RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
|
|
2843
2843
|
|
|
2844
2844
|
let Version;
|
|
2845
|
-
Version = `${"2.2.
|
|
2846
|
-
checkLibraryVersion(`${"2.2.
|
|
2845
|
+
Version = `${"2.2.3"}`;
|
|
2846
|
+
checkLibraryVersion(`${"2.2.3"}`, "survey-creator-react");
|
|
2847
2847
|
|
|
2848
2848
|
function renderSurveyCreator(creator, element, props = {}) {
|
|
2849
2849
|
let node = element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-js",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"typings": "./typings/survey-creator-js/entries/index.d.ts",
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"ace-builds": "^1.4.12",
|
|
31
|
-
"survey-core": "2.2.
|
|
32
|
-
"survey-js-ui": "2.2.
|
|
33
|
-
"survey-creator-core": "2.2.
|
|
31
|
+
"survey-core": "2.2.3",
|
|
32
|
+
"survey-js-ui": "2.2.3",
|
|
33
|
+
"survey-creator-core": "2.2.3",
|
|
34
34
|
"@types/react-dom": "*",
|
|
35
35
|
"@types/react": "*"
|
|
36
36
|
},
|
package/survey-creator-js.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v2.2.
|
|
2
|
+
* SurveyJS Creator UI v2.2.3
|
|
3
3
|
* (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -3728,7 +3728,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3728
3728
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3729
3729
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3730
3730
|
var Version;
|
|
3731
|
-
Version = "".concat("2.2.
|
|
3731
|
+
Version = "".concat("2.2.3");
|
|
3732
3732
|
// import "@survey/creator/survey-creator-core.css";
|
|
3733
3733
|
|
|
3734
3734
|
|
|
@@ -3800,7 +3800,7 @@ Version = "".concat("2.2.2");
|
|
|
3800
3800
|
|
|
3801
3801
|
|
|
3802
3802
|
|
|
3803
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.2.
|
|
3803
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.2.3"), "survey-creator-react");
|
|
3804
3804
|
|
|
3805
3805
|
|
|
3806
3806
|
/***/ }),
|