survey-creator-react 1.11.8 → 1.11.9

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.11.8",
3
+ "version": "1.11.9",
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.11.8",
33
- "survey-react-ui": "1.11.8",
34
- "survey-creator-core": "1.11.8"
32
+ "survey-core": "1.11.9",
33
+ "survey-react-ui": "1.11.9",
34
+ "survey-creator-core": "1.11.9"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.11.8
2
+ * SurveyJS Creator React v1.11.9
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
@@ -2950,7 +2950,7 @@ var SurveyQuestionFileEditor = /** @class */ (function (_super) {
2950
2950
  };
2951
2951
  SurveyQuestionFileEditor.prototype.renderElement = function () {
2952
2952
  var _this = this;
2953
- return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.questionFile.cssClasses.root, onDragEnter: this.questionFile.onDragEnter, onDragOver: this.questionFile.onDragOver, onDrop: this.questionFile.onDrop, onDragLeave: this.questionFile.onDragLeave, onKeyDown: function (event) { return _this.question.onKeyDown(event.nativeEvent); } },
2953
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.questionFile.cssClasses.root, ref: function (el) { return _this.setContent(el); }, onDragEnter: this.questionFile.onDragEnter, onDragOver: this.questionFile.onDragOver, onDrop: this.questionFile.onDrop, onDragLeave: this.questionFile.onDragLeave, onKeyDown: function (event) { return _this.question.onKeyDown(event.nativeEvent); } },
2954
2954
  this.renderInput(),
2955
2955
  this.renderFileInput(),
2956
2956
  this.renderButtons()));
@@ -4903,7 +4903,7 @@ __webpack_require__.r(__webpack_exports__);
4903
4903
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! survey-core */ "survey-core");
4904
4904
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_56___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_56__);
4905
4905
  var Version;
4906
- Version = "".concat("1.11.8");
4906
+ Version = "".concat("1.11.9");
4907
4907
  // import "@survey/creator/survey-creator-core.css";
4908
4908
 
4909
4909
 
@@ -4969,7 +4969,7 @@ Version = "".concat("1.11.8");
4969
4969
 
4970
4970
 
4971
4971
 
4972
- (0,survey_core__WEBPACK_IMPORTED_MODULE_56__.checkLibraryVersion)("".concat("1.11.8"), "survey-creator-react");
4972
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_56__.checkLibraryVersion)("".concat("1.11.9"), "survey-creator-react");
4973
4973
 
4974
4974
  /******/ return __webpack_exports__;
4975
4975
  /******/ })()