survey-creator-react 1.10.4 → 1.10.5
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-react",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.5",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"ace-builds": "^1.4.12",
|
|
30
30
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
31
31
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
32
|
-
"survey-core": "1.10.
|
|
33
|
-
"survey-react-ui": "1.10.
|
|
34
|
-
"survey-creator-core": "1.10.
|
|
32
|
+
"survey-core": "1.10.5",
|
|
33
|
+
"survey-react-ui": "1.10.5",
|
|
34
|
+
"survey-creator-core": "1.10.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.10.
|
|
2
|
+
* SurveyJS Creator React v1.10.5
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -3431,7 +3431,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3431
3431
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3432
3432
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_53__);
|
|
3433
3433
|
var Version;
|
|
3434
|
-
Version = "".concat("1.10.
|
|
3434
|
+
Version = "".concat("1.10.5");
|
|
3435
3435
|
// import "@survey/creator/survey-creator-core.css";
|
|
3436
3436
|
|
|
3437
3437
|
|
|
@@ -3494,7 +3494,7 @@ Version = "".concat("1.10.4");
|
|
|
3494
3494
|
|
|
3495
3495
|
|
|
3496
3496
|
|
|
3497
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.
|
|
3497
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.5"), "survey-creator-react");
|
|
3498
3498
|
|
|
3499
3499
|
|
|
3500
3500
|
/***/ }),
|
|
@@ -4615,7 +4615,7 @@ var SurveyCreatorToolboxCategory = /** @class */ (function (_super) {
|
|
|
4615
4615
|
className += " svc-toolbox__category-header--collapsed";
|
|
4616
4616
|
}
|
|
4617
4617
|
return Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: className, onClick: function (e) { return _this.category.toggleState(); } },
|
|
4618
|
-
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", { className: "svc-toolbox__category-title" }, this.category.
|
|
4618
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", { className: "svc-toolbox__category-title" }, this.category.title),
|
|
4619
4619
|
this.renderButton()));
|
|
4620
4620
|
};
|
|
4621
4621
|
SurveyCreatorToolboxCategory.prototype.renderButton = function () {
|