survey-creator-react 1.9.79 → 1.9.81
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.9.
|
|
3
|
+
"version": "1.9.81",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"ace-builds": "^1.4.12"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"survey-core": "1.9.
|
|
33
|
-
"survey-react-ui": "1.9.
|
|
34
|
-
"survey-creator-core": "1.9.
|
|
32
|
+
"survey-core": "1.9.81",
|
|
33
|
+
"survey-react-ui": "1.9.81",
|
|
34
|
+
"survey-creator-core": "1.9.81",
|
|
35
35
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
36
36
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
|
|
37
37
|
},
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.9.
|
|
2
|
+
* SurveyJS Creator React v1.9.81
|
|
3
3
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -2823,7 +2823,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2823
2823
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
2824
2824
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_44___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_44__);
|
|
2825
2825
|
var Version;
|
|
2826
|
-
Version = "".concat("1.9.
|
|
2826
|
+
Version = "".concat("1.9.81");
|
|
2827
2827
|
// import "@survey/creator/survey-creator-core.css";
|
|
2828
2828
|
|
|
2829
2829
|
|
|
@@ -2876,7 +2876,7 @@ Version = "".concat("1.9.79");
|
|
|
2876
2876
|
|
|
2877
2877
|
|
|
2878
2878
|
|
|
2879
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_44__["checkLibraryVersion"])("".concat("1.9.
|
|
2879
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_44__["checkLibraryVersion"])("".concat("1.9.81"), "survey-creator-react");
|
|
2880
2880
|
|
|
2881
2881
|
|
|
2882
2882
|
/***/ }),
|
|
@@ -3017,12 +3017,12 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
3017
3017
|
_this.allowComponentUpdate();
|
|
3018
3018
|
};
|
|
3019
3019
|
_this.addDragDropEvents = function () {
|
|
3020
|
-
_this.creator.
|
|
3021
|
-
_this.creator.
|
|
3020
|
+
_this.creator.onDragStart.add(_this.denyUpdate);
|
|
3021
|
+
_this.creator.onDragEnd.add(_this.allowUpdate);
|
|
3022
3022
|
};
|
|
3023
3023
|
_this.clearDragDropEvents = function () {
|
|
3024
|
-
_this.creator.
|
|
3025
|
-
_this.creator.
|
|
3024
|
+
_this.creator.onDragStart.remove(_this.denyUpdate);
|
|
3025
|
+
_this.creator.onDragEnd.remove(_this.allowUpdate);
|
|
3026
3026
|
};
|
|
3027
3027
|
_this.renderedPagesCache = {};
|
|
3028
3028
|
return _this;
|