survey-creator-react 1.9.118 → 1.9.120

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.118",
3
+ "version": "1.9.120",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -34,9 +34,9 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "survey-core": "1.9.118",
38
- "survey-react-ui": "1.9.118",
39
- "survey-creator-core": "1.9.118",
37
+ "survey-core": "1.9.120",
38
+ "survey-react-ui": "1.9.120",
39
+ "survey-creator-core": "1.9.120",
40
40
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0",
41
41
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
42
42
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.9.118
2
+ * SurveyJS Creator React v1.9.120
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
@@ -1182,7 +1182,7 @@ var SurveyResultsByRow = /** @class */ (function (_super) {
1182
1182
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("td", { key: 1, style: { paddingLeft: this.row.textMargin }, className: "svd-dark-border-color" },
1183
1183
  this.row.isNode ? (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", { style: { left: this.row.markerMargin }, className: "svd-test-results__marker " + (this.row.collapsed ? "" : "svd-test-results__marker--expanded") },
1184
1184
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { iconName: "icon-expand_16x16", size: 16 }))) : null,
1185
- react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", null, this.row.title)),
1185
+ this.row.question ? react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SurveyLocStringViewer"], { locStr: this.row.question.locTitle }) : react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", null, this.row.title)),
1186
1186
  react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("td", { key: 2, className: this.row.isNode ? "svd-test-results__node-value" : "svd-dark-border-color" }, this.row.getString(this.row.displayValue)))),
1187
1187
  this.row.isNode && !this.row.collapsed ? SurveyResults.renderRows(this.row.data) : null));
1188
1188
  };
@@ -3380,7 +3380,7 @@ __webpack_require__.r(__webpack_exports__);
3380
3380
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! survey-core */ "survey-core");
3381
3381
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_52___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_52__);
3382
3382
  var Version;
3383
- Version = "".concat("1.9.118");
3383
+ Version = "".concat("1.9.120");
3384
3384
  // import "@survey/creator/survey-creator-core.css";
3385
3385
 
3386
3386
 
@@ -3442,7 +3442,7 @@ Version = "".concat("1.9.118");
3442
3442
 
3443
3443
 
3444
3444
 
3445
- Object(survey_core__WEBPACK_IMPORTED_MODULE_52__["checkLibraryVersion"])("".concat("1.9.118"), "survey-creator-react");
3445
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_52__["checkLibraryVersion"])("".concat("1.9.120"), "survey-creator-react");
3446
3446
 
3447
3447
 
3448
3448
  /***/ }),