survey-creator-react 2.3.15 → 2.4.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/index.html +1 -0
- package/package.json +32 -14
- package/survey-creator-react.js +4 -4
- package/survey-creator-react.js.map +1 -1
- package/survey-creator-react.min.js +1 -1
- package/survey-creator-react.min.js.LICENSE.txt +2 -2
package/index.html
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
<script src="./node_modules/survey-react-ui/survey-react-ui.js"></script>
|
|
19
19
|
<script src="./node_modules/survey-creator-core/survey-creator-core.js"></script>
|
|
20
20
|
<script src="./node_modules/survey-creator-core/themes/index.js"></script>
|
|
21
|
+
<script src="./node_modules/survey-creator-core/themes/test.js"></script>
|
|
21
22
|
<script src="./node_modules/survey-creator-core/survey-creator-core-presets.js"></script>
|
|
22
23
|
<script src="./node_modules/survey-creator-core/survey-creator-core.i18n.min.js"></script>
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-react",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.4.0",
|
|
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
|
+
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
|
+
"homepage": "https://surveyjs.io/",
|
|
7
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
8
|
+
"licenseUrl": "https://surveyjs.io/licensing",
|
|
5
9
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
10
|
+
"react",
|
|
11
|
+
"survey",
|
|
12
|
+
"form",
|
|
13
|
+
"surveyjs",
|
|
14
|
+
"survey-library",
|
|
15
|
+
"react-component",
|
|
16
|
+
"form-builder",
|
|
17
|
+
"dynamic-form-builder",
|
|
18
|
+
"drag-and-drop-form-builder",
|
|
19
|
+
"form-library",
|
|
20
|
+
"form-management",
|
|
21
|
+
"questionnaire",
|
|
22
|
+
"data-collection",
|
|
23
|
+
"ui-component",
|
|
24
|
+
"json",
|
|
25
|
+
"json-schema",
|
|
26
|
+
"react-schema-form",
|
|
27
|
+
"survey-creator",
|
|
28
|
+
"survey-builder",
|
|
29
|
+
"client-side",
|
|
30
|
+
"frontend",
|
|
31
|
+
"javascript",
|
|
32
|
+
"typescript"
|
|
13
33
|
],
|
|
14
|
-
"homepage": "https://surveyjs.io/Overview/Survey-Creator",
|
|
15
|
-
"license": "https://surveyjs.io/Licenses#SurveyCreator",
|
|
16
34
|
"files": [
|
|
17
35
|
"**/*"
|
|
18
36
|
],
|
|
@@ -37,9 +55,9 @@
|
|
|
37
55
|
"ace-builds": "^1.4.12",
|
|
38
56
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
39
57
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
40
|
-
"survey-core": "2.
|
|
41
|
-
"survey-react-ui": "2.
|
|
42
|
-
"survey-creator-core": "2.
|
|
58
|
+
"survey-core": "2.4.0",
|
|
59
|
+
"survey-react-ui": "2.4.0",
|
|
60
|
+
"survey-creator-core": "2.4.0"
|
|
43
61
|
},
|
|
44
62
|
"peerDependenciesMeta": {
|
|
45
63
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v2.
|
|
2
|
+
* SurveyJS Creator React v2.4.0
|
|
3
3
|
* (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
|
-
* License: https://surveyjs.io/
|
|
5
|
+
* License: https://surveyjs.io/licensing
|
|
6
6
|
*/
|
|
7
7
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
8
8
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -3397,7 +3397,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3397
3397
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3398
3398
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3399
3399
|
var Version;
|
|
3400
|
-
Version = "".concat("2.
|
|
3400
|
+
Version = "".concat("2.4.0");
|
|
3401
3401
|
// import "@survey/creator/survey-creator-core.css";
|
|
3402
3402
|
|
|
3403
3403
|
|
|
@@ -3469,7 +3469,7 @@ Version = "".concat("2.3.15");
|
|
|
3469
3469
|
|
|
3470
3470
|
|
|
3471
3471
|
|
|
3472
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.
|
|
3472
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.4.0"), "survey-creator-react");
|
|
3473
3473
|
|
|
3474
3474
|
|
|
3475
3475
|
/***/ }),
|