survey-js-ui 2.0.7 → 2.0.8

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-js-ui",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {},
33
33
  "peerDependencies": {
34
- "survey-core": "2.0.7",
34
+ "survey-core": "2.0.8",
35
35
  "@types/react-dom": "*",
36
36
  "@types/react": "*"
37
37
  }
package/survey-js-ui.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.7
2
+ * surveyjs - Survey JavaScript library v2.0.8
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -23,7 +23,7 @@ return /******/ (() => { // webpackBootstrap
23
23
  /***/ (function(module) {
24
24
 
25
25
  /*!
26
- * surveyjs - Survey JavaScript library v2.0.7
26
+ * surveyjs - Survey JavaScript library v2.0.8
27
27
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
28
28
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
29
29
  */
@@ -830,7 +830,7 @@ path.keys().forEach(function (key) {
830
830
  /***/ (function(module) {
831
831
 
832
832
  /*!
833
- * surveyjs - Survey JavaScript library v2.0.7
833
+ * surveyjs - Survey JavaScript library v2.0.8
834
834
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
835
835
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
836
836
  */
@@ -12530,8 +12530,9 @@ var SurveyRow = /** @class */ (function (_super) {
12530
12530
  this.row.isNeedRender = !this.row.isLazyRendering();
12531
12531
  };
12532
12532
  SurveyRow.prototype.componentWillUnmount = function () {
12533
+ var isCurrentStateElement = this.isCurrentStateElement(this.getStateElement());
12533
12534
  _super.prototype.componentWillUnmount.call(this);
12534
- if (this.isCurrentStateElement(this.getStateElement())) {
12535
+ if (isCurrentStateElement) {
12535
12536
  this.row.setRootElement(undefined);
12536
12537
  this.stopLazyRendering();
12537
12538
  }
@@ -13548,7 +13549,7 @@ var preact = react__WEBPACK_IMPORTED_MODULE_0__;
13548
13549
 
13549
13550
 
13550
13551
 
13551
- (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.7"), "survey-js-ui");
13552
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.8"), "survey-js-ui");
13552
13553
 
13553
13554
  })();
13554
13555