survey-creator-react 2.5.13 → 3.0.0-beta.0
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-react.mjs +3 -3
- package/fesm/survey-creator-react.mjs.map +1 -1
- package/fesm/ui-preset-editor/index.mjs +1 -1
- package/package.json +4 -4
- package/survey-creator-react.js +3 -3
- package/survey-creator-react.js.map +1 -1
- package/survey-creator-react.min.js +1 -1
- package/survey-creator-react.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"description": "A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.",
|
|
5
5
|
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
6
|
"homepage": "https://surveyjs.io/",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"ace-builds": "^1.4.12",
|
|
61
61
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
62
62
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
63
|
-
"survey-core": "
|
|
64
|
-
"survey-react-ui": "
|
|
65
|
-
"survey-creator-core": "
|
|
63
|
+
"survey-core": "3.0.0-beta.0",
|
|
64
|
+
"survey-react-ui": "3.0.0-beta.0",
|
|
65
|
+
"survey-creator-core": "3.0.0-beta.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React
|
|
2
|
+
* SurveyJS Creator React v3.0.0-beta.0
|
|
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/licensing
|
|
@@ -3460,7 +3460,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3460
3460
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3461
3461
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_64__);
|
|
3462
3462
|
var Version;
|
|
3463
|
-
Version = "".concat("
|
|
3463
|
+
Version = "".concat("3.0.0-beta.0");
|
|
3464
3464
|
// import "@survey/creator/survey-creator-core.css";
|
|
3465
3465
|
|
|
3466
3466
|
|
|
@@ -3533,7 +3533,7 @@ Version = "".concat("2.5.13");
|
|
|
3533
3533
|
|
|
3534
3534
|
|
|
3535
3535
|
|
|
3536
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_64__.checkLibraryVersion)("".concat("
|
|
3536
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_64__.checkLibraryVersion)("".concat("3.0.0-beta.0"), "survey-creator-react");
|
|
3537
3537
|
|
|
3538
3538
|
|
|
3539
3539
|
/***/ }),
|