survey-creator-react 1.10.3 → 1.10.4

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",
3
+ "version": "1.10.4",
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.3",
33
- "survey-react-ui": "1.10.3",
34
- "survey-creator-core": "1.10.3"
32
+ "survey-core": "1.10.4",
33
+ "survey-react-ui": "1.10.4",
34
+ "survey-creator-core": "1.10.4"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.10.3
2
+ * SurveyJS Creator React v1.10.4
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.3");
3434
+ Version = "".concat("1.10.4");
3435
3435
  // import "@survey/creator/survey-creator-core.css";
3436
3436
 
3437
3437
 
@@ -3494,7 +3494,7 @@ Version = "".concat("1.10.3");
3494
3494
 
3495
3495
 
3496
3496
 
3497
- Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.3"), "survey-creator-react");
3497
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.4"), "survey-creator-react");
3498
3498
 
3499
3499
 
3500
3500
  /***/ }),
@@ -3618,8 +3618,6 @@ __webpack_require__.r(__webpack_exports__);
3618
3618
  /* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! survey-react-ui */ "survey-react-ui");
3619
3619
  /* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__);
3620
3620
  /* harmony import */ var _PageNavigator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../PageNavigator */ "./src/PageNavigator.tsx");
3621
- /* harmony import */ var _Navigation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Navigation */ "./src/Navigation.tsx");
3622
-
3623
3621
 
3624
3622
 
3625
3623
 
@@ -3752,9 +3750,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
3752
3750
  return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_1___default.a.Fragment, null,
3753
3751
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: this.model.designerCss, style: style },
3754
3752
  surveyHeader,
3755
- react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_Navigation__WEBPACK_IMPORTED_MODULE_4__["SurveyNavigation"], { survey: survey, location: "top" }),
3756
- this.getRenderedPages(),
3757
- react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_Navigation__WEBPACK_IMPORTED_MODULE_4__["SurveyNavigation"], { survey: survey, location: "bottom", css: survey.css })),
3753
+ this.getRenderedPages()),
3758
3754
  this.creator.showPageNavigator ?
3759
3755
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-tab-designer__page-navigator" },
3760
3756
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_PageNavigator__WEBPACK_IMPORTED_MODULE_3__["SurveyPageNavigator"], { pagesController: this.model.pagesController, pageEditMode: this.model.creator.pageEditMode }))