survey-creator-react 1.9.84 → 1.9.85

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.84",
3
+ "version": "1.9.85",
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.84",
33
- "survey-react-ui": "1.9.84",
34
- "survey-creator-core": "1.9.84",
32
+ "survey-core": "1.9.85",
33
+ "survey-react-ui": "1.9.85",
34
+ "survey-creator-core": "1.9.85",
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
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.9.84
2
+ * SurveyJS Creator React v1.9.85
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
@@ -652,8 +652,7 @@ var ObjectSelectorComponent = /** @class */ (function (_super) {
652
652
  ObjectSelectorComponent.prototype.renderElement = function () {
653
653
  if (!this.model.isVisible)
654
654
  return null;
655
- return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-object-selector" },
656
- react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["List"], { model: this.model.list })));
655
+ return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["List"], { model: this.model.list }));
657
656
  };
658
657
  return ObjectSelectorComponent;
659
658
  }(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["SurveyElementBase"]));
@@ -3034,7 +3033,7 @@ __webpack_require__.r(__webpack_exports__);
3034
3033
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! survey-core */ "survey-core");
3035
3034
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_47___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_47__);
3036
3035
  var Version;
3037
- Version = "".concat("1.9.84");
3036
+ Version = "".concat("1.9.85");
3038
3037
  // import "@survey/creator/survey-creator-core.css";
3039
3038
 
3040
3039
 
@@ -3091,7 +3090,7 @@ Version = "".concat("1.9.84");
3091
3090
 
3092
3091
 
3093
3092
 
3094
- Object(survey_core__WEBPACK_IMPORTED_MODULE_47__["checkLibraryVersion"])("".concat("1.9.84"), "survey-creator-react");
3093
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_47__["checkLibraryVersion"])("".concat("1.9.85"), "survey-creator-react");
3095
3094
 
3096
3095
 
3097
3096
  /***/ }),